-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathblog.html
404 lines (353 loc) · 19.6 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
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Dressup india - main page</title>
<link rel="icon" href="img/core-img/favicon.ico">
<link rel="stylesheet" href="css/core-style.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="header_area">
<div class="classy-nav-container breakpoint-off d-flex align-items-center justify-content-between">
<!-- Classy Menu -->
<nav class="classy-navbar" id="essenceNav">
<!-- Logo -->
<a class="nav-brand" href="index.html"><img src="img/core-img/logo.png" alt=""></a>
<!-- Navbar Toggler -->
<div class="classy-navbar-toggler">
<span class="navbarToggler"><span></span><span></span><span></span></span>
</div>
<!-- Menu -->
<div class="classy-menu">
<!-- close btn -->
<div class="classycloseIcon">
<div class="cross-wrap"><span class="top"></span><span class="bottom"></span></div>
</div>
<!-- Nav Start -->
<div class="classynav">
<ul>
<li><a href="#">Shop</a>
<div class="megamenu">
<ul class="single-mega cn-col-4">
<li class="title">Women's Collection</li>
<li><a href="shop.html">Dresses</a></li>
<li><a href="shop.html">Blouses & Shirts</a></li>
<li><a href="shop.html">T-shirts</a></li>
<li><a href="shop.html">Rompers</a></li>
<li><a href="shop.html">Bras & Panties</a></li>
</ul>
<ul class="single-mega cn-col-4">
<li class="title">Men's Collection</li>
<li><a href="shop.html">T-Shirts</a></li>
<li><a href="shop.html">Polo</a></li>
<li><a href="shop.html">Shirts</a></li>
<li><a href="shop.html">Jackets</a></li>
<li><a href="shop.html">Trench</a></li>
</ul>
<ul class="single-mega cn-col-4">
<li class="title">Kid's Collection</li>
<li><a href="shop.html">Dresses</a></li>
<li><a href="shop.html">Shirts</a></li>
<li><a href="shop.html">T-shirts</a></li>
<li><a href="shop.html">Jackets</a></li>
<li><a href="shop.html">Trench</a></li>
</ul>
<div class="single-mega cn-col-4">
<img src="img/bg-img/bg-6.jpg" alt="">
</div>
</div>
</li>
<li><a href="#">Pages</a>
<ul class="dropdown">
<li><a href="index.html">Home</a></li>
<li><a href="shop.html">Shop</a></li>
<li><a href="single-product-details.html">Product Details</a></li>
<li><a href="checkout.html">Checkout</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="single-blog.html">Single Blog</a></li>
<li><a href="regular-page.html">Regular Page</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<!-- Nav End -->
</div>
</nav>
<!-- Header Meta Data -->
<div class="header-meta d-flex clearfix justify-content-end">
<!-- Search Area -->
<div class="search-area">
<form action="#" method="post">
<input type="search" name="search" id="headerSearch" placeholder="Type for search">
<button type="submit"><i class="fa fa-search" aria-hidden="true"></i></button>
</form>
</div>
<!-- Favourite Area -->
<div class="favourite-area">
<a href="#"><img src="img/core-img/heart.svg" alt=""></a>
</div>
<!-- User Login Info -->
<div class="user-login-info">
<a href="#"><img src="img/core-img/user.svg" alt=""></a>
</div>
<!-- Cart Area -->
<div class="cart-area">
<a href="#" id="essenceCartBtn"><img src="img/core-img/bag.svg" alt=""> <span>3</span></a>
</div>
</div>
</div>
</header>
<!-- ##### Header Area End ##### -->
<!-- ##### Right Side Cart Area ##### -->
<div class="cart-bg-overlay"></div>
<div class="right-side-cart-area">
<!-- Cart Button -->
<div class="cart-button">
<a href="#" id="rightSideCart"><img src="img/core-img/bag.svg" alt=""> <span>3</span></a>
</div>
<div class="cart-content d-flex">
<!-- Cart List Area -->
<div class="cart-list">
<!-- Single Cart Item -->
<div class="single-cart-item">
<a href="#" class="product-image">
<img src="img/product-img/product-1.jpg" class="cart-thumb" alt="">
<!-- Cart Item Desc -->
<div class="cart-item-desc">
<span class="product-remove"><i class="fa fa-close" aria-hidden="true"></i></span>
<span class="badge">Mango</span>
<h6>Button Through Strap Mini Dress</h6>
<p class="size">Size: S</p>
<p class="color">Color: Red</p>
<p class="price">$45.00</p>
</div>
</a>
</div>
<!-- Single Cart Item -->
<div class="single-cart-item">
<a href="#" class="product-image">
<img src="img/product-img/product-2.jpg" class="cart-thumb" alt="">
<!-- Cart Item Desc -->
<div class="cart-item-desc">
<span class="product-remove"><i class="fa fa-close" aria-hidden="true"></i></span>
<span class="badge">Mango</span>
<h6>Button Through Strap Mini Dress</h6>
<p class="size">Size: S</p>
<p class="color">Color: Red</p>
<p class="price">$45.00</p>
</div>
</a>
</div>
<!-- Single Cart Item -->
<div class="single-cart-item">
<a href="#" class="product-image">
<img src="img/product-img/product-3.jpg" class="cart-thumb" alt="">
<!-- Cart Item Desc -->
<div class="cart-item-desc">
<span class="product-remove"><i class="fa fa-close" aria-hidden="true"></i></span>
<span class="badge">Mango</span>
<h6>Button Through Strap Mini Dress</h6>
<p class="size">Size: S</p>
<p class="color">Color: Red</p>
<p class="price">$45.00</p>
</div>
</a>
</div>
</div>
<!-- Cart Summary -->
<div class="cart-amount-summary">
<h2>Summary</h2>
<ul class="summary-table">
<li><span>subtotal:</span> <span>$274.00</span></li>
<li><span>delivery:</span> <span>Free</span></li>
<li><span>discount:</span> <span>-15%</span></li>
<li><span>total:</span> <span>$232.00</span></li>
</ul>
<div class="checkout-btn mt-100">
<a href="checkout.html" class="btn essence-btn">check out</a>
</div>
</div>
</div>
</div>
<!-- ##### Right Side Cart End ##### -->
<!-- ##### Breadcumb Area Start ##### -->
<div class="breadcumb_area breadcumb-style-two bg-img" style="background-image: url(img/bg-img/breadcumb2.jpg);">
<div class="container h-100">
<div class="row h-100 align-items-center">
<div class="col-12">
<div class="page-title text-center">
<h2>Fashion Blog</h2>
</div>
</div>
</div>
</div>
</div>
<!-- ##### Breadcumb Area End ##### -->
<!-- ##### Blog Wrapper Area Start ##### -->
<div class="blog-wrapper section-padding-80">
<div class="container">
<div class="row">
<!-- Single Blog Area -->
<div class="col-12 col-lg-6">
<div class="single-blog-area mb-50">
<img src="img/bg-img/blog1.jpg" alt="">
<!-- Post Title -->
<div class="post-title">
<a href="#">Handbag Blogs to Follow for Fresh Trends and Insights</a>
</div>
<!-- Hover Content -->
<div class="hover-content">
<!-- Post Title -->
<div class="hover-post-title">
<a href="#">One of the great things about handbag blogs is that you can get the inside scoop on little-known designers, upcoming fashions, what was seen at fashion week, and even the blogger's personal preferences about handbags. There are so many great handbag blogs out there these days, and below are some of the very best purse blogs around.</a>
</div>
<p> One of the great things about handbag blogs is that you can get the inside scoop on little-known designers, upcoming fashions, what was seen at fashion week, and even the blogger's personal preferences about handbags. There are so many great handbag blogs out there these days, and below are some of the very best purse blogs around.</p>
<a href="#">Continue reading <i class="fa fa-angle-right"></i></a>
</div>
</div>
</div>
<!-- Single Blog Area -->
<div class="col-12 col-lg-6">
<div class="single-blog-area mb-50">
<img src="img/bg-img/blog2.jpg" alt="">
<!-- Post Title -->
<div class="post-title">
<a href="#"> Girl With Curves at QVC collection</a>
</div>
<!-- Hover Content -->
<div class="hover-content">
<!-- Post Title -->
<div class="hover-post-title">
<a href="#">Let’s face it—the body type of models is far from reality. Slim people do exist in real life, but there are women with bigger sizes who can look just as good. People come in all shapes and sizes, but many of us have been conditioned to believe that only one body type is ideal for fashion.</a>
</div>
<p>Let’s face it—the body type of models is far from reality. Slim people do exist in real life, but there are women with bigger sizes who can look just as good. People come in all shapes and sizes, but many of us have been conditioned to believe that only one body type is ideal for fashion.</p>
<a href="#">Continue reading <i class="fa fa-angle-right"></i></a>
</div>
</div>
</div>
<!-- Single Blog Area -->
<div class="col-12 col-lg-6">
<div class="single-blog-area mb-50">
<img src="img/bg-img/blog3.jpg" alt="">
<!-- Post Title -->
<div class="post-title">
<a href="#">saree</a>
</div>
<!-- Hover Content -->
<div class="hover-content">
<!-- Post Title -->
<div class="hover-post-title">
<a href="#">saree</a>
</div>
<p>The first step to acing any saree style is understanding different styles and drapes. Which is why, you need to know how to wear saree step by step. Each step is important! We understand that saree wearing might not be as easy as slipping into a pair of denims or pulling over a trendy t-shirt, but trust us; everyday practice can make it easier than it looks. Plus, a win-win for the Indian beauty that you’ll look.</p>
<a href="#">Continue reading <i class="fa fa-angle-right"></i></a>
</div>
</div>
</div>
<!-- Single Blog Area -->
<div class="col-12 col-lg-6">
<div class="single-blog-area mb-50">
<img src="img/bg-img/blog4.jpg" alt="">
<!-- Post Title -->
<div class="post-title">
<a href="#">shoes in indian dresses</a>
</div>
<!-- Hover Content -->
<div class="hover-content">
<!-- Post Title -->
<div class="hover-post-title">
<a href="#">shoes in indian dresses</a>
</div>
<p>Traditional footwear for women are trending since the last couple of years and, why not? They are most versatile piece of footwear anyone can own. Indian outfits, contemporary or even your everyday college/work outfits can be styled with such footwear and make you look unique. Therefore, we have listed out a few Indian brands that can cater to your every traditional footwear needs:</p>
<a href="#">Continue reading <i class="fa fa-angle-right"></i></a>
</div>
</div>
</div>
<!-- ##### Blog Wrapper Area End ##### -->
<!-- ##### Footer Area Start ##### -->
<footer class="footer_area clearfix">
<div class="container">
<div class="row">
<!-- Single Widget Area -->
<div class="col-12 col-md-6">
<div class="single_widget_area d-flex mb-30">
<!-- Logo -->
<div class="footer-logo mr-50">
<a href="#"><img src="img/core-img/logo2.png" alt=""></a>
</div>
<!-- Footer Menu -->
<div class="footer_menu">
<ul>
<li><a href="shop.html">Shop</a></li>
<li><a href="blog.html">Blog</a></li>
</ul>
</div>
</div>
</div>
<!-- Single Widget Area -->
<div class="col-12 col-md-6">
<div class="single_widget_area mb-30">
<ul class="footer_widget_menu">
<li><a href="#">Order Status</a></li>
<li><a href="#">Payment Options</a></li>
<li><a href="#">Shipping and Delivery</a></li>
<li><a href="#">Guides</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms of Use</a></li>
</ul>
</div>
</div>
</div>
<div class="row align-items-end">
<!-- Single Widget Area -->
<div class="col-12 col-md-6">
<div class="single_widget_area">
<div class="footer_heading mb-30">
<h6>Subscribe</h6>
</div>
<div class="subscribtion_form">
<form action="#" method="post">
<input type="email" name="mail" class="mail" placeholder="Your email here">
<button type="submit" class="submit"><i class="fa fa-long-arrow-right" aria-hidden="true"></i></button>
</form>
</div>
</div>
</div>
<!-- Single Widget Area -->
<div class="col-12 col-md-6">
<div class="single_widget_area">
<div class="footer_social_area">
</div>
</div>
</div>
</div>
<div class="row mt-5">
<div class="col-md-12 text-center">
<p>
</p>
</div>
</div>
</div>
</footer>
<!-- ##### Footer Area End ##### -->
<!-- jQuery (Necessary for All JavaScript Plugins) -->
<script src="js/jquery/jquery-2.2.4.min.js"></script>
<!-- Popper js -->
<script src="js/popper.min.js"></script>
<!-- Bootstrap js -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugins js -->
<script src="js/plugins.js"></script>
<!-- Classy Nav js -->
<script src="js/classy-nav.min.js"></script>
<!-- Active js -->
<script src="js/active.js"></script>
</body>
</html>