-
Notifications
You must be signed in to change notification settings - Fork 0
/
hoenn.html
191 lines (191 loc) · 8.18 KB
/
hoenn.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
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=4, initial-scale=1.0">
<meta name="application-name" content="Pokedex">
<meta name="author" content="Anurag Ghosh">
<meta name="description" content="Pokedex that contains pokemon from all region">
<meta name="keywords" content="Pokemon, Pickachu, Bulbasaur, pokedex">
<link rel="icon" type="image/png"
href="https://image.winudf.com/v2/image/bmV0LmFudGFmdW5ueS5wb2tlbW9uZ28uZ3VpZGUuZXhwZXJ0X2ljb25fMTUwNjAyMjk4NF8wOTc/icon.png?w=170&fakeurl=1"
/>
<!-- Facebook og meta tag-->
<meta name="og:site_name" content="Pokedex">
<meta name="og:locale" content="en_IN">
<meta
property="og:url"
content="https://anu26092002.github.io/pokedex/hoenn.html"
/>
<meta property="og:type" content="website" />
<meta property="og:title" content="Hoenn | Pokedex" />
<meta
property="og:description"
content="Pokedex website to view different pokemons based on different reasons"
/>
<meta
property="og:image"
content="https://image.winudf.com/v2/image/bmV0LmFudGFmdW5ueS5wb2tlbW9uZ28uZ3VpZGUuZXhwZXJ0X2ljb25fMTUwNjAyMjk4NF8wOTc/icon.png?w=170&fakeurl=1"
/>
<!-- Twitter cards-->
<meta name="twitter:card" content="Pokedex Website" />
<meta name="twitter:site" content="@Pokedex" />
<meta name="twitter:creator" content="@AnuragG36973328" />
<link rel="stylesheet" href="styles/pokemon.css" type="text/css">
<link rel="stylesheet"
href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="styles/nav.css" type="text/css">
<title>Hoenn | Pokedex</title>
</head>
<body>
<header>
<!--Navigation Bar-->
<nav class="navbar" style="font-size: 20px;">
<div class="navbar__container">
<div class = "logo" align="left">
<img src="images/pokemonIcon.svg" alt="Pokemon Logo" height="70px" width="180px" >
</div>
<div class="navbar__toggle" id="mobile-menu">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
<ul class="navbar__menu">
<li class="navbar__item">
<a href="index.html" class="navbar__links" id="kanto-page">
<div class="tooltip">
Kanto Pokedex
<span class="tooltiptext">See Kantonian Pokemon</span>
</div>
</a>
</li>
<li class="navbar__item">
<a href="johto.html" class="navbar__links" id="johto-page">
<div class="tooltip">
Johto Pokedex
<span class="tooltiptext">See Jhoto Pokemons</span>
</div>
</a>
</li>
<li class="navbar__item">
<a href="hoenn.html" class="navbar__links" id="hoenn-page">
<div class="tooltip">
Hoenn Pokedex
<span class="tooltiptext">See Hoenn Pokemons</span>
</div>
</a>
</li>
<li class="navbar__item">
<a href="sinnoh.html" class="navbar__links" id="sinnoh-page">
<div class="tooltip">Sinnoh Pokedex
<span class="tooltiptext">See Sinnoh Pokemon</span>
</div>
</a>
</li>
<li class="navbar__item">
<a href="unova.html" class="navbar__links" id="wishlist-page">
<div class="tooltip">Unova Pokedex
<span class="tooltiptext">See Unova Pokemons</span>
</div>
</a>
</li>
<li class="navbar__item">
<a href="kalos.html" class="navbar__links" id="wishlist-page">
<div class="tooltip">Kalos Pokedex
<span class="tooltiptext">See Kalos Pokemons</span>
</div>
</a>
</li>
<li class="navbar__item">
<a href="alola.html" class="navbar__links" id="wishlist-page">
<div class="tooltip">Alola Pokedex
<span class="tooltiptext">See Alolan Pokemons</span>
</div>
</a>
</li>
<li class="navbar__item">
<a href="galar.html" class="navbar__links" id="wishlist-page">
<div class="tooltip">Galar Pokedex
<span class="tooltiptext">See Galarian Pokemons</span>
</div>
</a>
</li>
<li class="navbar__item">
<a href="hisui.html" class="navbar__links" id="hisui-page">
<div class="tooltip">Hisui Pokedex
<span class="tooltiptext">See Hisuian Pokemons</span>
</div>
</a>
</li>
<li class="navbar__item">
<a href="paldea.html" class="navbar__links" id="paldea-page">
<div class="tooltip">Paldea Pokedex
<span class="tooltiptext">See Paldean Pokemons</span>
</div>
</a>
</li>
</ul>
</div>
</nav>
</header>
<h1 style="padding: 25px;">
<img class="pokeball" src="images/pokeball.svg" alt="pokeball image" width="30"/>
Hoenn PokeDex
<img class="pokeball" src="images/pokeball.svg" alt="pokeball image" width="30"/>
</h1>
<div id="poke_container" class="poke-container"></div>
<div class="social-panel-container">
<div class="social-panel">
<p>
<span class="text1">Created with</span>
<i class="fa fa-heart" id="heart"></i>
<span class="text1">
by <a target="_blank" href="#">Anurag Ghosh</a>
</span>
</p>
<button class="close-btn"><i class="fas fa-times" id="cross"></i></button>
<h4>Get in touch on</h4>
<ul>
<li>
<a href="https://twitter.com/AnuragG36973328" target="_blank">
<i class="fab fa-twitter"></i>
</a>
</li>
<li>
<a href="https://linkedin.com/in/anurag-g-a01531198" target="_blank">
<i class="fab fa-linkedin"></i>
</a>
</li>
<li>
<a href="https://facebook.com/anurag.ghosh.92798" target="_blank">
<i class="fab fa-facebook"></i>
</a>
</li>
<li>
<a href="https://www.instagram.com/just_anurag_995/" target="_blank">
<i class="fab fa-instagram"></i>
</a>
</li>
<li>
<a href="https://github.com/Anu260920025" target="_blank">
<i class="fab fa-github"></i>
</a>
</li>
<li>
<a href="mailto:ghoshanurag495@gmail.com?subject=Hoenn%20Pokedex" target="_blank">
<i class="fas fa-envelope-open-text"></i>
</a>
</li>
</ul>
</div>
</div>
<button class="floating-btn">Get in Touch</button>
<script src="scripts/nav.js" type="text/JavaScript"></script>
<script src="scripts/pannel.js" type="text/JavaScript"></script>
<script src="scripts/hoenn.js" type="text/JavaScript"></script>
</body>
</html>