-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
204 lines (184 loc) · 8.44 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Furniture Hub</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css">
<!-- bootstrap links -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<!-- fonts links -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Merriweather&display=swap" rel="stylesheet">
<!-- fonts links -->
</head>
<body>
<!-- navbar -->
<nav class="navbar navbar-expand-lg" id="navbar">
<div class="container-fluid">
<a class="navbar-brand" href="home.html" id="logo"><span id="span1">F</span>urniture<span> Hub</span></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span><img src="./images/menu.png" alt="" width="30px"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="home.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="product.html">Product</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
<form class="d-flex" id="search">
<div class="input-group">
<input class="form-control dropdown-toggle" type="search" placeholder="Search" aria-label="Search" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
</div>
<div class="dropdown">
<button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Search
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="home.html">Home</a>
<a class="dropdown-item" href="product.html">Product</a>
<a class="dropdown-item" href="about.html">About</a>
<a class="dropdown-item" href="contact.html">Contact</a>
</div>
</div>
</form>
</div>
</div>
</nav>
<!-- navbar -->
<div class="container" id="about">
<br><br><br>
<h3>PRODUCT</h3>
<hr>
<p>Furniture Hub presents you different types of furniture products like tables, beds, chairs, sofas, and more. Quality furniture from top brands with great offers is available. Detailed descriptions and ratings help you make informed decisions. Explore and buy the latest furniture items at competitive prices. We list the best deals on our website and in stores. Provide feedback for a better user experience. Please read our offers, descriptions, and privacy policies carefully before purchasing to ensure smooth delivery.</p>
<hr>
<div class="row" style="margin-top: 50px;">
<div class="col-md-5 py-3 py-md-0">
<div class="card">
<img src="./images/bg3.jpg" alt="">
</div>
</div>
<div class="col-md-7 py-3 py-md-0">
<p>Main motive of our Furniture Hub is to fulfill the user experience and their needs all over the world. Flexibility of buying products is given to our customers; they can buy products online or visit our store and buy products there. The online website is accessible to the user and delivers products worldwide according to the details filled up by the user. Offline stores are present all over India, and we are expanding the number of stores in India and further stores are to be opened worldwide so that more users can buy their needs offline. Updates according to user feedback are being implemented, bugs are fixed, and maintenance of the site is done regularly. We are the No.1 furniture mart in India.</p>
</div>
</div>
</div>
<!-- offer -->
<div class="container" id="offer">
<div class="row">
<div class="col-md-3 py-3 py-md-0">
<i class="fa-solid fa-cart-shopping"></i>
<h3>Free Shipping</h3>
<p>On orders over ₹ 9999</p>
</div>
<div class="col-md-3 py-3 py-md-0">
<i class="fa-solid fa-rotate-left"></i>
<h3>Free Returns</h3>
<p>Within 30 days</p>
</div>
<div class="col-md-3 py-3 py-md-0">
<i class="fa-solid fa-truck"></i>
<h3>Fast Delivery</h3>
<p>Worldwide</p>
</div>
<div class="col-md-3 py-3 py-md-0">
<i class="fa-solid fa-thumbs-up"></i>
<h3>Wide Range</h3>
<p>Of products</p>
</div>
</div>
</div>
<!-- offer -->
<!-- newslater -->
<div class="container" id="newslater">
<h3 class="text-center">Subscribe To Furniture Hub For Latest Updates</h3>
<div class="input text-center">
<input type="text" placeholder="Enter Your Email..">
<a href="home.html"><button id="subscribe">SUBSCRIBE</button></a>
</div>
</div>
<!-- newslater -->
<!-- footer -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-contact">
<h3>Furniture Hub</h3>
<p>
Ahmedabad <br>
Mumbai <br>
Pune <br>
Chennai <br>
Gurugram <br>
Kolkata <br>
</p>
<strong>Phone:</strong> +91 98989 00988 <br>
<strong>Email:</strong> [email protected] <br>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="home.html">Services</a></li>
<li><a href="#">Terms of Service</a></li>
<li><a href="#">Privacy Policy</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Services</h4>
<ul>
<li><a href="product.html">Tables</a></li>
<li><a href="product.html">Beds</a></li>
<li><a href="product.html">Chairs</a></li>
<li><a href="product.html">Sofas</a></li>
<li><a href="product.html">Other Furniture</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Social Networks</h4>
<p>Follow our social media pages for more latest deals and products.</p>
<div class="social-links mt-3">
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-skype"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="container footer-bottom clearfix">
<div class="text-center">
<p class="footer-copy">© 2022 Furniture Hub. All Rights Reserved | Design by <a href="home.html" target="_blank">Furniture Hub Team</a></p>
</div>
</div>
</footer>
<!-- footer -->
<button onclick="topFunction()" id="myBtn" title="Go to top">Top</button>
<!-- scripts -->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
integrity="sha384-i8C/DUUxK8JZIhRXkV9T0tXVL4Ik/Y2iN23CkVr8JZD9+vwhsW1z9alJiO0laOt1" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-67O+h15+Op3wOQOzQ+8cWmVZmhN6twTNEoOLbAoP58X9GGDClxA4DHh6p+TX2Hj9" crossorigin="anonymous">
</script>
<script src="script.js"></script>
</body>
</html>