-
Notifications
You must be signed in to change notification settings - Fork 19
/
ev_atletismo_15.07.2016_0930_M.html
54 lines (47 loc) · 1.52 KB
/
ev_atletismo_15.07.2016_0930_M.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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Ajuste de zoom no celular, não toque :3 -->
<link rel="stylesheet" type="text/css" href="css/style.css"/>
<link rel="stylesheet" type="text/css" href="css/evento.css"/>
<title>Tela 4 - Evento</title>
</head>
<body>
<header> <!-- Cabeçalho, não alterar, só o titulo!-->
<a href="menu.html"><div id="menu-icon">
<span class="menu-icon-bar"></span>
<span class="menu-icon-bar"></span>
<span class="menu-icon-bar"></span>
</div></a>
<div>
<h1>Evento</h1>
</div>
</header>
<div id="content">
<h2 id="titulo">Atletismo</h2>
<a href="EvDesc.html"><button class="myButton">Regras</button></a>
<div class="linhaEvento">
<h3 class="tituloEvento">Data:</h3>
<p>15/08/2016</p>
</div>
<div class="linhaEvento">
<h3 class="tituloEvento">Times:</h3>
<p>Preliminares Masculino</p>
<p>Classificatórias do salto triplo masculino, grupo A e B</p>
<p>Primeira fase dos 3000m com obstáculos masculino</p>
<p>Primeira fase dos 400m com barreiras masculino</p>
</div>
<div class="linhaEvento">
<h3 class="tituloEvento">Horário:</h3>
<p>09:30 às 12:10</p>
</div>
<div class="linhaEvento">
<h3 class="tituloEvento">Local:</h3>
<p>Estádio Olímpico – Engenhão</p>
</div>
<a href="confirmacao.html"><button class="myButton">Como chegar</button></a>
</div>
</body>
</html>