-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathblog-single.html
462 lines (430 loc) · 27.3 KB
/
blog-single.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
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="BarberShop & Hair Salon HTML Template">
<meta name="author" content="">
<title>Barber Shop || BarberShop Hair Salon HTML Template</title>
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.png">
<link rel="stylesheet" href="css/elegant-font-icons.css">
<link rel="stylesheet" href="css/elegant-line-icons.css">
<link rel="stylesheet" href="css/themify-icons.css">
<link rel="stylesheet" href="css/barber-icons.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/venobox/venobox.css">
<link rel="stylesheet" href="css/nice-select.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/slicknav.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/responsive.css">
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div id='preloader'>
<div class='loader'>
<img src="img/loading.gif" width="80" alt="">
</div>
</div>
<header id="header" class="header-section">
<div class="container">
<nav class="navbar ">
<a href="#" class="navbar-brand"><img src="img/logo.png" alt="Barbershop"></a>
<div class="d-flex menu-wrap align-items-center">
<div id="mainmenu" class="mainmenu">
<ul class="nav">
<li><a data-scroll class="nav-link active" href="index-2.html">Home<span
class="sr-only">(current)</span></a>
<ul>
<li><a href="index-2.html">Home Default</a></li>
<li><a href="index-3.html">Home Modern</a></li>
<li><a href="index-4.html">Home Classic</a></li>
</ul>
</li>
<li><a href="about-us.html">About</a>
<ul>
<li><a href="about-us.html">About Us</a></li>
<li><a href="about-company.html">About Company</a></li>
</ul>
</li>
<li><a href="services.html">Services</a>
<ul>
<li><a href="services.html">Services 01</a></li>
<li><a href="services-2.html">Services 02</a></li>
</ul>
</li>
<li><a href="#">Pages</a>
<ul>
<li><a href="appointment.html">Appointment</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="team.html">Our Team</a></li>
<li><a href="pricing.html">Our Pricing</a></li>
<li><a href="404.html">404 Error</a></li>
</ul>
</li>
<li><a href="#">Blog</a>
<ul>
<li><a href="blog-grid.html">Blog Grid</a></li>
<li><a href="blog-classic.html">Blog Classic</a></li>
<li><a href="blog-single.html">Blog Single</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="header-btn">
<a href="#" class="menu-btn">Make Appointment</a>
</div>
</div>
</nav>
</div>
</header>
<section class="page_header d-flex align-items-center">
<div class="container">
<div class="section_heading text-center mb-40 wow fadeInUp" data-wow-delay="300ms">
<h3>Trendy Salon & Spa</h3>
<h2>Barbershop News</h2>
<div class="heading-line"></div>
</div>
</div>
</section>
<section class="blog-section padding">
<div class="container">
<div class="blog-wrap row">
<div class="col-lg-8 sm-padding">
<div class="blog-single-wrap">
<div class="blog-thumb">
<img src="img/post-single.jpg" alt="img">
</div>
<div class="blog-single-content">
<h2><a href="#">Minimalist trending in modern architecture 2019</a></h2>
<ul class="single-post-meta">
<li><i class="fa fa-user"></i> <a href="#">Admin</a></li>
<li><i class="fa fa-calendar"></i> <a href="#">19 Feb, 2019</a></li>
<li><i class="fa fa-comments"></i> <a href="#">2 Comments</a></li>
</ul>
<p>Architectural phenomenology is a movement within architecture that began in the 1950s,
reaching a wide audience in the late 1970s and 1980s, and continuing until today.
Architectural phenomenology focuses on human experience, background, intention and
historical reflection, interpretation as well as poetic and ethical considerations with
authors such as Gaston Bachelard.[21]</p>
<p>Islamic architecture began in the 7th century CE, incorporating architectural forms from
the ancient Middle East and Byzantium, but also developing features to suit the
religious and social needs of the society. Examples can be found throughout the Middle
East, North Africa, Spain and the Indian Sub-continent.</p>
<blockquote>
<div class="dots"></div>
<p>“Architecture is really about well-being. I think that people want to feel good in a
space… On the one hand it’s about shelter, but it’s also about pleasure.”</p>
<span class="quoter">- Dr. Anders Ericsson</span>
</blockquote>
<p>The most important aspect of beauty was, therefore, an inherent part of an object, rather
than something applied superficially, and was based on universal, recognisable truths.
The notion of style in the arts was not developed until the 16th century, with the
writing of Vasari:[11] by the 18th century, his Lives of the Most Excellent Painters,
Sculptors, and Architects had been translated into Italian, French, Spanish, and
English.</p>
<ul class="post-tags">
<li><a href="#">architecture</a></li>
<li><a href="#">building</a></li>
<li><a href="#">interior</a></li>
<li><a href="#">design</a></li>
</ul>
<div class="author-box bg-grey">
<img src="img/comment-3.png" alt="img">
<div class="author-info">
<h3>Albert Nouwen</h3>
<p>Barbershop is a different kind of architecture practice. Founded by LoganCee in
1991, we’re an employee-owned firm pursuing a democratic design.</p>
<ul class="social-icon">
<li><a href="#"><i class="ti-facebook"></i></a></li>
<li><a href="#"><i class="ti-twitter"></i></a></li>
<li><a href="#"><i class="ti-instagram"></i></a></li>
<li><a href="#"><i class="ti-pinterest"></i></a></li>
<li><a href="#"><i class="ti-youtube"></i></a></li>
</ul>
</div>
</div>
<div class="post-navigation row">
<div class="col prev-post">
<a href="#"><i class="ti-arrow-left"></i>Prev Post</a>
</div>
<div class="col next-post">
<a href="#">Next Post <i class="ti-arrow-right"></i></a>
</div>
</div>
<div class="comments-area">
<div class="comments-section">
<h3 class="comments-title">Posts Comments</h3>
<ol class="comments">
<li class="comment even thread-even depth-1" id="comment-1">
<div id="div-comment-1">
<div class="comment-thumb">
<div class="comment-img"><img src="img/comment-1.png" alt=""></div>
</div>
<div class="comment-main-area">
<div class="comment-wrapper">
<div class="comments-meta">
<h4>Jhon Castellon <span class="comments-date">jan 05, 2020
at 8:00</span></h4>
</div>
<div class="comment-area">
<p>Home renovations, especially those involving plentiful of
demolition can be a very dusty affair. This nasty dust
can easily free flow through your house.</p>
<div class="comments-reply">
<a class="comment-reply-link"
href="#"><span>Reply</span></a>
</div>
</div>
</div>
</div>
</div>
<ul class="children">
<li class="comment">
<div>
<div class="comment-thumb">
<div class="comment-img"><img src="img/comment-2.png"
alt=""></div>
</div>
<div class="comment-main-area">
<div class="comment-wrapper">
<div class="comments-meta">
<h4>José Carpio <span class="comments-date">jan 15,
2020 at 8:00</span></h4>
</div>
<div class="comment-area">
<p>Home renovations, especially those involving
plentiful of demolition can be a very dusty
affair. This nasty dust can easily free flow
through your house.</p>
<div class="comments-reply">
<a class="comment-reply-link"
href="#"><span>Reply</span></a>
</div>
</div>
</div>
</div>
</div>
<ul>
<li class="comment">
<div>
<div class="comment-thumb">
<div class="comment-img"><img
src="img/comment-3.png" alt=""></div>
</div>
<div class="comment-main-area">
<div class="comment-wrapper">
<div class="comments-meta">
<h4>Valentin Lacoste <span
class="comments-date">jan 25, 2020
at 8:00</span></h4>
</div>
<div class="comment-area">
<p>Home renovations, especially those
involving plentiful of demolition can be
a very dusty affair. This nasty dust can
easily free flow through your house.</p>
<div class="comments-reply">
<a class="comment-reply-link"
href="#"><span>Reply</span></a>
</div>
</div>
</div>
</div>
</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="comment">
<div>
<div class="comment-thumb">
<div class="comment-img"><img src="img/comment-4.png" alt=""></div>
</div>
<div class="comment-main-area">
<div class="comment-wrapper">
<div class="comments-meta">
<h4>Kyle Frederick <span class="comments-date">jan 02, 2020
at 8:00</span></h4>
</div>
<div class="comment-area">
<p>Home renovations, especially those involving plentiful of
demolition can be a very dusty affair. This nasty dust
can easily free flow through your house.</p>
<div class="comments-reply">
<a class="comment-reply-link"
href="#"><span>Reply</span></a>
</div>
</div>
</div>
</div>
</div>
</li>
</ol>
</div>
<div class="comment-respond">
<h3 class="comment-reply-title">Write a Comment</h3>
<form method="post" id="commentform" class="comment-form">
<div class="form-textarea">
<textarea id="comment" placeholder="Write Your Comments..."></textarea>
</div>
<div class="form-inputs">
<input placeholder="Website" type="url">
<input placeholder="Name" type="text">
<input placeholder="Email" type="email">
</div>
<div class="form-submit">
<input id="submit" value="Post Comment" type="submit">
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 sm-padding">
<div class="sidebar-wrap">
<div class="widget-content">
<form action="#" class="search-form">
<input type="text" class="form-control" placeholder="Type here">
<button class="search-btn" type="button"><i class="fa fa-search"></i></button>
</form>
</div>
<div class="widget-content">
<h4>Categories</h4>
<ul class="widget-links">
<li><a href="#">Architecture</a></li>
<li><a href="#">Interior Design</a></li>
<li><a href="#">Designing</a></li>
<li><a href="#">Construction</a></li>
<li><a href="#">Buildings</a></li>
</ul>
</div>
<div class="widget-content">
<h4>Recent Posts</h4>
<ul class="thumb-post">
<li><img src="img/post-1.jpg" alt="post"><a href="#">Minimalist trending in modern
architecture 2019</a></li>
<li><img src="img/post-2.jpg" alt="post"><a href="#">Terrace in the town kentaro design
workshop.</a></li>
<li><img src="img/post-3.jpg" alt="post"><a href="#">W270 house são arquitetos fabio
architeqture.</a></li>
</ul>
</div>
<div class="widget-content">
<h4>Tag Clouds</h4>
<ul class="tags">
<li><a href="#">Architecture</a></li>
<li><a href="#">Interior Design</a></li>
<li><a href="#">Designing</a></li>
<li><a href="#">Construction</a></li>
<li><a href="#">Buildings</a></li>
<li><a href="#">Industrial</a></li>
<li><a href="#">Factory</a></li>
<li><a href="#">Material</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="widget_section padding">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 sm-padding">
<div class="footer_widget">
<img class="mb-15" src="img/logo.png" alt="Brand">
<p>Our barbershop is the created for men who appreciate premium quality, time and flawless look.
</p>
<ul class="widget_social">
<li><a href="#"><i class="social_facebook"></i></a></li>
<li><a href="#"><i class="social_twitter"></i></a></li>
<li><a href="#"><i class="social_googleplus"></i></a></li>
<li><a href="#"><i class="social_instagram"></i></a></li>
<li><a href="#"><i class="social_linkedin"></i></a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6 sm-padding">
<div class="footer_widget">
<h3>Headquaters</h3>
<p>962 Fifth Avenue, 3rd Floor New York, NY10022</p>
<p><a href="https://html.dynamiclayers.net/cdn-cgi/l/email-protection" class="__cf_email__"
data-cfemail="6129040d0d0e2105180f000c08020d00180413124f0f0415">[email protected]</a>
<br>(+123) 456 789 101</p>
</div>
</div>
<div class="col-lg-3 col-md-6 sm-padding">
<div class="footer_widget">
<h3>Opening Hours</h3>
<ul class="opening_time">
<li>Monday - Friday 11:30am - 2:008pm</li>
<li>Saturday – Monday: 9am – 8pm</li>
<li>Monday - Friday 5:30am - 11:008pm</li>
<li>Saturday - Sunday 4:30am - 1:00pm</li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-12 sm-padding">
<div class="footer_widget">
<h3>Subscribe to our contents</h3>
<div class="subscribe_form">
<form action="#" class="subscribe_form">
<input type="email" name="email" id="subs-email" class="form_input"
placeholder="Email Address...">
<button type="submit" class="submit">SUBSCRIBE</button>
<div class="clearfix"></div>
<div id="subscribe-result">
<p class="subscription-success"></p>
<p class="subscription-error"></p>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="footer_section">
<div class="container">
<div class="row">
<div class="col-md-6 xs-padding">
<div class="copyright">©
<script type="text/javascript"> document.write(new Date().getFullYear())</script> Barber Shop
</div>
</div>
<div class="col-md-6 xs-padding">
<ul class="footer_social">
<li><a href="#">Orders</a></li>
<li><a href="#">Terms</a></li>
<li><a href="#">Report Problem</a></li>
</ul>
</div>
</div>
</div>
</footer>
<a data-scroll href="#header" id="scroll-to-top"><i class="arrow_up"></i></a>
<script src="js/vendor/jquery-1.12.4.min.js"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/vendor/imagesloaded.pkgd.min.js"></script>
<script src="js/vendor/owl.carousel.min.js"></script>
<script src="js/vendor/jquery.isotope.v3.0.2.js"></script>
<script src="js/vendor/smooth-scroll.min.js"></script>
<script src="js/vendor/venobox.min.js"></script>
<script src="js/vendor/jquery.ajaxchimp.min.js"></script>
<script src="js/vendor/jquery.slicknav.min.js"></script>
<script src="js/vendor/jquery.nice-select.min.js"></script>
<script src="js/vendor/jquery.mb.YTPlayer.min.js"></script>
<script src="js/vendor/wow.min.js"></script>
<script src="js/contact.js"></script>
<script src="js/appointment.js"></script>
<script src="js/main.js"></script>
</body>
</html>