forked from braziljs/conf-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
224 lines (158 loc) · 6.4 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
<!doctype html>
<html itemscope itemtype="http://schema.org/Event">
<head>
<title itemprop="name">Python Vale</title>
<meta charset="utf-8">
<meta name="author" content="Python Vale">
<meta name="description" content="Grupo de usuários Python do vale!">
<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://braziljs.github.io/conf-boilerplate/">
<meta property="og:title" content="Python Vale">
<meta property="og:description" content="Grupo de usuários Python do vale!">
<meta property="og:image" content="themes/yellow-swan/img/badge.jpg">
<!-- / FACEBOOK -->
<link rel="shortcut icon" href="themes/yellow-swan/img/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="themes/yellow-swan/img/apple-touch-icon.png">
<!-- STYLES -->
<link rel="stylesheet" type="text/css" href="themes/yellow-swan/css/main.css">
<link href='http://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet' type='text/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="Palestrantes" class="nav-link">Palestrantes</a>
</li>
<li class="nav-item">
<a href="#schedule" title="Agenda" class="nav-link">Agenda</a>
</li>
<li class="nav-item">
<a href="#partners" title="Patrocinadores" class="nav-link">Patrocinadores</a>
</li>
</ul>
</nav>
<hr>
<a href="https://github.com/PUGVale/pug-abril" class="github-link">
<img src="https://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub">
</a>
<!-- HEADER -->
<header class="header">
<div class="wrapper">
<h1 class="logo-name">
<a class="logo-link" href="#" title="Python Vale" itemprop="name">Python Vale</a>
</h1>
<h2 class="tagline">12 de Abril de 2014, Unesp - Faculdade de Odontologia, São José dos Campos</h2>
<div class="call-action-area">
<a href="http://even.tc/pug-vale" class="call-action-link" title="Registre-se agora!">Registre-se agora!</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"><p>O Python User Group do Vale do Paraíba (PUG-Vale) é 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>
<p>A finalidade do grupo é difundir o uso de Python na região, promovendo espaços e oportunidades para networking e troca de experiências.</p>
<p>O evento é gratuito, mas pedimos a sua contribuição com <strong> 1 quilo de feijão </strong> para que seja doado para uma instituição da região.</p>
</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">Avenida Engenheiro Francisco José Longo, 777 - Jardim São Dimas. </span>
<span itemprop="addressLocality">São José dos Campos</span>,
<span itemprop="addressRegion"> SP</span>
</p>
<div id="map-canvas" class="location-area" data-address="Avenida Engenheiro Francisco José Longo, 777 - Jardim São Dimas"></div>
</section>
<!-- / LOCATION -->
<!-- SPEAKERS -->
<section class="speakers" id="speakers">
<h2 class="section-title">Palestrantes</h2>
<ul class="speakers-list">
</ul>
</section>
<!-- / SPEAKERS -->
<!-- SCHEDULE -->
<section class="schedule" id="schedule">
<h2 class="section-title">Agenda</h2>
<p>Confira a agenda desta edição!</p>
<div class="schedule-tbl">
<table>
<thead>
<tr>
<th class="schedule-time">Time</th>
<th class="schedule-slot">Slot</th>
<th class="schedule-description">Description</th>
</tr>
</thead>
<tbody>
<tr class="schedule-other">
<td class="schedule-time">14h00</td>
<td class="schedule-slot">Check-in</td>
<td class="schedule-description">-</td>
</tr>
</tbody>
</table>
</div>
</section>
<!-- / SCHEDULE -->
<!-- PARTNERS -->
<section class="partners" id="partners">
<h2 class="section-title">Patrocinadores</h2>
<ul class="partners-list">
<li class="partner-item" itemscope itemtype="http://schema.org/Organization">
<a href="http://designa.com.br" class="partner-logo partner-link" itemprop="url">
<img src="themes/yellow-swan/img/designa-logo.png" alt="Designa" class="photo" itemprop="image">
</a>
</li>
</ul>
</section>
<!-- / PARTNERS -->
<!-- FOOTER -->
<footer class="footer">
<p>Made with ♥ by <a href="http://confboilerplate.com">Conf Boilerplate</a> :)</p>
</footer>
<!-- / FOOTER -->
</div>
</div>
<!-- / CONTENT -->
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="themes/yellow-swan/js/jquery-1.8.3.min.js"><\/script>')</script>
<script src="themes/yellow-swan/js/main.js"></script>
<script src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script src="themes/yellow-swan/js/map.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>