-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample-text.html
701 lines (615 loc) · 24.8 KB
/
sample-text.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Parallelus" />
<meta name="description" content="A brief description of this website or your business." />
<meta name="keywords" content="keywords, or phrases, associated, with each page, are best" />
<title>Unite - Together is Better (created by Parallelus)</title>
<!-- Favorites icon -->
<link rel="shortcut icon" href="http://para.llel.us/favicon.ico" />
<!-- Style sheets -->
<link rel="stylesheet" type="text/css" href="css/reset.min.css" />
<link rel="stylesheet" type="text/css" href="css/menu.min.css" />
<link rel="stylesheet" type="text/css" href="css/fancybox.css" />
<link rel="stylesheet" type="text/css" href="css/tooltip.min.css" />
<link rel="stylesheet" type="text/css" href="css/default.css" />
<!-- jQuery framework and utilities -->
<script type="text/javascript" src="js/jquery-1.4.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.7.2.min.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.min.js"></script>
<script type="text/javascript" src="js/hoverIntent.min.js"></script>
<script type="text/javascript" src="js/jquery.bgiframe.min.js"></script>
<!-- Drop down menus -->
<script type="text/javascript" src="js/superfish.min.js"></script>
<script type="text/javascript" src="js/supersubs.min.js"></script>
<!-- Tooltips -->
<script type="text/javascript" src="js/jquery.cluetip.min.js"></script>
<!-- Input labels -->
<script type="text/javascript" src="js/jquery.overlabel.min.js"></script>
<!-- Anchor tag scrolling effects -->
<script type="text/javascript" src="js/jquery.scrollTo-min.js"></script>
<script type="text/javascript" src="js/jquery.localscroll-min.js"></script>
<!-- Inline popups/modal windows -->
<script type="text/javascript" src="js/jquery.fancybox-1.2.6.pack.js"></script>
<!-- Font replacement (cufón) -->
<script src="js/cufon-yui.js" type="text/javascript"></script>
<script src="js/LiberationSans.font.js" type="text/javascript"></script>
<!-- IE only includes (PNG Fix and other things for sucky browsers -->
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" href="css/ie-only.css">
<script type="text/javascript" src="js/pngFix.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$(document.body).supersleight();
});
</script>
<![endif]-->
<!--[if IE]><link rel="stylesheet" type="text/css" href="css/ie-only-all-versions.css"><![endif]-->
<!-- BEGIN: For Demo Only -->
<!--
These entries are only needed for demo features, such as the real-time skin changer.
They can be deleted for production installs without effecting the theme's design or
any of the funcionality.
-->
<script type="text/javascript" src="js/demo.js"></script>
<link rel="stylesheet" type="text/css" href="css/demo.css" />
<!-- END: For Demo Only -->
<!-- Functions to initialize after page load -->
<script type="text/javascript" src="js/onLoad.min.js"></script>
<!-- form validation scripts (for contact page) -->
<script src="js/jquery.validate.min.js" type="text/javascript"></script>
<script type="text/javascript">
// initialize form validation
$(document).ready(function() {
$("#CommentForm").validate();
});
</script>
</head>
<body>
<!-- Top reveal (slides open, add class "topReveal" to links for open/close toggle ) -->
<div id="ContentPanel">
<!-- close button -->
<a href="#" class="topReveal closeBtn">Close</a>
<div class="contentArea">
<!-- New member registration -->
<div class="right" style="margin:10px 0 0;">
<h1>
Not a member yet?
<span>Register now and get started.</span>
</h1>
<button type="button">Register for an account</button>
</div>
<!-- Alternate Login -->
<div>
<form class="loginForm" method="post" action="" style="height:auto;">
<div id="loginBg"><img src="images/icons/lock-and-key-110.png" width="110" height="110" alt="lock and key" /></div>
<h2 style="margin-top: 20px;">Sign in to your account.</h2>
<fieldset>
<legend>Account Login</legend>
<p class="left" style="margin: 0 8px 0 0;">
<label for="RevealUsername" class="overlabel">Username</label>
<input id="RevealUsername" name="RevealUsername" type="text" class="loginInput textInput rounded" />
</p>
<p class="left" style="margin: 0 5px 0 0;">
<label for="RevealPassword" class="overlabel">Password</label>
<input id="RevealPassword" name="RevealPassword" type="password" class="loginInput textInput rounded" />
</p>
<p class="left" style="margin: -7px 0 0;">
<button type="submit" class="btn" style="margin:0;"><span>Sign in</span></button>
</p>
</fieldset>
<p class="left noMargin">
<a href="#">Forgot your password?</a>
</p>
</form>
</div>
<!-- End of Content -->
<div class="clear"></div>
</div>
</div>
<!-- Site Container -->
<div id="Wrapper">
<div id="PageWrapper">
<div class="pageTop"></div>
<div id="Header">
<!-- Main Menu -->
<div id="MenuWrapper">
<div id="MainMenu">
<div id="MmLeft"></div>
<div id="MmBody">
<!-- Main Menu Links -->
<ul class="sf-menu">
<li class="current"><a href="index.html">Home</a></li>
<li>
<a href="#">Features</a>
<ul>
<li><a href="#">Home page</a>
<ul>
<li><a href="index.html">Home 1 (default)</a></li>
<li><a href="index-2.html">Home 2 (CU3ER)</a></li>
<li><a href="index-3.html">Home 3 (GalleryView)</a></li>
</ul>
</li>
<li><a href="sample-portfolio.html">Portfolio</a></li>
<li><a href="sample-blog.html">Blog</a></li>
<li>
<a href="sample-login.html" class="login">Login</a>
<ul>
<li><a href="sample-login.html" class="login">Style 1 (popup)</a></li>
<li><a href="#ContentPanel" class="topReveal">Style 2 (slide)</a></li>
</ul>
</li>
<li><a href="sample-text.html">Text Styles</a></li>
<li><a href="theme-information.html">About the Theme</a></li>
</ul>
</li>
<li>
<a href="#">Skins</a>
<ul>
<li>
<a href="#" onclick="switchSkin('1');">Skin 1</a>
<ul>
<li style="text-align:center;"><a href="#" onclick="switchSkin('1');"><img class="skin" src="images/content/skin-changer/skin-1.jpg" height="250" alt="Skin 1" /></a></li>
</ul>
</li>
<li>
<a href="#" onclick="switchSkin('2');">Skin 2</a>
<ul>
<li style="text-align:center;"><a href="#" onclick="switchSkin('2');"><img class="skin" src="images/content/skin-changer/skin-2.jpg" height="250" alt="Skin 2" /></a></li>
</ul>
</li>
<li>
<a href="#" onclick="switchSkin('3');">Skin 3</a>
<ul>
<li style="text-align:center;"><a href="#" onclick="switchSkin('3');"><img class="skin" src="images/content/skin-changer/skin-3.jpg" height="250" alt="Skin 3" /></a></li>
</ul>
</li>
<li>
<a href="#" onclick="switchSkin('4');">Skin 4</a>
<ul>
<li style="text-align:center;"><a href="#" onclick="switchSkin('4');"><img class="skin" src="images/content/skin-changer/skin-4.jpg" height="250" alt="Skin 4" /></a></li>
</ul>
</li>
<li>
<a href="#" onclick="switchSkin('5');">Skin 5</a>
<ul>
<li style="text-align:center;"><a href="#" onclick="switchSkin('5');"><img class="skin" src="images/content/skin-changer/skin-5.jpg" height="250" alt="Skin 5" /></a></li>
</ul>
</li>
</ul>
</li>
<li>
<a href="sample-layout.html">Layout</a>
<ul>
<li><a href="sample-layout.html">Default Page</a></li>
<li><a href="sample-layout.html#full_page">Full Page</a></li>
<li><a href="sample-layout.html#blog_page">Blog</a></li>
<li><a href="sample-layout.html#multi_column_page">2 & 3 Column</a></li>
</ul>
</li>
<li><a href="sample-contact.html">Contact</a></li>
</ul>
<div class="mmDivider"></div>
<!-- Extra Menu Links -->
<ul id="MmOtherLinks" class="sf-menu">
<li>
<a href="#"><span class="mmFeeds">Feeds</span></a>
<ul>
<li><a href="#"><span class="mmRSS">RSS</span></a></li>
<li><a href="#"><span class="mmFacebook">Facebook</span></a></li>
<li><a href="#"><span class="mmTwitter">Twitter</span></a></li>
</ul>
</li>
<li><a href="sample-login.html" class="login"><span class="mmLogin">Login</span></a></li>
</ul>
</div>
<div id="MmRight"></div>
</div>
</div>
<!-- Search -->
<div id="Search">
<form action="#" id="SearchForm" method="post">
<p style="margin:0;"><input type="text" name="SearchInput" id="SearchInput" value="" /></p>
<p style="margin:0;"><input type="submit" name="SearchSubmit" id="SearchSubmit" class="noStyle" value="" /></p>
</form>
</div>
<!-- Logo -->
<div id="Logo">
<a href="index.html"></a>
</div>
<!-- End of Content -->
<div class="clear"></div>
</div>
<div class="pageMain">
<div class="contentArea">
<!-- Title / Page Headline -->
<div class="full-page">
<h1 class="headline"><strong>Text</strong> // Samples of text formatting options</h1>
</div>
<div class="hr"></div>
<!-- Breadcrumbs -->
<div class="full-page">
<p class="breadcrumbs">
<a href="index.html">Home</a> <span>»</span> <a href="#">Some Page</a> <span>»</span> <a href="#">Some Page</a> <span>»</span> This Page
</p>
</div>
<!-- End of Content -->
<div class="clear"></div>
</div>
<div class="contentArea">
<div class="full-page">
<!-- Text samples -->
<h2 class="headline">Headings</h2>
<div class="hr"></div>
<p>
Samples of the heading text for this theme: <code><h1></code>, <code><h2></code>, <code><h3></code>, <code><h4></code>, <code><h5></code>, <code><h6></code>
</p>
<div style="padding: 15px 35px;">
<h1>This is a Heading 1 Element</h1>
<h2>This is a Heading 2 Element</h2>
<h3>This is a Heading 3 Element</h3>
<h4>This is a Heading 4 Element</h4>
<h5>This is a Heading 5 Element</h5>
<h6>This is a Heading 6 Element</h6>
</div>
<br />
<h2 class="headline">Headlines / Page Titles</h2>
<div class="hr"></div>
<p>
Headlines are a different color than standard headings and can be assigned to any H1-H6 tag using <code>class="headline"</code>.
To create a highlight, place <code><strong></code> tags around the words to be highlighted.
</p>
<div style="padding: 15px 35px;">
<h1 class="headline">This headline has a <strong>highlight</strong> in it.</h1>
<code><h1 class="headline">This headline has a <strong>highlight</strong> in it.</h1></code>
</div>
<br />
<h2 class="headline">Sub-Headings</h2>
<div class="hr"></div>
<p>
Add a sub-heading to any H1-H6 tag using <code><span></code> tag.
</p>
<div style="padding: 15px 35px;">
<h1>
Heading Text
<span>This is a sub-heading</span>
</h1>
<code><h1>Heading Text<span>This is a sub-heading</span></h1></code>
</div>
<!-- End of Content -->
<div class="clear"></div>
</div>
<!-- End of Content -->
<div class="clear"></div>
<!-- Title / Page Headline -->
<div class="full-page">
<br />
<h2 class="headline">List Styles</h2>
<div class="hr"></div>
</div>
<!-- End of Content -->
<div class="clear"></div>
<div class="half-page">
<h4>Bulleted Lists</h4>
<p>The following styles for bulleted lists are available. Add the class name associated with a bullet to the UL tag for your list to use the desired style.</p>
<ul class="bullet-check">
<li>Check mark</li>
<li><code><ul class="<strong>bullet-check</strong>"></code></li>
</ul>
<ul class="bullet-black">
<li>Black</li>
<li><code><ul class="<strong>bullet-black</strong>"></code></li>
</ul>
<ul class="bullet-gray">
<li>Gray (defalut if no class entered)</li>
<li><code><ul class="<strong>bullet-gray</strong>"></code></li>
</ul>
<ul class="bullet-silver">
<li>Silver</li>
<li><code><ul class="<strong>bullet-silver</strong>"></code></li>
</ul>
<ul class="bullet-blue">
<li>Blue</li>
<li><code><ul class="<strong>bullet-blue</strong>"></code></li>
</ul>
<ul class="bullet-green">
<li>Green</li>
<li><code><ul class="<strong>bullet-green</strong>"></code></li>
</ul>
<ul class="bullet-orange">
<li>Orange</li>
<li><code><ul class="<strong>bullet-orange</strong>"></code></li>
</ul>
<ul class="bullet-red">
<li>Red</li>
<li><code><ul class="<strong>bullet-red</strong>"></code></li>
</ul>
<ul class="bullet-disc-black">
<li>Disc Black</li>
<li><code><ul class="<strong>bullet-disc-black</strong>"></code></li>
</ul>
<ul class="bullet-disc-gray">
<li>Disc Gray</li>
<li><code><ul class="<strong>bullet-disc-gray</strong>"></code></li>
</ul>
<ul class="bullet-disc-silver">
<li>Disc Silver</li>
<li><code><ul class="<strong>bullet-disc-silver</strong>"></code></li>
</ul>
<ul class="bullet-disc-blue">
<li>Disc Blue</li>
<li><code><ul class="<strong>bullet-disc-blue</strong>"></code></li>
</ul>
<ul class="bullet-disc-green">
<li>Disc Green</li>
<li><code><ul class="<strong>bullet-disc-green</strong>"></code></li>
</ul>
<ul class="bullet-disc-orange">
<li>Disc Orange</li>
<li><code><ul class="<strong>bullet-disc-orange</strong>"></code></li>
</ul>
<ul class="bullet-disc-red">
<li>Disc Red</li>
<li><code><ul class="<strong>bullet-disc-red</strong>"></code></li>
</ul>
<!-- End of Content -->
<div class="clear"></div>
</div>
<div class="half-page">
<h4>Numbered Lists</h4>
<p>Choose from the following numbered list styles.</p>
<ol class="number-pad">
<li>Numbered item <code><ol class="<strong>number-pad</strong>"></code></li>
<li>Numbered item</li>
<li>Numbered item</li>
<li>Numbered item</li>
<li>Numbered item</li>
</ol>
<ol>
<li>Numbered item (defalut, no class)</li>
<li>Numbered item</li>
<li>Numbered item</li>
<li>Numbered item</li>
<li>Numbered item</li>
</ol>
<h4>Custom Lists</h4>
<p>
A custom list style for displaying previews of news or blog posts. <br />
<code><ul class="<strong>post-list</strong>"></code>.
</p>
<ul class="post-list" style="width: 300px;">
<li>
<img src="images/content/placeholder_48x48.png" width="48" height="48" alt="Recent News" />
<a href="#">News/Blog Posts List</a>
<p>This can include information such as a title, date, image and short description.</p>
</li>
<li>
<img src="images/content/placeholder_48x48.png" width="48" height="48" alt="Recent News" />
<a href="#">News/Blog Posts List</a>
<p>This can include information such as a title, date, image and short description.</p>
</li>
<li>
<img src="images/content/placeholder_48x48.png" width="48" height="48" alt="Recent News" />
<a href="#">News/Blog Posts List</a>
<p>This can include information such as a title, date, image and short description.</p>
</li>
</ul>
<p>The "post-list" style can include the following HTML elements: <code>IMG</code>, <code>A</code>, <code>P</code>. Below is a sample implementation of the style.</p>
<pre>
<ul class="post-list">
<li>
<img src="image.jpg" />
<a href="#">Title</a>
<p>Description text for this entry.</p>
</li>
<li>
<img src="image.jpg" />
<a href="#">Title</a>
<p>Description text for this entry.</p>
</li>
<li>
<img src="image.jpg" />
<a href="#">Title</a>
<p>Description text for this entry.</p>
</li>
</ul>
</pre>
<!-- End of Content -->
<div class="clear"></div>
</div>
<!-- End of Content -->
<div class="clear"></div>
</div>
<div class="contentArea">
<div class="full-page">
<br />
<h2 class="headline">Blockquote</h2>
<div class="hr"></div>
<blockquote>
<div>This is the default blockquote style applied to this theme's <code><blockquote></code> tags. Each skin has a custom color for the blockquote style. You can also create your own custom styles to match any skin using the following code in your stylesheet:</div>
<pre style="margin-top:8px;">
blockquote {
border-color: [your color];
}
</pre>
</blockquote>
<br />
<h2 class="headline">Other Text</h2>
<div class="hr"></div>
<h4>Paragraph text sample:</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In pretium, leo ac hendrerit vulputate, libero libero congue ipsum, nec consectetur nunc arcu in tortor. Phasellus eu cursus nunc. Duis eros nulla, mollis eu molestie id, commodo gravida massa. Nullam mollis, nisl nec sodales hendrerit, diam nunc auctor arcu, eget suscipit lectus metus nec lacus.</p>
<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Suspendisse nibh tortor, aliquet vel pellentesque ac, interdum non mauris. Donec est eros, fringilla vitae commodo non, pretium vel tortor. Quisque sed elit mi. Sed tortor nunc, egestas eu suscipit sed, faucibus a nisl. Praesent eros orci, viverra vitae vestibulum quis, luctus feugiat ipsum.</p>
<p>Nullam tristique nunc quis ante dapibus vel tincidunt turpis ornare. Nullam ante arcu, viverra ac rhoncus id, pretium eget magna. Aliquam quis massa urna, accumsan pellentesque sapien. </p>
<br />
<h4>Abbreviation, acronym, cite, delete, insert...</h4>
<table cellpadding="0" cellspacing="0">
<tr>
<td style="padding: 3px 8px 3px 0;"><abbr>abbr</abbr></td>
<td style="padding: 3px 8px 3px 0;"><code><abbr></code></td>
</tr>
<tr>
<td style="padding: 3px 8px 3px 0;"><acronym>a.c.r.o.n.y.m</acronym></td>
<td style="padding: 3px 8px 3px 0;"><code><acronym></code></td>
</tr>
<tr>
<td style="padding: 3px 8px 3px 0;"><cite>This is cited.</cite></td>
<td style="padding: 3px 8px 3px 0;"><code><cite></code></td>
</tr>
<tr>
<td style="padding: 3px 8px 3px 0;"><del>Deleted text</del></td>
<td style="padding: 3px 8px 3px 0;"><code><del></code></td>
</tr>
<tr>
<td style="padding: 3px 8px 3px 0;"><ins>Inserted text</ins></td>
<td style="padding: 3px 8px 3px 0;"><code><ins></code></td>
</tr>
<tr>
<td style="padding: 3px 8px 3px 0;"><dfn>This is a definition.</dfn></td>
<td style="padding: 3px 8px 3px 0;"><code><dfn></code></td>
</tr>
<tr>
<td style="padding: 3px 8px 3px 0;"><em>With emphysis</em></td>
<td style="padding: 3px 8px 3px 0;"><code><em></code></td>
</tr>
<tr>
<td style="padding: 3px 8px 3px 0;"><strong>Strong (bold)</strong></td>
<td style="padding: 3px 8px 3px 0;"><code><strong></code></td>
</tr>
<tr>
<td style="padding: 3px 8px 3px 0;"><code>Code text sample</code></td>
<td style="padding: 3px 8px 3px 0;"><code><code></code></td>
</tr>
</table>
<p><br /></p>
<h4>Predefined text:</h4>
<pre style="width: 400px;">
This is predefined text with custom spacing and tabs.
body {
margin: 0;
padding: 0;
background: none;
font-style: normal;
color: #000;
}
</pre>
<p><br /></p>
<h4>Table layout:</h4>
<table cellspacing="0" cellpadding="0" id="FeatureMatrix">
<tbody>
<tr>
<th id="MatrixItems"> </th>
<th class="matrixColumn">
<h6>Column Title</h6>
<p><a href="#">Column Link</a></p>
</th>
<th class="matrixColumn">
<h6>Column Title</h6>
<p><a href="#">Column Link</a></p>
</th>
<th class="matrixColumn">
<h6>Column Title</h6>
<p><a href="#">Column Link</a></p>
</th>
<th class="matrixColumn">
<h6>Column Title</h6>
<p><a href="#">Column Link</a></p>
</th>
</tr>
<tr>
<td class="matrixItem">Item</td>
<td class="matrixOdd">value / option</td>
<td class="matrixEven">value / option</td>
<td class="matrixOdd">value / option</td>
<td class="matrixEven">value / option</td>
</tr>
<tr>
<td class="matrixItem">Item</td>
<td class="matrixOdd">value / option</td>
<td class="matrixEven">value / option</td>
<td class="matrixOdd">value / option</td>
<td class="matrixEven">value / option</td>
</tr>
<tr>
<td class="matrixItem">Item</td>
<td class="matrixOdd">value / option</td>
<td class="matrixEven">value / option</td>
<td class="matrixOdd">value / option</td>
<td class="matrixEven">value / option</td>
</tr>
<tr>
<td class="matrixItem">Item</td>
<td class="matrixOdd">value / option</td>
<td class="matrixEven">value / option</td>
<td class="matrixOdd">value / option</td>
<td class="matrixEven">value / option</td>
</tr>
<tr>
<td class="matrixItem last">Item</td>
<td class="matrixOdd checkMark last"> </td>
<td class="matrixEven checkMark last"> </td>
<td class="matrixOdd checkMark last"> </td>
<td class="matrixEven checkMark last"> </td>
</tr>
</tbody>
</table>
<br />
<!-- End of Content -->
<div class="clear"></div>
</div>
</div>
</div>
<!-- Footer -->
<div id="Footer">
<div id="FooterTop"></div>
<div id="FooterContent">
<div class="contentArea">
<!-- Column 1 -->
<div class="one-third">
<h3>Design Details</h3>
<p>Ceated by <a href="http://para.llel.us">Parallelus</a> and available for purchase on <a href="http://themeforest.net/user/Parallelus/portfolio">ThemeForest</a>.</p>
</div>
<!-- Column 2 -->
<div class="one-third">
<h3>Stay Connected</h3>
<ul class="horizList">
<li><a href="#"><img src="images/icons/social/delicious.png" width="40" height="40" alt="Delicious" /></a></li>
<li><a href="#"><img src="images/icons/social/flickr.png" width="40" height="40" alt="Flickr" /></a></li>
<li><a href="#"><img src="images/icons/social/linkedin.png" width="40" height="40" alt="LinkedIn" /></a></li>
<li><a href="#"><img src="images/icons/social/skype.png" width="40" height="40" alt="Skype" /></a></li>
<li><a href="#"><img src="images/icons/social/twitter.png" width="40" height="40" alt="Twitter" /></a></li>
<li><a href="#"><img src="images/icons/social/yahoo.png" width="40" height="40" alt="Yahoo!" /></a></li>
</ul>
<p>Keep track of Unite on all your favorite social networks.</p>
</div>
<!-- Column 3 -->
<div class="one-third last">
<h3>Contact Information</h3>
<div class="logoMark"></div>
<p>
(555) 443.3221<br />
[email protected]<br />
<a href="#">www.unite-inc.com</a><br />
</p>
</div>
<!-- End of Content -->
<div class="clear"></div>
</div>
</div>
<div id="FooterBottom"></div>
</div>
<!-- Copyright/legal text -->
<div id="Copyright">
<p>
Copyright © 2010 - <a href="http://para.llel.us" onclick="window.open(this.href); return false;">Parallelus</a> - All rights reserved.
Conforms to W3C Standard
<a href="http://validator.w3.org/check?uri=referer" onclick="window.open(this.href); return false;">XHTML</a> &
<a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3" onclick="window.open(this.href); return false;">CSS</a>
</p>
</div>
</div>
</div>
<!-- Activate Font Replacement (cufón) -->
<script type="text/javascript"> Cufon.now(); </script>
</body>
</html>