1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="utf-8 " />
5+ < title > Python Portugal - Authors</ title >
6+ < link rel ="stylesheet " href ="/theme/css/main.css " />
7+ </ head >
8+
9+ < body id ="index " class ="home ">
10+ < header id ="banner " class ="body ">
11+ < h1 > < a href ="/ "> Python Portugal </ a > </ h1 >
12+ < nav > < ul >
13+ </ ul > </ nav >
14+ </ header > <!-- /#banner -->
15+
16+ < section id ="content " class ="body ">
17+ < h1 > Authors on Python Portugal</ h1 >
18+ < ul >
19+ </ ul >
20+ </ section >
21+
22+ < section id ="extras " class ="body ">
23+ < div class ="blogroll ">
24+ < h2 > links</ h2 >
25+ < ul >
26+ < li > < a href ="http://getpelican.com/ "> Pelican</ a > </ li >
27+ < li > < a href ="http://python.org/ "> Python.org</ a > </ li >
28+ < li > < a href ="http://jinja.pocoo.org/ "> Jinja2</ a > </ li >
29+ < li > < a href ="# "> You can modify those links in your config file</ a > </ li >
30+ </ ul >
31+ </ div > <!-- /.blogroll -->
32+ < div class ="social ">
33+ < h2 > social</ h2 >
34+ < ul >
35+
36+ < li > < a href ="# "> You can add links in your config file</ a > </ li >
37+ < li > < a href ="# "> Another social link</ a > </ li >
38+ </ ul >
39+ </ div > <!-- /.social -->
40+ </ section > <!-- /#extras -->
41+
42+ < footer id ="contentinfo " class ="body ">
43+ < address id ="about " class ="vcard body ">
44+ Proudly powered by < a href ="http://getpelican.com/ "> Pelican</ a > , which takes great advantage of < a href ="http://python.org "> Python</ a > .
45+ </ address > <!-- /#about -->
46+
47+ < 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 >
48+ </ footer > <!-- /#contentinfo -->
49+
50+ </ body >
51+ </ html >
0 commit comments