-
Notifications
You must be signed in to change notification settings - Fork 1
/
single.html
441 lines (405 loc) · 20.6 KB
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="assets/icon/favicon.ico">
<title>Ygritte Spa</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="assets/plugins/bootstrap-3.3.1/css/bootstrap.min.css" type='text/css'>
<link rel="stylesheet" href="assets/css/style.css" type="text/css">
<script src="assets/js/modernizr.js"></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.min.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Preloader -->
<div id="preloader">
<div id="status"> </div>
</div>
<!-- Fixed navbar -->
<div class="navbar main-menu navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
<a class="navbar-brand" href="" title="logo"><img src="assets/images/logo.png" alt="logo" /></a> </div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right" id="menu">
<li><a data-scroll data-options="easing: easeOutQuart" href="index.html#slider">Home</a></li>
<li><a data-scroll data-options="easing: easeOutQuart" href="index.html#about">About Us</a></li>
<li><a data-scroll data-options="easing: easeOutQuart" href="index.html#team">Team</a></li>
<li><a data-scroll data-options="easing: easeOutQuart" href="index.html#services">Services</a></li>
<li><a data-scroll data-options="easing: easeOutQuart" href="index.html#plans">Pricing</a></li>
<li><a data-scroll data-options="easing: easeOutQuart" href="index.html#portfolio">Portfolio</a></li>
<li><a data-scroll data-options="easing: easeOutQuart" href="index.html#clients">Our Clients</a></li>
<li role="presentation" class="dropdown">
<a href="index.html#blog-list" data-scroll data-options="easing: easeOutQuart" data-toggle="dropdown" class="dropdown-toggle hvr-underline-from-left">Blog <b class="caret"></b></a>
<ul role="menu" class="dropdown-menu">
<li><a href="blog.html">Blog</a></li>
<li><a href="single.html">Blog Detail</a></li>
</ul>
</li>
<li><a data-scroll data-options="easing: easeOutQuart" href="index.html#contact">Contact Us</a></li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
</div>
<!-- Blog Section Begins -->
<section id="blog" class="blog single section">
<div class="container">
<div class="row">
<!-- Blog Left Side Begins -->
<div class="col-md-8">
<!-- Post -->
<div class="post-item">
<!-- Post Title -->
<h2 class="wow fadeInLeft">Excepteur sint occaecat cupidatat</h2>
<div class="post wow fadeInUp">
<!-- Image -->
<img class="img-responsive" src="assets/images/blog/1.jpg" alt="" />
<div class="post-content wow fadeInUp">
<!-- Meta -->
<div class="posted-date">July 19, 2014 / <span>by</span> <a href="#">John</a> / <a href="#">12 Comments</a></div>
<!-- Text -->
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. It has survived not only five centuries. </p>
<p><i>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</i></p>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</p>
<!-- Heading -->
<h3>Excepteur sint occaecat cupidatat</h3>
<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</p>
<div class="share-btn">
<a href="#" class="btn fb-bg">Share on <i class="fa fa-facebook"></i><b> Facebook</b></a>
<a href="#" class="btn twitter-bg">Share on <i class="fa fa-twitter"></i><b> Twitter</b></a>
</div>
</div>
</div>
</div><!-- End Post -->
<!-- Author Section -->
<div class="author wow fadeInUp">
<!-- Image -->
<img src="assets/images/blog/author/1.jpg" alt="" />
<div class="author-comment">
<h5>John Michaels</h5>
<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure.</p>
</div>
<div class="clear"></div>
</div><!-- Author Section Ends-->
<!-- Comment Section -->
<div class="post-comments">
<!-- Heading -->
<div class="title-head wow fadeInUp">3 comments</div>
<ul class="comment-list list-unstyled">
<!-- Item -->
<li class="wow fadeInUp">
<!-- Image -->
<img src="assets/images/blog/comments/1.jpg" alt="" />
<!-- Comments -->
<div class="comment-details">
<div class="comments">
<!-- Comments Meta-->
<div class="comment-meta">
<!-- Author Name-->
<div class="user-name">
Jenna
</div>
<div class="posted-date">
July 19, 2014 <span> 5:50 AM</span>
</div>
</div>
<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure. </p>
</div>
<a href="#" class="btn reply">reply</a>
</div>
</li>
<!-- Item -->
<li class="wow fadeInUp">
<!-- Image -->
<img src="assets/images/blog/comments/2.jpg" alt="" />
<!-- Comments -->
<div class="comment-details">
<div class="comments">
<!-- Comments Meta-->
<div class="comment-meta">
<!-- Author Name-->
<div class="user-name">
July
</div>
<div class="posted-date">
July 19, 2014 <span> 5:50 AM</span>
</div>
</div>
<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure. </p>
</div>
<a href="#" class="btn reply">reply</a>
</div>
</li>
<!-- Item -->
<li class="wow fadeInUp">
<!-- Image -->
<img src="assets/images/blog/comments/3.jpg" alt="" />
<!-- Comments -->
<div class="comment-details">
<div class="comments">
<!-- Comments Meta-->
<div class="comment-meta">
<!-- Author Name-->
<div class="user-name">
Marry
</div>
<div class="posted-date">
July 19, 2014 <span> 5:50 AM</span>
</div>
</div>
<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure. </p>
</div>
<a href="#" class="btn reply">reply</a>
</div>
</li>
</ul>
</div>
<!-- Add Your Comments -->
<div class="comments-form wow fadeInUp">
<!-- Heading -->
<div class="title-head">add your comment</div>
<!-- Form -->
<div class="row form">
<div class="col-sm-12">
<form class="comment-area">
<div class="form-group">
<input type="text" class="form-control" name="name" placeholder="Your Name">
</div>
<div class="form-group">
<input type="email" class="form-control" name="email" placeholder="Your email address">
</div>
<div class="form-group">
<input type="text" class="form-control" name="url" placeholder="Your URL">
</div>
<div class="form-group">
<textarea class="form-control" name="comment" placeholder="Your Message"></textarea>
</div>
<div class="center">
<button id="submit_btn" class="btn main-btn hvr-sweep-to-right"><i class="fa fa-angle-right"></i> Add Comment </button>
</div>
</form>
</div>
</div>
</div>
</div><!-- Blog Left Side Ends -->
<!-- Blog Sidebar Begins -->
<div class="col-md-4">
<div class="sidebar">
<!-- Search -->
<div class="search wow fadeInUp">
<form>
<input type="search" name="name" placeholder="SEARCH..">
<input type="submit" value="submit">
</form>
</div>
<!-- Popular Post -->
<div class="blog/popular-post widget wow fadeInUp">
<!-- Title -->
<h2>most popular posts</h2>
<ul class="popular-list list-unstyled">
<!-- Item -->
<li>
<!-- Post Image -->
<a href="#"><img src="assets/images/blog/popular-post/1.jpg" alt="" /></a>
<!-- Details -->
<div class="content">
<h3><a href="#">Lorem ipsum blog post</a></h3>
<div class="posted-date">July 19, 2014</div>
</div>
</li>
<!-- Item -->
<li>
<!-- Post Image -->
<a href="#"><img src="assets/images/blog/popular-post/2.jpg" alt="" /></a>
<!-- Details -->
<div class="content">
<h3><a href="#">Lorem ipsum blog post</a></h3>
<div class="posted-date">July 19, 2014</div>
</div>
</li>
<!-- Item -->
<li>
<!-- Post Image -->
<a href="#"><img src="assets/images/blog/popular-post/3.jpg" alt="" /></a>
<!-- Details -->
<div class="content">
<h3><a href="#">Lorem ipsum blog post</a></h3>
<div class="posted-date">July 19, 2014</div>
</div>
</li>
<!-- Item -->
<li>
<!-- Post Image -->
<a href="#"><img src="assets/images/blog/popular-post/4.jpg" alt="" /></a>
<!-- Details -->
<div class="content">
<h3><a href="#">Lorem ipsum blog post</a></h3>
<div class="posted-date">July 19, 2014</div>
</div>
</li>
</ul>
</div><!-- Popular Post Ends-->
<!-- Newest Posts -->
<div class="blog/popular-post widget wow fadeInUp">
<!-- Title -->
<h2>Newest posts</h2>
<ul class="popular-list list-unstyled">
<!-- Item -->
<li>
<!-- Post Image -->
<a href="#"><img src="assets/images/blog/popular-post/1.jpg" alt="" /></a>
<!-- Details -->
<div class="content">
<h3><a href="#">Lorem ipsum blog post</a></h3>
<div class="posted-date">July 19, 2014</div>
</div>
</li>
<!-- Item -->
<li>
<!-- Post Image -->
<a href="#"><img src="assets/images/blog/popular-post/2.jpg" alt="" /></a>
<!-- Details -->
<div class="content">
<h3><a href="#">Lorem ipsum blog post</a></h3>
<div class="posted-date">July 19, 2014</div>
</div>
</li>
<!-- Item -->
<li>
<!-- Post Image -->
<a href="#"><img src="assets/images/blog/popular-post/3.jpg" alt="" /></a>
<!-- Details -->
<div class="content">
<h3><a href="#">Lorem ipsum blog post</a></h3>
<div class="posted-date">July 19, 2014</div>
</div>
</li>
<!-- Item -->
<li>
<!-- Post Image -->
<a href="#"><img src="assets/images/blog/popular-post/4.jpg" alt="" /></a>
<!-- Details -->
<div class="content">
<h3><a href="#">Lorem ipsum blog post</a></h3>
<div class="posted-date">July 19, 2014</div>
</div>
</li>
</ul>
</div><!-- Newest Post Ends-->
<!-- Category Posts -->
<div class="category widget wow fadeInUp">
<!-- Title -->
<h2>Categories</h2>
<ul class="category-list list-unstyled">
<li>
<h3><a href="#">Mobile Phone Review</a></h3>
</li>
<li>
<h3><a href="#">Current Technical Trend</a></h3>
</li>
<li>
<h3><a href="#">Current Technical Trend Alternatives</a></h3>
</li>
<li>
<h3><a href="#">Clients</a></h3>
</li>
<li>
<h3><a href="#">Credit Cards</a></h3>
</li>
<li>
<h3><a href="#">Pilates</a></h3>
</li>
<li>
<h3><a href="#">Running</a></h3>
</li>
<li>
<h3><a href="#">Estate Planning</a></h3>
</li>
</ul>
</div><!-- Category Ends-->
</div>
</div><!-- Blog Sidebar Ends -->
</div>
</div>
</section><!-- Our Blog Section Ends -->
<!-- Footer -->
<footer>
<div class="container">
<ul class="list-inline social">
<li class="wow bounceIn" data-wow-duration="0.5s" data-wow-delay="0.5s"><a href="#"><img src="assets/images/social-icons/facebook.png" alt="green flower"></a></li>
<li class="wow bounceIn" data-wow-duration="0.6s" data-wow-delay="0.6s"><a href="#"><img src="assets/images/social-icons/twitter.png" alt="green flower"></a></li>
<li class="wow bounceIn" data-wow-duration="0.7s" data-wow-delay="0.7s"><a href="#"><img src="assets/images/social-icons/googleplus.png" alt="green flower"></a></li>
<li class="wow bounceIn" data-wow-duration="0.8s" data-wow-delay="0.8s"><a href="#"><img src="assets/images/social-icons/flickr.png" alt="green flower"></a></li>
<li class="wow bounceIn" data-wow-duration="0.9s" data-wow-delay="0.9s"><a href="#"><img src="assets/images/social-icons/linkedin.png" alt="green flower"></a></li>
<li class="wow bounceIn" data-wow-duration="1s" data-wow-delay="1s"><a href="#"><img src="assets/images/social-icons/vimeo.png" alt="green flower"></a></li>
<li class="wow bounceIn" data-wow-duration="1.1s" data-wow-delay="1.1s"><a href="#"><img src="assets/images/social-icons/youtube.png" alt="green flower"></a></li>
<li class="wow bounceIn" data-wow-duration="1.2s" data-wow-delay="1.2s"><a href="#"><img src="assets/images/social-icons/sharethis.png" alt="green flower"></a></li>
</ul>
</div>
<div class="foot-line">
<p>© 2015 Ygritte PSD Template. Designed by <a href="#"><strong>CreativeMonkie.</strong></a></p>
</div>
</footer>
<a href="#" class="back-to-top"><i class="fa fa-angle-up"></i></a>
<!-- Footer End -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery-1.11.2.min.js"></script>
<!-- bootstrap -->
<script src="assets/plugins/bootstrap-3.3.1/js/bootstrap.min.js"></script>
<!--Google Map-->
<script src="http://maps.googleapis.com/maps/api/js?libraries=places&sensor=false"></script>
<!-- smooth scrolling -->
<script src="assets/plugins/smooth-scroll/smooth-scroll.js"></script>
<!-- isotope -->
<script src="assets/plugins/isotope/jquery.isotope.min.js"></script>
<!-- wow -->
<script src="assets/plugins/wow/wow.min.js"></script>
<!-- hcaptions -->
<script src="assets/plugins/hcaptions/jquery.hcaptions.js"></script>
<!-- prettyPhoto -->
<script src="assets/plugins/prettyPhoto/jquery.prettyPhoto.js"></script>
<!-- owl-carousel -->
<script src="assets/plugins/owl-carousel/owl.carousel.js"></script>
<!-- animateNumber -->
<script src="assets/plugins/animateNumber/jquery.appear.js"></script>
<script src="assets/plugins/animateNumber/jquery.animateNumber.min.js"></script>
<!-- Form Validation -->
<script src="assets/plugins/jquery-validate/jquery.validate.min.js"></script>
<!-- custom -->
<script src="assets/js/app.js"></script>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var $_Tawk_API={},$_Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/569cfc09aeafd72017dd6ea9/default';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-15521914-3', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>