-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
404 lines (360 loc) · 21.7 KB
/
blog.html
File metadata and controls
404 lines (360 loc) · 21.7 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
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-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Fashion Template</title>
<!--CSS files for template-->
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/style.css" >
<link rel="stylesheet" href="css/venobox.css">
<link rel="stylesheet" href="css/aos.css">
<!--Google Fonts-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Muli:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i">
<!-- Icon CSS Files -->
<link rel="stylesheet" href="icons/icomoon/css/icomoon.css">
<link rel="stylesheet" href="icons/ionicons/css/ionicons.min.css">
<link rel="stylesheet" href="icons/boxicons/css/boxicons.css" >
</head>
<body>
<!--Beginning of header code-->
<div class="container py-2" style="color:#cccccc;background:#111111" data-aos="slide-down">
<div class="row">
<div class="col-md-1"></div>
<div class="col-md-5 text-center"><span class="icon-map-marker"></span> Your Address    
<span class="icon-phone-square"></span> Your Phone Number     <span class="icon-envelope"></span> Your E-mail</div>
<div class="col-md-3"></div>
<div class="col-md-3 text-center"><a href="#"><span class="icon-facebook-square"></span></a>     <a href="#"><span class="icon-instagram"></span></a>    
<a href="#"> <span class="icon-twitter-square"></span></a></div>
</div>
</div>
<nav class="navbar sticky-top navbar-expand-md navbar-dark py-3" style="background-color:rgb(0,0,0)">
<div class="container">
<a class="navbar-brand" href="#"><img src="images/your-logo.png" width="100" height="50" class="d-inline-block align-top"
alt="Your Logo"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#the_navbar" aria-controls="the_navbar" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="container">
<div class="collapse navbar-collapse px-4" id="the_navbar">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</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="services.html">Services</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="itemdrop" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Portfolio</a>
<ul class="dropdown-menu" aria-labelledby="itemdrop">
<li><a class="dropdown-item" href="fashion_gallery.html">Fashion Gallery <span class="icon chevron-right"></span></a></li>
</ul>
</li>
<li class="nav-item active">
<a class="nav-link" href="blog.html">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact_us.html">Contact</a>
</li>
</ul>
<form action="#" class="searchform order-md-last">
<div class="form-group d-flex">
<input type="text" class="form-control pl-3" placeholder="Search...">
<button type="submit" placeholder="" name="q" class="form-control search"><span class="ion-ios-search"></span></button>
</div>
</form>
</div>
</div>
</div>
</nav>
<div class="section" style="background-color:#110000">
<div class="container">
<div class="row py-2">
<div class="col-md-2 px-4"><h3 style="color:#cccccc">Blog</h3></div>
<div class="col-md-8"></div>
<div class="col-md-2 text-center mt-2"><span><a href="index.html" style="color:#cc0099"> Home  </a></span><span style="color:#eeeeee">/</span>  Blog</div>
</div>
</div>
</div>
<br>
<br>
<!--end of header code-->
<!--beginning of content section code-->
<div class="section mb-5">
<div class="container">
<div class="row">
<div class="col-md-8">
<div class="row">
<div class="col-md-12 mb-5" data-aos="slide-up">
<div style="background:#eeeeee;box-shadow:1px 1px 2px 2px rgba(0,0,0,1)">
<img class="block-20 d-flex mb-3" width="100%" src="images/blog/blog-2.jpg">
<h3 class="text-center"><a href="single.html" style="color:#cc0099"> The Benefits of Fashion </a></h3>
<div class="col-md-12 text-center mb-2" style="font-size:120%">
Posted in<a href="#" class="blog_cat"> <span class="icon-tag"></span><span style="color:#660000"> Category 1 </span></a>
on<a href="#" class="blog_cat"> <span class="icon-calendar"></span><span style="color:#660000"> 25th June, 2020 </span></a>
by<a href="#" class="blog_cat"> <span class="icon-user"></span><span style="color:#660000"> Admin </span></a>
</div>
<div class="col-md-12">
<p>What I find most interesting in fashion is that it has to reflect our time.
You have to witness your own moment. I have also realised that.....</p>
<a href="single.html" type="button" class="btn btn-primary px-1 py-1 mb-5" style="border:none;border-radius:1mm"> Read More </a>
</div>
</div>
</div>
<div class="col-md-12 mb-5" data-aos="slide-up">
<div style="background:#eeeeee;box-shadow:1px 1px 2px 2px rgba(0,0,0,1)">
<img class="block-20 d-flex mb-3" width="100%" height="100%" src="images/blog/fireworks.jpg">
<h3 class="text-center"><a href="single.html" style="color:#cc0099"> The Benefits of Fashion </a></h3>
<div class="col-md-12 text-center mb-2" style="font-size:120%">
Posted in<a href="#" class="blog_cat"> <span class="icon-tag"></span><span style="color:#660000"> Category 1 </span></a>
on<a href="#" class="blog_cat"> <span class="icon-calendar"></span><span style="color:#660000"> 25th June, 2020 </span></a>
by<a href="#" class="blog_cat"> <span class="icon-user"></span><span style="color:#660000"> Admin </span></a>
</div>
<div class="col-md-12">
<p>What I find most interesting in fashion is that it has to reflect our time.
You have to witness your own moment. I have also realised that.....</p>
<a href="single.html" type="button" class="btn btn-primary px-1 py-1 mb-5" style="border:none;border-radius:1mm"> Read More </a>
</div>
</div>
</div>
<div class="col-md-12 mb-5" data-aos="slide-up">
<div style="background:#eeeeee;box-shadow:1px 1px 2px 2px rgba(0,0,0,1)">
<img class="block-20 d-flex mb-3" width="100%" src="images/blog/blog-1.jpg">
<h3 class="text-center"><a href="single.html" style="color:#cc0099"> The Benefits of Fashion </a></h3>
<div class="col-md-12 text-center mb-2" style="font-size:120%">
Posted in<a href="#" class="blog_cat"> <span class="icon-tag"></span><span style="color:#660000"> Category 2 </span></a>
on<a href="#" class="blog_cat"> <span class="icon-calendar"></span><span style="color:#660000"> 24th June, 2020 </span></a>
by<a href="#" class="blog_cat"> <span class="icon-user"></span><span style="color:#660000"> Admin </span></a>
</div>
<div class="col-md-12">
<p>What I find most interesting in fashion is that it has to reflect our time.
You have to witness your own moment. I have also realised that.....</p>
<a href="single.html" type="button" class="btn btn-primary px-1 py-1 mb-5" style="border:none;border-radius:1mm"> Read More </a>
</div>
</div>
</div>
<div class="col-md-12 mb-5" data-aos="slide-up">
<div style="background:#eeeeee;box-shadow:1px 1px 2px 2px rgba(0,0,0,1)">
<img class="block-20 d-flex mb-3" width="100%" height="100%" src="images/blog/flower2.jpg">
<h3 class="text-center"><a href="single.html" style="color:#cc0099"> The Benefits of Fashion </a></h3>
<div class="col-md-12 text-center mb-2" style="font-size:120%">
Posted in<a href="#" class="blog_cat"> <span class="icon-tag"></span><span style="color:#660000"> Category 2 </span></a>
on<a href="#" class="blog_cat"> <span class="icon-calendar"></span><span style="color:#660000"> 24th June, 2020 </span></a>
by<a href="#" class="blog_cat"> <span class="icon-user"></span><span style="color:#660000"> Admin </span></a>
</div>
<div class="col-md-12">
<p>What I find most interesting in fashion is that it has to reflect our time.
You have to witness your own moment. I have also realised that.....</p>
<a href="single.html" type="button" class="btn btn-primary px-1 py-1 mb-5" style="border:none;border-radius:1mm"> Read More </a>
</div>
</div>
</div>
<div class="col-md-12 mb-5" data-aos="slide-up">
<div style="background:#eeeeee;box-shadow:1px 1px 2px 2px rgba(0,0,0,1)">
<img class="block-20 d-flex mb-3" width="100%" height="100%" src="images/blog/blog-3.jpg">
<h3 class="text-center"><a href="single.html" style="color:#cc0099"> The Benefits of Fashion </a></h3>
<div class="col-md-12 text-center mb-2" style="font-size:120%">
Posted in<a href="#" class="blog_cat"> <span class="icon-tag"></span><span style="color:#660000"> Category 3 </span></a>
on<a href="#" class="blog_cat"> <span class="icon-calendar"></span><span style="color:#660000"> 23rd June, 2020 </span></a>
by<a href="#" class="blog_cat"> <span class="icon-user"></span><span style="color:#660000"> Admin </span></a>
</div>
<div class="col-md-12">
<p>What I find most interesting in fashion is that it has to reflect our time.
You have to witness your own moment. I have also realised that.....</p>
<a href="single.html" type="button" class="btn btn-primary px-1 py-1 mb-5" style="border:none;border-radius:1mm"> Read More </a>
</div>
</div>
</div>
<div class="col-md-12 mb-5" data-aos="slide-up">
<div style="background:#eeeeee;box-shadow:1px 1px 2px 2px rgba(0,0,0,1)">
<img class="block-20 d-flex mb-3" width="100%" height="100%" src="images/blog/blog-2.jpg">
<h3 class="text-center"><a href="single.html" style="color:#cc0099"> The Benefits of Fashion </a></h3>
<div class="col-md-12 text-center mb-2" style="font-size:120%">
Posted in<a href="#" class="blog_cat"> <span class="icon-tag"></span><span style="color:#660000"> Category 3 </span></a>
on<a href="#" class="blog_cat"> <span class="icon-calendar"></span><span style="color:#660000"> 23rd June, 2020 </span></a>
by<a href="#" class="blog_cat"> <span class="icon-user"></span><span style="color:#660000"> Admin </span></a>
</div>
<div class="col-md-12">
<p>What I find most interesting in fashion is that it has to reflect our time.
You have to witness your own moment. I have also realised that.....</p>
<a href="single.html" type="button" class="btn btn-primary px-1 py-1 mb-5" style="border:none;border-radius:1mm"> Read More </a>
</div>
</div>
</div>
<div class="col-md-12 mb-5" data-aos="slide-up">
<div style="background:#eeeeee;box-shadow:1px 1px 2px 2px rgba(0,0,0,1)">
<h3 class="text-center"><a href="single.html" style="color:#cc0099"> The Benefits of Fashion </a></h3>
<div class="col-md-12 text-center mb-2" style="font-size:120%">
Posted in<a href="#" class="blog_cat"> <span class="icon-tag"></span><span style="color:#660000"> Category 4 </span></a>
on<a href="#" class="blog_cat"> <span class="icon-calendar"></span><span style="color:#660000"> 22nd June, 2020 </span></a>
by<a href="#" class="blog_cat"> <span class="icon-user"></span><span style="color:#660000"> Admin </span></a>
</div>
<div class="col-md-12">
<p>What I find most interesting in fashion is that it has to reflect our time.
You have to witness your own moment. I have also realised that.....</p>
<a href="single.html" type="button" class="btn btn-primary px-1 py-1 mb-5" style="border:none;border-radius:1mm"> Read More </a>
</div>
</div>
</div>
</div>
<div class="col-md-12 ml-5 justify-content-center" data-aos="slide-up">
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6">
<ul class="pagination">
<li class="page-item page-link"><a href="#"><span class="icon-chevron-left"></span></a></li>
<li class="page-item page-link"><a href="#" style="color:#cc0099"> 1 </a></li>
<li class="page-item page-link"><a href="#" style="color:#cc0099"> 2 </a></li>
<li class="page-item page-link"><a href="#" style="color:#cc0099"> 3 </a></li>
<li class="page-item page-link"><a href="#" style="color:#cc0099"> 4 </a></li>
<li class="page-item page-link"><a href="#"><span class="icon-chevron-right"></span></a></li>
</ul>
</div>
<div class="col-md-3"></div>
</div>
</div>
</div>
<!--sidebar code-->
<div class="col-md-4" data-aos="slide-left">
<div class="container" style="background:#eeeeee">
<div class="row">
<div class="col-md-12 mb-4 mt-4">
<ul class="list-group" style="list-style:none;line-height:1;">
<li class="list-group-item-secondary"><h4 class="text-center mt-2" style="color:#222222;">Categories</h4></li>
<li class="list-group-item"><a href="#" style="color:#660000"> Category 1 (4)</a></li>
<li class="list-group-item"><a href="#" style="color:#660000"> Category 2 (5)</a></li>
<li class="list-group-item"><a href="#" style="color:#660000"> Category 3 (3)</a></li>
<li class="list-group-item"><a href="#" style="color:#660000"> Category 4 (2)</a></li>
<li class="list-group-item"><a href="#" style="color:#660000"> Category 5 (7)</a></li>
</ul>
</div>
<div class="col-md-12 mb-2">
<div class="row">
<div class="col-md-12"><a href="blog.html"><h4 class="text-center" style="color:#222222">Recent Posts</h4></a></div>
<div class="col-md-12 mb-2">
<div class="row">
<div class="col-md-3"><img class="img-thumbnail" src="images/blog/flower2.jpg"></div>
<div class="col-md-9">
<a href="single.html"><h6 class="mt-2" style="font-weight:600;color:#cc0099">Fashion is a Necessity</h6></a>
<p><span class="icon-calendar-check-o"></span> 22nd June, 2020</p>
</div>
</div>
</div>
<div class="col-md-12 mb-2">
<div class="row">
<div class="col-md-3"><img class="img-thumbnail" src="images/blog/flower3.jpg"></div>
<div class="col-md-9">
<a href="single.html"><h6 class="mt-2" style="font-weight:600;color:#cc0099">Look Smart</h6></a>
<p><span class="icon-calendar-check-o"></span> 21st June, 2020</p>
</div>
</div>
</div>
<div class="col-md-12 mb-2">
<div class="row">
<div class="col-md-3"><img class="img-thumbnail" src="images/blog/nature.jpg"></div>
<div class="col-md-9">
<a href="single.html"><h6 class="mt-2" style="font-weight:600;color:#cc0099">Fashion with a blend of Nature</h6></a>
<p><span class="icon-calendar-check-o"></span> 19th June, 2020</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-12 mb-4">
<div class="row">
<div class="col-md-12"><h4 class="text-center" style="color:#222222">Image Gallery</h4></div>
<div class="col-md-12">
<div class="row">
<div class="col-md-4"><a href="images/blog/blog-4.jpg"><img class="img-thumbnail" src="images/blog/blog-4.jpg"></a></div>
<div class="col-md-4"><a href="images/blog/blog-2.jpg"><img class="img-thumbnail" src="images/blog/blog-2.jpg"></a></div>
<div class="col-md-4"><a href="images/blog/blog-3.jpg"><img class="img-thumbnail" src="images/blog/blog-3.jpg"></a></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--End of sidebar code-->
</div>
</div>
</div>
<!--end of content section code-->
<!--Beginning of footer section-->
<div class="section footer" style="background:silver" data-aos="slide-up">
<div class="container py-4"></div>
<div class="container">
<div class="row" style="color:#222222">
<div class="col-md-3">
<h2 class="text-center" style="color:#111111">Your Brand</h2>
<p>We understand what it means to be part of a tribe, there is this fulfillment you derive being part of
a community of professionals that you get to share your life with.</p>
</div>
<div class="col-md-3 mt-1">
<h4 class="px-4" style="color:#111111">For enquiries</h4>
<div class="col-md-12 px-2"><span class="icon-map-marker"></span> Your Address</div>
<div class="col-md-12 px-2"><span class="icon-phone-square"></span> Your Phone Number</div>
<div class="col-md-12 px-2"><span class="icon-envelope"></span> Your E-mail</div>
</div>
<div class="col-md-3 mt-1">
<h4 class="px-2" style="color:#111111">Sitemap</h4>
<div class="col-md-12 px-3"><a href="index.html" style="color:#222222"><span class="icon-caret-right"></span> Home </a></div>
<div class="col-md-12 px-3"><a href="about.html" style="color:#222222"><span class="icon-caret-right"></span> About </a></div>
<div class="col-md-12 px-3"><a href="services.html" style="color:#222222"><span class="icon-caret-right"></span> Services </a></div>
<div class="col-md-12 px-3"><a href="fashion_gallery.html" style="color:#222222"><span class="icon-caret-right"></span> Fashion Gallery </a></div>
</div>
<div class="col-md-3 mt-1">
<h4 class="px-5" style="color:#111111">Newsletter</h4>
<p>Subscribe to our newsletter to keep in touch...</p>
<form action="" class="mt-1 subscribe-form form-group"><input type="text" class="form-control" placeholder="Type an email...">
<button type="submit" name="q" class="submit subs-wrap form-control mt-2">Subscribe</button>
</form>
</div>
</div>
</div>
<div class="section" style="background:#000000">
<div class="container py-1">
<div class="row mt-4" style="color:#eeeeee;line-height:4mm">
<div class="col-md-3 text-center">
<p>2020 © All Rights Reserved</p>
<p>Designed by <span style="color:maroon">PatoGRIDS</span></P>
</div>
<div class="col-md-7"></div>
<div class="col-md-2 text-center">
<p>Follow Us</p>
<a href="#"><span class="icon-facebook px-2"></span></a>
<a href="#"><span class="icon-instagram px-3"></span></a>
<a href="#"><span class="icon-twitter px-2"></span></a>
</div>
</div>
</div>
</div>
</div>
<!--end of footer section-->
<!-- the loader -->
<div id="ftco-loader" class="show fullscreen"><svg class="circular" width="46px" height="46px"><circle class="path-bg" cx="23" cy="23" r="21" fill="none" stroke-width="4" stroke="#dddddd"/><circle class="path" cx="23" cy="23" r="21" fill="none" stroke-width="4" stroke-miterlimit="10" stroke="#cc0099"/></svg></div>
<!--Main JavaScript Files-->
<script src="js/jquery-3.5.1.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/scrollax.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/main.js"></script>
<!--Map JavaScript Files-->
<script src="js/maps.js"></script>
<script async defer src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&callback=theMap"></script>
<!-- Portfolio JavaScript Files -->
<script src="js/portfolio-js/jquery.sticky.js"></script>
<script src="js/portfolio-js/isotope.pkgd.min.js"></script>
<script src="js/portfolio-js/venobox.js"></script>
</body>
</html>