Skip to content

Commit 08f2ff7

Browse files
committed
Actualização de conteúdo
1 parent 1b19fd2 commit 08f2ff7

22 files changed

Lines changed: 1298 additions & 215 deletions

File tree

archives.html

Lines changed: 55 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,63 @@
11
<!DOCTYPE html>
2-
<html>
3-
<head>
4-
<title>Archives</title>
2+
<html lang="en">
3+
<head>
54
<meta charset="utf-8" />
6-
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" />
7-
<link href="/theme/static/css/style.css" rel="stylesheet" />
8-
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
9-
</head>
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>
109

11-
<body id="index" class="archive">
12-
<div class="container">
13-
<div class="header">
14-
<ul class="nav nav-pills pull-right">
15-
<!--<li class=""><a href="">Home</a></li>-->
16-
<li><a href="/pages/Empregos.html">Empregos</a></li>
17-
<li><a href="/pages/Formação.html">Formação</a></li>
18-
<li><a href="/pages/Forum.html">Forum</a></li>
10+
<body id="index" class="home">
11+
<header id="banner" class="body">
12+
<h1><a href="/">Python Portugal </a></h1>
13+
<nav><ul>
14+
<li><a href="/empregos/">Empregos</a></li>
15+
<li><a href="/formacao/">Formação</a></li>
16+
<li><a href="/forum/">Forum</a></li>
1917
<li><a href="/">Python Portugal</a></li>
20-
<li><a href="/pages/Livros.html">Livros</a></li>
21-
<li class="active"><a href="/archives.html">Blog</a></li>
22-
</ul>
23-
<h3 class="text-muted"><a href="">Python Portugal</a></h3>
24-
<h2 class="text-muted"></h2>
25-
</div>
18+
<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>
2625

2726
<dl>
28-
29-
<h3><a href="/2019" class="text">Archive for 2019</a></h3>
30-
<ul class="archive-list">
31-
<li><span class="text-muted">qua 16 janeiro 2019 &raquo; </span><a href="/Blog.html">Lorem Ipsum</a></li>
32-
</ul>
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>
3331
</dl>
34-
<footer id="contentinfo" class="footer">
35-
<nav class="pull-right bottom-nav">
36-
<a href="/None">RSS</a>
37-
</nav>
38-
<address id="about" class="vcard body">
39-
&copy; <a href="">Python Portugal</a> Proudly powered by <a href="http://getpelican.com/">Pelican</a>
40-
</address><!-- /#about -->
41-
</footer><!-- /#contentinfo -->
42-
</div><!-- container -->
43-
</body>
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>
47+
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 -->
53+
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 -->
58+
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 -->
61+
62+
</body>
4463
</html>

arquivo/2019/01/16/index.html

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<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>
9+
10+
<body id="index" class="home">
11+
<header id="banner" class="body">
12+
<h1><a href="/">Python Portugal </a></h1>
13+
<nav><ul>
14+
<li><a href="/empregos/">Empregos</a></li>
15+
<li><a href="/formacao/">Formação</a></li>
16+
<li><a href="/forum/">Forum</a></li>
17+
<li><a href="/">Python Portugal</a></li>
18+
<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 16 January 2019</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>
47+
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 -->
53+
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 -->
58+
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 -->
61+
62+
</body>
63+
</html>

arquivo/2019/01/index.html

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<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>
9+
10+
<body id="index" class="home">
11+
<header id="banner" class="body">
12+
<h1><a href="/">Python Portugal </a></h1>
13+
<nav><ul>
14+
<li><a href="/empregos/">Empregos</a></li>
15+
<li><a href="/formacao/">Formação</a></li>
16+
<li><a href="/forum/">Forum</a></li>
17+
<li><a href="/">Python Portugal</a></li>
18+
<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 January 2019</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>
47+
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 -->
53+
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 -->
58+
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 -->
61+
62+
</body>
63+
</html>

arquivo/2019/index.html

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<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>
9+
10+
<body id="index" class="home">
11+
<header id="banner" class="body">
12+
<h1><a href="/">Python Portugal </a></h1>
13+
<nav><ul>
14+
<li><a href="/empregos/">Empregos</a></li>
15+
<li><a href="/formacao/">Formação</a></li>
16+
<li><a href="/forum/">Forum</a></li>
17+
<li><a href="/">Python Portugal</a></li>
18+
<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 2019</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>
47+
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 -->
53+
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 -->
58+
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 -->
61+
62+
</body>
63+
</html>

0 commit comments

Comments
 (0)