/site/_templates/base.mako
https://bitbucket.org/jnoller/pythonmentors/ · Mako · 75 lines · 72 code · 3 blank · 0 comment · 0 complexity · adc4d1f4766870103ac87ba9b7dfceb4 MD5 · raw file
- <!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" xml:lang="en" lang="en">
- <head>
- <title>Python Mentors | Python Core Mentorship</title>
- <meta http-equiv="content-type" content="text/html;charset=utf-8" />
- <link rel="stylesheet" href="media/bluetrip/css/screen.css" type="text/css" media="screen, projection" />
- <link rel="stylesheet" href="media/bluetrip/css/print.css" type="text/css" media="print" />
- <!--[if IE]>
- <link rel="stylesheet" href="media/bluetrip/css/ie.css" type="text/css" media="screen, projection" />
- <![endif]-->
- <link rel="stylesheet" href="media/bluetrip/css/style.css" type="text/css" media="screen, projection" />
- <link rel="stylesheet" href="media/css/site.css" type="text/css" media="screen, projection" />
- <!-- google analytics right up in this piece son. -->
- <script type="text/javascript">
- var _gaq = _gaq || [];
- _gaq.push(['_setAccount', 'UA-22635356-1']);
- _gaq.push(['_trackPageview']);
- (function() {
- var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
- ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
- var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
- })();
- </script>
- </head>
- <body>
- <div class="container">
- <div class="span-24 last">
- <div id="header" class="header">
- </div>
- </div>
- <div class="span-6">
- <div id="leftcol" class="leftcol">
-
- </div>
- </div>
- <div class="span-12">
- <div id="centercol" class="centcol">
- <div id="center-header" class="center-header">
- <h1 class="thin title">Python Mentors - Python Core Mentorship</h1>
- <blockquote>
- We make a living by what we get, we make a life by what we give.<br />
- Winston Churchill
- </blockquote>
- </div>
- <div id="navigation" class="navigation">
- <!-- unused -->
- </div>
- <div id="content-main" class="content-main">
- ${next.body()}
- </div>
- </div>
- </div>
- <div class="span-6 last">
- <div id="rightcol" class="rightcol">
-
- </div>
- </div>
- <div class="span-24 last">
- <div id="footer" class="footer">
- <hr/>
- <span>
- <a href="http://www.python.org">
- <img src="media/images/python-powered-w-100x40.png"
- alt="Python Powered"/>
- </a>
- </span>
- </div>
- </div>
- </div>
- </body>
- </html>