-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
238 lines (203 loc) · 8.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Game of Thrones</title>
<link rel="stylesheet" href="./index.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
</head>
<body>
<section id="inicio">
<div id="imgmenu" class="menu">
<img id= "logo" src="./img/pngwing.com (2).png" alt="logo">
<nav id="topo">
<ul>
<li>
<a href="#inicio">INICIO</a>
</li>
<li>
<a href="#perguntas">PERGUNTAS</a>
</li>
<li>
<a href="#ferramentas">FERRAMENTAS</a>
</li>
<li>
<a href="#desenvolvedores">DESENVOLVEDORES</a>
</li>
</ul>
</nav>
</div>
</section>
<section id="perguntas" >
<section class="perguntascontainer">
<h3 class="perguntastitulo">Perguntas e Respostas</h3>
<div class="faq">
<div class="perguntasgeral">
<div class="img_pergunta">
<img id="icon" src="./img/lobo.png" alt="icon">
<div class="pergunta">
<h3>Quais personagens tem a maior aparição no decorrer das temporadas?</h3>
<i class="uil uil-angle-down"></i>
</div>
</div>
<div class="resposta">
<p>Tyrion Lannister (Peter Dinklage), <br>
Cersei Lannister (Lena Headey), <br>
Daenerys Targaryen (Emilia Clarke), <br>
Jon Snow (Kit Harington), <br>
Arya Stark (Maisie Williams).</p>
</div>
<div class="img_pergunta">
<img id="icon2" src="./img/leao.png" alt="icon">
<div class="pergunta">
<h3>Quais são os episódios com as maiores notas?</h3>
<i class="uil uil-angle-down"></i>
</div>
</div>
<div class="resposta">
<p> Season 03 Episode 09 - 9.9 ⭐, <br>
Season 05 Episode 08 : 9.9 ⭐, <br>
Season 06 Episode 09 : 9.9 ⭐, <br>
Season 06 Episode 10 : 9.9 ⭐, <br>
Season 07 Episode 04 : 9.8 ⭐.</p>
</div>
<div class="img_pergunta">
<img id="icon" src="./img/lobo.png" alt="icon">
<div class="pergunta">
<h3>Quais são os episódios com as menores notas?</h3>
<i class="uil uil-angle-down"></i>
</div>
</div>
<div class="resposta">
<p> Season 08 Episode 6 : 4.1 👎, <br>
Season 08 Episode 04 : 5.5 👎, <br>
Season 08 Episode 05 : 6.0 👎,<br>
Season 08 Episode 3 : 7.5 👎, <br>
Season 08 Episode 01 : 7.6 👎.</p>
</div>
<div class="img_pergunta">
<img id="icon2" src="./img/leao.png" alt="icon">
<div class="pergunta">
<h3>Quantos episódios tem em cada temporada?</h3>
<i class="uil uil-angle-down"></i>
</div>
</div>
<div class="resposta">
<p>Season 01 até Season 06 - 10 episodes, <br>
Season 7 - 7 episodes, <br>
Season 8 - 6 episodes.</p>
</div>
<div class="img_pergunta">
<img id="icon" src="./img/lobo.png" alt="icon">
<div class="pergunta">
<h3>Quais os diretores mais presentes durante a série?</h3>
<i class="uil uil-angle-down"></i>
</div>
</div>
<div class="resposta">
<p>David Nutter - (09 Episodes), <br>
Alan Taylor - (07 Episodes), <br> Alex Graves - (06 Episodes), <br>
Miguel Sapochnik - (06 Episodes), <br>
Jeremy Podeswa - (06 EPISODES).</p>
</div>
</div>
</div>
<!-- ínicio carrossel -->
<div class="carrossel">
<div id="carouselExampleIndicators" class="carousel slide">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="./img/brasao_leao.png" class="d-block w-100" alt="Brasão leão">
</div>
<div class="carousel-item">
<img src="./img/brasao_lobo.png" class="d-block w-100" alt="Brasão lobo">
</div>
<div class="carousel-item">
<img src="./img/brasao_dragao.png" class="d-block w-100" alt="Brasão dragão">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</section>
</section>
<section id="ferramentas">
<div class="ferramentas">
<h3 class="ferramentastitulo"> Ferramentas </h3>
<div class="img-ferramentas">
<div id="vscode">
<img src="./img/1.png" width="250rem" height="250rem">
<h2>VSCODE</h2>
</div>
<div id="mysql">
<img src="./img/2.png" width="250rem" height="250rem">
<h2>MYSQL</h2>
</div>
<div id="meet">
<img src="./img/4.png" width="250rem" height="250rem">
<h2>GOOGLE MEET</h2>
</div>
<div id="github">
<img src="./img/3.png" width="250rem" height="250rem">
<h2>GITHUB</h2>
</div>
<div id="git">
<img src="./img/5.png" width="250rem" height="250rem">
<h2>GIT</h2>
</div>
</div>
</section>
<section id="desenvolvedores">
<div class="desenvolvedores">
<h3 class="desenvolvedorestitulo"> Desenvolvedores </h3>
<div class="img-desenvolvedores">
<div id="victoria">
<img id="vicky" class="fotos" onmouseover="over1()" onmouseout="out1()" src="./img/vick_pretoebranco.jpeg" width="250rem" height="250rem">
<h2>Victoria <br>
<br>
CO-FACILITADORA</h2>
</div>
<div id="valesca">
<img id="val" class="fotos" onmouseover="over2()" onmouseout="out2()" src="./img/val_pretoebranco.jpeg" width="250rem" height="250rem">
<h2>Valesca <br>
<br>
GESTAO DE GENTE</h2>
</div>
<div id="beatriz">
<img id="bea" class="fotos" onmouseover="over3()" onmouseout="out3()" src="./img/bea_pretoebranco.jpeg" width="250rem" height="250rem">
<h2>Beatriz <br>
<br>
GESTAO DE CONHECIMENTO</h2>
</div>
<div id="matheus1">
<img id="matheus" class="fotos" onmouseover="over4()" onmouseout="out4()" src="./img/matheus_pretoebranco.jpeg" width="250rem" height="250rem">
<h2>Matheus <br>
<br>
COLABORADOR 1</h2>
</div>
</div>
</div>
</section>
<footer>
<div class="rodape">
<p>© Game of Thrones - 2023 </p>
</footer>
</div>
<script src="./index.js"></script>
</body>
</html>