-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
247 lines (211 loc) · 9.67 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HTML_CSS_Project01</title>
<!-- Adding Stylesheet Here -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/header.css">
<link rel="stylesheet" href="css/recycle.css">
<link rel="stylesheet" href="css/bestseller.css">
<link rel="stylesheet" href="css/indoors.css">
<!-- Adding Google Font -->
<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=Spectral:wght@200;300;400;500;600;700;800&display=swap" rel="stylesheet">
<!-- Adding Font Awesome -->
<script src="https://kit.fontawesome.com/dd1db64a49.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- Header Section Start From Here -->
<header>
<section class="header-full">
<div class="navigation">
<!-- lOGO Here -->
<div class="logo">
<h3>Cubewood</h3>
</div>
<!-- Main Menu Here -->
<div class="main-menu">
<nav>
<ul>
<li><a href="https://www.linkedin.com/in/mdashrafuddintanvir/" target="_blank">Home</a></li>
<li><a href="https://www.linkedin.com/in/mdashrafuddintanvir/" target="_blank">Shop <i class="fa-solid fa-angle-down"></i></a></li>
<li><a href="https://www.linkedin.com/in/mdashrafuddintanvir/" target="_blank">About</a></li>
<li><a href="https://www.linkedin.com/in/mdashrafuddintanvir/" target="_blank">Blog</a></li>
<li><a href="https://www.linkedin.com/in/mdashrafuddintanvir/" target="_blank">Contact</a></li>
<li><a href="https://www.linkedin.com/in/mdashrafuddintanvir/" target="_blank">Pages</a></li>
</ul>
</nav>
</div>
<!-- Login Part Here -->
<div class="login">
<div class="login-option">
<p><i class="fa-regular fa-user"></i> Login / Register</p>
</div>
<div class="login-icon">
<ul>
<li><i class="fa-solid fa-magnifying-glass"></i></li>
<li><i class="fa-solid fa-cart-shopping"></i><p></p></li>
<li><i class="fa-regular fa-heart"></i><p></p></li>
</ul>
</div>
</div>
</div>
<div class="header-content">
<div class="header-part">
<h4>SUMMER 2020</h4>
<h1>Custom Woodwork</h1>
<p>We know how large objects will act, but things on a small scale</p>
<a href="https://www.linkedin.com/in/mdashrafuddintanvir/" target="_blank"><button class="primary-button">SHOP NOW</button></a>
</div>
</div>
</section>
</header>
<!-- Main section start From Here -->
<main>
<!-- Recycle or Second Section Start From Here ****************-->
<!-- Recycle or Second Section Start From Here *****************-->
<section class="recycle">
<div class="recycle-image">
<img src="images/recycled-img2.png" alt="" class="recycle-image-2">
<img src="images/recycled-img1.png" alt="" class="recycle-image-1">
</div>
<div class="recycle-content">
<h4 class="secondary-h4">Featured Products</h4>
<h2 class="secondary-h2">Recycled Metal</h2>
<p>We are working on solving the issue of utilizing recycled plastics to create a cleaner atmosphere</p>
<div class="secondary-button-box">
<a href="https://www.linkedin.com/in/mdashrafuddintanvir/" target="_blank"><button class="secondary-button-1">Shop Now</button></a>
<a href="https://www.linkedin.com/in/mdashrafuddintanvir/" target="_blank"><button class="secondary-button-2">View More</button></a>
</div>
</div>
</section>
<!-- Second Section or Recycle section end Here -->
<!-- Third Section or Bestseller Section Start From Here *******-->
<section class="best-seller">
<div class="seller-product">
<h2>BESTSELLER PRODUCTS</h2><hr>
<!-- ALL product Item Here -->
<div class="product">
<!-- Item 1 -->
<div class="list">
<img src="images/product1.png" alt="">
<div class="list-item">
<h4>Yard SeChair</h4>
<p>Basket</p>
<div class="price">
<p>$16.48</p>
<p>$6.48</p>
</div>
</div>
</div>
<!-- Item 2 -->
<div class="list">
<img src="images/product2.png" alt="">
<div class="list-item">
<h4>Chair with 4 spoke</h4>
<p>Bed Table</p>
<div class="price">
<p>$12.25</p>
<p>$5.40</p>
</div>
</div>
</div>
<!-- Item 3 -->
<div class="list">
<img src="images/product3.png" alt="">
<div class="list-item">
<h4>Pouf Chair</h4>
<p>Chair</p>
<div class="price">
<p>$20.50</p>
<p>$8.99</p>
</div>
</div>
</div>
<!-- Item 4 -->
<div class="list">
<img src="images/product4.png" alt="">
<div class="list-item">
<h4>Jalis Counter Stool</h4>
<p>Vase</p>
<div class="price">
<p>$18.99</p>
<p>$11.99</p>
</div>
</div>
</div>
<!-- Item 5 -->
<div class="list">
<img src="images/product5.png" alt="">
<div class="list-item">
<h4>Pouf Chair</h4>
<p>ArmChair</p>
<div class="price">
<p>$14.99</p>
<p>$7.48</p>
</div>
</div>
</div>
<!-- Item 6 -->
<div class="list">
<img src="images/product6.png" alt="">
<div class="list-item">
<h4>Bombi Chair</h4>
<p>Cactus</p>
<div class="price">
<p>$9.80</p>
<p>$4.50 </p>
</div>
</div>
</div>
<!-- Item 7 -->
<div class="list">
<img src="images/product7.png" alt="">
<div class="list-item">
<h4>Modern 3 Seater</h4>
<p>Chair</p>
<div class="price">
<p>$89.33</p>
<p>$67.99</p>
</div>
</div>
</div>
<!-- Item 8 -->
<div class="list">
<img src="images/product8.png" alt="">
<div class="list-item">
<h4>Jalis Counter Stool</h4>
<p>Ficus</p>
<div class="price">
<p>$45.55</p>
<p>$38.99</p>
</div>
</div>
</div>
</div>
</section>
<!-- Third Section Completed Here -->
<!-- Fourth Section Start From Here ************************-->
<section class="indoors">
<div class="indoors-part">
<div class="indoor-content">
<img src="images/beauty.png" alt="">
</div>
<div class="indoor-content">
<h4 class="secondary-h4">Featured Products</h4>
<h2 class="secondary-h2 con">Beauty Indoors</h2>
<h3>ALL IN ONE BOX</h3>
<button class="secondary-button-1">Shop Now</button>
</div>
</div>
</section>
<!-- Fourth Section End Here -->
<!-- Fifth or Discount Section Start From Here *****************-->
<section class="discount">
</section>
</main>
</body>
</html>