-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
313 lines (272 loc) · 12.4 KB
/
blog.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
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
<!-- <!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>Blog</title>
<link rel="stylesheet" href="/style.css">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.15.4/css/all.css" />
</head>
<body>
<section id="header">
<a href="#"><img src="/img/logo.png" class="logo" alt=""></a>
<div>
<ul id="navbar">
<li><a href="index.html">Home</a></li>
<li><a href="shop.html">Shop</a></li>
<li><a class="active" href="blog.html">Blog</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="cart.html"><i class="far fa-shopping-bag"></i></a></li>
</ul>
</div>
</section>
<section id="blogbanner">
<h2>#readmore</h2>
<h4>Read all case studies about our products!</h4>
</section>
<section id="blogcontent" class="section-p1">
<div id="seperateblogs">
<div id="blogpic">
<h2>28/10</h2>
<img src="/img/blog/b1.jpg" alt="">
</div>
<div id="blogtxt">
<h4>The Cotton-Jersey Zip-Up Hoodie</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p><br>
<h5>CONTINUE READING ----</h5>
</div>
</div>
<div id="seperateblogs">
<div id="blogpic">
<h2>28/10</h2>
<img src="/img/blog/b2.jpg" alt="">
</div>
<div id="blogtxt">
<h4>How to Style a Quiff</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p><br>
<h5>CONTINUE READING ----</h5>
</div>
</div>
<div id="seperateblogs">
<div id="blogpic">
<h2>28/10</h2>
<img src="/img/blog/b3.jpg" alt="">
</div>
<div id="blogtxt">
<h4>Must have Items</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p><br>
<h5>CONTINUE READING ----</h5>
</div>
</div>
<div id="seperateblogs">
<div id="blogpic">
<h2>28/10</h2>
<img src="/img/blog/b4.jpg" alt="">
</div>
<div id="blogtxt">
<h4>Runway Inspired Trends</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p><br>
<h5>CONTINUE READING ----</h5>
</div>
</div>
<div id="seperateblogs">
<div id="blogpic">
<h2>28/10</h2>
<img src="/img/blog/b6.jpg" alt="">
</div>
<div id="blogtxt">
<h4>AW20 Menswear Trends</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p><br>
<h5>CONTINUE READING ----</h5>
</div>
</div>
</section>
<section id="sign-up" class="section-p1 section-m1">
<div class="newslet">
<h3>Sign Up for Newsletters</h3>
<p>Get Email updates about our latest products and <span>special offers.</span></p>
</div>
<div class="form">
<input type="text" placeholder="Enter Your Email">
<button class="normal">Sign Up</button>
</div>
</section>
<section id="footer" class="section-p1">
<div class="infofoot">
<img src="/img/logo.png" alt="">
<h4>Contact</h4><br>
<p>Address: <span>abcd</span></p>
<p>Phone: <span>XXXXXXX</span></p><br>
<h4>Follow Us</h4>
</div>
<div class="footabout">
<h4>About</h4>
<a href="#"><p>About Us</p></a>
<a href="#"><p>Delivery Information</p></a>
<a href="#"><p>Privacy Policy</p></a>
<a href="#"><p>Terms & Conditions</p></a>
<a href="#"><p>Contact Us</p></a>
</div>
<div class="footaccount">
<h4>My Account</h4>
<a href="#"><p>Sign In</p></a>
<a href="#"><p>View Cart</p></a>
<a href="#"><p>My Wishlist</p></a>
<a href="#"><p>Track My Order</p></a>
<a href="#"><p>Help</p></a>
</div>
<div class="footinstall">
<h4>Install App</h4>
<p>From App or Google Play</p>
<a href="#"><img src="/img/pay/app.jpg" alt="" class="ins"></a>
<a href="#"><img src="/img/pay/play.jpg" alt="" class="ins"></a>
<p>Secured Payment Gateway</p>
<a href="#"><img src="/img/pay/pay.png" alt=""></a>
</div>
</section>
<script src="/script.js"></script>
</body>
</html> -->
<!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>Blog</title>
<link rel="stylesheet" href="/style.css">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.15.4/css/all.css" />
</head>
<body>
<section id="header">
<a href="#"><img src="/img/logo.png" class="logo" alt=""></a>
<div>
<ul id="navbar">
<li><a href="index.html">Home</a></li>
<li><a href="shop.html">Shop</a></li>
<li><a class="active" href="blog.html">Blog</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="cart.html"><i class="far fa-shopping-bag"></i></a></li>
</ul>
</div>
</section>
<section id="blogbanner">
<h2>#readmore</h2>
<h4>Read all case studies about our products!</h4>
</section>
<section id="blogcontent" class="section-p1">
<div id="seperateblogs">
<div id="blogpic">
<h2>28/10</h2>
<br>
<br>
<img src="/img/blog/b1.jpg" alt="">
</div>
<div id="blogtxt">
<h4>The Cotton-Jersey Zip-Up Hoodie</h4>
<p>If you're looking for some quality loungewear, you've come to the right place. Brunello Cucinelli's hoodie has been crafted in Italy from loopback cotton-jersey that's particularly soft to the touch. Pair it with the coordinating plazzo to make the look aesthetic.</p><br>
<h5>CONTINUE READING ----</h5>
</div>
</div>
<div id="seperateblogs">
<div id="blogpic">
<h2>29/10</h2>
<br>
<br>
<img src="/img/blog/b2.jpg" alt="">
</div>
<div id="blogtxt">
<h4>How to Style a Quiff</h4>
<p>Your hair should be pushed back and kept in place, giving you a perfectly slicked-back appearance. You should start with moist, clean hair in order to test it out. Initially, determine if you want to separate your hair, and if you want, use a fine-tooth comb to create a deep side-part on one side of your head. Apply a dime-sized quantity of gel evenly throughout your damp strands using your hands, then comb through to style and shape your hair.</p><br>
<h5>CONTINUE READING ----</h5>
</div>
</div>
<div id="seperateblogs">
<div id="blogpic">
<h2>30/10</h2>
<br>
<br>
<img src="/img/blog/b3.jpg" alt="">
</div>
<div id="blogtxt">
<h4>Must have Items</h4>
<p>The first thing I advise you to add to your wardrobe is a little black dress. A tiny black dress is often described in fashion magazines as a nail-biting look that should unquestionably be in your closet. Look for a black, sleeveless outfit that is knee-length; nevertheless, it must not be too short or show your cleavage. Your standard cardigan is the second piece you must have in your wardrobe. You may wear them at any moment, regardless of the situation or the time of year. You must include loafers in your wardrobe as the next vital piece because your footwear choice is just as significant as your attire.</p><br>
<h5>CONTINUE READING ----</h5>
</div>
</div>
<div id="seperateblogs">
<div id="blogpic">
<h2>01/11</h2>
<br>
<br>
<img src="/img/blog/b4.jpg" alt="">
</div>
<div id="blogtxt">
<h4>Runway Inspired Trends</h4>
<p>Cutouts were all over the runways for spring and summer, so be ready to bare some flesh. Asymmetric cuts and forms were used by designers like Stella McCartney, while in other shows like Prabal Gurung and David Koma, the backs, waists, hips, and more were all on display with artistic cutouts. The spring runways were awash with low-rise skirts and trousers. You may avoid this style if you were never a fan of it in the early 2000s, but if you're ready for a change from high-waisted jeans and skirts, why not try something new?</p><br>
<h5>CONTINUE READING ----</h5>
</div>
</div>
<div id="seperateblogs">
<div id="blogpic">
<h2>02/11</h2>
<br>
<br>
<img src="/img/blog/b6.jpg" alt="">
</div>
<div id="blogtxt">
<h4>AW20 Menswear Trends</h4>
<p>The overshirt lies in between a regular shirt and a light jacket, which testifies to its adaptability. It is not nearly as important as the ever-in style white tee or the timeless navy blue suit. Men's jeans are a timeless favourite, and creative designers have come up with inventive methods to add all kinds of fun embellishments to ordinary jeans. It's time to celebrate yet another comeback; corduroy has recently returned to the fashion runways, but with a more modern aesthetic.</p><br>
<h5>CONTINUE READING ----</h5>
</div>
</div>
</section>
<section id="sign-up" class="section-p1 section-m1">
<div class="newslet">
<h3>Sign Up for Newsletters</h3>
<p>Get Email updates about our latest products and <span>special offers.</span></p>
</div>
<div class="form">
<input type="text" placeholder="Enter Your Email">
<button class="normal">Sign Up</button>
</div>
</section>
<section id="footer" class="section-p1">
<div class="infofoot">
<img src="/img/logo.png" alt="">
<h4>Contact</h4><br>
<p>Address: <span>abcd</span></p>
<p>Phone: <span>XXXXXXX</span></p><br>
<h4>Follow Us</h4>
</div>
<div class="footabout">
<h4>About</h4>
<a href="#"><p>About Us</p></a>
<a href="#"><p>Delivery Information</p></a>
<a href="#"><p>Privacy Policy</p></a>
<a href="#"><p>Terms & Conditions</p></a>
<a href="#"><p>Contact Us</p></a>
</div>
<div class="footaccount">
<h4>My Account</h4>
<a href="#"><p>Sign In</p></a>
<a href="#"><p>View Cart</p></a>
<a href="#"><p>My Wishlist</p></a>
<a href="#"><p>Track My Order</p></a>
<a href="#"><p>Help</p></a>
</div>
<div class="footinstall">
<h4>Install App</h4>
<p>From App or Google Play</p>
<a href="#"><img src="/img/pay/app.jpg" alt="" class="ins"></a>
<a href="#"><img src="/img/pay/play.jpg" alt="" class="ins"></a>
<p>Secured Payment Gateway</p>
<a href="#"><img src="/img/pay/pay.png" alt=""></a>
</div>
</section>
<script src="/script.js"></script>
</body>
</html>