1+ <!DOCTYPE html>
2+ < html lang ="pt ">
3+ < head >
4+ < meta charset ="utf-8 " />
5+ < title > Python-MG - Authors</ title >
6+ < link rel ="stylesheet " href ="/theme/css/main.css " />
7+ < link href ="/feeds/all.atom.xml " type ="application/atom+xml " rel ="alternate " title ="Python-MG Atom Feed " />
8+
9+ <!--[if IE]>
10+ <script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11+ <![endif]-->
12+ </ head >
13+
14+ < body id ="index " class ="home ">
15+ < header id ="banner " class ="body ">
16+ < h1 > < a href ="/ "> Python-MG </ a > </ h1 >
17+ < nav > < ul >
18+ </ ul > </ nav >
19+ </ header > <!-- /#banner -->
20+
21+ < section id ="content " class ="body ">
22+ < h1 > Authors on Python-MG</ h1 >
23+ < ul >
24+ </ ul >
25+ </ section >
26+
27+ < section id ="extras " class ="body ">
28+ < div class ="blogroll ">
29+ < h2 > blogroll</ h2 >
30+ < ul >
31+ < li > < a href ="http://getpelican.com/ "> Pelican</ a > </ li >
32+ < li > < a href ="http://python.org/ "> Python.org</ a > </ li >
33+ < li > < a href ="http://jinja.pocoo.org/ "> Jinja2</ a > </ li >
34+ < li > < a href ="# "> You can modify those links in your config file</ a > </ li >
35+ </ ul >
36+ </ div > <!-- /.blogroll -->
37+ < div class ="social ">
38+ < h2 > social</ h2 >
39+ < ul >
40+ < li > < a href ="/feeds/all.atom.xml " type ="application/atom+xml " rel ="alternate "> atom feed</ a > </ li >
41+
42+ < li > < a href ="# "> You can add links in your config file</ a > </ li >
43+ < li > < a href ="# "> Another social link</ a > </ li >
44+ </ ul >
45+ </ div > <!-- /.social -->
46+ </ section > <!-- /#extras -->
47+
48+ < footer id ="contentinfo " class ="body ">
49+ < address id ="about " class ="vcard body ">
50+ Proudly powered by < a href ="http://getpelican.com/ "> Pelican</ a > , which takes great advantage of < a href ="http://python.org "> Python</ a > .
51+ </ address > <!-- /#about -->
52+
53+ < p > The theme is by < a href ="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/ "> Smashing Magazine</ a > , thanks!</ p >
54+ </ footer > <!-- /#contentinfo -->
55+
56+ </ body >
57+ </ html >
0 commit comments