-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathindex.html
233 lines (161 loc) · 8.34 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
<!doctype html>
<html itemscope itemtype="http://schema.org/Event">
<head>
<title itemprop="name">Meetup PythonRio</title>
<meta charset="utf-8">
<meta name="author" content="Meetup PythonRio">
<meta name="description" content="Meetup de Python no Rio de Janeiro">
<meta name="viewport" content="width=device-width">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- FACEBOOK -->
<meta property="fb:app_id" content="372862979453673">
<meta property="og:type" content="website">
<meta property="og:url" content="http://pythonrio.github.io">
<meta property="og:title" content="Meetup PythonRio">
<meta property="og:description" content="Meetup de Python no Rio de Janeiro">
<meta property="og:image" content="http://pythonrio.github.io/themes/blue-is-the-warmest-color/img/pythonrio.png">
<!-- / FACEBOOK -->
<link rel="shortcut icon" href="themes/blue-is-the-warmest-color/img/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="themes/blue-is-the-warmest-color/img/apple-touch-icon-144x144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="themes/blue-is-the-warmest-color/img/apple-touch-icon-114x114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="themes/blue-is-the-warmest-color/img/apple-touch-icon-72x72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="themes/blue-is-the-warmest-color/img/apple-touch-icon-precomposed.png">
<link rel="apple-touch-icon" href="themes/blue-is-the-warmest-color/img/apple-touch-icon-precomposed.png">
<!-- STYLES -->
<link rel="stylesheet" type="text/css" href="themes/blue-is-the-warmest-color/css/main.css">
<!-- / STYLES -->
</head>
<body>
<div class="global">
<!-- NAVIGATION -->
<nav id="nav">
<ul class="wrapper">
<li class="nav-item">
<a href="#about" title="Sobre" class="nav-link">Sobre</a>
</li>
<li class="nav-item">
<a href="#location" title="Localização" class="nav-link">Localização</a>
</li>
<li class="nav-item">
<a href="#speakers" title="Convidados" class="nav-link">Convidados</a>
</li>
<li class="nav-item">
<a href="#partners" title="Parceiros" class="nav-link">Parceiros</a>
</li>
</ul>
</nav>
<hr>
<!-- HEADER -->
<header class="header">
<div class="wrapper">
<img src="themes/blue-is-the-warmest-color/custom/pythonrio.png" />
<h1 class="logo-name">
<a class="logo-link" href="#" title="Meetup PythonRio" itemprop="name">Meetup PythonRio</a>
</h1>
<h2 class="tagline">31 de janeiro, Hotel Urbano, Rio de Janeiro</h2>
<div class="call-action-area">
<a href="http://www.eventick.com.br/meetup-python-rio" class="call-action-link" title="Registre-se">Registre-se</a>
</div>
</div>
</header>
<!-- / HEADER -->
<hr>
<!-- CONTENT -->
<div class="content" id="content">
<div class="wrapper">
<!-- ABOUT -->
<section class="about" id="about">
<h2 class="section-title">Sobre</h2>
<p itemprop="description">Acabou a tristeza! A galera de Python do Rio vai se encontrar novamente e trocar uma ideia.</p>
<p>Como nosso espaço é limitado, precisamos que registrem-se <a href="http://www.eventick.com.br/meetup-python-rio">aqui</a>. Temos apenas 30 vagas!</p>
<p>Caso tenha se inscrito mas não poderá comparecer, pedimos que nos informe através da <a href="https://www.facebook.com/events/398543193635749/">página do evento no facebook</a>.</p>
</section>
<!-- / ABOUT -->
<!-- LOCATION -->
<section class="location" id="location">
<h2 class="section-title">Localização</h2>
<p itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">Av. Ayrton Senna, 2.150, BLOCO I, sala 204, Barra da Tijuca. </span>
<span itemprop="addressLocality">Rio de Janeiro</span>,
<span itemprop="addressRegion"> RJ</span>
</p>
<div id="map-canvas" class="location-area" data-address="Av. Ayrton Senna, 2.150, BLOCO I, sala 204, Barra da Tijuca"></div>
</section>
<!-- / LOCATION -->
<!-- SPEAKERS -->
<section class="speakers" id="speakers">
<h2 class="section-title">Convidados</h2>
<ul class="speakers-list">
<li class="speakers-item" itemprop="performer" itemscope itemtype="http://schema.org/Person">
<span class="speaker-photo">
<img class="photo" src="themes/blue-is-the-warmest-color/custom/aoqfonseca.png" alt="André Fonseca" itemprop="image">
</span>
<h3 class="speech-title">
<span> Escrevendo API's em Python</span>
</h3>
<h3 class="speakers-name">André Fonseca <a href="https://github.com/aoqfonseca" title="@aoqfonseca">@aoqfonseca</a></h3>
<p class="speakers-bio">Desenvolvedor com mais de 10 anos de experiência e apaixonado pelo que faz. Acredito que TI é um caminho para facilitar e permitir mais. Tecnologia é o meio e não fim. Por isso procuro a melhor ferramenta para o trabalho. Embora tenha predileção por mais produtivas. Ruby, Java, Python, Javascript, Groovy, etc.</p>
</li>
<li class="speakers-item" itemprop="performer" itemscope itemtype="http://schema.org/Person">
<span class="speaker-photo">
<img class="photo" src="themes/blue-is-the-warmest-color/custom/hugoleodev.jpg" alt="Hugo Leonardo" itemprop="image">
</span>
<h3 class="speech-title">
<span> Deploy de aplicações Django com Ansible</span>
</h3>
<h3 class="speakers-name">Hugo Leonardo <a href="https://github.com/hugoleodev" title="@hugoleodev">@hugoleodev</a></h3>
<p class="speakers-bio">Desenvolvedor de software com experiência em soluções Web e integrações entre sistemas. Além de grande interesse em ferramentas de provisionamento de servidores como Chef, Puppet e Ansible.</p>
</li>
</ul>
</section>
<!-- / SPEAKERS -->
<!-- PARTNERS -->
<section class="partners" id="partners">
<h2 class="section-title">Parceiros</h2>
<ul class="partners-list">
<li class="partner-item" itemscope itemtype="http://schema.org/Organization">
<a href="http://www.nitisoffice.com.br/" class="partner-logo partner-link" itemprop="url">
<img src="themes/blue-is-the-warmest-color/custom/nitis_logo.png" alt="Nitis Office" class="photo" itemprop="image">
</a>
</li>
<li class="partner-item" itemscope itemtype="http://schema.org/Organization">
<a href="http://www.hotelurbano.com/" class="partner-logo partner-link" itemprop="url">
<img src="themes/blue-is-the-warmest-color/custom/hotel_urbano.jpg" alt="Hotel Urbano" class="photo" itemprop="image">
</a>
</li>
<!-- <li class="partner-item">
<a class="partner-logo partner-link partner-call" href="#">
<img src="themes/blue-is-the-warmest-color/img/your-logo.jpg" alt="your logo" class="photo">
</a>
</li> -->
</ul>
</section>
<!-- / PARTNERS -->
<!-- FOOTER -->
<footer class="footer">
<p>Made with ♥ by <a href="https://github.com/braziljs/conf-boilerplate">Conf Boilerplate</a> and <a href="https://github.com/hora-extra-barra">Horaextra Barra</a> :)</p>
<p>Cover image from <a href="https://www.flickr.com/photos/jimkillock/7170481375">Jim Killock</a></p>
</footer>
<!-- / FOOTER -->
</div>
</div>
<!-- / CONTENT -->
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="themes/blue-is-the-warmest-color/js/jquery.js"><\/script>')</script>
<script src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script src="themes/blue-is-the-warmest-color/js/main.js"></script>
<!-- GOOGLE ANALYTICS -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-33656081-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- /GOOGLE ANALYTICS -->
</body>
</html>