-
Notifications
You must be signed in to change notification settings - Fork 0
/
galeria.html
61 lines (61 loc) · 2.09 KB
/
galeria.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
<!DOCTYPE html>
<html lang="pt">
<head>
<meta charset="utf-8" />
<title>Festival ESM</title>
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<link href='http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700' rel='stylesheet' type='text/css' />
<link rel="stylesheet" type="text/css" href="css/estilo.css">
</head>
<body>
<div class="header">
<div class="linha">
<header>
<div class="coluna col4">
<h1 class="logo"><img src="img/logo_esm_cor.png" alt="" width="150" height="60" /></h1>
</div>
<div class="coluna col8">
<nav>
<ul class="menu inline sem-marcador">
<li><a href="home.html">Home</a></li>
<li><a href="sobre.html">Sobre</a></li>
<li><a href="galeria.html">Galeria</a></li>
<li><a href="servicos.html">Serviços</a></li>
<li><a href="convidados.html">Convidados</a></li>
<li><a href="localizacao.html">Localização</a></li>
</ul>
</nav>
</div>
</header>
</div>
</div>
<div class="linha">
<section>
<p><strong>Viana Dancer: </strong></p><br>
<video src="video1.mp4" controls width="450" height="auto"></video>
<p><strong>Socos e Murros: </strong></p><br>
<video src="video2.mp4" controls width="450" height="auto"></video>
<p><strong>Irmandade dos Patos: </strong></p><br>
<video src="video3.mp4" controls width="450" height="auto"></video>
<p><strong>Front Street Boys: </strong></p><br>
<video src="video4.mp4" controls width="450" height="auto"></video>
<p><strong>Os Arriba Espanha: </strong></p><br>
<video src="video5.mp4" controls width="450" height="auto"></video>
<p><strong>Arrail Minhoto: </strong></p><br>
<video src="video6.mp4" controls width="450" height="auto"></video>
</section>
</ul>
</div>
</div>
</div>
<div class="footer">
<div class="linha">
<footer>
<div class="coluna col12">
<span>© 2021 - Grupo 5</span>
</div>
</footer>
</div>
</div>
</body>
</html>