-
Notifications
You must be signed in to change notification settings - Fork 15
/
JulianBoetto.html
103 lines (95 loc) · 3.1 KB
/
JulianBoetto.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Página de Julián Boetto</title>
</head>
<body>
<header>
<div>
<nav>
<a href="index.html">Home</a>
<a href="#bio">Biografia</a>
<a href="#membros">Membros</a>
<a href="#fotos">Fotos</a>
<a href="#discografia">Discografia</a>
<a href="#videos">Videos</a>
<a href="#redes">Redes sociais</a>
</nav>
</div>
</header>
<section>
<H1>MALOS TRATOS</H1>
<div>
<img src="Imagenes/Portada.jpg" alt="">
</div>
</section>
<section>
<div>
<article>
<h2 id="bio">Biografia</h2>
<p>Malos Tratos é uma banda de rock alternativo
nascida em 10 de julho de 2008 na ciudade
de San Francisco Córdoba Argentina.</p>
</article>
</div>
<div>
<h2 id="membros">Membros</h2>
<ul>
<li>Mauricio Alberto - Voz</li>
<li>Leo Verra - Sintetizador e coros</li>
<li>Guillermo Diaz - Baixo e coros</li>
<li>Julián Boetto - Guitarra</li>
<li>Pablo Formia - Bateria</li>
</ul>
</div>
</section>
<section>
<div>
<h2 id="fotos">Fotos</h2>
<img src="Imagenes/1.jpg" alt="MT 1" height="300">
<img src="Imagenes/2.jpg" alt="MT 2" height="300">
<img src="Imagenes/3.jpg" alt="MT 3" height="300">
<img src="Imagenes/4.jpg" alt="MT 4" height="450">
</div>
</section>
<section>
<h2 id="discografia">Discografia</h2>
<div>
<h3>El gran impulso</h3>
<iframe src="https://open.spotify.com/embed/album/4z350K9IRCfC5oxkuqIDew"
width="300" height="380" frameborder="0" allowtransparency="true"
allow="encrypted-media"></iframe>
<p>© 2016</p>
</div>
</section>
<section>
<div>
<h2 id="videos">Videos</h2>
<iframe width="560" height="315"
src="https://www.youtube.com/embed/khqJCr0r5RA"
frameborder="0" allow="accelerometer;
clipboard-write; encrypted-media; gyroscope;
picture-in-picture" allowfullscreen></iframe>
</div>
</section>
<section>
<div>
<h2 id="redes">Redes sociais</h2>
<ul>
<li><a href="https://www.facebook.com/malostratos">Facebook</a></li>
<li><a href="https://www.instagram.com/malostratos">Instagram</a></li>
</ul>
</div>
</section>
<section>
<div>
<footer>
<p>Página web criada por Julián Boetto ©
2021 - Todos os dereitos reservados.</p>
</footer>
</div>
</section>
</body>
</html>