-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
317 lines (259 loc) · 10.8 KB
/
Copy pathindex.html
File metadata and controls
317 lines (259 loc) · 10.8 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>PyBunker</title>
<link rel="icon" href="img/pybunker-logo.png">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css">
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Material Design Bootstrap -->
<link href="css/mdb.min.css" rel="stylesheet">
<!-- Template styles -->
<style>
/* TEMPLATE STYLES */
html,
body,
.view {
height: 100%;
}
/* Navigation*/
.navbar {
background-color: transparent;
}
.scrolling-navbar {
-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
transition: background .5s ease-in-out, padding .5s ease-in-out;
}
.top-nav-collapse {
background-color: #011474;
}
footer.page-footer {
background-color: #f1dc1c;
margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
.navbar {
background-color: #011474;
}
}
/*Call to action*/
.flex-center {
color: #fff;
}
.view {
background: url("img/belo_horizonte.jpg") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
/*Contact section*/
#contact .fa {
font-size: 2.5rem;
margin-bottom: 1rem;
color: #1C2331;
}
.footer-content > *, .footer-content ul > li > a {
color: #3E4551;
}
</style>
</head>
<body>
<header>
<!--Navbar-->
<nav class="navbar navbar-toggleable-md navbar-dark fixed-top scrolling-navbar">
<div class="container">
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
data-target="#navbarNav1" aria-controls="navbarNav1" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" href="#">
<strong>PyBunker</strong>
</a>
<div class="collapse navbar-collapse" id="navbarNav1">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link">Início <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="para_quem_hospeda.html">Para quem hospeda</a>
</li>
<li class="nav-item">
<a class="nav-link" href="para_hospedes.html">Para quem é hospedado</a>
</li>
</ul>
</div>
</div>
</nav>
<!--/.Navbar-->
</header>
<!--Mask-->
<div class="view hm-black-strong">
<div class="full-bg-img flex-center">
<ul>
<li>
<h1 class="h1-responsive wow fadeInDown" data-wow-delay="0.2s">PyCon Amazônia 2017</h1>
<p class="wow fadeInDown">12 e 13 de Agosto de 2017</p>
</li>
<li>
<h1 class="h1-responsive wow fadeInDown" data-wow-delay="0.2s">Python Sul 2017</h1>
<p class="wow fadeInDown">8 a 10 de Setembro de 2017</p>
</li>
<li>
<h1 class="h1-responsive wow fadeInDown" data-wow-delay="0.2s">Python Brasil [13]</h1>
<p class="wow fadeInDown">6 a 11 de Outubro de 2017</p>
</li>
<li>
<a href="para_quem_hospeda.html" class="btn btn-primary btn-lg wow fadeInLeft" data-wow-delay="0.2s"
rel="nofollow">Receba Alguém!</a>
<a href="para_hospedes.html" class="btn btn-default btn-lg wow fadeInRight" data-wow-delay="0.2s"
rel="nofollow">Busque um sofá</a>
</li>
</ul>
</div>
</div>
<!--/.Mask-->
<div id="info"></div>
<!-- Main container-->
<div class="container">
<div class="divider-new">
<h2 class="h2-responsive">Iniciativa PyBunker</h2>
</div>
<!--Section: Inciativa-->
<section id="about" class="text-center">
<p>Iniciativa de membros da comunidade Python brasileira com o intuito de conectar pessoas dispostas a oferecer
hospedagem GRATUITA durante os eventos a pessoas vindas de outras cidades. </p>
</section>
<!--Section: Inciativa-->
<div class="divider-new">
<h2 class="h2-responsive">Vagas disponíveis</h2>
</div>
<!--Section: Vagas Disponiveis-->
<section id="best-features">
<table id="host-table" class="table table-condensed table-striped table-bordered"></table>
</section>
<!--/Section: Vagas Disponiveis-->
<div class="divider-new">
<h2 class="h2-responsive">Entre em contato</h2>
</div>
</div>
<!--Section: Contato-->
<section id="contact">
<div class="container">
<div class="row">
<!--column-->
<div class="col-md-4">
<ul class="text-center">
<li class="wow fadeIn" data-wow-delay="0.2s"><a href="https://github.com/PyBunker/pybunker.github.io"><i
class="fa fa-github" aria-hidden="true"></i></a>
<p>Repositório</p>
</li>
</ul>
</div>
<div class="col-md-4">
<ul class="text-center">
<li class="wow fadeIn" data-wow-delay="0.2s"><a href=""></a><i class="fa fa-facebook"
aria-hidden="true"></i>
<p>Facebook</p>
</li>
</ul>
</div>
<div class="col-md-4">
<ul class="text-center">
<li class="wow fadeIn" data-wow-delay="0.2s"><a href="https://t.me/joinchat/AAAAAAuEaG0LRr5axA6yPQ"><i
class="fa fa-paper-plane" aria-hidden="true"></i></a>
<p>Telegram</p>
</li>
</ul>
</div>
</div>
</div>
<!--/column-->
</section>
<!--Section: Contato-->
<!--/ Main container-->
<!--Footer-->
<footer class="page-footer center-on-small-only footer-content">
<!--Footer Links-->
<div class="container-fluid">
<div class="row">
<!--First column-->
<div class="col-md-3 offset-lg-1 hidden-lg-down">
<h5 class="title">SOBRE O PyBunker</h5>
<p>Iniciativa de liberar o sofá para a galera da comunidade
durante os eventos regionais de forma GRATUITA</p>
</div>
<!--/.First column-->
<hr class="hidden-md-up">
<!--Second column-->
<div class="col-lg-2 col-md-4 offset-lg-1">
<h5 class="title">O Projeto</h5>
<ul>
<li><a href="para_quem_hospeda.html">Para quem hospeda</a></li>
<li><a href="para_hospedes.html">Para quem é hospedado</a></li>
<li><a href="#">Contato</a></li>
</ul>
</div>
<!--/.Second column-->
<hr class="hidden-md-up">
<!--Third column-->
<div class="col-lg-2 col-md-4">
<h5 class="title">Links uteis</h5>
<ul>
<li><a href="http://pythonsudeste.org/">Python Sudeste</a></li>
<li><a href="http://python.org.br/">Python Brasil</a></li>
<li><a href="https://www.python.org/psf/">Python Software Foundation</a></li>
</ul>
</div>
<!--/.Third column-->
<hr class="hidden-md-up">
<!--Fourth column-->
<div class="col-lg-2 col-md-4">
<h5 class="title">Nos encontre em</h5>
<ul class="footer-content">
<li><a href="#">Facebook</a></li>
<li><a href="#">Twitter</a></li>
<li><a href="#">Telegram</a></li>
<li><a href="#">Email</a></li>
</ul>
</div>
<!--/.Fourth column-->
</div>
</div>
<!--/.Footer Links-->
</footer>
<!--/.Footer-->
<!-- SCRIPTS -->
<!-- JQuery -->
<script type="text/javascript" src="js/jquery-2.2.3.min.js"></script>
<!-- Bootstrap tooltips -->
<script type="text/javascript" src="js/tether.min.js"></script>
<!-- Bootstrap core JavaScript -->
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<!-- MDB core JavaScript -->
<script type="text/javascript" src="js/mdb.min.js"></script>
<!-- Sheetrock -->
<script type="text/javascript" src="js/sheetrock.min.js"></script>
<!-- PyBunker JS -->
<script type="text/javascript" src="js/pybunker-table.js"></script>
<!-- Animations init-->
<script>
new WOW().init();
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-97204776-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>