-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvolei.html
229 lines (207 loc) · 6.39 KB
/
volei.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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Volei de Quadra</title>
<link rel="icon" type="image/png" href="img/volei-icon.png">
<link rel="stylesheet" href="reset.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');
html, body {
height: 100%;
margin: 0;
display: flex;
flex-direction: column;
font-family: 'Poppins', sans-serif;
color: #333;
background-color: #fafafa;
}
header {
width: 100%;
padding: 10px 20px;
background-color: #007bff;
color: white;
text-align: center;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
position: fixed;
top: 0;
left: 0;
z-index: 1000;
}
header a {
color: white;
text-decoration: none;
font-weight: 600;
font-size: 1.2em;
display: inline-block;
padding: 10px 20px;
border-radius: 5px;
background-color: #0056b3;
transition: background-color 0.3s;
}
header a:hover {
background-color: #003d7a;
}
main {
flex: 1;
width: 90%;
max-width: 1200px;
margin: 0 auto;
padding: 80px 20px 20px;
display: flex;
justify-content: center;
align-items: flex-start;
gap: 20px;
flex-wrap: wrap;
}
.container {
display: flex;
width: 100%;
justify-content: space-between;
gap: 20px;
}
.image-gallery {
display: flex;
flex-direction: column;
gap: 20px;
flex: 1;
max-width: 300px;
}
.image-gallery img {
width: 100%; /* ou outro valor desejado */
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.abertura {
flex: 2;
animation: abrirPagina 1.5s ease-out forwards;
opacity: 0;
}
@keyframes abrirPagina {
0% {
opacity: 0;
transform: scale(0.9);
}
100% {
opacity: 1;
transform: scale(1);
}
}
h1 {
font-size: 2.5em;
color: #222;
margin-bottom: 0.5em;
}
p {
color: #555;
font-size: 1.1em;
line-height: 1.6;
margin-bottom: 1.5em;
}
.medalhas {
background-color: white;
border-radius: 8px;
padding: 20px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
text-align: left;
font-size: 1.1em;
margin: 0 auto;
max-width: 700px;
}
.medalhas h1 {
font-size: 1.8em;
color: #007bff;
margin-bottom: 0.5em;
}
.medalhas ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.medalhas li {
margin-bottom: 10px;
padding-bottom: 5px;
border-bottom: 1px solid #eee;
}
footer {
width: 100%;
background-color: #007bff;
color: white;
text-align: center;
padding: 20px;
font-size: 0.9em;
box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1);
}
footer h2 {
margin: 0;
font-size: 1.4em;
font-weight: 600;
}
footer ul {
list-style: none;
padding: 0;
margin: 10px 0 0;
}
footer li {
margin: 5px 0;
}
footer li b {
color: #f0f0f0;
}
</style>
</head>
<body>
<header>
<a href="index.html">Página Inicial</a>
</header>
<main>
<div class="container">
<div class="image-gallery">
<img src="img/volei-f-1.png" alt="Imagem de Voleibol 1">
<img src="img/volei-f-2.png" alt="Imagem de Voleibol 2">
</div>
<div class="abertura">
<h1>Volei de Quadra</h1>
<p>
O voleibol entrou nos Jogos Olímpicos de Paris (1924), porém como esporte demonstrativo. Foi apenas nas
Olimpíadas de Tóquio (1964) que ele se tornou um esporte olímpico de competição. O país que mais ganhou
medalhas no voleibol masculino em Jogos Olímpicos foi a extinta União Soviética.
</p>
<div class="medalhas">
<h1>Voleibol Masculino:</h1>
<ul>
<li>União Soviética: 4 vezes (1964, 1968, 1980, 1988)</li>
<li>Brasil: 3 vezes (1992, 2004, 2016)</li>
<li>Estados Unidos: 3 vezes (1984, 1988, 2008)</li>
<li>Iugoslávia: 1 vez (2000)</li>
<li>Polônia: 1 vez (1976)</li>
</ul>
<h1>Voleibol Feminino:</h1>
<ul>
<li>Rússia: 2 vezes (1964 como União Soviética, 1980 como União Soviética)</li>
<li>China: 3 vezes (1984, 2004, 2016)</li>
<li>Cuba: 3 vezes (1992, 1996, 2000)</li>
<li>Estados Unidos: 1 vez (2020)</li>
<li>Coreia do Sul: 1 vez (1976)</li>
</ul>
</div>
</div>
<div class="image-gallery">
<img src="img/voleibol3.jpg" alt="Imagem de Voleibol 3">
<img src="img/voleibol4.jpg" alt="Imagem de Voleibol 4">
</div>
</div>
</main>
<footer>
<div>
<h2>OlimpíadasTec</h2>
<ul>
<li><b>Desenvolvido por:</b> Lucas Balceivcz</li>
<li><b>Fone:</b> (88) 99870-7070</li>
<li><b>Email:</b> Lucas.balcevicz@colegio.pr.gov.br</li>
</ul>
</div>
</footer>
</body>
</html>