-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
176 lines (165 loc) · 6 KB
/
index.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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>The Eras Tour Brasil</title>
<link rel="icon" type="image/png" href="./imgs/Ts.png" />
<link href="style-index.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!--https://edrodrigues.com.br/blog/15-janelas-modais-popup-criadas-apenas-com-css/ -->
<header class="container">
<nav>
<ul>
<li class="item_menu">
<a href="./paginas/albuns.html">ÁLBUNS</a>
</li>
<!-- MUDAR HREF PARA PGS-->
<li class="item_menu">
<a href="./paginas/theerastour.html">TOUR</a>
</li>
<li class="item_menu">
<a href="./paginas/sobre.html">SOBRE</a>
</li>
<li class="item_menu">
<a href="./paginas/tracklist.html">TRACKLIST</a>
</li>
<li class="item_menu"><a href="#ingressos">INGRESSO</a></li>
</ul>
</nav>
</header>
<!-- <div class="degrade1">
<img src="imgs/fundo4_00000.png" alt="">
</div> -->
<div class="info">
<h2>Informações</h2>
<section class="tracklist">
<a href="paginas/tracklist.html"
><img src="imgs/tracklist.png" alt="tracklist"
/></a>
<h3>Tracklist</h3>
<p>Músicas tocadas na Tour</p>
</section>
<section class="sobre">
<a href="paginas/sobre.html"
><img src="imgs/sobre.png" alt="sobre"
/></a>
<h3>Sobre</h3>
<p>Sobre a Taylor Swift</p>
</section>
<section class="the-eras-tour">
<a href="paginas/theerastour.html"
><img src="imgs/the-eras-tour.png" alt="The Eras Tour"
/></a>
<h3>The Eras Tour</h3>
<p>Informações sobre o show</p>
</section>
<section class="albuns">
<a href="paginas/albuns.html"
><img src="imgs/albuns.png" alt="Álbuns"
/></a>
<h3>Álbuns</h3>
<p>Todas as "eras" musicais</p>
</section>
</div>
<div class="img-central"></div>
<!-- <div class="compre_ingresso">
<h1>INGRESSOS</h1>
<p>Finalmente a The Eras Tour está em solo brasileiro. Para entrar na sessão de compra dos ingressos clique em um dos estados abaixo.</p>
</div> -->
<div class="estados">
<div class="compre_ingresso">
<h1 id="ingressos">INGRESSOS</h1>
<p>
Finalmente a The Eras Tour está em solo brasileiro. Para entrar na
sessão de compra dos ingressos clique em um dos estados abaixo.
</p>
</div>
<div class="mapa">
<picture class="br">
<source media="(max-width: 670px)" srcset="imgs/br-pequeno.png" />
<img src="imgs/br-grande.png" alt="Mapa do Brasil" />
</picture>
<a class="a-estados" href="estados_compra/sp.html">
<picture class="sp">
<source media="(max-width: 670px)" srcset="imgs/sp-pq.svg" />
<img
src="imgs/sp.svg"
alt="São Paulo"
style="position: relative; top: 5px; left: 47px"
/>
</picture>
</a>
<a class="a-estados" href="estados_compra/rj.html">
<picture class="rj">
<source media="(max-width: 670px)" srcset="imgs/rj-pq.svg" />
<img
src="imgs/rj.svg"
alt="Rio de Janeiro"
style="position: relative; top: 5px; left: 45px"
/>
</picture>
</a>
<a class="a-estados" href="estados_compra/pe.html">
<picture class="pe">
<source media="(max-width: 670px)" srcset="imgs/pe-pq.svg" />
<img
src="imgs/pe.svg"
alt="Pernambuco"
style="position: relative; top: 0px; left: 45px"
/>
</picture>
</a>
<a class="a-estados" href="estados_compra/pb.html">
<picture class="pb">
<source media="(max-width: 670px)" srcset="imgs/pb-pq.svg" />
<img
src="imgs/pb.svg"
alt="Paraíba"
style="position: relative; top: -1px; left: 42px"
/>
</picture>
</a>
<a class="a-estados" href="estados_compra/ba.html">
<picture class="ba">
<source media="(max-width: 670px)" srcset="imgs/ba-pq.svg" />
<img
src="imgs/ba.svg"
alt="Bahia"
style="position: relative; top: 3px; left: 39px"
/>
</picture>
</a>
<!-- <img class="br" src="imgs/br.svg" alt="Mapa do Brasil" /> -->
<!-- <a class="a-estados" href="estados_compra/sp.html"><img class="sp" src="imgs/sp.svg" alt="São Paulo" /></a>
<a class="a-estados" href="estados_compra/rj.html"><img class="rj" src="imgs/rj.svg" alt="Rio de Janeiro" /></a>
<a class="a-estados" href="estados_compra/pe.html"><img class="pe" src="imgs/pe.svg" alt="Pernambuco" /></a>
<a class="a-estados" href="estados_compra/pb.html"><img class="pb" src="imgs/pb.svg" alt="Paraíba" /></a>
<a class="a-estados" href="estados_compra/ba.html"><img class="ba" src="imgs/ba.svg" alt="Bahia" /></a> -->
</div>
</div>
<div class="img-tripla"></div>
<footer>
<div class="footer">
<div class="icones">
<a
href="https://open.spotify.com/artist/06HL4z0CvFAxyc27GXpf02"
target="_blank"
><img src="imgs/spotify-footer.png" alt="Spotify"
/></a>
<a href="https://twitter.com/taylorswift13" target="_blank"
><img src="imgs/twitter-footer.png" alt="Twitter"
/></a>
<a href="https://www.instagram.com/taylorswift/" target="_blank"
><img src="imgs/inst-footer.png" alt="Instagram"
/></a>
</div>
<div class="copyright">
© copyright 2023 - Projeto LM | Felipe Brito | Letícia Leite | Thayná
Tolentino
</div>
</div>
</footer>
</body>
</html>