-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathev_boxe_m1 16.08.html
More file actions
54 lines (47 loc) · 1.56 KB
/
ev_boxe_m1 16.08.html
File metadata and controls
54 lines (47 loc) · 1.56 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
<!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">Boxe Masculino</h2>
<a href="desc_boxemasculino.html"><button class="myButton">Regras</button></a>
<div class="linhaEvento">
<h3 class="tituloEvento">Data:</h3>
<p>16/08/2016</p>
</div>
<div class="linhaEvento">
<h3 class="tituloEvento">Times:</h3>
<p>Quartas de final de peso galo (56kg) masculino</p>
<p>Quartas de final de peso meio-médio ligeiro (64kg) masculino</p>
<p>Semifinais de peso meio-pesado (81kg) masculino</p>
<p>Quartas de final de peso superpesado (+91kg) masculino</p>
</div>
<div class="linhaEvento">
<h3 class="tituloEvento">Horário:</h3>
<p>11:00 às 13:15</p>
</div>
<div class="linhaEvento">
<h3 class="tituloEvento">Local:</h3>
<p>Riocentro - Pavilhão 6</p>
</div>
<a href="confirmacao.html"><button class="myButton">Como chegar</button></a>
</div>
</body>
</html>