-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
270 lines (236 loc) · 9.5 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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Brasileirão</title>
<style>
/* Reset CSS */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* Global Styles */
body {
font-family: Arial, sans-serif;
background-color: blue;
color: #333;
}
/* Header */
header {
background-color: ;
color: #fff;
padding: 20px;
text-align: center;
}
header h1 {
font-size: 2.5rem;
}
/* Main Content */
.container {
max-width: 1200px;
margin: 20px auto;
padding: 0 20px;
}
.content {
background-color: white;
padding: 20px;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
margin-bottom: 30px;
}
.content h2 {
color: blue;
margin-bottom: 10px;
}
.content p {
line-height: 1.6;
margin-bottom: 20px;
}
/* Table Styles */
table {
width: 100%;
border-collapse: collapse;
margin-bottom: 20px;
}
th, td {
padding: 10px;
text-align: left;
border-bottom: 1px solid #ddd;
}
th {
background-color: blue;
color: #fff;
}
/* Footer */
footer {
background-color: #333;
color: #fff;
text-align: center;
padding: 20px;
position: fixed;
bottom: 0;
width: 100%;
}
.button {
display: inline-block;
background-color: blue;
color: white;
padding: 10px 20px;
text-decoration: none;
border-radius: 5px;
}
.button:hover {
background-color: darkblue;
}
header img {
width: 60px;
position: absolute;
right: 27%;
margin-bottom: 10px;
}
.team-logo {
width: 1.3em;
height: 1.3em;
margin-right: 1em;
}
</style>
</head>
<body>
<header>
<img src="brasileirao.png" alt="Logo do Brasileirão">
<h1>Campeonato Brasileiro</h1>
</header>
<div class="container">
<div class="content">
<h2>Tabela de Classificação</h2>
<p>Clique no botão abaixo para ver a tabela de Classificação dos respectivos anos:</p>
<a href="tabela24.html" class="button">Série A 24</a> <a href="tabela23.html" class="button">Série A 23</a> <a href="tabela22.html" class="button">Série A 22</a> <a href="tabela21.html" class="button">Série A 21</a>
<br></br>
<a href="tabelaB24.html" class="button">Série B 24</a> <a href="tabelaB23.html" class="button">Série B 23</a> <a href="tabelaB22.html" class="button">Série B 22</a> <a href="tabelaB21.html" class="button">Série B 21</a>
</div>
<div class="content">
<h2>Últimos Campeões</h2>
<table>
<thead>
<tr>
<th>2023</th>
<th><img src="palmeiras.png" alt="Escudo Palmeiras" class="team-logo">Palmeiras</th>
<th>Abel Ferreira</th>
</tr>
</thead>
<tbody>
<tr>
<td>2022</td>
<td><img src="palmeiras.png" alt="Escudo Palmeiras" class="team-logo">Palmeiras</td>
<td>Abel Ferreira</td>
</tr>
<tr>
<td>2021</td>
<td><img src="mineiro.png" alt="Escudo Mineiro" class="team-logo">Atlético Mineiro</td>
<td>Cuca</td>
</tr>
<tr>
<td>2020</td>
<td><img src="flamengo.png" alt="Escudo Flamengo" class="team-logo">Flamengo</td>
<td>Rogério Ceni</td>
</tr>
<tr>
<td>2019</td>
<td><img src="flamengo.png" alt="Escudo Flamengo" class="team-logo">Flamengo</td>
<td>Jorge Jesus</td>
</tr>
</tbody>
</table>
</div>
<div class="content">
<h2>Maiores Artilheiros</h2>
<p><strong>Roberto Dinamite - 190 gols</strong></p>
<p><strong>Fred - 158 gols</strong></p>
<p><strong>Romário - 154 gols</strong></p>
<p><strong>Edmundo - 153 gols</strong></p>
<p><strong>Zico - 135 gols</strong></p>
</div>
<div class="content">
<h2>Sobre o Brasileirão</h2>
<p>O Campeonato Brasileiro, também conhecido como Brasileirão, é a principal competição de futebol do Brasil, reunindo os melhores clubes do país em uma acirrada disputa pelo título nacional. Com sua história rica e emocionante, o Brasileirão atrai milhões de torcedores e é considerado um dos campeonatos mais prestigiados do mundo.
</p>
</div>
<div class="content">
<h2>Todos os Campeões</h2>
<table>
<thead>
<tr>
<th>Clube</th>
<th>Titulos</th>
</tr>
</thead>
<tbody>
<tr>
<td><img src="palmeiras.png" alt="Escudo Palmeiras" class="team-logo"><strong>Palmeiras</strong></td>
<td>12</td>
</tr>
<tr>
<td><img src="santos.png" alt="Escudo Santos" class="team-logo"><strong>Santos</strong></td>
<td> 8</td>
</tr>
<tr>
<td><img src="flamengo.png" alt="Escudo Flamengo" class="team-logo"><strong>Flamengo</strong></td>
<td> 8</td>
</tr>
<tr>
<td><img src="corinthians.png" alt="Escudo Corinthians" class="team-logo"><strong>Corinthians</strong></td>
<td> 7</td>
</tr>
<tr>
<td><img src="saopaulo.png" alt="Escudo São Paulo" class="team-logo"><strong>São Paulo</strong></td>
<td> 6</td>
</tr>
<tr>
<td><img src="cruzeiro.png" alt="Escudo Cruzeiro" class="team-logo"><strong>Cruzeiro</strong></td>
<td> 4</td>
<tr>
<td><img src="fluminense.png" alt="Escudo Fluminense" class="team-logo"><strong>Fluminense</strong></td>
<td> 4</td>
</tr>
<tr>
<td><img src="vasco.png" alt="Escudo Vasco" class="team-logo"><strong>Vasco</strong></td>
<td> 4</td>
</tr>
<tr>
<td><img src="mineiro.png" alt="Escudo Mineiro" class="team-logo"><strong>Atlético Mineiro</strong></td>
<td> 3</td>
</tr>
<tr>
<td><img src="internacional.png" alt="Escudo Internacional" class="team-logo"><strong>Internacional</strong></td>
<td> 3</td>
</tr>
<tr>
<td><img src="bahia.png" alt="Escudo Bahia" class="team-logo"><strong>Bahia</strong></td>
<td> 2</td>
</tr>
<tr>
<td><img src="botafogo.png" alt="Escudo Botafogo" class="team-logo"><strong>Botafogo</strong></td>
<td> 2</td>
</tr>
<tr>
<td><img src="gremio.png" alt="Escudo Grêmio" class="team-logo"><strong>Grêmio</strong></td>
<td> 2</td>
</tr>
<tr>
<td><img src="coritiba.png" alt="Escudo Coritiba" class="team-logo"><strong>Coritiba</strong></td>
<td> 1</td>
</tr>
<tr>
<td><img src="guarani.png" alt="Escudo Guarani" class="team-logo"><strong>Guarani</strong></td>
<td> 1</td>
</tr>
<tr>
<td><img src="athletico.png" alt="Escudo Athletico Paranaense" class="team-logo"><strong>Athletico</strong></td>
<td> 1</td>
</tr>
</tr>
</tbody>
</table>
</div>