-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeatures-typo-basic.html
executable file
·531 lines (502 loc) · 34.6 KB
/
features-typo-basic.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
<!-- === BEGIN HEADER === -->
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
<head>
<!-- Title -->
<title>Substance - Professional Bootstrap Template</title>
<!-- Meta -->
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<!-- Favicon -->
<link href="favicon.html" rel="shortcut icon">
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.css" rel="stylesheet">
<!-- Template CSS -->
<link rel="stylesheet" href="assets/css/animate.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/nexus.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/responsive.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/custom.css" rel="stylesheet">
<!-- Google Fonts-->
<link href="http://fonts.googleapis.com/css?family=Lato:400,300" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300" rel="stylesheet" type="text/css">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5F90YSV94B"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-5F90YSV94B');
</script>
<body>
<div id="pre_header" class="visible-lg"></div>
<div id="header" class="container">
<div class="row">
<!-- Logo -->
<div class="logo">
<a href="index.html" title="">
<img src="assets/img/logo.png" alt="Logo" />
</a>
</div>
<!-- End Logo -->
<!-- Top Menu -->
<div class="col-md-12 margin-top-30">
<div id="hornav" class="pull-right visible-lg">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><span>Features</span>
<ul>
<li class="parent"><span>Typography</span>
<ul>
<li><a href="features-typo-basic.html">Basic Typography</a></li>
<li><a href="features-typo-blockquotes.html">Blockquotes</a></li>
</ul>
</li>
<li class="parent"><span>Components</span>
<ul>
<li><a href="features-labels.html">Labels</a></li>
<li><a href="features-progress-bars.html">Progress Bars</a></li>
<li><a href="features-panels.html">Panels</a></li>
<li><a href="features-pagination.html">Pagination</a></li>
</ul>
</li>
<li class="parent"><span>Icons</span>
<ul>
<li><a href="features-icons.html">Icons General</a></li>
<li><a href="features-icons-social.html">Social Icons</a></li>
<li><a href="features-icons-font-awesome.html">Font Awesome</a></li>
<li><a href="features-icons-glyphicons.html">Glyphicons</a></li>
</ul>
</li>
<li><a href="features-testimonials.html">Testimonials</a></li>
<li><a href="features-accordions-tabs.html">Accordions & Tabs</a></li>
<li><a href="features-buttons.html">Buttons</a></li>
<li><a href="features-carousels.html">Carousels</a></li>
<li><a href="features-grid.html">Grid System</a></li>
<li><a href="features-animate-on-scroll.html">Animate On Scroll</a></li>
</ul>
</li>
<li><span>Pages</span>
<ul>
<li><a href="pages-about-us.html">About Us</a></li>
<li><a href="pages-services.html">Services</a></li>
<li><a href="pages-faq.html">F.A.Q.</a></li>
<li><a href="pages-about-me.html">About Me</a></li>
<li><a href="pages-full-width.html">Full Width</a></li>
<li><a href="pages-left-sidebar.html">Left Sidebar</a></li>
<li><a href="pages-right-sidebar.html">Right Sidebar</a></li>
<li><a href="pages-login.html">Login</a></li>
<li><a href="pages-sign-up.html">Sign-Up</a></li>
<li><a href="pages-404.html">404 Error Page</a></li>
</ul>
</li>
<li><span>Portfolio</span>
<ul>
<li><a href="portfolio-2-column.html">2 Column</a></li>
<li><a href="portfolio-3-column.html">3 Column</a></li>
<li><a href="portfolio-4-column.html">4 Column</a></li>
<li><a href="portfolio-6-column.html">6 Column</a></li>
</ul>
</li>
<li><span>Blog</span>
<ul>
<li><a href="blog-list.html">Blog</a></li>
<li><a href="blog-single.html">Blog Single Item</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul> </div>
</div>
<div class="clear"></div>
<!-- End Top Menu -->
</div>
</div>
<!-- === END HEADER === -->
<!-- === BEGIN CONTENT === -->
<div id="content" class="container">
<div class="row margin-vert-30">
<!-- Begin Sidebar Menu -->
<div class="col-md-3">
<ul class="list-group sidebar-nav" id="sidebar-nav">
<!-- Typography -->
<li class="list-group-item list-toggle">
<a data-toggle="collapse" data-parent="#sidebar-nav" href="#collapse-typography">Typography</a>
<ul id="collapse-typography" class="collapse">
<li><a href="features-typo-basic.html"><i class="fa fa-sort-alpha-asc"></i>Basic Typography</a></li>
<li><a href="features-typo-blockquotes.html"><i class="fa fa-magic"></i>Blockquotes</a></li>
</ul>
</li>
<!-- End Typography -->
<!-- Components -->
<li class="list-group-item list-toggle">
<a class="accordion-toggle" href="#collapse-components" data-toggle="collapse">Components</a>
<ul id="collapse-components" class="collapse">
<li>
<span class="badge">New</span>
<a href="features-labels.html"><i class="fa fa-tags"></i> Labels</a>
</li>
<li>
<span class="badge">New</span>
<a href="features-progress-bars.html"><i class="fa fa-align-left"></i> Progress Bars</a>
</li>
<li><a href="features-panels.html"><i class="fa fa-columns"></i> Panels</a></li>
<li><a href="features-pagination.html"><i class="fa fa-arrows-h"></i> Pagination</a></li>
</ul>
</li>
<!-- End Components -->
<!-- Icons -->
<li class="list-group-item list-toggle">
<a data-toggle="collapse" data-parent="#sidebar-nav" href="#collapse-icons">Icons</a>
<ul id="collapse-icons" class="collapse">
<li>
<span class="badge badge-u">New</span>
<a href="features-icons.html"><i class="fa fa-chevron-circle-right"></i> Icon Styling</a>
</li>
<li><a href="features-icons-font-awesome.html"><i class="fa fa-chevron-circle-right"></i> Font Awesome Icons</a></li>
<li><a href="features-icons-social.html"><i class="fa fa-chevron-circle-right"></i> Social Icons</a></li>
<li><a href="features-icons-glyphicons.html"><i class="fa fa-chevron-circle-right"></i> Glyphicons</a></li>
</ul>
</li>
<!-- End Icons -->
<!-- Testimonials -->
<li class="list-group-item"><a href="features-testimonials.html">Testimonials</a></li>
<!-- End Testimonials -->
<!-- Accordion and Tabs -->
<li class="list-group-item"><a href="features-accordions-tabs.html">Accordions & Tabs</a></li>
<!-- End Accordion and Tabs -->
<!-- Buttons -->
<li class="list-group-item"><a href="features-buttons.html">Buttons</a></li>
<!-- End Buttons -->
<!-- Carousels -->
<li class="list-group-item"><a href="features-carousels.html">Carousels</a></li>
<!-- End Accordion and Tabs -->
<!-- Animate On Scroll -->
<li class="list-group-item"><a href="features-grid.html">Animate On Scroll</a></li>
<!-- End Animate On Scroll -->
<!-- Grid System -->
<li class="list-group-item">
<a href="features-grid.html">Grid System</a>
</li>
<!-- End Grid System -->
</ul>
</div>
<!-- End Sidebar Menu --><div class="col-md-9">
<!-- Paragraph and Heading Examples -->
<div class="row">
<!-- Paragraph Examples -->
<div class="col-md-12">
<div class="headline"><h2>Paragraph Examples</h2></div>
<p class="lead">Lorem ipsum dolor sit amet, noster eirmod recusabo ex sit. Senserit abhorreant ei mei, an per fabulas graecis splendide, euismod omnesque appetere quo ad. Adhuc malorum vel eu, malis pertinacia efficiendi ut quo, ei platonem salutatus instructior vim. Nec ne dicit accusata, ius ex vitae consequuntur.</p>
<pre class="prettyprint lang-html"><p class="lead"> ... </p></pre>
<hr>
<p><strong>Lorem ipsum dolor sit amet, noster eirmod recusabo ex sit. Senserit abhorreant ei mei, an per fabulas graecis splendide, euismod omnesque appetere quo ad. Adhuc malorum vel eu, malis pertinacia efficiendi ut quo, ei platonem salutatus instructior vim. Nec ne dicit accusata, ius ex vitae consequuntur.</strong></p>
<pre class="prettyprint lang-html"><p><strong> ... </strong></p></pre>
<hr>
<p>Lorem ipsum dolor sit amet, noster eirmod recusabo ex sit. Senserit abhorreant ei mei, an per fabulas graecis splendide, euismod omnesque appetere quo ad. Adhuc malorum vel eu, malis pertinacia efficiendi ut quo, ei platonem salutatus instructior vim. Nec ne dicit accusata, ius ex vitae consequuntur.</p>
<pre class="prettyprint lang-html"><p> ... </p></pre>
<hr>
<p><em>Lorem ipsum dolor sit amet, noster eirmod recusabo ex sit. Senserit abhorreant ei mei, an per fabulas graecis splendide, euismod omnesque appetere quo ad. Adhuc malorum vel eu, malis pertinacia efficiendi ut quo, ei platonem salutatus instructior vim. Nec ne dicit accusata, ius ex vitae consequuntur.</em></p>
<pre class="prettyprint lang-html"><p><em> ... </em></p></pre>
<hr>
<p><small>Lorem ipsum dolor sit amet, noster eirmod recusabo ex sit. Senserit abhorreant ei mei, an per fabulas graecis splendide, euismod omnesque appetere quo ad. Adhuc malorum vel eu, malis pertinacia efficiendi ut quo, ei platonem salutatus instructior vim. Nec ne dicit accusata, ius ex vitae consequuntur.</small></p>
<pre class="prettyprint lang-html"><p><small> ... </small></p></pre>
<hr>
</div>
<!-- Heading Examples -->
<div class="col-md-12">
<div class="headline"><h2>Headings</h2></div>
<h1>H1 Heading <small>Secondary text</small></h1>
<h2>H2 Heading <small>Secondary text</small></h2>
<h3>H3 Heading <small>Secondary text</small></h3>
<h4>H4 Heading <small>Secondary text</small></h4>
<h5>H5 Heading <small>Secondary text</small></h5>
<h6>H6 Heading <small>Secondary text</small></h6>
<pre class="prettyprint lang-html margin-top-30"><h1>H1 Heading <small>Secondary text</small></h1>
<h2>H2 Heading <small>Secondary text</small></h2>
<h3>H3 Heading <small>Secondary text</small></h3>
<h4>H4 Heading <small>Secondary text</small></h4>
<h5>H5 Heading <small>Secondary text</small></h5>
<h6>H6 Heading <small>Secondary text</small></h6></pre>
<hr>
</div>
</div><!--/row-->
<!-- End Paragraph and Heading Examples -->
<!-- Dropcaps -->
<div class="row">
<div class="col-md-12">
<h2>Dropcaps</h2>
<p class="dropcap">Lorem ipsum dolor sit amet, noster eirmod recusabo ex sit. Senserit abhorreant ei mei, an per fabulas graecis splendide, euismod omnesque appetere quo ad. Adhuc malorum vel eu, malis pertinacia efficiendi ut quo, ei platonem salutatus instructior vim. Nec ne dicit accusata, ius ex vitae consequuntur.</p>
<pre class="prettyprint lang-html"><p class="dropcap"> ... </p></pre>
<hr>
<p class="dropcap-box">Lorem ipsum dolor sit amet, noster eirmod recusabo ex sit. Senserit abhorreant ei mei, an per fabulas graecis splendide, euismod omnesque appetere quo ad. Adhuc malorum vel eu, malis pertinacia efficiendi ut quo, ei platonem salutatus instructior vim. Nec ne dicit accusata, ius ex vitae consequuntur.</p>
<pre class="prettyprint lang-html"><p class="dropcap-box"> ... </p></pre>
<hr>
<p class="dropcap-circle">Lorem ipsum dolor sit amet, noster eirmod recusabo ex sit. Senserit abhorreant ei mei, an per fabulas graecis splendide, euismod omnesque appetere quo ad. Adhuc malorum vel eu, malis pertinacia efficiendi ut quo, ei platonem salutatus instructior vim. Nec ne dicit accusata, ius ex vitae consequuntur.</p>
<pre class="prettyprint lang-html"><p class="dropcap-circle"> ... </p></pre>
<hr>
</div>
</div> <!--/row-->
<!-- End Dropcaps -->
<!-- Descriptions and Lists -->
<!-- Descriptions -->
<div class="row margin-bottom-30">
<!-- Description List -->
<div class="col-md-6">
<div class="headline"><h2>Description</h2></div>
<dl>
<dt>Description lists</dt>
<dd>A description list is perfect for defining terms.</dd>
<dt>Euismod</dt>
<dd>Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.</dd>
<dd>Donec id elit non mi porta gravida at eget metus.</dd>
<dt>Malesuada porta</dt>
<dd>Etiam porta sem malesuada magna mollis euismod.</dd>
</dl>
</div>
<!-- End Description List -->
<!-- Horizontal Description -->
<div class="col-md-6">
<div class="headline"><h2>Horizontal Description</h2></div>
<dl class="dl-horizontal">
<dt>Description lists</dt>
<dd>A description list is perfect for defining terms.</dd>
<dt>Euismod</dt>
<dd>Vestibulum id ligula porta felis</dd>
<dd>Donec id elit non mi porta gravida at eget metus.</dd>
<dt>Malesuada porta</dt>
<dd>Etiam porta sem malesuada magna mollis euismod.</dd>
<dt>Felis euismod semper eget lacinia</dt>
<dd>Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum</dd>
</dl>
</div>
<!-- End Horizontal Description -->
</div><!--/row-->
<div class="row"><hr class="margin-top-0"></div>
<!-- End Descriptions -->
<!-- Ordered and Unordered Lists -->
<div class="row">
<!-- Unordered Lists -->
<div class="col-md-6">
<div class="headline"><h2>Unordered Lists</h2></div>
<ul>
<li>Lorem ipsum dolor sit amet</li>
<li>Consectetur adipiscing elit</li>
<li>Integer molestie lorem at massa</li>
<li>Facilisis in pretium nisl aliquet</li>
<li>Nulla volutpat aliquam velit
<ul>
<li>Phasellus iaculis neque</li>
<li>Purus sodales ultricies</li>
<li>Vestibulum laoreet porttitor</li>
<li>Ac tristique libero volutpat at</li>
</ul>
</li>
<li>Faucibus porta lacus fringilla vel</li>
<li>Aenean sit amet erat nunc</li>
<li>Eget porttitor lorem</li>
</ul>
<pre class="prettyprint lang-html"><ul>
<li> ... </li>
<li> ... </li>
<li> ... </li>
</ul></pre>
</div>
<!-- Ordered Lists -->
<div class="col-md-6">
<div class="headline"><h2>Ordered Lists</h2></div>
<ol>
<li>Lorem ipsum dolor sit amet</li>
<li>Consectetur adipiscing elit</li>
<li>Integer molestie lorem at massa</li>
<li>Facilisis in pretium nisl aliquet</li>
<li>Nulla volutpat aliquam velit
<ol>
<li>Phasellus iaculis neque</li>
<li>Purus sodales ultricies</li>
<li>Vestibulum laoreet porttitor</li>
<li>Ac tristique libero volutpat at</li>
</ol>
</li>
<li>Faucibus porta lacus fringilla vel</li>
<li>Aenean sit amet erat nunc</li>
<li>Eget porttitor lorem</li>
</ol>
<pre class="prettyprint lang-html"><ol>
<li> ... </li>
<li> ... </li>
<li> ... </li>
</ol></pre>
</div>
</div><!--/row-->
<div class="row"><hr></div>
<div class="row">
<!-- End Ordered and Unordered Lists -->
<!-- Inline Lists -->
<div class="col-md-12">
<div class="headline"><h2>Inline Lists</h2></div>
<ul class="list-inline">
<li>1. <a href="#">Home</a></li>
<li>2. <a href="#">About</a></li>
<li>3. <a href="#">Services</a></li>
<li>4. <a href="#">Work</a></li>
<li>5. <a href="#">Blog</a></li>
<li>6. <a href="#">Portfolio</a></li>
<li>7. <a href="#">Contacts</a></li>
</ul>
<pre class="prettyprint lang-html"><ul class="list-inline">
<li> ... </li>
<li> ... </li>
<li> ... </li>
</ul></pre>
</div>
<!-- End Inline Lists -->
</div><!--/row-->
<!-- End Descriptions and Lists -->
<div class="clearfix margin-bottom-10"></div>
</div>
</div>
</div>
</div>
<!-- === END CONTENT === -->
<!-- === BEGIN FOOTER === -->
<div id="base">
<div class="container padding-vert-30">
<div class="row">
<!-- Thumbs Gallery -->
<div class="col-md-3 margin-bottom-20">
<h3 class="margin-bottom-10">Portfolio Highlights</h3>
<div class="thumbs-gallery">
<a class="thumbBox" rel="lightbox-thumbs" href="assets/img/thumbsgallery/image1.jpg">
<img src="assets/img/thumbsgallery/thumbs/image1.jpg" alt="image1.jpg">
<i></i></a>
<a class="thumbBox" rel="lightbox-thumbs" href="assets/img/thumbsgallery/image2.jpg">
<img src="assets/img/thumbsgallery/thumbs/image2.jpg" alt="image2.jpg">
<i></i></a>
<a class="thumbBox" rel="lightbox-thumbs" href="assets/img/thumbsgallery/image3.jpg">
<img src="assets/img/thumbsgallery/thumbs/image3.jpg" alt="image3.jpg">
<i></i></a>
<a class="thumbBox" rel="lightbox-thumbs" href="assets/img/thumbsgallery/image4.jpg">
<img src="assets/img/thumbsgallery/thumbs/image4.jpg" alt="image4.jpg">
<i></i></a>
<a class="thumbBox" rel="lightbox-thumbs" href="assets/img/thumbsgallery/image6.jpg">
<img src="assets/img/thumbsgallery/thumbs/image6.jpg" alt="image6.jpg">
<i></i></a>
<a class="thumbBox" rel="lightbox-thumbs" href="assets/img/thumbsgallery/image7.jpg">
<img src="assets/img/thumbsgallery/thumbs/image7.jpg" alt="image7.jpg">
<i></i></a>
<a class="thumbBox" rel="lightbox-thumbs" href="assets/img/thumbsgallery/image8.jpg">
<img src="assets/img/thumbsgallery/thumbs/image8.jpg" alt="image8.jpg">
<i></i></a>
<a class="thumbBox" rel="lightbox-thumbs" href="assets/img/thumbsgallery/image9.jpg">
<img src="assets/img/thumbsgallery/thumbs/image9.jpg" alt="image9.jpg">
<i></i></a>
<a class="thumbBox" rel="lightbox-thumbs" href="assets/img/thumbsgallery/image92.jpg">
<img src="assets/img/thumbsgallery/thumbs/image92.jpg" alt="image92.jpg">
<i></i></a>
<a class="thumbBox" rel="lightbox-thumbs" href="assets/img/thumbsgallery/image94.jpg">
<img src="assets/img/thumbsgallery/thumbs/image94.jpg" alt="image94.jpg">
<i></i></a>
<a class="thumbBox" rel="lightbox-thumbs" href="assets/img/thumbsgallery/image95.jpg">
<img src="assets/img/thumbsgallery/thumbs/image95.jpg" alt="image95.jpg">
<i></i></a>
<a class="thumbBox" rel="lightbox-thumbs" href="assets/img/thumbsgallery/image96.jpg">
<img src="assets/img/thumbsgallery/thumbs/image96.jpg" alt="image96.jpg">
<i></i></a>
</div> <div class="clearfix"></div>
</div>
<!-- End Thumbs Gallery -->
<!-- Contact Details -->
<div class="col-md-3 margin-bottom-20">
<h3 class="margin-bottom-10">Contact Details</h3>
<p>Quay View,<br />
Mullaghmore,<br />
Co. Sligo,<br />
Ireland</p>
<p>Email: <a href="mailto:[email protected]">[email protected]</a><br />
Website: <a href="http://www.website.com/">www.website.com</a></p>
</div>
<!-- End Contact Details -->
<!-- Sample Menu -->
<div class="col-md-3 margin-bottom-20" >
<h3 class="margin-bottom-10">Sample Menu</h3>
<ul class="menu">
<li>
<a class="fa-tasks" href="#" >Placerat facer possim</a>
</li>
<li>
<a class="fa-users" href="#" >Quam nunc putamus</a>
</li>
<li>
<a class="fa-signal" href="#" >Velit esse molestie</a>
</li>
<li>
<a class="fa-coffee" href="#">Nam liber tempor</a>
</li>
</ul>
<div class="clearfix"></div>
</div>
<!-- End Sample Menu -->
<!-- Disclaimer -->
<div class="col-md-3 margin-bottom-20">
<h3 class="margin-bottom-10">Disclaimer</h3>
<p>All stock images on this template demo are for presentation purposes only, intended to represent a live site and are not included with this template. Links are provided if you wish to purchase them from their copyright owners.</p>
<div class="clearfix"></div>
</div>
<!-- End Disclaimer -->
<div class="clearfix"></div>
</div>
</div>
</div>
<!-- Footer Menu -->
<div id="footer">
<div class="container">
<div class="row">
<div id="copyright" class="col-md-4">
<p>(c) 2014 Your Copyright Info</p>
</div>
<div id="footermenu" class="col-md-8">
<ul class="list-unstyled list-inline pull-right">
<li>
<a href="#" target="_blank" >Sample Link</a>
</li>
<li>
<a href="#" target="_blank" >Sample Link</a>
</li>
<li>
<a href="#" target="_blank" >Sample Link</a>
</li>
<li>
<a href="#" target="_blank" >Sample Link</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- End Footer Menu -->
</div>
</div>
<!-- JS -->
<script type="text/javascript" src="assets/js/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript" src="assets/js/bootstrap.min.js" type="text/javascript"></script>
<script type="text/javascript" src="assets/js/scripts.js"></script>
<!-- Isotope - Portfolio Sorting -->
<script type="text/javascript" src="assets/js/jquery.isotope.js" type="text/javascript"></script>
<!-- Mobile Menu - Slicknav -->
<script type="text/javascript" src="assets/js/jquery.slicknav.js" type="text/javascript"></script>
<!-- Animate on Scroll-->
<script type="text/javascript" src="assets/js/jquery.visible.js" charset="utf-8"></script>
<!-- Slimbox2-->
<script type="text/javascript" src="assets/js/slimbox2.js" charset="utf-8"></script>
<!-- Modernizr -->
<script src="assets/js/modernizr.custom.js" type="text/javascript"></script>
<!-- End JS -->
</body>
</html>
<!-- === END FOOTER === -->