-
Notifications
You must be signed in to change notification settings - Fork 0
/
eventos.html
338 lines (304 loc) · 13.2 KB
/
eventos.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
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
<!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_br">
<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="O PUG-PB é uma comunidade de usuários (profissionais e
amadores) da linguagem Python, onde prezamos pela troca de
conhecimento, respeito mútuo e diversidade (tanto de
opinião quanto de tecnologias)." />
<meta name="keywords" content="pug-pb, python, programação, paraiba, desenvolvimento" />
<meta name="author" content="PUG-PB">
<meta name="generator" content="Feito com Materialize, Pelican e Python">
<title>PUG-PB</title>
<!-- Feeds -->
<link href="./feeds/all.atom.xml" type="application/atom+xml" rel="alternate"
title="PUG-PB ATOM Feed" />
<!-- CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="./theme/css/materialize.min.css" type="text/css" rel="stylesheet"
media="screen,projection" />
<link href="./theme/css/style.css" type="text/css" rel="stylesheet" media="screen,projection" />
<link href="./theme/css/animate.css" type="text/css" rel="stylesheet" media="screen,projection" />
<link href="./theme/css/pygments/.css" type="text/css" rel="stylesheet"
media="screen,projection" />
<!-- <link rel="stylesheet" href="./theme/css/font-awesome.min.css"> -->
<script src="https://kit.fontawesome.com/73cf6f8896.js" crossorigin="anonymous"></script>
<link href="./theme/css/equipe.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('./images/banners/Lajedo_pai_mateus_paraiba.jpg');
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="red darken-5">
<header>
<!-- Navigation -->
<div class="navbar-fixed">
<nav class="red" role="navigation">
<div class="container">
<div class="nav-wrapper">
<a id="logo-container" href="/" class="brand-logo">
PUG-PB
</a>
<ul class="right hide-on-med-and-down">
<li >
<a href="./eventos.html">
Eventos
</a>
</li>
<li >
<a href="./comunidade.html">
Comunidade
</a>
</li>
<li >
<a href="./membros.html">
Membros
</a>
</li>
<li >
<a href="./blog/index.html">
Blog
</a>
</li>
</ul>
<ul id="nav-mobile" class="side-nav">
<li class="red lighten-1"
id="nav-mobile-header">
<div class="row center">
<div class="col s12" id="nav-mobile-header-img">
<a href="/" alt="PUG-PB"
title="PUG-PB">
<img class="circle responsive-img valign z-depth-1"
alt="PUG-PB Logo"
title="PUG-PB"
src="./images/logo/pug_logo.png">
</a>
</div>
<div class="col s12" id="nav-mobile-header-text">
<span class="red-text text-lighten-5">
PUG-PB
</span>
</div>
</div>
</li>
<li >
<a href="./eventos.html">
Eventos
</a>
</li>
<li >
<a href="./comunidade.html">
Comunidade
</a>
</li>
<li >
<a href="./membros.html">
Membros
</a>
</li>
<li >
<a href="./blog/index.html">
Blog
</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="./images/logo/pug_logo.png" title="PUG-PB" alt="PUG-PB" class="logo" />
<h1>Eventos</h1>
</div>
</div>
</div>
</header>
<main>
<!-- Content -->
<div class="red lighten-5">
<div class="container content-container ">
<div class="section">
<h2 class="center">Próximo Evento</h2>
<!-- Icon Section -->
<div class="row">
<!-- Icon Element -->
<div class="container">
<div class="icon-block">
<h3 class="center red-text text-lighten-1">
<i class="fa fa-calendar-check fa-2x"></i>
</h3>
<h3 class="center">JamPython Day</h3>
<h4 class="center"> João Pessoa Python Day 2022</h4>
<h5 class="center"> Data/Hora: 26/11/2022 14:00h</h5>
<h5 class="center"><a href="/blog/meetup-virtual-jampython-day-1/"> Link para o evento online </a></h5>
</div>
</div>
<br />
</div>
</div>
</div>
</div>
<div class=" red lighten-5">
<div class="container content-container ">
<div class="section">
<h2 class="center">Eventos Anteriores</h2>
<!-- Icon Section -->
<div class="row">
<!-- Icon Element -->
<div class="col s12 m4">
<div class="icon-block">
<h3 class="center red-text text-lighten-1">
<i class="fa far fa-fire fa-2x"></i>
</h3>
<h5 class="center">MeetUp Virtual 2020</h5>
<p class="light">
Meetup virtual 2020, com a presença de Eduardo Mendes, entre outros
</p>
</div>
</div>
<!-- Icon Element -->
<div class="col s12 m4">
<div class="icon-block">
<h3 class="center red-text text-lighten-1">
<i class="fa far fa-sun fa-2x"></i>
</h3>
<h5 class="center">Python Nordeste 2018</h5>
<p class="light">
Conferência da comunidade Python Nordeste do ano de 2018, em Campina Grande-PB
</p>
</div>
</div>
<!-- Icon Element -->
<div class="col s12 m4">
<div class="icon-block">
<h3 class="center red-text text-lighten-1">
<i class="fa fa-book-open fa-2x"></i>
</h3>
<h5 class="center">MeetUp PUG-PB Guarabira</h5>
<p class="light">
Conferência da comunidade no Instituto Federal da cidade de Guarabira-PB, em 04/2018
</p>
</div>
</div>
<!-- Icon Element -->
<div class="col s12 m4">
<div class="icon-block">
<h3 class="center red-text text-lighten-1">
<i class="fa fa-university fa-2x"></i>
</h3>
<h5 class="center">MeetUp PUG-PB Rio Tinto</h5>
<p class="light">
Conferência da comunidade no Campus da UFPB da cidade de Rio Tinto-PB, em 03/2018
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="page-footer red darken-3">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">Sobre</h5>
<p class="grey-text text-lighten-4">
O PUG-PB é uma comunidade de usuários (profissionais e
amadores) da linguagem Python, onde prezamos pela troca de
conhecimento, respeito mútuo e diversidade (tanto de
opinião quanto de tecnologias).
</p>
<h5 class="white-text">Código de Conduta da Comunidade</h5>
<p class="grey-text text-lighten-4">
<a href="blog/cdc">Acesse aqui.</a>
</p>
</div>
<div class="col l3 offset-l3 s12">
<h5 class="white-text">Social</h5>
<ul class="social-links">
<li>
<a class="white-text" href="https://t.me/pugpb" title="Telegram">
<i class="fa fa-paper-plane"></i> Telegram
</a>
</li>
<li>
<a class="white-text" href="https://github.com/pug-pb" title="GitHub">
<i class="fa fa-github"></i> GitHub
</a>
</li>
<li>
<a class="white-text" href="https://twitter.com/pug_pb" title="Twitter">
<i class="fa fa-twitter"></i> Twitter
</a>
</li>
<li>
<a class="white-text" href="https://www.instagram.com/pug.pb/" title="Instagram">
<i class="fa fa-instagram"></i> Instagram
</a>
</li>
<li>
<a class="white-text" href="https://www.youtube.com/@pug-pb" title="Youtube">
<i class="fa fa-youtube"></i> Youtube
</a>
</li>
<li>
<a class="white-text" href="https://www.facebook.com/pug-pb" title="Facebook">
<i class="fa fa-facebook"></i> Facebook
</a>
</li>
<li>
<a class="white-text" href="https://groups.google.com/forum/#!forum/pug-pb" title="Mailing List">
<i class="fa fa-envelope"></i> Mailing List
</a>
</li>
<li>
<a class="white-text" href="https://bolha.us/@pugpb" title="Mastodon">
<i class="fa fa-user-circle"></i> Mastodon
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright red darken-4">
<div class="container">
Feito com
<a class="orange-text text-lighten-3" href="https://python.org/">Python</a>,
<a class="orange-text text-lighten-3" href="https://github.com/getpelican/pelican">Pelican</a>,
e
<a class="orange-text text-lighten-3" href="http://materializecss.com">Materialize</a>.
</div>
</div>
</footer>
<!-- Scripts -->
<script src="./theme/js/jquery-2.1.1.min.js"></script>
<script src="./theme/js/materialize.min.js"></script>
<script src="./theme/js/parallax.js"></script>
<script src="./theme/js/init.js"></script>
</main>
</body>
</html>