Mercurial > hg > bioaid
diff _layouts/default.html @ 17:2b8de4c69a20
first site push
author | nick <nrclark@essex.ac.uk> |
---|---|
date | Tue, 20 Nov 2012 15:53:20 +0000 |
parents | |
children | 6785bf00f559 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/_layouts/default.html Tue Nov 20 15:53:20 2012 +0000 @@ -0,0 +1,56 @@ +<html> + <head> + <meta content='text/html;charset=UTF-8' http-equiv='Content-Type'> + <title>BioAid — {{ page.title }}</title> + <style type='text/css'> + @import 'css/default.css'; + @import 'css/syntax.css'; + </style> + <style media='print' type='text/css'> + @import 'css/print.css'; + </style> + <meta content='Official BioAid documantation' name='subject'> + <link href='images/favicon.png' rel='shortcut icon'> + </head> + <body> + <div id='wrap'> + <div id='header'> + <a href='http://www.bioaid.org.uk' title="The biologically inspired hearing aid"><img alt='bioaid' src='images/bioaid.png' width="300"></a> + <div class='tagline'>The biologically inspired hearing aid + <p><a href='coming_soon.html'><img src='images/appstore_download_hires.png' style='height:50px' align="right"></a></p></div> + </div> + <div id='pages'> + <ol class='toc'> + <li>Start Here + <ol class="toc"> + <li><a href='index.html'>Welcome</a></li> + <li><a href='info.html'>Information</a></li> + <li><a href='contact.html'>People & Contact</a></li> + </ol> + </li> + <li>Developer + <ol class="toc"> + <li><a href='coming_soon.html'>Get Involved</a></li> + <li><a href='coming_soon.html'>Technical Docs</a></li> + </ol> + </li> + <li>Project Links + <ol class="toc"> + <p><a href='coming_soon.html'><img src='images/appstore_download.png' style='width:120px'></a></p> + <p><a href='http://www.facebook.com/bioaidapp' target="_blank"><img src='images/facebook_button.gif' style='width:120px'></a></p> + <p><a href='https://github.com/audioplastic/BioAid' target="_blank"><img src='images/github.jpeg' style='width:120px'></a></p> + </ol> + </li> + + + </ol> + </div> + <div id='content'> + <h1 id='{{ page.title | downcase | replace(' ', '_') }}'>{{ page.title }}</h1> + <!--{{ content | toc }}--> + {{ content }} + </div> + <div id='footer'>Copyright © 2012 Nick Clark</div> + </div> + </body> +</html>