-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog-listing.html
708 lines (481 loc) · 23.2 KB
/
blog-listing.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
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="author" content="DSAThemes"/>
<meta name="description" content="MobiCom - Mobile App Landing Page Template"/>
<meta name="keywords" content="Responsive, HTML5 template, DSAThemes, Mobile, Application, One Page, Landing, Mobile App">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<!-- SITE TITLE -->
<title>DartsAR</title>
<!-- FAVICON AND TOUCH ICONS -->
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" sizes="152x152" href="images/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="120x120" href="images/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="76x76" href="images/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<!-- GOOGLE FONTS -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700" rel="stylesheet">
<!-- BOOTSTRAP CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- FONT ICONS -->
<link href="css/fa-svg-with-js.css" rel="stylesheet">
<link href="css/pe-icon-7-stroke.css" rel="stylesheet">
<!-- PLUGINS STYLESHEET -->
<link href="css/magnific-popup.css" rel="stylesheet">
<link href="css/slick.css" rel="stylesheet">
<link href="css/slick-theme.css" rel="stylesheet">
<!-- On Scroll Animations -->
<link href="css/animate.css" rel="stylesheet">
<!-- TEMPLATE CSS -->
<link href="css/style.css" rel="stylesheet">
<!-- RESPONSIVE CSS -->
<link href="css/responsive.css" rel="stylesheet">
</head>
<body>
<!-- PRELOADER
============================================= -->
<div id="loader-wrapper">
<div id="loader">
<ul class="cssload-flex-container">
<li><span class="cssload-loading"></span></li>
</ul>
</div>
</div>
<!-- PAGE CONTENT
============================================= -->
<div id="page" class="page">
<!-- HEADER
============================================= -->
<header id="header" class="header">
<nav class="navbar fixed-top navbar-expand-lg navbar-light bg-light">
<div class="container">
<!-- LOGO IMAGE -->
<!-- For Retina Ready displays take a image with double the amount of pixels that your image will be displayed (e.g 260 x 60 pixels) -->
<a href="#hero-1" class="navbar-brand logo-white"><img src="images/logo-grey.png" width="130" height="30" alt="header-logo"></a>
<a href="#hero-1" class="navbar-brand logo-black"><img src="images/logo.png" width="130" height="30" alt="header-logo"></a>
<!-- Responsive Menu Button -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Navigation Menu -->
<div id="navbarSupportedContent" class="collapse navbar-collapse">
<ul class="navbar-nav ml-auto">
<li class="nav-item nl-simple"><a class="nav-link" href="#content-4">About</a> </li>
<li class="nav-item nl-simple"><a class="nav-link" href="#screens-2">Screens</a></li>
<li class="nav-item nl-simple"><a class="nav-link" href="#features-3">Features</a></li>
<!-- Dropdown Link -->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Features
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Why MobiCom</a>
<a class="dropdown-item" href="#">How It Works</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Watch Video</a>
</div>
</li>
<li class="nav-item nl-simple"><a class="nav-link" href="#faqs-1">FAQs</a></li>
<li class="nav-item nl-simple"><a class="nav-link" href="#blog-1">Blog</a></li>
<!-- Header Social Icons -->
<li class="header-socials clearfix">
<span><a href="#" class="ico-facebook"><i class="fab fa-facebook-f"></i></a></span>
<span><a href="#" class="ico-twitter"><i class="fab fa-twitter"></i></a></span>
<span><a href="#" class="ico-dribbble"><i class="fab fa-dribbble"></i></a></span>
<!--
<span><a href="#" class="ico-behance"><i class="fab fa-behance"></i></a></span>
<span><a href="#" class="ico-instagram"><i class="fab fa-instagram"></i></a></span>
<span><a href="#" class="ico-pinterest"><i class="fab fa-pinterest-p"></i></a></span>
<span><a href="#" class="ico-google-plus"><i class="fab fa-google-plus-g"></i></a></span>
<span><a href="#" class="ico-linkedin"><i class="fab fa-linkedin-in"></i></a></span>
<span><a href="#" class="ico-tumblr"><i class="fab fa-tumblr"></i></a></span>
<span><a href="#" class="ico-youtube"><i class="fab fa-youtube"></i></a></span>
<span><a href="#" class="ico-vk"><i class="fab fa-vk"></i></a></span>
-->
</li>
</ul>
</div> <!-- End Navigation Menu -->
</div> <!-- End container -->
</nav> <!-- End navbar -->
</header> <!-- END HEADER -->
<!-- BLOG PAGE CONTENT
============================================= -->
<div id="blog-page" class="blog-page-section division">
<div class="container">
<div class="row">
<!-- BLOG POSTS HOLDER -->
<div class="col-md-9">
<div class="posts-holder p-right-60">
<!-- BLOG POST #1 -->
<div class="blog-post animated" data-animation="fadeInUp" data-animation-delay="300">
<!-- BLOG POST IMAGE -->
<div class="blog-post-img m-bottom-25">
<img class="img-fluid" src="images/blog/post-4-img.jpg" alt="blog-post-image" />
</div>
<!-- BLOG POST TEXT -->
<div class="blog-post-txt m-bottom-10">
<!-- Post Data -->
<span>May 31, 2018 in Web Design</span>
<!-- Post Title -->
<h4 class="h4-xs m-bottom-20">Turpis sodales nemo ipsam egestas sapien vitae</h4>
<!-- Post Text -->
<p>Aliqum mullam blandit tempor sapien gravida donec ipsum, at porta justo. Velna vitae
auctor eros congue magna nihil impedit ligula risus. Mauris donec ociis et magnis sapien
etiam sapien sem sagittis congue tempor gravida donec enim ipsum porta justo integer at
odio velna congue integer...
</p>
</div>
<hr />
<!-- BLOG POST META -->
<div class="blog-post-meta text-right">
<span><i class="far fa-heart"></i> 15</span>
<span><i class="far fa-comment"></i> 8</span>
<!-- Post Link -->
<a href="single-post.html">More Details</a>
</div>
</div> <!-- END BLOG POST #1 -->
<!-- BLOG POST #2 -->
<div class="blog-post animated" data-animation="fadeInUp" data-animation-delay="500">
<!-- BLOG POST IMAGE -->
<div class="blog-post-img m-bottom-25">
<img class="img-fluid" src="images/blog/post-5-img.jpg" alt="blog-post-image" />
</div>
<!-- BLOG POST TEXT -->
<div class="blog-post-txt m-bottom-10">
<!-- Post Data -->
<span>May 28, 2018 in Graphic</span>
<!-- Post Title -->
<h4 class="h4-xs m-bottom-20">Egestas volute nemo ipsam turpis quaerat sodales sapien vitae
ullam tempor sapien, eget gravida donec enim
</h4>
<!-- Post Text -->
<p>Aliqum mullam blandit tempor sapien gravida donec ipsum, at porta justo. Velna vitae
auctor eros congue magna gravida donec enim ipsum porta justo integer at odio velna congue
integer auctor vitae ligula risus. Mauris donec ociis et magnis sapien etiam sapien sem
sagittis congue magna...
</p>
</div>
<hr />
<!-- BLOG POST META -->
<div class="blog-post-meta text-right">
<span><i class="far fa-heart"></i> 27</span>
<span><i class="far fa-comment"></i> 14</span>
<!-- Post Link -->
<a href="single-post.html">More Details</a>
</div>
</div> <!-- END BLOG POST #2 -->
<!-- BLOG POST #3 -->
<div class="blog-post animated" data-animation="fadeInUp" data-animation-delay="700">
<!-- BLOG POST IMAGE -->
<div class="blog-post-img m-bottom-25">
<div class="video-preview text-center m-bottom-10">
<!-- Change the link HERE!!! -->
<a class="video-popup" href="https://www.youtube.com/watch?v=ckbXdMu52zI">
<!-- Play Icon -->
<div class="video-block-wrapper"><div class="play-icon-green"></div></div>
<!-- Preview Image -->
<img class="img-fluid" src="images/blog/post-6-img.jpg" alt="video-preview">
</a>
</div>
</div>
<!-- BLOG POST TEXT -->
<div class="blog-post-txt m-bottom-10">
<!-- Post Data -->
<span>May 4, 2018 in Travelling</span>
<!-- Post Title -->
<h4 class="h4-xs m-bottom-20">Sapien gravida donec ipsum, at porta turpis vitae</h4>
<!-- Post Text -->
<p>Aliqum mullam blandit gravida donec enim ipsum porta justo integer at odio velna congue
integer auctor vitae magna at risus integertempor sapien gravida donec ipsum, at porta justo.
Velna vitae auctor eros congue at risus integer nihil impedit tempor tempor ligula risus
mauris donec ociis et magnis...
</p>
</div>
<hr />
<!-- BLOG POST META -->
<div class="blog-post-meta text-right">
<span><i class="far fa-heart"></i> 41</span>
<span><i class="far fa-comment"></i> 19</span>
<!-- Post Link -->
<a href="single-post.html">More Details</a>
</div>
</div> <!-- END BLOG POST #3 -->
<!-- BLOG POST #4 -->
<div class="blog-post animated" data-animation="fadeInUp" data-animation-delay="900">
<!-- BLOG POST IMAGE -->
<div class="blog-post-img m-bottom-25">
<img class="img-fluid" src="images/blog/post-7-img.jpg" alt="blog-post-image" />
</div>
<!-- BLOG POST TEXT -->
<div class="blog-post-txt m-bottom-10">
<!-- Post Data -->
<span>April 30, 2018 in Travelling</span>
<!-- Post Title -->
<h4 class="h4-xs m-bottom-20">Nemo ipsam egestas at turpis quaerat sapien vitae</h4>
<!-- Post Text -->
<p>Aliqum mullam blandit gravida donec enim ipsum porta justo integer at odio velna congue
integer auctor vitae magna at risus integertempor sapien gravida donec ipsum, at porta justo.
Velna vitae auctor eros magna nihil impedit tempor ligula risus...
</p>
</div>
<hr />
<!-- BLOG POST META -->
<div class="blog-post-meta text-right">
<span><i class="far fa-heart"></i> 34</span>
<span><i class="far fa-comment"></i> 12</span>
<!-- Post Link -->
<a href="single-post.html">More Details</a>
</div>
</div> <!-- END BLOG POST #4 -->
<!-- BLOG PAGE PAGINATION -->
<div class="blog-page-pagination m-top-80">
<nav aria-label="Page navigation">
<ul class="pagination justify-content-center">
<li class="page-item disabled"><a class="page-link" href="#" tabindex="-1">Previous</a></li>
<li class="page-item active"><a class="page-link" href="#">1 <span class="sr-only">(current)</span></a></li>
<li class="page-item"><a class="page-link" href="#">2</a> </li>
<li class="page-item"><a class="page-link" href="#">3</a></li>
<li class="page-item"><a class="page-link" href="#">Next</a></li>
</ul>
</nav>
</div>
</div>
</div> <!-- END BLOG POSTS HOLDER -->
<!-- SIDEBAR RIGHT
============================================= -->
<aside id="sidebar-right" class="col-md-3">
<!-- Search Field -->
<div id="search-field" class="sidebar-div m-bottom-60">
<div class="input-group mb-3">
<input type="text" class="form-control" placeholder="Search" aria-label="Search" aria-describedby="search-field">
<div class="input-group-append">
<button class="btn btn-lightgreen" type="button"><i class="fa fa-search" aria-hidden="true"></i></button>
</div>
</div>
</div>
<!-- Blog Categories -->
<div id="blog-cat" class="sidebar-div m-bottom-40">
<!-- Title -->
<h5 class="h5-md">Categories</h5>
<ul class="blog-category-list clearfix">
<li><a href="#" title=""><i class="fa fa-angle-right" aria-hidden="true"></i>Illustration</a> <span>(5)</span></li>
<li><a href="#" title=""><i class="fa fa-angle-right" aria-hidden="true"></i>Digital Art</a> <span>(13)</span></li>
<li><a href="#" title=""><i class="fa fa-angle-right" aria-hidden="true"></i>Graphic Design</a> <span>(6)</span></li>
<li><a href="#" title=""><i class="fa fa-angle-right" aria-hidden="true"></i>Web</a> <span>(12)</span></li>
</ul>
</div>
<!-- Most Popular Posts -->
<div id="popular-posts" class="sidebar-div m-bottom-50">
<!-- Title -->
<h5 class="h5-md">Popular Posts</h5>
<ul class="popular-posts">
<!-- Popular post #1 -->
<li class="clearfix">
<div class="post-summary">
<a href="single-post.html">Etiam sapien accumsan lobortis molestie ante consequat ...</a>
<p>43 Comments</p>
</div>
</li>
<!-- Popular post #2 -->
<li class="clearfix">
<div class="post-summary">
<a href="single-post.html">Blandit tempor sapien gravida donec ipsum, at porta justo ...</a>
<p>38 Comments</p>
</div>
</li>
<!-- Popular post #3 -->
<li class="clearfix">
<div class="post-summary">
<a href="single-post.html">Cursus risus laoreet turpis auctor, nec pharetra massa varius ...</a>
<p>29 Comments</p>
</div>
</li>
</ul>
</div>
<!-- Popular Tags -->
<div id="popular-tags" class="sidebar-div m-bottom-50">
<!-- Title -->
<h5 class="h5-md">Popular Tags</h5>
<span class="badge"><a href="#">video</a> 3</span>
<span class="badge"><a href="#">web</a> 17</span>
<span class="badge"><a href="#">music</a> 2</span>
<span class="badge"><a href="#">design</a> 54</span>
<span class="badge"><a href="#">image</a> 46</span>
<span class="badge"><a href="#">typography</a> 6</span>
<span class="badge"><a href="#">journal</a> 9</span>
<span class="badge"><a href="#">graphic</a> 32</span>
<span class="badge"><a href="#">photo</a> 67</span>
<span class="badge"><a href="#">photoshop</a> 26</span>
</div>
<!-- Text Widget -->
<div id="text-widget" class="sidebar-div m-bottom-50">
<!-- Title -->
<h5 class="h5-md">Text Widget</h5>
<!-- Text -->
<p>Mauris id class aptent taciti nostra, per eget gravida donec enim ipsum porta justo integer
at velna auctor vitae magna, vitae suscipit ipsum. Mauris eget purus, in congue magna nihil
impedit tempor
</p>
</div> <!-- End Text Widget -->
</aside> <!-- END SIDEBAR RIGHT -->
</div> <!-- End row -->
</div> <!-- End container -->
</div> <!-- END BLOG PAGE CONTENT -->
<!-- NEWSLETTER-2
============================================= -->
<section id="newsletter-2" class="bg-scroll bg-green newsletter-section division">
<div class="container white-color">
<div class="row d-flex align-items-center">
<!-- NEWSLETTER TEXT -->
<div class="col-lg-6">
<div class="newsletter-txt">
<!-- Title -->
<h3 class="h3-xs">Stay up to date with our news, ideas and updates</h3>
</div>
</div>
<!-- NEWSLETTER FORM -->
<div class="col-lg-6">
<form class="newsletter-form p-left-30">
<div class="input-group">
<input type="email" class="form-control" placeholder="Your email address" required id="s-email">
<span class="input-group-btn">
<button type="submit" class="btn"><i class="fas fa-arrow-right"></i></button>
</span>
</div>
<!-- Newsletter Form Notification -->
<label for="s-email" class="form-notification"></label>
</form>
</div>
</div> <!-- End row -->
</div> <!-- End container -->
</section> <!-- END NEWSLETTER-2 -->
<!-- FOOTER-1
============================================= -->
<footer id="footer-1" class="wide-60 footer division">
<div class="container">
<!-- FOOTER CONTENT -->
<div class="row">
<!-- FOOTER INFO -->
<div class="col-lg-5">
<div class="footer-info p-right-45 m-bottom-40">
<!-- Footer Logo -->
<!-- For Retina Ready displays take a image, with double the amount of pixels that your image will be displayed (e.g 346 x 80 pixels) -->
<img src="images/footer-logo.png" width="173" height="40" alt="footer-logo">
<!-- Text -->
<p class="m-top-20">An orci nullam tempor sapien, eget gravida integer donec ipsum porta justo at odio
integer congue orci magna undo auctor gravida velna magna lacus odio ac risus auctor tempus dolor feugiat
</p>
</div>
</div>
<!-- FOOTER LINKS -->
<div class="col-md-4 col-lg-2">
<div class="footer-links m-bottom-40">
<!-- Title -->
<h5 class="h5-md">Useful Links</h5>
<!-- Footer Links -->
<ul class="foo-links clearfix">
<li><a href="#">How It Works?</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms of Service</a></li>
<li><a href="#">Site Map</a></li>
</ul>
</div>
</div>
<!-- FOOTER LINKS -->
<div class="col-md-4 col-lg-2">
<div class="footer-links m-bottom-40">
<!-- Title -->
<h5 class="h5-md">Support</h5>
<!-- Footer Links -->
<ul class="foo-links clearfix">
<li><a href="#">FAQs</a></li>
<li><a href="#">Editor Help</a></li>
<li><a href="#">Life Chatting</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</div>
</div>
<!-- FOOTER STORE BADGES -->
<div class="col-md-4 col-lg-3">
<div class="footer-stores-badge text-right m-bottom-40">
<!-- AppStore -->
<a href="#" class="store">
<img class="appstore-original" src="images/store_badges/appstore.png" width="160" height="50" alt="appstore-logo" />
</a>
<!-- Google Play -->
<a href="#" class="store">
<img class="googleplay-original" src="images/store_badges/googleplay.png" width="171" height="50" alt="googleplay-logo" />
</a>
<!-- Aamazon Market
<a href="#" class="store">
<img class="amazon-original" src="images/store_badges/amazon.png" width="158" height="50" alt="amazon-logo" />
</a> -->
<!-- Windows Market
<a href="#" class="store">
<img class="windows-original" src="images/store_badges/windows.png" width="164" height="50" alt="windows-logo" />
</a> -->
</div>
</div> <!-- END FOOTER STORE BADGES -->
</div> <!-- END FOOTER CONTENT -->
<!-- BOTTOM FOOTER -->
<div class="bottom-footer">
<div class="row">
<!-- FOOTER COPYRIGHT -->
<div class="col-md-12">
<div class="footer-copyright">
<p>© 2018 <span>MobiCom</span>. All Rights Reserved</p>
</div>
</div>
</div>
</div> <!-- END BOTTOM FOOTER -->
</div> <!-- End container -->
</footer> <!-- END FOOTER-1 -->
</div> <!-- END PAGE CONTENT -->
<!-- EXTERNAL SCRIPTS
============================================= -->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/fontawesome-all.js"></script>
<script src="js/modernizr.custom.js"></script>
<script src="js/jquery.easing.js"></script>
<script src="js/retina.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/jquery.scrollto.js"></script>
<script src="js/jquery.appear.js"></script>
<script src="js/slick.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/contact-form.js"></script>
<script src="js/quick-form.js"></script>
<script src="js/comment-form.js"></script>
<script src="js/jquery.validate.min.js"></script>
<!-- Custom Script -->
<script src="js/custom.js"></script>
<!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. -->
<!-- [if lt IE 9]>
<script src="js/html5shiv.js" type="text/javascript"></script>
<script src="js/respond.min.js" type="text/javascript"></script>
<![endif] -->
<!-- Google Analytics: Change UA-XXXXX-X to be your site's ID. Go to http://www.google.com/analytics/ for more information. -->
<!--
<script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-XXXXX-X']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
-->
</body>
</html>