-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (57 loc) · 1.76 KB
/
Copy pathindex.html
File metadata and controls
58 lines (57 loc) · 1.76 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>4.PHP - Fórum de Profissionais PHP</title>
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<section class="wrap">
<header>
<section class="logo">
<div class="content">
<a href="#">
<img src="assets/img/logo.png" alt="4.PHP - Fórum de Profissionais PHP" title="4.PHP - Fórum de Profissionais PHP" />
</a>
<h1>Fórum de Profissionais PHP</h1>
<h4>04 e 05 de Outubro de 2013 - São Luis/MA</h4>
<small>http://4php.phpmaranhao.com.br</small>
</div>
<div class="circles">
<div class="c yellow"></div>
<div class="c green"></div>
<div class="c magenta"></div>
<div class="c blue"></div>
</div>
<div class="circles2">
<div class="c blue"></div>
<div class="c yellow"></div>
<div class="c green"></div>
<div class="c magenta"></div>
</div>
<div class="circles3">
<div class="c yellow"></div>
<div class="c blue"></div>
<div class="c magenta"></div>
<div class="c green"></div>
</div>
</section>
</header>
<article>
<nav class="menu">
<ul>
<li><a href="#evento" class="m">Evento</a></li>
<li><a href="#palestrantes" class="g">Palestrantes</a></li>
<li><a href="#inscrevase" class="b">Inscreva-se</a></li>
<li><a href="#comochegar" class="y">Como Chegar</a></li>
<li><a href="#aovivo" class="p">Ao Vivo</a></li>
</ul>
</nav>
<section class="aba">
</section>
</article>
</section>
</body>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="assets/js/app.js"></script>
</html>