forked from braziljs/front-in-sampa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
38 lines (31 loc) · 2.3 KB
/
index.php
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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<title>FrontInSampa - Dia 03 e novembro 2012</title>
<meta name="description" content="FrontInSampa - evento focado em desenvolvimento front-end em São Paulo, dia 03 novembro de 2012.">
<meta name="keywords" content="frontend, front-end, frontend em São Paulo, eventos de frontend em São Paulo">
<?php include 'inc/init.php'; ?>
</head>
<body>
<?php include 'inc/header.php'; ?>
<div class="content">
<section id="evento" class="box-evento inside">
<h1 class="tit-evento color-red">O evento</h1>
<p>O FrontInSampa é uma oportunidade da comunidade de desenvolvimento Front-end Paulista se conhecer e se aprimorar. Compartilhando<br>
experiências para o bem comum.</p>
<iframe width="910" height="230" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com.br/maps?f=q&source=s_q&hl=pt-BR&geocode=&q=Hotel+Intercontinental+Alameda+Santos,+1123&aq=&sll=-22.546052,-48.635514&sspn=5.214009,10.371094&ie=UTF8&hq=Hotel+Intercontinental+Alameda+Santos,+1123&hnear=&radius=15000&t=m&ll=-23.565679,-46.653571&spn=0.009047,0.03901&z=15&iwloc=A&output=embed"></iframe><br /><small><a href="https://maps.google.com.br/maps?f=q&source=embed&hl=pt-BR&geocode=&q=Hotel+Intercontinental+Alameda+Santos,+1123&aq=&sll=-22.546052,-48.635514&sspn=5.214009,10.371094&ie=UTF8&hq=Hotel+Intercontinental+Alameda+Santos,+1123&hnear=&radius=15000&t=m&ll=-23.565679,-46.653571&spn=0.009047,0.03901&z=15&iwloc=A" style="color:#0000FF;text-align:left">Exibir mapa ampliado</a></small>
</section>
<section id="programacao" class="box-programacao inside">
Programação
</section>
<section id="palestrantes" class="box-palestrantes">
<div class="inside">lista de palestrantes</div>
</section>
<section id="patrocinadores"></section>
<section id="apoiadores"></section>
<section id="contato"></section>
</div>
<?php include 'inc/footer.php'; ?>
</body>
</html>