11<!DOCTYPE html>
2- < html lang ="en ">
3- < head >
2+ < html >
3+ < head >
4+ < title > Archives</ title >
45 < meta charset ="utf-8 " />
5- < title > Python Portugal</ 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 Portugal Atom Feed " />
8- </ head >
6+ < link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css " integrity ="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS " crossorigin ="anonymous ">
7+ < link href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css " rel ="stylesheet ">
8+ < link href ="/theme/static/css/style.css " rel ="stylesheet " />
9+ < meta name ="viewport " content ="width=device-width, initial-scale=1, maximum-scale=1 ">
10+ </ head >
911
10- < body id ="index " class ="home ">
11- < header id ="banner " class ="body ">
12- < h1 > < a href ="/ "> Python Portugal </ a > </ h1 >
13- < nav > < ul >
12+ < body id ="index " class ="archive ">
13+ < div class ="container ">
14+ < nav class ="navbar navbar-expand-lg navbar-light bg-light ">
15+ < a class ="navbar-brand " href ="/index.html "> PythonPT</ a >
16+ < button class ="navbar-toggler " type ="button " data-toggle ="collapse " data-target ="#navbarSupportedContent " aria-controls ="navbarSupportedContent " aria-expanded ="false " aria-label ="Toggle navigation ">
17+ < span class ="navbar-toggler-icon "> </ span >
18+ </ button >
19+
20+ < div class ="collapse navbar-collapse " id ="navbarSupportedContent ">
21+ < ul class ="navbar-nav mr-auto ">
22+ < li class ="nav-item dropdown ">
23+ < a class ="nav-link dropdown-toggle " href ="# " id ="navbarDropdown " role ="button " data-toggle ="dropdown "
24+ aria-haspopup ="true " aria-expanded ="false ">
25+ Inicio
26+ </ a >
27+ < div class ="dropdown-menu " aria-labelledby ="navbarDropdown ">
28+ < a class ="dropdown-item " href ="/oqueeopython "> O que é o Python?</ a >
29+ < a class ="dropdown-item " href ="/quemutiliza "> Quem utiliza?</ a >
30+ </ div >
31+ </ li >
32+ < li class ="nav-item dropdown ">
33+ < a class ="nav-link dropdown-toggle " href ="# " id ="navbarDropdown " role ="button " data-toggle ="dropdown "
34+ aria-haspopup ="true " aria-expanded ="false ">
35+ Recursos
36+ </ a >
37+ < div class ="dropdown-menu " aria-labelledby ="navbarDropdown ">
38+ < a class ="dropdown-item " href ="https://docs.python.org "> Documentação Oficial</ a >
39+ < a class ="dropdown-item " href ="/formacao "> Formação</ a >
40+ < a class ="dropdown-item " href ="/livros "> Livros</ a >
41+ < a class ="dropdown-item " href ="/videos "> Vídeos</ a >
42+ < a class ="dropdown-item " href ="/tutoriais "> Tutoriais</ a >
43+ </ div >
44+ </ li >
45+
46+ < li class ="nav-item ">
47+ < a class ="nav-link " href ="/ondeestamos "> Onde estamos</ a >
48+ </ li >
49+ < li class ="nav-item ">
50+ < a class ="nav-link " href ="/eventos "> Eventos</ a >
51+ </ li >
52+ < li class ="nav-item ">
53+ < a class ="nav-link " href ="/empregos "> Empregos</ a >
54+ </ li >
55+ < li class ="nav-item ">
56+ < a class ="nav-link " href ="/blog/ "> Blog</ a >
57+ </ li >
58+ </ ul >
59+ <!-- <form class="form-inline my-2 my-lg-0">
60+ <input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
61+ <button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
62+ </form> -->
63+ </ div >
64+ </ nav >
65+ < div class ="header ">
66+ <!-- <ul class="nav nav-pills pull-right">
67+ <li class=""><a href="">Home</a></li>
1468 <li><a href="/empregos/">Empregos</a></li>
69+ <li><a href="/eventos/">Eventos</a></li>
1570 <li><a href="/formacao/">Formação</a></li>
1671 <li><a href="/forum/">Forum</a></li>
1772 <li><a href="/">Python Portugal</a></li>
1873 <li><a href="/livros/">Livros</a></li>
19- < li > < a href ="/blog/ "> Blog</ a > </ li >
20- < li > < a href ="/noticias/ "> Noticias</ a > </ li >
21- </ ul > </ nav >
22- </ header > <!-- /#banner -->
23- < section id ="content " class ="body ">
24- < h1 > Archives for Python Portugal</ h1 >
25-
26- < dl >
27- < dt > Wed 16 January 2019</ dt >
28- < dd > < a href ="/blog/2019/01/16/ola-mundo/ "> Olá mundo!</ a > </ dd >
29- < dt > Wed 16 January 2019</ dt >
30- < dd > < a href ="/noticias/2019/01/16/primeira-noticia/ "> Noticia #1</ a > </ dd >
31- </ dl >
32- </ section >
33- < section id ="extras " class ="body ">
34- < div class ="blogroll ">
35- < h2 > links</ h2 >
36- < ul >
37- < li > < a href ="http://getpelican.com/ "> Pelican</ a > </ li >
38- < li > < a href ="http://python.org/ "> Python.org</ a > </ li >
39- < li > < a href ="http://jinja.pocoo.org/ "> Jinja2</ a > </ li >
40- < li > < a href ="# "> You can modify those links in your config file</ a > </ li >
41- </ ul >
42- </ div > <!-- /.blogroll -->
43- < div class ="social ">
44- < h2 > social</ h2 >
45- < ul >
46- < li > < a href ="/feeds/all.atom.xml " type ="application/atom+xml " rel ="alternate "> atom feed</ a > </ li >
74+ <li><a href="/ondeestamos/">Onde estamos</a></li>
75+ <li><a href="/oqueeopython/">O que é o Python</a></li>
76+ <li><a href="/quemutiliza/">Quem utiliza</a></li>
77+ <li><a href="/tutoriais/">Tutoriais</a></li>
78+ <li><a href="/videos/">Vídeos</a></li>
79+ <li class="active"><a href="/archives.html">Blog</a></li>
80+ </ul> -->
4781
48- < li > < a href ="# "> You can add links in your config file</ a > </ li >
49- < li > < a href ="# "> Another social link</ a > </ li >
50- </ ul >
51- </ div > <!-- /.social -->
52- </ section > <!-- /#extras -->
5382
54- < footer id ="contentinfo " class ="body ">
55- < address id ="about " class ="vcard body ">
56- Proudly powered by < a href ="http://getpelican.com/ "> Pelican</ a > , which takes great advantage of < a href ="http://python.org "> Python</ a > .
57- </ address > <!-- /#about -->
83+ <!-- <h3 class="text-muted"><a href="">Python Portugal</a></h3> -->
84+ < h2 class ="text-muted "> </ h2 >
85+ </ div >
5886
59- < 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 >
60- </ footer > <!-- /#contentinfo -->
87+ < dl >
88+
89+ < h3 > < a href ="/2019 " class ="text "> Archive for 2019</ a > </ h3 >
90+ < ul class ="archive-list ">
91+ < li > < span class ="text-muted "> qua 13 fevereiro 2019 » </ span > < a href ="/blog/2019/02/13/ola-mundo/ "> Olá mundo!</ a > </ li >
92+ < li > < span class ="text-muted "> qua 16 janeiro 2019 » </ span > < a href ="/noticias/2019/01/16/primeira-noticia/ "> Noticia #1</ a > </ li >
93+ </ ul >
94+ </ dl >
95+ < footer id ="contentinfo " class ="footer ">
96+ < nav class ="pull-right bottom-nav ">
97+ < a href ="/None "> RSS</ a >
98+ </ nav >
99+ < address id ="about " class ="vcard body ">
100+ © < a href =""> Python Portugal</ a > Proudly powered by < a href ="http://getpelican.com/ "> Pelican</ a >
101+ </ address > <!-- /#about -->
102+ </ footer > <!-- /#contentinfo -->
103+ </ div > <!-- container -->
104+ < script src ="https://code.jquery.com/jquery-3.3.1.slim.min.js " integrity ="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo " crossorigin ="anonymous "> </ script >
105+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js " integrity ="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut " crossorigin ="anonymous "> </ script >
106+ < script src ="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js " integrity ="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k " crossorigin ="anonymous "> </ script >
61107
62- </ body >
108+ </ body >
63109</ html >
0 commit comments