-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (48 loc) · 1.88 KB
/
index.html
File metadata and controls
67 lines (48 loc) · 1.88 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
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gogol Bordello</title>
<link rel="stylesheet" href="assets/css/footer.css">
<link rel="stylesheet" href="assets/css/menu.css">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#">Miembros</a></li>
<li><a href="#">Albums</a></li>
<li><a href="#">Contacto</a></li>
</ul>
</nav>
</header>
<main>
<article>
<div>
<h1>GOGOL BORDELLO</h1><br>
</div>
<p>
Gogol Bordello es un grupo de gypsy punk originalmente formado en Lower East Side, Nueva York en 1999, con integrantes de distintas nacionalidades del mundo. Uno de sus rasgos más característicos son sus frenéticas presentaciones teatrales, y otro su sonido inspirado en la música gitana.
</p>
<br>
<div>
<img src="https://pogopedia.com.ar/img/bandas/VXH430MrEdEhbA90BZJjacWirsQBiLhfXYu.png" alt=""></img>
</div>
</article>
</main>
<footer>
<ul>
<li><a href="#"><img src="assets/img/Footer icons/mail.png" alt="mailing"></a></li>
<li><a href="#"><img src="assets/img/Footer icons/facebook.png" alt="Facebook"></a></li>
<li><a href="#"><img src="assets/img/Footer icons/logo.png" alt="Instagram"></a></li>
<li><a href="#"><img src="assets/img/Footer icons/twitter.png" alt="Twitter"></a></li>
<li><a href="#"><img src="assets/img/Footer icons/youtube.png" alt="Youtube"></a></li>
<li><a href="#"><img src="assets/img/Footer icons/spotify.png" alt="Spotify"></a></li>
</ul>
<h3>© 2020 Gogol Bordello.</h3>
</footer>
</body>
</html>