-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
executable file
·253 lines (234 loc) · 12.2 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:og="http://ogp.me/ns#"
xmlns:fb="https://www.facebook.com/2008/fbml"
itemscope itemtype="http://schema.org/Blog"
lang="pt">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
<meta http-equiv="content-language" content="pt-br">
<meta name="robots" content="index, follow">
<meta name="description" content=""/>
<meta name="keywords" content=""/>
<meta name="author" content="PUG-SE">
<meta name="generator" content="Feito com Materialize, Pelican,
Python e VIM. ">
<meta name="theme-color" content="light-blue"/>
<title>PUG-SE</title>
<!-- Feeds -->
<link href="http://pug-se.github.io/blog/feeds.atom" type="application/atom+xml" rel="alternate" title="PUG-SE ATOM Feed"/>
<link href="http://pug-se.github.io/blog/feeds.rss" type="application/rss+xml" rel="alternate" title="PUG-SE RSS Feed"/>
<!-- CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="http://pug-se.github.io/theme/css/font-awesome.min.css">
<link href="http://pug-se.github.io/theme/css/materialize.min.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="http://pug-se.github.io/theme/css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="http://pug-se.github.io/theme/css/animate.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="http://pug-se.github.io/theme/css/pygments/perldoc.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="http://pug-se.github.io/theme/css/home.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="http://pug-se.github.io/theme/css/animate.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<style type="text/css">
.hero {
height: 600px;
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('http://pug-se.github.io/images/banners/background.png'); repeat scroll 0 0;
background-position: 50% 50%;
background-repeat: no-repeat;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
overflow: hidden;
}
</style>
<!-- Metadata -->
<meta property="og:type" content="website"/>
</head>
<body class="light-blue lighten-5">
<header>
<!-- Navigation -->
<div class="navbar-fixed">
<nav class="light-blue role="navigation">
<div class="container">
<div class="nav-wrapper">
<a id="logo-container" href="/" class="brand-logo">
PUG-SE
</a>
<ul class="right hide-on-med-and-down">
<li ><a href="http://pug-se.github.io/comunidade">Comunidade</a></li>
<li ><a href="http://pug-se.github.io/membros">Membros</a></li>
<li ><a href="http://pug-se.github.io/blog">Blog</a></li>
<li ><a href="http://pug-se.github.io/apoiadores">Apoiadores</a></li>
</ul>
<ul id="nav-mobile" class="side-nav">
<li class="light-blue lighten-1" id="nav-mobile-header">
<div class="row center">
<div class="col s12" id="nav-mobile-header-img">
<a href="/" alt="PUG-SE" title="PUG-SE">
<img class="circle responsive-img valign z-depth-1" alt="PUG-SE Logo" title="PUG-SE" src="http://pug-se.github.io/images/logo-mobile.png">
</a>
</div>
<div class="col s12" id="nav-mobile-header-text">
<span class="light-blue-text text-lighten-5">PUG-SE</span>
</div>
</div>
</li>
<li ><a href="http://pug-se.github.io/comunidade">Comunidade</a></li>
<li ><a href="http://pug-se.github.io/membros">Membros</a></li>
<li ><a href="http://pug-se.github.io/blog">Blog</a></li>
<li ><a href="http://pug-se.github.io/apoiadores">Apoiadores</a></li>
</ul>
<a href="#" data-activates="nav-mobile" class="button-collapse"><i class="material-icons">menu</i></a>
</div>
</div>
</nav>
</div>
<!-- Banner -->
<div class="hero parallax-effect">
<div class="container">
<div class="hero-content animated bounceInDown slow">
<img src="http://pug-se.github.io/images/logo-pug-se.png" title="PUG-SE" alt="PUG-SE" class="logo"/>
<h1>Seja bem vindo ao PUG-SE</h1>
<p>Grupo de usuários da linguagem Python em Sergipe.</p>
</div>
</div>
</div>
</header>
<main>
<!-- Content -->
<div class="blue-grey lighten-5">
<div class="container content-container ">
<div class="section">
<h2 class="center">O que Fazemos?</h2>
<!-- Icon Section -->
<div class="row">
<!-- Icon Element -->
<div class="col s12 m4">
<div class="icon-block">
<h3 class="center light-blue-text text-lighten-1">
<i class="fa fa-comments fa-2x"></i>
</h3>
<h5 class="center">Comunidade</h5>
<p class="light">
Nos comunicamos através de mailing lists e redes sociais além de que são promovidos encontros diversos, como encontros casuais, <em>coding dojos</em> e palestras.
</p>
<div class="center">
<a class="light-blue waves-effect waves-light btn" href="/comunidade">Saiba Mais</a>
</div>
</div>
</div>
<!-- Icon Element -->
<div class="col s12 m4">
<div class="icon-block">
<h3 class="center light-blue-text text-lighten-1">
<i class="fa fa-users fa-2x"></i>
</h3>
<h5 class="center">Membros</h5>
<p class="light">
A comunidade PUG-SE possui alguns colaboradores principais, responsáveis por organizar eventos, manter a comunicação ativa, divulgar eventos, redes sociais e etc.
</p>
<div class="center">
<a class="light-blue waves-effect waves-light btn" href="/membros">Conheça</a>
</div>
</div>
</div>
<!-- Icon Element -->
<div class="col s12 m4">
<div class="icon-block">
<h3 class="center light-blue-text text-lighten-1">
<i class="fa fa-puzzle-piece fa-2x"></i>
</h3>
<h5 class="center">Chamada de trabalhos</h5>
<p class="light">
Estamos selecionando palestras e sugestões de atividades para os próximos encontros do PUG-SE. Sinta-se convidado para compartilhar com a nossa comunidade.
</p>
<div class="center">
<a class="light-blue waves-effect waves-light btn" href="http://goo.gl/forms/rFvQ3BkSGQ">Submeta</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="page-footer light-blue darken-3">
<div class="container">
<div class="row">
<div class="col s12 m6">
<h5 class="white-text">Sobre</h5>
<p class="grey-text text-lighten-4">
O PUG-SE é uma iniciativa comunitária que tem o objetivo de reunir os desenvolvedores e demais interessados na linguagem de programação Python e em suas tecnologias associadas.
</p>
</div>
<div class="col s12 m3">
<h5 class="white-text">Social</h5>
<ul class="social-links">
<li>
<a class="white-text" href="https://telegram.me/joinchat/Acry5z79kyPZDqK4Bgu9FQ" title="Telegram">
<i class="fa fa-paper-plane"></i> Telegram
</a>
</li>
<li>
<a class="white-text" href="https://www.meetup.com/pug-se" title="Meetup">
<i class="fa fa-meetup"></i> Meetup
</a>
</li>
<li>
<a class="white-text" href="https://github.com/pug-se" title="GitHub">
<i class="fa fa-github"></i> GitHub
</a>
</li>
<li>
<a class="white-text" href="https://www.facebook.com/groups/pugse" title="Facebook">
<i class="fa fa-facebook"></i> Facebook
</a>
</li>
<li>
<a class="white-text" href="https://groups.google.com/forum/#!forum/pug-se" title="Mailing List">
<i class="fa fa-envelope"></i> Mailing List
</a>
</li>
</ul>
</div>
<div class="col s12 m3">
<h5 class="white-text">Links úteis</h5>
<ul class="social-links">
<li>
<a class="white-text" href="http://wiki.python.org.br/" title="Python Brasil">
<i class="fa fa-globe"></i> Python Brasil
</a>
</li>
<li>
<a class="white-text" href="https://python.org" title="Python">
<i class="fa fa-globe"></i> Python
</a>
</li>
<li>
<a class="white-text" href="http://2017.pythonbrasil.org.br/" title="Python Brasil 2017">
<i class="fa fa-globe"></i> Python Brasil 2017
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright light-blue darken-4">
<div class="container">
Feito com
<a class="orange-text text-lighten-3" href="http://materializecss.com">Materialize</a>,
<a class="orange-text text-lighten-3" href="https://github.com/getpelican/pelican">Pelican</a>,
<a class="orange-text text-lighten-3" href="https://python.org/">Python</a> e
<a class="orange-text text-lighten-3" href="http://vim.org">VIM</a>.
</div>
</div>
</footer>
<!-- Scripts -->
<script src="http://pug-se.github.io/theme/js/jquery-2.1.1.min.js"></script>
<script src="http://pug-se.github.io/theme/js/materialize.min.js"></script>
<script src="http://pug-se.github.io/theme/js/parallax.js"></script>
<script src="http://pug-se.github.io/theme/js/init.js"></script>
</main>
</body>
</html>