-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
109 lines (101 loc) · 6.89 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html>
<head>
<title>Python Portugal</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href="https://python.pt/theme/static/css/style.css" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="https://python.pt/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Python Portugal Full Atom Feed" />
</head>
<body id="index" class="archive">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="https://python.pt/index.html"><img class="img-fluid" src="https://python.pt/images/python_pt-logo.gif" /></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="https://python.pt/acerca">Acerca</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://python.pt/ondeestamos">Onde estamos</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://python.pt/blog/">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://python.pt/eventos">Eventos</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://python.pt/empregos">Empregos</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
Recursos
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="https://docs.python.org">Documentação Oficial</a>
<a class="dropdown-item" href="https://python.pt/formacao">Formação</a>
<a class="dropdown-item" href="https://python.pt/livros">Livros</a>
<a class="dropdown-item" href="https://python.pt/videos">Vídeos</a>
<a class="dropdown-item" href="https://python.pt/tutoriais">Tutoriais</a>
</div>
</li>
</ul>
<!-- <form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form> -->
</div>
</nav>
<div class="header">
<!-- <ul class="nav nav-pills pull-right">
<li class=""><a href="https://python.pt">Home</a></li>
<li><a href="https://python.pt/acerca/">A linguagem de programação Python</a></li>
<li><a href="https://python.pt/empregos/">Empregos em Python</a></li>
<li><a href="https://python.pt/eventos/">Eventos</a></li>
<li><a href="https://python.pt/formacao/">Formação</a></li>
<li><a href="https://python.pt/forum/">Forum</a></li>
<li class="active"><a href="https://python.pt/">Python Portugal</a></li>
<li><a href="https://python.pt/livros/">Livros</a></li>
<li><a href="https://python.pt/ondeestamos/">Onde estamos</a></li>
<li><a href="https://python.pt/tutoriais/">Tutoriais</a></li>
<li><a href="https://python.pt/videos/">Vídeos</a></li>
<li><a href="https://python.pt/archives.html">Blog</a></li>
</ul> -->
<!-- <h3 class="text-muted"><a href="https://python.pt">Python Portugal</a></h3> -->
<h2 class="text-muted"></h2>
</div>
<h1>Python Portugal</h1>
<img alt="homem com cobra na mão e castelo ao fundo com bandeira portuguesa" class="img-fluid rounded mx-auto d-block align-center" src="/images/python3.png" />
<p>A comunidade Python Portugal existe desde 2009 e tem como objectivo a partilha de experiências, difundir e divulgar a linguagem de programação Python.</p>
<p>Qualquer pessoa interessada pode participar na comunidade contribuindo com artigos ou ligações para recursos de Python.</p>
<p>Pode também falar conosco directamente, colocando as suas questões no Slack e na nossa mailing list.</p>
<footer id="contentinfo" class="footer">
<nav class="pull-right bottom-nav">
<a href="https://python.pt/feeds/all.atom.xml">RSS</a>
</nav>
<address id="about" class="vcard body">
© <a href="https://python.pt">Python Portugal</a> Proudly powered by <a href="http://getpelican.com/">Pelican</a>
</address><!-- /#about -->
</footer><!-- /#contentinfo -->
</div><!-- container -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-950364-17");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>