-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
160 lines (147 loc) · 7.64 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
<!DOCTYPE html>
<html lang="pt-BR">
<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">
<meta name="keywords" content="HTML, CSS, Javascript, Desenvolvimento Web, Coderhouse">
<meta name="description" content="Este é um projeto para o curso de Desenvolvimento Web da Coderhouse">
<link rel="stylesheet" href="styles/style.css">
<link rel="stylesheet" href="styles/menu.css">
<link rel="stylesheet" href="styles/home.css">
<link rel="icon" type="image/x-icon" href="images/pokeball.jpg">
<!-- Load an icon library to show a hamburger menu (bars) on small screens -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<title>Pokédex - Home</title>
</head>
<body>
<!-- Navigation bar -->
<header class="header">
<div class="header__wrapper">
<!-- Logo -->
<a href="#" class="header__logo"><img class="header__logoImage" src="images/logo.svg" alt="logo"></a>
<!-- Hamburger icon -->
<input class="header__sideMenu" type="checkbox" id="side-menu" />
<label class="header__hamburguer" for="side-menu"><span class="header__hamburguerLine"></span></label>
<!-- Menu -->
<nav class="header__nav">
<ul class="header__navMenu">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="pages/about.html">Sobre</a></li>
<li><a href="pages/pokedex.html">Pokédex</a></li>
<li><a href="pages/memory.html">Jogo da Memória</a></li>
<li><a href="pages/who.html">Quem é esse Pokémon?</a></li>
</ul>
</nav>
</div>
</header>
<main class="main">
<div class="content">
<div class="featuredPkmon">
<div class="d-flex text-center">
<div class="col-2">
<p class="title">Pokémon em destaque:</p>
<div class="featuredPkmon__image">
<img class="featuredPkmon__imageBg" src="images/spotBg.svg" alt="image background">
<img class="featuredPkmon__imagePkmon" id="pokeImage" src="./images/pokeball.png"
alt="spot pokemon">
</div>
</div>
<div class="featuredPkmon__about col-2">
<div class="mt-2 col-2">
<p class="featuredPkmon__info">
<span class="featuredPkmon__name" id="pokeName"></span>
<span class="featuredPkmon__name" id="pokeId"></span>
</p>
<a href="pages/pokedex.html" target="_blank" id="pokedexId" class="btn">
<span>Abrir na Pokédex</span>
<img class="featuredPkmon__pokedexBtn" src="images/pokedex.png" alt="pokedex">
</a>
<p class="featuredPkmon__aboutTitle">Sobre:</p>
<p id="pokeDesc" class="featuredPkmon__aboutDesc"></p>
</div>
<div class="featuredPkmon__type mt-2 text-center col-2" id="types">
<p class="featuredPkmon__aboutTitle">Tipo:</p>
</div>
</div>
</div>
</div>
<div class="games">
<a href="/pages/pokedex.html" class="card">
<div class="games__card games__card--pokedex" id="cardPokedex">
<div class="games__cardHeader">
<img class="games__cardImage" src="images/pokedex.jpg" alt="pokedex">
</div>
<div class="games__cardBody">
<div class="games__cardTitle">Pokédex</div>
<div class="games__cardText">Veja os dados completos dos Pokémons!</div>
</div>
</div>
</a>
<a href="/pages/memory-login.html" class="card">
<div class="games__card games__card--memory" id="cardMemory">
<div class="games__cardHeader">
<img class="games__cardImage" src="images/memory.jpg" alt="memory">
</div>
<div class="games__cardBody">
<div class="games__cardTitle">Jogo da memória</div>
<div class="games__cardText">Teste sua memoria com este jogo!</div>
</div>
</div>
</a>
<a href="/pages/who.html" class="card">
<div class="games__card games__card--who" id="cardWho">
<div class="games__cardHeader">
<img class="games__cardImage" src="images/who.jpg" alt="who">
</div>
<div class="games__cardBody">
<div class="games__cardTitle">Quem é este Pokémon?</div>
<div class="games__cardText">Adivinhe qual é o Pokémon!</div>
</div>
</div>
</a>
</div>
<div class="containergameplayTable downSection d-flex my-2 text-white text-center">
<div class="gameplay col-2">
<p class="title">Gameplay dos Jogos do Site</p>
<p class="mb-1">Pokédex</p>
<iframe class="gameplay__video mb-1" src="./images/pokedex.mp4" title="Pokedex" frameborder="0"
allowfullscreen></iframe>
<p class="mb-1">Jogo da Memória</p>
<iframe class="gameplay__video mb-1" src="./images/memory.mp4" title="Memory Game" frameborder="0"
allowfullscreen></iframe>
<p class="mb-1">Quem é esse Pokémon?</p>
<iframe class="gameplay__video" src="./images/who.mp4" title="Who's that pokemon?" frameborder="0"
allowfullscreen></iframe>
</div>
<div class="pkmonTable col-2">
<p class="title">Lista de Pokémons</p>
<p>Total: (1010 Pokemons)</p>
<div class="pkmonTable__container">
<table class="pkmonTable__table">
<thead>
<tr class="pkmonTable__thead">
<th>#</th>
<th>Sprite</th>
<th>Nome</th>
<th>Tipo 1</th>
<th>Tipo 2</th>
</tr>
</thead>
<tbody class="pkmonTable__tbody"></tbody>
</table>
</div>
</div>
</div>
</div>
</main>
<footer class="footer">
<p class="footer__text">Desenvolvido pelo <a
href="https://github.com/juan-silveira/projeto-coderhouse-turma-45415" target="_blank">Grupo 1</a> da
turma 45415 do curso de Desenvolvimento Web da
<strong>CoderHouse</strong> Brasil
</p>
</footer>
<script src="scripts/home.js"></script>
</body>
</html>