2 <html xmlns="http://www.w3.org/1999/xhtml"
5 <meta charset="utf-8" />
7 <link rel="stylesheet" href="/css/styles.css"
8 type="text/css" media="screen" />
9 <link rel="stylesheet" href="/css/print.css"
10 type="text/css" media="print" />
11 <script type="text/javascript"
12 src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js">
14 <script type="text/javascript" src="/js/simpletabs.js"></script>
15 <link rel="stylesheet" href="lightbox.css"
16 type="text/css" media="screen" />
17 <script type="text/javascript" src="/js/jquery.js"></script>
18 <script type="text/javascript" src="/js/jquery.lightbox-0.5.js"></script>
19 <!--[if IE]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
20 <script type="text/javascript">
22 $('a[@rel*=lightbox]').lightBox(); // Select all links that contains lightbox in the attribute rel
27 <div id="wrapper"><!-- #wrapper -->
29 <header><!-- header -->
30 <h1><a href="/">Site name</a></h1>
31 <h2>Your compelling tag line goes here</h2>
32 <img src="images/bluenightsky.png" width="940" height="200" alt=""/>
34 </header><!-- end of header -->
40 </nav><!-- end of top nav -->
42 <section id="main"><!-- #main content and sidebar area -->
43 <section id="content"><!-- #content -->
47 </section><!-- end of #content -->
49 <aside id="sidebar"><!-- sidebar -->
51 <div class="tabwidget">
53 <li><a href="#tab1">Menu</a></li>
54 <li><a href="#tab2">Popular</a></li>
55 <li><a href="#tab3">About Me</a></li>
57 <div class="tab_container">
58 <div id="tab1" class="tab_content">
65 <div id="tab3" class="tab_content">
66 <h3>Who I Am</h3> <img src="images/me.png" alt=""
67 /><p>Lorem ipsum in libris debitis facilis qui, in usu
68 esse falli deseruisse. Vel ut vivendo sensibus
69 partiendo, liber philosophia ne vim. Viris oblique
70 explicari has et. Nam noster iisque discere te, sale
71 doming delectus est te, an debet quando eruditi
72 pro. Ad dicant praesent persequeris has, ne vel
73 minimum petentium periculis.</p>
78 <div class="standard">
81 <li><a href="#">Create</a></li>
82 <li><a href="#">Have Fun</a></li>
83 <li><a href="#">Share With Friends</a></li>
84 <li><a href="#">Play Games</a></li>
85 <li><a href="#">Upload</a></li>
86 <li><a href="#">Download</a></li>
91 <img src="images/ad180.png" alt="" /><br /><br />
93 <h3>Connect With Us</h3>
95 <li><a href="#">Twitter</a></li>
96 <li><a href="#">Facebook</a></li>
97 <li><a href="#">LinkedIn</a></li>
98 <li><a href="#">Flickr</a></li>
102 </aside><!-- end of sidebar -->
104 </section><!-- end of #main content and sidebar-->
107 <section id="footer-area">
109 <section id="footer-outer-block">
110 <aside class="footer-segment">
113 <li><a href="#">one linkylink</a></li>
114 <li><a href="#">two linkylinks</a></li>
115 <li><a href="#">three linkylinks</a></li>
117 </aside><!-- end of #first footer segment -->
119 <aside class="footer-segment">
120 <h4>Awesome Stuff</h4>
122 <li><a href="#">one linkylink</a></li>
123 <li><a href="#">two linkylinks</a></li>
124 <li><a href="#">three linkylinks</a></li>
126 </aside><!-- end of #second footer segment -->
128 <aside class="footer-segment">
131 <li><a href="#">one linkylink</a></li>
132 <li><a href="#">two linkylinks</a></li>
133 <li><a href="#">three linkylinks</a></li>
135 </aside><!-- end of #third footer segment -->
137 <aside class="footer-segment">
139 <p>© 2010 <a href="/">site</a> Praesent
140 libero. Sed cursus ante dapibus diam. Sed nisi.</p>
141 </aside><!-- end of #fourth footer segment -->
143 </section><!-- end of footer-outer-block -->
145 </section><!-- end of footer-area -->
148 </div><!-- #wrapper -->
149 <!-- Free template created by http://freehtml5templates.com -->