11<!DOCTYPE html>
2- < html lang ="pt ">
3- < head >
4- < meta charset ="utf-8 " />
2+ < html xmlns ="http://www.w3.org/1999/xhtml "
3+ xmlns:og ="http://ogp.me/ns# "
4+ xmlns:fb ="https://www.facebook.com/2008/fbml "
5+ itemscope itemtype ="http://schema.org/Blog "
6+ lang ="pt ">
7+ < head >
8+ < meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 "/>
9+ < meta name ="viewport " content ="width=device-width, initial-scale=1, maximum-scale=1.0 "/>
10+ < meta http-equiv ="content-language " content ="pt-br ">
11+ < meta name ="robots " content ="index, follow ">
12+ < meta name ="description " content ="A Python-MG é uma comunidade de usuários
13+ (profissionais e amadores) da linguagem Python, onde prezamos pela troca de
14+ conhecimento, respeito mútuo e diversidade (tanto de opinião
15+ quanto de tecnologias). "/>
16+ < meta name ="keywords " content ="python-mg, python, Belo Horizonte, desenvolvimento "/>
17+ < meta name ="author " content ="Comunidade Python MG ">
18+ < meta name ="generator " content ="Feito com Materialize, Pelican,
19+ Python e VIM. ">
520 < title > Python-MG</ 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- < li > < a href ="/category/programacao-web.html "> Programação web</ a > </ li >
19- </ ul > </ nav >
20- </ header > <!-- /#banner -->
21- < section id ="content " class ="body ">
21+
22+ <!-- Feeds -->
23+ < link href ="/feeds/all.atom.xml " type ="application/atom+xml " rel ="alternate " title ="Python-MG ATOM Feed "/>
24+
25+ <!-- CSS -->
26+ < link href ="https://fonts.googleapis.com/icon?family=Material+Icons " rel ="stylesheet ">
27+ < link rel ="stylesheet " href ="/theme/css/font-awesome.min.css ">
28+ < link href ="/theme/css/materialize.min.css " type ="text/css " rel ="stylesheet " media ="screen,projection "/>
29+ < link href ="/theme/css/style.css " type ="text/css " rel ="stylesheet " media ="screen,projection "/>
30+ < link href ="/theme/css/animate.css " type ="text/css " rel ="stylesheet " media ="screen,projection "/>
31+ < link href ="/theme/css/pygments/perldoc.css " type ="text/css " rel ="stylesheet " media ="screen,projection "/>
32+
33+ < style type ="text/css ">
34+ .hero {
35+ height : 600px ;
36+ background : linear-gradient (rgba (0 , 0 , 0 , 0.4 ), rgba (0 , 0 , 0 , 0.4 )) repeat scroll 0 0% , rgba (0 , 0 , 0 , 0 ) url ('/images/banners/bh-pampulha.jpg' ); repeat scroll 0 0;
37+ background- position: 50% 50%;
38+ background- repeat: no- repeat;
39+ background- attachment: fixed;
40+ - webkit- background- size: cover;
41+ - moz- background- size: cover;
42+ - o- background- size: cover;
43+ background- size: cover;
44+ overflow: hidden;
45+ }
46+ </ style >
47+ <!-- Metadata -->
48+ < meta property ="og:type " content ="website "/>
49+
50+ </ head >
51+
52+ < body class ="red lighten-5 ">
53+ < header >
54+ <!-- Navigation -->
55+ < div class ="navbar-fixed ">
56+ < nav class ="red role= "navigation ">
57+ < div class ="container ">
58+ < div class ="nav-wrapper ">
59+ < a id ="logo-container " href ="/ " class ="brand-logo ">
60+ Python-MG
61+ </ a >
62+ < ul class ="right hide-on-med-and-down ">
63+ < li > < a href ="/comunidade "> Comunidade</ a > </ li >
64+ < li > < a href ="/membros "> Membros</ a > </ li >
65+ < li > < a href ="/blog "> Blog</ a > </ li >
66+ < li > < a href ="/blog/categorias "> Categorias</ a > </ li >
67+ < li > < a href ="/blog/autores "> Autores</ a > </ li >
68+ < li > < a href ="/blog/tags "> Tags</ a > </ li >
69+ </ ul >
70+
71+ < ul id ="nav-mobile " class ="side-nav ">
72+ < li class ="red lighten-1 " id ="nav-mobile-header ">
73+ < div class ="row center ">
74+ < div class ="col s12 " id ="nav-mobile-header-img ">
75+ < a href ="/ " alt ="Python-MG " title ="Python-MG ">
76+ < img class ="circle responsive-img valign z-depth-1 " alt ="Python-MG Logo " title ="Python-MG " src ="/images/logo/logo.png ">
77+ </ a >
78+ </ div >
79+ < div class ="col s12 " id ="nav-mobile-header-text ">
80+ < span class ="red-text text-lighten-5 "> Python-MG</ span >
81+ </ div >
82+ </ div >
83+ </ li >
84+ < li > < a href ="/comunidade "> Comunidade</ a > </ li >
85+ < li > < a href ="/membros "> Membros</ a > </ li >
86+ < li > < a href ="/blog "> Blog</ a > </ li >
87+ < li > < a href ="/blog/categorias "> Categorias</ a > </ li >
88+ < li > < a href ="/blog/autores "> Autores</ a > </ li >
89+ < li > < a href ="/blog/tags "> Tags</ a > </ li >
90+ </ ul >
91+ < a href ="# " data-activates ="nav-mobile " class ="button-collapse "> < i class ="material-icons "> menu</ i > </ a >
92+ </ div >
93+ </ div >
94+ </ nav >
95+ </ div >
96+ <!-- Banner -->
97+ < div class ="hero parallax-effect ">
98+ < div class ="container ">
99+ < div class ="hero-content animated bounceInDown slow ">
100+ < img src ="/images/logo/logo.png " title ="Python-MG " alt ="Python-MG " class ="logo "/>
101+ < h1 > Seja bem vindo ao Python-MG!</ h1 >
102+ < p > Grupo de usuários da linguagem Python em Minas Gerais.</ p >
103+ </ div >
104+ </ div >
105+ </ div >
106+ </ header >
107+ < main >
108+ <!-- Content -->
22109< h1 > Archives for Python-MG</ h1 >
23110
24111< dl >
25- < dt > Fri 29 July 2016</ dt >
26- < dd > < a href ="/github-page-com-pelican-e-travis.html "> Github page com Pelican e Travis</ a > </ dd >
27112</ dl >
28- </ section >
29- < section id ="extras " class ="body ">
30- < div class ="blogroll ">
31- < h2 > blogroll</ h2 >
32- < ul >
33- < li > < a href ="http://getpelican.com/ "> Pelican</ a > </ li >
34- < li > < a href ="http://python.org/ "> Python.org</ a > </ li >
35- < li > < a href ="http://jinja.pocoo.org/ "> Jinja2</ a > </ li >
36- < li > < a href ="# "> You can modify those links in your config file</ a > </ li >
37- </ ul >
38- </ div > <!-- /.blogroll -->
39- < div class ="social ">
40- < h2 > social</ h2 >
41- < ul >
42- < li > < a href ="/feeds/all.atom.xml " type ="application/atom+xml " rel ="alternate "> atom feed</ a > </ li >
43-
44- < li > < a href ="# "> You can add links in your config file</ a > </ li >
45- < li > < a href ="# "> Another social link</ a > </ li >
46- </ ul >
47- </ div > <!-- /.social -->
48- </ section > <!-- /#extras -->
49-
50- < footer id ="contentinfo " class ="body ">
51- < address id ="about " class ="vcard body ">
52- Proudly powered by < a href ="http://getpelican.com/ "> Pelican</ a > , which takes great advantage of < a href ="http://python.org "> Python</ a > .
53- </ address > <!-- /#about -->
54-
55- < 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 >
56- </ footer > <!-- /#contentinfo -->
57-
58- </ body >
113+
114+ <!-- Footer -->
115+ < footer class ="page-footer red darken-3 ">
116+ < div class ="container ">
117+ < div class ="row ">
118+ < div class ="col l6 s12 ">
119+ < h5 class ="white-text "> Sobre</ h5 >
120+ < p class ="grey-text text-lighten-4 ">
121+ A Python-MG é uma comunidade de usuários (profissionais e
122+ amadores) da linguagem Python, onde prezamos pela troca de
123+ conhecimento, respeito mútuo e diversidade (tanto de opinião
124+ quanto de tecnologias).
125+ </ p >
126+
127+
128+ </ div >
129+ < div class ="col l3 offset-l3 s12 ">
130+ < h5 class ="white-text "> Social</ h5 >
131+ < ul class ="social-links ">
132+ < li >
133+ < a class ="white-text " href ="https://github.com/pythonmg " title ="GitHub ">
134+ < i class ="fa fa-github "> </ i > GitHub
135+ </ a >
136+ </ li >
137+ < li >
138+ < a class ="white-text " href ="https://twitter.com/PythonMG " title ="Twitter ">
139+ < i class ="fa fa-twitter "> </ i > Twitter
140+ </ a >
141+ </ li >
142+ < li >
143+ < a class ="white-text " href ="https://www.facebook.com/ " title ="Facebook ">
144+ < i class ="fa fa-facebook "> </ i > Facebook
145+ </ a >
146+ </ li >
147+ < li >
148+ < a class ="white-text " href ="https://groups.google.com/forum/#!forum/python-mg " title ="Mailing List ">
149+ < i class ="fa fa-envelope "> </ i > Mailing List
150+ </ a >
151+ </ li >
152+ </ ul >
153+ </ div >
154+ </ div >
155+ </ div >
156+ < div class ="footer-copyright red darken-4 ">
157+ < div class ="container ">
158+ Feito com
159+ < a class ="orange-text text-lighten-3 " href ="http://materializecss.com "> Materialize</ a > ,
160+ < a class ="orange-text text-lighten-3 " href ="https://github.com/getpelican/pelican "> Pelican</ a > ,
161+ < a class ="orange-text text-lighten-3 " href ="https://python.org/ "> Python</ a > e
162+ < a class ="orange-text text-lighten-3 " href ="http://vim.org "> VIM</ a > .
163+ </ div >
164+ </ div >
165+ </ footer >
166+ <!-- Scripts -->
167+ < script src ="/theme/js/jquery-2.1.1.min.js "> </ script >
168+ < script src ="/theme/js/materialize.min.js "> </ script >
169+ < script src ="/theme/js/parallax.js "> </ script >
170+ < script src ="/theme/js/init.js "> </ script >
171+ </ main >
172+ </ body >
59173</ html >
0 commit comments