97590740fab26c1f88035df97814f8acf3b0aa61
[treecutter.git] / style / adropabove / index.en.html.tmpl
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml"
3       lang="en">
4   <head>
5     <meta charset="utf-8" />
6     <title>$title</title>
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     <!--[if IE]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
12     <link rel="stylesheet" href="/css/superfish.css"
13           type="text/css" media="screen"/>
14     <script type="text/javascript" src="/js/jquery-1.2.6.min.js"></script>
15     <script type="text/javascript" src="/js/hoverIntent.js"></script>
16     <script type="text/javascript" src="/js/superfish.js"></script>
17     <script type="text/javascript">
18
19       // initialise plugins
20       jQuery(function(){
21       jQuery('ul.sf-menu').superfish();
22       });
23
24     </script>
25   </head>
26   <body>
27     <div id="wrapper"><!-- #wrapper -->
28       <nav><!-- top nav -->
29         $menu
30       </nav><!-- end of top nav -->
31
32       <header><!-- header -->
33         <h1><a href="/">Site name</a></h1>
34         <h2>Your tag line here</h2>
35       </header><!-- end of header -->
36
37       <section id="main"><!-- #main content and sidebar area -->
38         <section id="content"><!-- #content -->
39           <article>
40             $article
41           </article>
42         </section><!-- end of #content -->
43
44         <aside id="sidebar"><!-- sidebar -->
45           <h3>$levelname</h3>
46           $levelmenu
47
48           <h3>More Stuff</h3>
49           <ul>
50             <li><a href="#">Blah</a></li>
51             <li><a href="#">More blah</a></li>
52           </ul>
53
54         </aside><!-- end of sidebar -->
55
56       </section><!-- end of #main content and sidebar-->
57
58       <footer>
59         <section id="footer-area">
60
61           <section id="footer-outer-block">
62             <aside class="footer-segment">
63               <h4>Friends</h4>
64               <ul>
65                 <li><a href="#">one linkylink</a></li>
66                 <li><a href="#">two linkylinks</a></li>
67                 <li><a href="#">three linkylinks</a></li>
68                 <li><a href="#">four linkylinks</a></li>
69                 <li><a href="#">five linkylinks</a></li>
70               </ul>
71             </aside><!-- end of #first footer segment -->
72
73             <aside class="footer-segment">
74               <h4>Awesome Stuff</h4>
75               <ul>
76                 <li><a href="#">one linkylink</a></li>
77                 <li><a href="#">two linkylinks</a></li>
78                 <li><a href="#">three linkylinks</a></li>
79                 <li><a href="#">four linkylinks</a></li>
80                 <li><a href="#">five linkylinks</a></li>
81               </ul>
82             </aside><!-- end of #second footer segment -->
83
84             <aside class="footer-segment">
85               <h4>Coolness</h4>
86               <ul>
87                 <li><a href="#">one linkylink</a></li>
88                 <li><a href="#">two linkylinks</a></li>
89                 <li><a href="#">three linkylinks</a></li>
90                 <li><a href="#">four linkylinks</a></li>
91                 <li><a href="#">five linkylinks</a></li>
92               </ul>
93             </aside><!-- end of #third footer segment -->
94
95             <aside class="footer-segment">
96               <h4>Blahdyblah</h4>
97               <p>
98                 Integer nec odio. Praesent libero. Sed cursus ante
99                 dapibus diam. Sed nisi. Nulla quis sem at nibh
100                 elementum imperdiet. Duis sagittis ipsum. Praesent
101                 mauris. Fusce nec tellus sed augue semper porta.
102               </p>
103               <p>©;2010 <a href="/">site</a></p>
104             </aside><!-- end of #fourth footer segment -->
105
106           </section><!-- end of footer-outer-block -->
107
108         </section><!-- end of footer-area -->
109       </footer>
110
111     </div><!-- #wrapper -->
112     <!-- Free template created by http://freehtml5templates.com -->
113   </body>
114 </html>