-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
248 lines (207 loc) · 8.9 KB
/
Copy pathindex.html
File metadata and controls
248 lines (207 loc) · 8.9 KB
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
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
<!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>Woodworks</title>
<link rel="shortcut icon" href="image/favicon.png" type="image/x-icon">
<script src="https://kit.fontawesome.com/9e830e3256.js" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3"
crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lobster&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Alkalami&display=swap" rel="stylesheet">
<link rel="stylesheet" href= "wood.css">
</head>
<body>
<!-- title sectio -->
<section id="title">
<div class="container-fluid">
<nav class="navbar navbar-expand-lg navbar-dark">
<a class="navbar-brand company-name" href="#">
Woodworks
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbartoggle"
aria-controls="navbartoggle" arial-expanded="false" arial-label="toggle-nav">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbartoggle">
<ul class="navbar-nav ms-auto">
<li class="nav-item ">
<a href="#" class="nav-link active">Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#">Action</a></li>
<li><a class="dropdown-item" href="#">Another action</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
</ul>
</li>
<li class="nav-item">
<a href="#products" class="nav-link">Pricing</a>
</li>
<li class="nav-item">
<a href="#footer" class="nav-link">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
<!-- decoration -->
<div class="decoration">
<div class="row">
<div class="col-lg-6 ">
<h1 class="big-heading">Meet Our Wide <img src="image/mickey.png" alt="" class="mickey-image"> variety
Furniture</h1>
<button type="button" class="button btn btn-dark btn-lg "> <i class="fa-brands fa-apple"></i>
Download</button>
<button type="button" class="button btn btn-outline-light btn-lg"><i class="fa-brands fa-google-play"></i>
Download</button>
</div>
<div class="col-lg-6 ">
<img src="image/chair.png" class="chair-img" alt="">
</div>
</div>
</div>
</section>
<!-- About -->
<section id="About">
<h1 class="about-head">About Us</h1>
<div class="row">
<div class=" col-sm-12 col-md-12 col-lg-6">
<div class="about-detail">
<h2><u>Company Founder</u></h2>
<h3 style="font-family: 'Lobster', cursive;">Tushar Bhatia</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. <br> Quisquam molestias quae architecto quam nulla
eveniet est reiciendis labore modi aspernatur tempora repellendus molestiae, assumenda inventore iure
mollitia, soluta rerum nisi.</p>
</div>
</div>
<div class=" col-sm-12 col-md-12 col-lg-6 profile-block">
<img src="image/profile.jpg" class="profile-img" alt="">
</div>
</div>
</section>
<!-- slide section -->
<section id="Slide">
<!-- <h1>Show</h1> -->
<div class="container-fluid slide-show">
<div id="carouselExampleSlidesOnly" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img
src="https://images.squarespace-cdn.com/content/v1/52dbf8c8e4b0c2e3ce0f76e5/1589381594212-1QKI0L8UDXUCS3JDP5EF/IMG_9366.jpg?format=1000w"
class="slide-img" alt="...">
</div>
<div class="carousel-item">
<img
src="https://images.squarespace-cdn.com/content/v1/5bfdf65a4cde7af4c3e46666/1614663367028-1NFIMQCW0W28F6LTC2GZ/DSC02194.jpg"
class="slide-img" alt="...">
</div>
<div class="carousel-item">
<img src="https://img.freepik.com/premium-vector/woodworks-industries-company-logo-identity_530816-63.jpg"
class="slide-img" alt="...">
</div>
</div>
</div>
</div>
</section>
<!-- Review -->
<section id="features">
<div class="row">
<div class="features-box col-lg-4">
<i class="icon fas fa-circle-check fa-4x"></i>
<h3>Easy to use.</h3>
<p>Finding your desired furniture is easy now.</p>
</div>
<div class="features-box col-lg-4 ">
<i class=" icon fas fa-bullseye fa-4x"></i>
<h3>Easy Customer Support.</h3>
<p>We have best Customer Support.</p>
</div>
<div class="features-box col-lg-4">
<i class="icon fas fa-heart fa-4x"></i>
<h3>Guaranteed to work.</h3>
<p>Find the Best Furniture or get money back.</p>
</div>
</div>
</section>
<!-- products section -->
<section id="products">
<h1 class="pro-head">Our best products</h1>
<div class="row">
<div class="col-lg-3 col-md-4 col-xs-6 col-ms-6">
<div class="card products-items">
<img src="image/furniture1.png" class="card-img-top card-images" alt="">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick exa col-ms-6mple text to build on the card title and make up the bulk of the
card's content.</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-6 col-ms-6">
<div class="card products-items">
<img src="image/furniture2.jpg" class="card-img-top card-images" alt="">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's
content.</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-6 col-ms-6">
<div class="card products-items">
<img src="image/furniture3.jpg" class="card-img-top card-images" alt="">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's
content.</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-6 col-ms-6">
<div class="card products-items">
<img src="image/furniture4.jpg" class="card-img-top card-images" alt="">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's
content.</p>
</div>
</div>
</div>
</div>
</section>
<section id="footer">
<div class="container-fluid">
<h1>Follow us</h1>
<div class="row footer-container">
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-4">
<i class="fa-brands fa-square-instagram fa-3x"></i>
<p>Instagram</p>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-4">
<i class="fa-solid fa-envelope fa-3x"></i>
<p>Email</p>
</div> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-4">
<i class="fa-brands fa-facebook fa-3x"></i>
<p>Facebook</p>
</div>
</div>
</div>
</section>
</body>
</html>