/site/_templates/base.mako

https://bitbucket.org/jnoller/pythonmentors/ · Mako · 75 lines · 72 code · 3 blank · 0 comment · 0 complexity · adc4d1f4766870103ac87ba9b7dfceb4 MD5 · raw file

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5. <title>Python Mentors | Python Core Mentorship</title>
  6. <meta http-equiv="content-type" content="text/html;charset=utf-8" />
  7. <link rel="stylesheet" href="media/bluetrip/css/screen.css" type="text/css" media="screen, projection" />
  8. <link rel="stylesheet" href="media/bluetrip/css/print.css" type="text/css" media="print" />
  9. <!--[if IE]>
  10. <link rel="stylesheet" href="media/bluetrip/css/ie.css" type="text/css" media="screen, projection" />
  11. <![endif]-->
  12. <link rel="stylesheet" href="media/bluetrip/css/style.css" type="text/css" media="screen, projection" />
  13. <link rel="stylesheet" href="media/css/site.css" type="text/css" media="screen, projection" />
  14. <!-- google analytics right up in this piece son. -->
  15. <script type="text/javascript">
  16. var _gaq = _gaq || [];
  17. _gaq.push(['_setAccount', 'UA-22635356-1']);
  18. _gaq.push(['_trackPageview']);
  19. (function() {
  20. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  21. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  22. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  23. })();
  24. </script>
  25. </head>
  26. <body>
  27. <div class="container">
  28. <div class="span-24 last">
  29. <div id="header" class="header">
  30. </div>
  31. </div>
  32. <div class="span-6">
  33. <div id="leftcol" class="leftcol">
  34. &nbsp;
  35. </div>
  36. </div>
  37. <div class="span-12">
  38. <div id="centercol" class="centcol">
  39. <div id="center-header" class="center-header">
  40. <h1 class="thin title">Python Mentors - Python Core Mentorship</h1>
  41. <blockquote>
  42. We make a living by what we get, we make a life by what we give.<br />
  43. Winston Churchill
  44. </blockquote>
  45. </div>
  46. <div id="navigation" class="navigation">
  47. <!-- unused -->
  48. </div>
  49. <div id="content-main" class="content-main">
  50. ${next.body()}
  51. </div>
  52. </div>
  53. </div>
  54. <div class="span-6 last">
  55. <div id="rightcol" class="rightcol">
  56. &nbsp;
  57. </div>
  58. </div>
  59. <div class="span-24 last">
  60. <div id="footer" class="footer">
  61. <hr/>
  62. <span>
  63. <a href="http://www.python.org">
  64. <img src="media/images/python-powered-w-100x40.png"
  65. alt="Python Powered"/>
  66. </a>
  67. </span>
  68. </div>
  69. </div>
  70. </div>
  71. </body>
  72. </html>