-
Notifications
You must be signed in to change notification settings - Fork 0
/
feature-typograpy.html
executable file
·687 lines (603 loc) · 22.9 KB
/
feature-typograpy.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
<!DOCTYPE html>
<!--[if IE 8]> <html class="ie ie8"> <![endif]-->
<!--[if IE 9]> <html class="ie ie9"> <![endif]-->
<!--[if gt IE 9]><!--> <html> <!--<![endif]-->
<head>
<!-- Basic -->
<meta charset="utf-8">
<title>Typograpy | Porto - Responsive HTML5 Template</title>
<meta name="keywords" content="HTML5 Template" />
<meta name="description" content="Porto - Responsive HTML5 Template">
<meta name="author" content="Crivos.com">
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Web Fonts -->
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Shadows+Into+Light" rel="stylesheet" type="text/css">
<!-- Libs CSS -->
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/fonts/font-awesome/css/font-awesome.css">
<link rel="stylesheet" href="vendor/flexslider/flexslider.css" media="screen" />
<link rel="stylesheet" href="vendor/magnific-popup/magnific-popup.css" media="screen" />
<!-- Theme CSS -->
<link rel="stylesheet" href="css/theme.css">
<link rel="stylesheet" href="css/theme-elements.css">
<link rel="stylesheet" href="css/theme-animate.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/custom.css">
<!-- Skin CSS -->
<link rel="stylesheet" href="css/skins/blue.css">
<!-- Responsive CSS -->
<link rel="stylesheet" href="css/bootstrap-responsive.css" />
<link rel="stylesheet" href="css/theme-responsive.css" />
<!-- Favicons -->
<link rel="shortcut icon" href="img/favicon.ico">
<link rel="apple-touch-icon" href="img/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="144x144" href="img/apple-touch-icon-144x144.png">
<!-- Head Libs -->
<script src="vendor/modernizr.js"></script>
<!--[if IE]>
<link rel="stylesheet" href="css/ie.css">
<![endif]-->
<!--[if lte IE 8]>
<script src="vendor/respond.js"></script>
<![endif]-->
<!-- Facebook OpenGraph Tags - Go to http://developers.facebook.com/ for more information.
<meta property="og:title" content="Porto Website Template."/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="http://www.crivos.com/themes/porto"/>
<meta property="og:image" content="http://www.crivos.com/themes/porto/"/>
<meta property="og:site_name" content="Porto"/>
<meta property="fb:app_id" content=""/>
<meta property="og:description" content="Porto - Responsive HTML5 Template"/>
-->
</head>
<body>
<div class="body">
<header>
<div class="container">
<h1 class="logo">
<a href="index.html">
<img alt="Porto" src="img/logo.png">
</a>
</h1>
<div class="search">
<form class="form-search" id="searchForm" action="page-search-results.html" method="get">
<div class="control-group">
<input type="text" class="input-medium search-query" name="q" id="q" placeholder="Search...">
<button class="search" type="submit"><i class="icon-search"></i></button>
</div>
</form>
</div>
<nav>
<ul class="nav nav-pills nav-top">
<li>
<a href="about-us.html"><i class="icon-angle-right"></i>About Us</a>
</li>
<li>
<a href="contact-us.html"><i class="icon-angle-right"></i>Contact Us</a>
</li>
<li class="phone">
<span><i class="icon-phone"></i>(123) 456-7890</span>
</li>
</ul>
</nav>
<div class="social-icons">
<ul class="social-icons">
<li class="facebook"><a href="http://www.facebook.com/" target="_blank" title="Facebook">Facebook</a></li>
<li class="twitter"><a href="http://www.twitter.com/" target="_blank" title="Twitter">Twitter</a></li>
<li class="linkedin"><a href="http://www.linkedin.com/" target="_blank" title="Linkedin">Linkedin</a></li>
</ul>
</div>
<nav>
<ul class="nav nav-pills nav-main" id="mainMenu">
<li class="dropdown">
<a class="dropdown-toggle" href="index.html">
Home
<i class="icon-angle-down"></i>
</a>
<ul class="dropdown-menu">
<li class="dropdown-submenu">
<a href="#">Sliders</a>
<ul class="dropdown-menu">
<li><a href="index.html">Revolution Slider</a></li>
<li><a href="index-slider-2.html">Nivo Slider</a></li>
</ul>
</li>
<li><a href="index.html">Home Version 1</a></li>
<li><a href="index-2.html">Home Version 2</a></li>
<li><a href="index-one-page.html">One Page Website</a></li>
</ul>
</li>
<li>
<a href="about-us.html">About Us</a>
</li>
<li class="dropdown active">
<a class="dropdown-toggle" href="#">
Features
<i class="icon-angle-down"></i>
</a>
<ul class="dropdown-menu">
<li class="dropdown-submenu">
<a href="#">Headers</a>
<ul class="dropdown-menu">
<li><a href="index.html">Header Version 1</a></li>
<li><a href="index-header-2.html">Header Version 2</a></li>
<li><a href="index-header-3.html">Header Version 3</a></li>
<li><a href="index-header-4.html">Header Version 4</a></li>
<li><a href="index-header-5.html">Header Version 5</a></li>
<li><a href="index-header-6.html">Header Version 6</a></li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="#">Footers</a>
<ul class="dropdown-menu">
<li><a href="index.html#footer">Footer Version 1</a></li>
<li><a href="index-footer-2.html#footer">Footer Version 2</a></li>
<li><a href="index-footer-3.html#footer">Footer Version 3</a></li>
<li><a href="index-footer-4.html#footer">Footer Version 4</a></li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="#">Blog</a>
<ul class="dropdown-menu">
<li><a href="blog-full-width.html">Blog Full Width</a></li>
<li><a href="blog-large-image.html">Blog Large Image</a></li>
<li><a href="blog-medium-image.html">Blog Medium Image</a></li>
<li><a href="blog-post.html">Single Post</a></li>
</ul>
</li>
<li><a href="feature-grid-system.html">Grid System</a></li>
<li><a href="feature-pricing-tables.html">Pricing Tables</a></li>
<li><a href="feature-icons.html">Icons</a></li>
<li><a href="feature-elements.html">Elements</a></li>
<li><a href="feature-animations.html">Animations</a></li>
<li><a href="feature-typograpy.html">Typograpy</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
Portfolio
<i class="icon-angle-down"></i>
</a>
<ul class="dropdown-menu">
<li><a href="portfolio-2-columns.html">2 Columns</a></li>
<li><a href="portfolio-3-columns.html">3 Columns</a></li>
<li><a href="portfolio-4-columns.html">4 Columns</a></li>
<li><a href="portfolio-single-project.html">Single Project</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
Pages
<i class="icon-angle-down"></i>
</a>
<ul class="dropdown-menu">
<li><a href="page-full-width.html">Full width</a></li>
<li><a href="page-left-sidebar.html">Left sidebar</a></li>
<li><a href="page-right-sidebar.html">Right sidebar</a></li>
<li><a href="page-custom-header.html">Custom Header</a></li>
<li><a href="page-404.html">404 Error</a></li>
<li><a href="page-team.html">Team</a></li>
<li><a href="page-services.html">Services</a></li>
<li><a href="page-careers.html">Careers</a></li>
<li><a href="page-faq.html">FAQ</a></li>
<li><a href="sitemap.html">Sitemap</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="contact-us.html">
Contact Us
<i class="icon-angle-down"></i>
</a>
<ul class="dropdown-menu">
<li><a href="contact-us.html">Version 1</a></li>
<li><a href="contact-us-2.html">Version 2</a></li>
</ul>
</li>
</ul>
</nav>
</div>
</header>
<div role="main" class="main">
<section class="page-top">
<div class="container">
<div class="row">
<div class="span12">
<ul class="breadcrumb">
<li><a href="index.html">Home</a> <span class="divider">/</span></li>
<li class="active">Features</li>
</ul>
</div>
</div>
<div class="row">
<div class="span12">
<h2>Typograpy</h2>
</div>
</div>
</div>
</section>
<div class="container">
<div class="row">
<div class="span6">
<h1>H1 Heading</h1>
<p>Pellentesque pellentesque eget tempor tellus. Fusce lacllentesque eget tempor tellus ellentesque pelleinia tempor malesuada. Pellentesque pellentesque eget tempor tellus ellentesque pellentesque eget tempor tellus. Fusce lacinia tempor malesuada.</p>
<h2>H2 Heading</h2>
<p>Pellentesque pellentesque usce lacllentesque eget tempor tellus ellentesque pelleinia tempor malesuada. Pellentesque pellentesque eget tempor tellus ellentesque pellentesque eget tempor tellus. tellus eget tempor. Fusce lacinia tempor malesuada.</p>
<h3>H3 Heading</h3>
<p>Pellentesque tempor tellus eget pellentesque. usce lacllentesque eget tempor tellus ellentesque pelleinia tempor malesuada. Pellentesque pellentesque eget tempor tellus ellentesque pellentesque eget tempor tellus. Fusce lacinia tempor malesuada.</p>
<h4>H4 Heading</h4>
<p>Pellentesque pellentesque tempor tellus eget fermentum. usce lacllentesque eget tempor tellus ellentesque pelleinia tempor malesuada. Pellentesque pellentesque eget tempor tellus ellentesque pellentesque eget tempor tellus. </p>
<h5>H5 Heading</h5>
<p>Pellentesque pellentesque tempor llentesque pellentesque tempor tellus eget libero llentesque pellentesque tempor tellus eget libero tellus ementellentesque tempor tellus eget fermentum. usce lacllentesque eget tempor tellus ellenellentesque tempor tellus eget fermentum. usce lacllentesque eget tempor tellus ellenum.</p>
<h6>H6 Heading</h6>
<p>Pellentesque pellentesque tempor tellus eget libero</p>
</div>
<div class="span6">
<h2 class="spaced">Heading Helper Classes</h2>
<p><span class="label label-info">Heads up!</span> You can use helper classes in order to align better the titles.<br /><strong>Such as:</strong> short, shorter, tall, taller, spaced, more-spaced and page-header.</p>
<h2 class="more-spaced">Blockquote</h2>
<blockquote>
Mauris aliquet ultricies ante, non faucibus ante gravida sed. Sed ultrices pellentesque purus, vulputate volutpat ipsum hendrerit sed neque sed sapien rutrum laoreet justo ultrices. In pellentesque lorem condimentum dui morbi pulvinar dui non quam pretium ut lacinia tortor.
<small>Someone famous <cite title="Source Title">Source Title</cite></small>
</blockquote>
<h2 class="more-spaced">Paragraph</h2>
<p class="lead">Mauris aliquet ultricies ante, non faucibus ante gravida sed. Sed ultrices pellentesque purus, vulputate.</p>
<p class="lead">Check the <span class="alternative-font">alternative</span> font style.</p>
<p>Check the <span class="alternative-font">alternative</span> font style.</p>
<p>Mauris <a rel="tooltip" data-placement="top" href="#" data-original-title="Tooltip!">tooltip</a> aliquet <a href="#">link</a> ultricies ante, non <strong>bold</strong> faucibus ante gravida sed. Sed ultrices <em>rendered as italicized text</em> pellentesque purus, vulputate volutpat ipsum hendrerit sed neque..</p>
<p>
<small>This line of text is meant to be treated as fine print.</small>
</p>
<p class="muted">Fusce dapibus, tellus ac cursus commodo, tortor mauris nibh.</p>
<p class="text-warning">Etiam porta sem malesuada magna mollis euismod.</p>
<p class="text-error">Donec ullamcorper nulla non metus auctor fringilla.</p>
<p class="text-info">Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis.</p>
<p class="text-success">Duis mollis, est non commodo luctus, nisi erat porttitor ligula.</p>
</div>
</div>
<hr class="tall" />
<div class="row">
<div class="span12">
<h2>Lists</h2>
</div>
</div>
<div class="row">
<div class="span6">
<h4>Unordered</h4>
<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 sem</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>
<h4 class="spaced">Unstyled</h4>
<ul class="unstyled">
<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>Faucibus porta lacus fringilla vel</li>
<li>Aenean sit amet erat nunc</li>
<li>Eget porttitor lorem</li>
</ul>
<h4 class="spaced">Description</h4>
<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>
<div class="span6">
<h4 class="spaced">Ordered</h4>
<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>Faucibus porta lacus fringilla vel</li>
<li>Aenean sit amet erat nunc</li>
<li>Eget porttitor lorem</li>
<li>Consectetur adipiscing elit</li>
<li>Integer molestie lorem at massa</li>
<li>Facilisis in pretium nisl aliquet</li>
<li>Faucibus porta lacus fringilla vel</li>
<li>Aenean sit amet erat nunc</li>
</ol>
<h4 class="spaced">Icons</h4>
<ul class="list icons unstyled">
<li><i class="icon-ok"></i> Fusce sit amet orci quis arcu vestibulum vestibulum sed ut felis. Phasellus in risus quis lectus iaculis vulputate id quis nisl.</li>
<li><i class="icon-cloud-download"></i> Phasellus in risus quis lectus iaculis vulputate id quis nisl.</li>
<li><i class="icon-envelope-alt"></i> Fusce sit amet orci quis arcu vestibulum vestibulum sed ut felis. </li>
<li><i class="icon-film"></i> Phasellus in risus quis lectus iaculis vulputate id quis nisl.</li>
<li><a href="feature-icons.html">...more icons</a></li>
</ul>
<h4 class="spaced">Inline</h4>
<ul class="inline">
<li>Lorem ipsum</li>
<li>Phasellus iaculis</li>
<li>Nulla volutpat</li>
</ul>
</div>
</div>
<hr class="tall" />
<div class="row">
<div class="span12">
<h2>Code</h2>
</div>
</div>
<div class="row">
<div class="span6">
<h4>Inline</h4>
<p>For example, <code><section></code> should be wrapped as inline.</p>
</div>
<div class="span6">
<h4>Basic Block</h4>
<pre><p>Sample text here...</p></pre>
</div>
</div>
<hr class="tall" />
<div class="row">
<div class="span12">
<h2>Tables</h2>
</div>
</div>
<div class="row">
<div class="span12">
<h4>Striped</h4>
<table class="table table-striped">
<thead>
<tr>
<th>
#
</th>
<th>
First Name
</th>
<th>
Last Name
</th>
<th>
Username
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
1
</td>
<td>
Mark
</td>
<td>
Otto
</td>
<td>
@mdo
</td>
</tr>
<tr>
<td>
2
</td>
<td>
Jacob
</td>
<td>
Thornton
</td>
<td>
@fat
</td>
</tr>
<tr>
<td>
3
</td>
<td>
Larry
</td>
<td>
the Bird
</td>
<td>
@twitter
</td>
</tr>
</tbody>
</table>
<h4 class="spaced">Bordered</h4>
<table class="table table-bordered">
<thead>
<tr>
<th>
#
</th>
<th>
First Name
</th>
<th>
Last Name
</th>
<th>
Username
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
1
</td>
<td>
Mark
</td>
<td>
Otto
</td>
<td>
@mdo
</td>
</tr>
<tr>
<td>
2
</td>
<td>
Jacob
</td>
<td>
Thornton
</td>
<td>
@fat
</td>
</tr>
<tr>
<td>
3
</td>
<td>
Larry
</td>
<td>
the Bird
</td>
<td>
@twitter
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="row">
<div class="footer-ribon">
<span>Get in Touch</span>
</div>
<div class="span3">
<h4>Newsletter</h4>
<p>Keep up on our always evolving product features and technology. Enter your e-mail and subscribe to our newsletter.</p>
<div class="alert alert-success hidden" id="newsletterSuccess">
<strong>Success!</strong> You've been added to our email list.
</div>
<div class="alert alert-error hidden" id="newsletterError"></div>
<form class="form-inline" id="newsletterForm" action="php/newsletter-subscribe.php" method="POST">
<div class="control-group">
<div class="input-append">
<input class="span2" placeholder="Email Address" name="email" id="email" type="text">
<button class="btn" type="submit">Go!</button>
</div>
</div>
</form>
</div>
<div class="span3">
<h4>Latest Tweet</h4>
<div id="tweet" class="twitter" data-account-id="crivosthemes">
<p>Please wait...</p>
</div>
</div>
<div class="span4">
<div class="contact-details">
<h4>Get in touch</h4>
<ul class="contact">
<li><p><i class="icon-map-marker"></i> <strong>Address:</strong> 1234 Street Name, City Name, United States</p></li>
<li><p><i class="icon-phone"></i> <strong>Phone:</strong> (123) 456-7890</p></li>
<li><p><i class="icon-envelope"></i> <strong>Email:</strong> <a href="mailto:[email protected]">[email protected]</a></p></li>
</ul>
</div>
</div>
<div class="span2">
<h4>Follow Us</h4>
<div class="social-icons">
<ul class="social-icons">
<li class="facebook"><a href="http://www.facebook.com/" target="_blank" data-placement="bottom" rel="tooltip" title="Facebook">Facebook</a></li>
<li class="twitter"><a href="http://www.twitter.com/" target="_blank" data-placement="bottom" rel="tooltip" title="Twitter">Twitter</a></li>
<li class="linkedin"><a href="http://www.linkedin.com/" target="_blank" data-placement="bottom" rel="tooltip" title="Linkedin">Linkedin</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
<div class="row">
<div class="span1">
<a href="index.html" class="logo">
<img alt="Porto Website Template" src="img/logo-footer.png">
</a>
</div>
<div class="span7">
<p>© Copyright 2013 by Crivos. All Rights Reserved.</p>
</div>
<div class="span4">
<nav id="sub-menu">
<ul>
<li><a href="page-faq.html">FAQ's</a></li>
<li><a href="sitemap.html">Sitemap</a></li>
<li><a href="contact-us.html">Contact</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Libs -->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="vendor/jquery.js"><\/script>')</script>
<script src="vendor/jquery.easing.js"></script>
<script src="vendor/jquery.appear.js"></script>
<script src="vendor/jquery.cookie.js"></script>
<!-- <script src="master/style-switcher/style.switcher.js"></script> Style Switcher -->
<script src="vendor/bootstrap.js"></script>
<script src="vendor/selectnav.js"></script>
<script src="vendor/twitterjs/twitter.js"></script>
<script src="vendor/flexslider/jquery.flexslider.js"></script>
<script src="vendor/jflickrfeed/jflickrfeed.js"></script>
<script src="vendor/magnific-popup/magnific-popup.js"></script>
<script src="vendor/jquery.validate.js"></script>
<script src="js/plugins.js"></script>
<!-- Page Scripts -->
<!-- Theme Initializer -->
<script src="js/theme.js"></script>
<!-- Custom JS -->
<script src="js/custom.js"></script>
<!-- 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>