-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-3.html
585 lines (514 loc) · 23 KB
/
index-3.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
<!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>
<!-- Slide shows -->
<!-- Cycle (default) -->
<script type="text/javascript" src="js/jquery.cycle.all.min.js"></script>
<!-- Gallery View (can be removed if not in use) -->
<script type="text/javascript" src="js/galleryview/jquery.timers-1.1.2.js"></script>
<script type="text/javascript" src="js/galleryview/jquery.galleryview-2.0-pack.js"></script>
<script type="text/javascript">
// initialize slideshow (Gallery View)
$(document).ready(function() {
if ($('#GalleryView').length > 0) {
$('#GalleryView').galleryView({
show_panels: true,
show_filmstrip: true,
panel_width: 938,
panel_height: 340,
frame_width: 87,
frame_height: 45,
frame_gap: 8,
pointer_size: 16,
pause_on_hover: true,
filmstrip_position: 'bottom',
overlay_position: 'bottom',
nav_theme: 'dark',
transition_speed: 800,
transition_interval: 4000
});
}
});
</script>
<link rel="stylesheet" type="text/css" href="css/galleryview.min.css" />
<!-- 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>
</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>
<!-- Slide show: jQuery GalleryView -->
<div id="SlideShow-GalleryView">
<ul id="GalleryView">
<li>
<img src="images/slideshow/gallery-view/slide-1.jpg" width="938" height="340" alt="Slide 1" />
<div class="panel-overlay">
<h2>Dream.</h2>
<p>The imagination of infinity.</p>
</div>
</li>
<li><img src="images/slideshow/gallery-view/slide-2.jpg" width="938" height="340" alt="Slide 2" /></li>
<li><img src="images/slideshow/gallery-view/slide-3.jpg" width="938" height="340" alt="Slide 3" /></li>
<li>
<img src="images/slideshow/gallery-view/slide-7.jpg" width="938" height="340" alt="Slide 7" />
<div class="panel-overlay">
<h2>Why shouldn't I trust butterflies?</h2>
<p>It's not a secret these days. We'll see where they go now.</p>
</div>
</li>
<li><img src="images/slideshow/gallery-view/slide-8.jpg" width="938" height="340" alt="Slide 8" /></li>
<li>
<img src="images/slideshow/gallery-view/slide-1.jpg" width="938" height="340" alt="Slide 1" />
<div class="panel-overlay">
<h2>Dream.</h2>
<p>The imagination of infinity.</p>
</div>
</li>
<li><img src="images/slideshow/gallery-view/slide-2.jpg" width="938" height="340" alt="Slide 2" /></li>
<li><img src="images/slideshow/gallery-view/slide-3.jpg" width="938" height="340" alt="Slide 3" /></li>
<li>
<img src="images/slideshow/gallery-view/slide-7.jpg" width="938" height="340" alt="Slide 7" />
<div class="panel-overlay">
<h2>Why shouldn't I trust butterflies?</h2>
<p>It's not a secret these days. We'll see where they go now.</p>
</div>
</li>
<li><img src="images/slideshow/gallery-view/slide-8.jpg" width="938" height="340" alt="Slide 8" /></li>
</ul>
</div>
<div class="pageMain">
<!-- Showcase Content -->
<div id="Showcase">
<div class="two-thirds">
<img src="images/icons/monitor-skins.png" width="85" height="75" alt="computer monitor" style="float:left; margin: -2px 30px 0 15px;" />
<h1 class="title">
5 Skins in 1 Theme
<span>Use a preset color or create your own custom skin in minutes</span>
</h1>
<p>
Choose from
<a href="#" onclick="switchSkin('1');" class="tipInclude" rel="images/content/skin-changer/skin-1.jpg" title="Skin 1">skin 1</a>,
<a href="#" onclick="switchSkin('2');" class="tipInclude" rel="images/content/skin-changer/skin-2.jpg" title="Skin 2">skin 2</a>,
<a href="#" onclick="switchSkin('3');" class="tipInclude" rel="images/content/skin-changer/skin-3.jpg" title="Skin 3">skin 3</a>,
<a href="#" onclick="switchSkin('4');" class="tipInclude" rel="images/content/skin-changer/skin-4.jpg" title="Skin 4">skin 4</a> or
<a href="#" onclick="switchSkin('5');" class="tipInclude" rel="images/content/skin-changer/skin-5.jpg" title="Skin 5">skin 5</a>.
</p>
</div>
<div class="one-third">
<img src="images/icons/projector.png" width="96" height="75" alt="digital projector" style="float:right; margin: 0 8px 0 0;" />
<h1 class="title">
3 Slide Shows
<span>A style for every layout</span>
</h1>
<p>
<a href="index.html">Cycle</a>, <a href="index-2.html">Cu3er</a> and <a href="index-3.html">Gallery</a>
</p>
</div>
<div class="hr"></div>
</div>
<!-- Page Content -->
<div class="contentArea">
<div class="two-thirds">
<!-- Welcome Message / Page Headline -->
<h1 class="headline">Welcome to <strong>Unite</strong>, merging <strong>crisp</strong> design, <strong>powerful</strong> communication and <strong>ease of use</strong>.</h1>
<p class="impact">Unite takes a clean, organized approach to presenting content so it’s easier to find what you want. The theme includes page layouts for: <a href="sample-layout.html#full_page">full page</a>, <a href="sample-layout.html#multi_column_page">multi-column</a>, <a href="sample-blog.html">blog</a>, <a href="sample-portfolio.html">portfolio</a>, <br /><a href="sample-contact.html">contact form</a> and an <a href="sample-login.html" class="login" title="Custom Login Page|This theme includes 2 different login forms. Apply either with your admin portal for a cohesive, stylish website. (click for preveiw)">administrative login</a> (<a href="#ContentPanel" class="topReveal" title="Alternate Admin Login|Preview the alternate login.">alternate</a>).</p>
<!-- Featured Content -->
<div class="ribbon">
<div class="wrapAround"></div>
<div class="tab">
<span>Featured Content</span>
</div>
</div>
<div class="featuredContent">
<!-- Featured Item -->
<div class="featuredItem">
<a href="images/content/demo-only/featured-1.jpg" class="featuredImg img zoom" rel="featured"><img src="images/content/demo-only/featured-1-thumb.jpg" alt="featured item" /></a>
<div class="featuredText">
<h1 class="title">
Dynamic Functionality
<span>jQuery integrated to provide high quality, dynamic design features.</span>
</h1>
<a href="#">More information...</a>
</div>
</div>
<!-- Featured Item -->
<div class="featuredItem">
<a href="images/content/demo-only/featured-2.jpg" class="featuredImg img zoom" rel="featured"><img src="images/content/demo-only/featured-2-thumb.jpg" alt="featured item" /></a>
<div class="featuredText">
<h1 class="title">
Cross Browser Compatible
<span>Compatible with all major browsers. IE 6,7 and 8, Firefox 3.5+, Opera 10+, Google Chrome and Safari 4+.</span>
</h1>
<a href="#">More information...</a>
</div>
</div>
<!-- Featured Item -->
<div class="featuredItem">
<a href="images/content/demo-only/featured-3.jpg" class="featuredImg img zoom" rel="featured"><img src="images/content/demo-only/featured-3-thumb.jpg" alt="featured item" /></a>
<div class="featuredText">
<h1 class="title">
Various Text and Page Layouts
<span>A wide range of text styling and page layouts for corporate, portfolio and other uses.</span>
</h1>
<a href="#">More information...</a>
</div>
</div>
<!-- Featured Item -->
<div class="featuredItem">
<a href="images/content/demo-only/featured-4.jpg" class="featuredImg img zoom" rel="featured"><img src="images/content/demo-only/featured-4-thumb.jpg" alt="featured item" /></a>
<div class="featuredText">
<h1 class="title">
5 Pre-made Skins
<span>Choose from an array of five unique style variations.</span>
</h1>
<a href="#">More information...</a>
</div>
</div>
<!-- End of Content -->
<div class="clear"></div>
</div>
<!-- Blog Post -->
<div class="ribbon">
<div class="wrapAround"></div>
<div class="tab">
<span class="blogDate">5 Jan.</span>
<span class="blogPostInfo">Posted by <a href="#">J. Smith</a> in <a href="#">Advertising</a> | <a href="#">3 comments</a></span>
</div>
</div>
<div class="blogPostSummary">
<h1>How to Build a Better Mousetrap</h1>
<div class="blogPostImage">
<a href="#" class="img"><img src="images/content/demo-only/blog-post-1.jpg" width="566" height="133" alt="blog post image" /></a>
</div>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vel leo vitae mi iaculis tincidunt. Sed ipsum diam, semper et adipiscing sit amet, gravida ac ipsum. Phasellus rutrum est non eros ultrices a molestie tellus suscipit. Nunc eleifend, nisl vel cursus hendrerit, arcu risus sagittis lorem, nec gravida massa lacus non nulla. Praesent urna diam, cursus ac eleifend mattis, euismod et nisi. Vestibulum id leo sit amet nisi. Aliquam erat volutpat. Nam egestas mollis ultrices. Praesent nec tellus est, et convallis mauris.
</p>
<p><a href="#">Read more...</a></p>
</div>
</div>
<div class="one-third">
<!-- Skin Changer -->
<div id="SkinPreviewWrapper">
<h4>Move the slider to change skins</h4>
<div id="SkinScreenShots">
<div id="SkinPreview">
<img class="skin" src="images/content/skin-changer/skin-1.jpg" width="247" height="298" alt="Skin 1" />
<img class="skin" src="images/content/skin-changer/skin-2.jpg" width="247" height="298" alt="Skin 2" />
<img class="skin" src="images/content/skin-changer/skin-3.jpg" width="247" height="298" alt="Skin 3" />
<img class="skin" src="images/content/skin-changer/skin-4.jpg" width="247" height="298" alt="Skin 4" />
<img class="skin" src="images/content/skin-changer/skin-5.jpg" width="247" height="298" alt="Skin 5" />
</div>
</div>
<div id="SkinPreviewOverlay"></div>
<div id="SkinSlider" class="rounded"></div>
<p id="SkinSliderHelpText">Drag to preview, release to apply.</p>
</div>
<div class="hr"></div>
<!-- Side Navigation Menu -->
<h1 class="title" style="margin-bottom:0;">
Sub Navigation
<span>Links to other areas of the site</span>
</h1>
<div class="sideNavWrapper">
<div class="sideNavBox-1">
<div class="sideNavBox-2">
<ul class="sideNav">
<li><a href="#">Sample Navigation Link</a></li>
<li class="currentPage"><a href="#">Current Page Sample</a></li>
<li><a href="#">Sample Navigation Link</a></li>
<li><a href="#">Sample Navigation Link</a></li>
<li><a href="#">Sample Navigation Link</a></li>
</ul>
</div>
</div>
</div>
<!-- Testimonial/Quote -->
<div class="quote">
<div class="quoteBox-1">
<div class="quoteBox-2">
<p>This is one amazing quote! I mean really, really amazing. Like super incredible and stuff.</p>
</div>
</div>
</div>
<div class="quoteAuthor">
<p class="name">Gary Philips</p>
<p class="details">President, Quotable Quotes, Inc.</p>
</div>
<div class="hr"></div>
<!-- Newsletter -->
<h1 class="title" style="margin-bottom:0;">
Newsletter
<span>We’ll keep you informed and updated</span>
</h1>
<form action="#" id="newsletter" method="post">
<p style="margin: 1em 0 1px;">
<label for="NewsletterEmail" class="overlabel">Email</label>
<input type="text" id="NewsletterEmail" class="textInput" style="width: 259px; margin:0;" />
</p>
<p style="margin:0;"><button type="submit" class="btn"><span>Sign me up!</span></button></p>
</form>
</div>
<!-- End of Content -->
<div class="clear"></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>