-
Notifications
You must be signed in to change notification settings - Fork 2
/
lucky.html
294 lines (261 loc) · 13.7 KB
/
lucky.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
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
<!DOCTYPE html>
<html lang="en" >
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-123581449-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-123581449-1');
</script>
<meta charset="UTF-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- seo checklist -->
<link rel="canonical" href="https://godex.online/lucky">
<title>Lucky | GoDex</title>
<meta name="description" content="Online Pokedex checklist for Pokemon GO. Use it to keep track of your lucky Pokemon collection outside of the game.">
<!-- twitter card data -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@GoDexOnline">
<meta name="twitter:url" content="https://godex.online/lucky">
<meta name="twitter:title" content="Lucky | GoDex">
<meta name="twitter:description" content="Online Pokedex checklist for Pokemon GO. Use it to keep track of your lucky Pokemon collection outside of the game.">
<meta name="twitter:image" content="https://godex.online/imgs/twitter-card.jpg" />
<!-- open graph data -->
<meta property="og:title" content="Lucky | GoDex">
<meta property="og:description" content="Online Pokedex checklist for Pokemon GO. Use it to keep track of your lucky Pokemon collection outside of the game.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://godex.online/lucky">
<!-- stylesheets -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
<!-- favicons -->
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
</head>
<body>
<div class="topnav">
<a href="/">
<img id="logo" src="logo.png" alt="Pokemon GO Pokedex">
</a>
<a href="#" class="icon" id="ham" onclick="menu()">
<i class="fas fa-bars fa-lg"></i>
</a>
<div class="line-break" id="line-break"></div>
<div class="topnav-right" id="myLinks">
<a href="100" title="100%"><i class="fas fa-gem fa-lg"></i></a>
<a href="gender" title="Gender"><i class="fas fa-restroom fa-lg"></i></a>
<a href="lucky" title="Lucky"><i class="fas fa-star fa-lg"></i></a>
<a id="toggleChecked" href="#" title="Hide"><i class="fas fa-eye-slash fa-lg"></i></a>
<a id="stats" href="#" title="Stats"><i class="fas fa-percent fa-lg"></i></a>
<a id="export" href="#" title="Export"><i class="fas fa-file-export fa-lg"></i></a>
<a id="import"href="#" title="Import"><i class="fas fa-file-import fa-lg"></i></a>
<a href="support" title="Help"><i class="fas fa-question-circle fa-lg"></i></a>
<a href="https://twitter.com/GoDexOnline" title="Updates"><i class="fab fa-twitter fa-lg"></i></a>
<a href="https://paypal.me/ndunajevs"title="PayPal" style="display:inline-block;"><i class="fas fa-donate fa-lg"></i></a>
</div>
</div>
<div id="myProgress"><div id="barLabel"></div>
<div id="myBar"></div>
</div>
<div id="myModal" class="modal">
<div class="modal-content">
<span class="close">×</span>
<p id="modalText" style="text-align: center;"></p>
</div>
</div>
<div class="jump">
<a href="#gen1">Gen 1</a>
<a href="#gen2">Gen 2</a>
<a href="#gen3">Gen 3</a>
<a href="#gen4">Gen 4</a>
<a href="#mystery">Gen ?</a>
<a href="#shiny">Shiny</a>
<a href="#special">Special</a>
<a href="#alolan">Alolan</a>
<a href="#spinda">Spinda</a>
<a href="#forms">Forms</a>
<a href="#unowns">Unown</a>
</div>
<div class="wrapper" ng-cloak ng-app="app" ng-controller="PokedexController as pokedex">
<div class="section">
<div class="sectionLabel" id="gen1">Gen 1</div>
<div class="columns" ng-repeat="pokemon in pokedex.pokedexService.gen1 | orderBy:['id']:false | filter:CDFilter" ng-if="pokemon.id!='151'">
<label class="container" id="cont{{pokemon.id}}">
<input type="checkbox" name="dex" id="{{pokemon.id}}">
<span class="checkmark"></span>
<div class="pokemon-name">#{{pokemon.id}} {{pokemon.name}}</div>
<figure data-href="https://www.serebii.net/pokemongo/pokemon/{{pokemon.id}}.png" class="pokemon-image progressive replace"></figure>
</label>
</div>
</div>
<div class="section">
<div class="sectionLabel" id="gen2">Gen 2</div>
<div class="columns" ng-repeat="pokemon in pokedex.pokedexService.gen2 | orderBy:['id']:false | filter:CDFilter" ng-if="pokemon.id!='251'">
<label class="container" id="cont{{pokemon.id}}">
<input type="checkbox" name="dex" id="{{pokemon.id}}">
<span class="checkmark"></span>
<div class="pokemon-name">#{{pokemon.id}} {{pokemon.name}}</div>
<figure data-href="https://www.serebii.net/pokemongo/pokemon/{{pokemon.id}}.png" class="pokemon-image progressive replace"></figure>
</label>
</div>
</div>
<div class="section">
<div class="sectionLabel" id="gen3">Gen 3</div>
<div class="columns" ng-repeat="pokemon in pokedex.pokedexService.gen3 | orderBy:['id']:false | filter:CDFilter" ng-if="pokemon.id!='386'">
<label class="container" id="cont{{pokemon.id}}">
<input type="checkbox" name="dex" id="{{pokemon.id}}">
<span class="checkmark"></span>
<div class="pokemon-name">#{{pokemon.id}} {{pokemon.name}}</div>
<figure data-href="https://www.serebii.net/pokemongo/pokemon/{{pokemon.id}}.png" class="pokemon-image progressive replace"></figure>
</label>
</div>
</div>
<div class="section">
<div class="sectionLabel" id="gen4">Gen 4</div>
<div class="columns" ng-repeat="pokemon in pokedex.pokedexService.gen4 | orderBy:['id']:false | filter:CDFilter">
<label class="container" id="cont{{pokemon.id}}">
<input type="checkbox" name="dex" id="{{pokemon.id}}">
<span class="checkmark"></span>
<div class="pokemon-name">#{{pokemon.id}} {{pokemon.name}}</div>
<figure data-href="https://www.serebii.net/pokemongo/pokemon/{{pokemon.id}}.png" class="pokemon-image progressive replace"></figure>
</label>
</div>
</div>
<div class="section">
<div class="sectionLabel" id="mystery">Gen ?</div>
<div class="columns" ng-repeat="pokemon in pokedex.pokedexService.mystery | orderBy:['id']:false | filter:CDFilter">
<label class="container" id="cont{{pokemon.id}}">
<input type="checkbox" name="dex" id="{{pokemon.id}}">
<span class="checkmark"></span>
<div class="pokemon-name">#{{pokemon.id}} {{pokemon.name}}</div>
<figure data-href="https://www.serebii.net/pokemongo/pokemon/{{pokemon.id}}.png" class="pokemon-image progressive replace"></figure>
</label>
</div>
</div>
<div class="section">
<div class="sectionLabel" id="shiny">Shiny</div>
<div class="columns" ng-repeat="pokemon in pokedex.pokedexService.shinies | orderBy:['id']:false | filter:CDFilter">
<label class="container" id="contshiny{{pokemon.id}}">
<input type="checkbox" name="shiny" id="shiny{{pokemon.id}}">
<span class="checkmark"></span>
<div class="pokemon-name">{{pokemon.name}}</div><figure data-href="https://www.serebii.net/pokemongo/pokemon/shiny/{{pokemon.id}}.png" class="pokemon-image progressive replace"></figure>
</label>
</div>
</div>
<div class="section">
<div class="sectionLabel" id="special">Special</div>
<div class="columns" ng-repeat="pokemon in pokedex.pokedexService.special | filter:CDFilter">
<label class="container" id="contspecial{{pokemon.id}}">
<input type="checkbox" name="special" id="special{{pokemon.id}}">
<span class="checkmark"></span>
<div class="pokemon-name">{{pokemon.name}}</div>
<figure data-href="https://www.serebii.net/pokemongo/pokemon/{{pokemon.id}}.png" class="pokemon-image progressive replace"></figure>
</label>
</div>
</div>
<div class="section">
<div class="sectionLabel" id="alolan">Alolan</div>
<div class="columns" ng-repeat="pokemon in pokedex.pokedexService.alolan | filter:CDFilter">
<label class="container" id="contalolan{{pokemon.id}}">
<input type="checkbox" name="alolan" id="alolan{{pokemon.id}}">
<span class="checkmark"></span>
<div class="pokemon-name">{{pokemon.name}}</div>
<figure data-href="https://www.serebii.net/pokemongo/pokemon/{{pokemon.id}}.png" class="pokemon-image progressive replace"></figure>
</label>
</div>
</div>
<div class="section">
<div class="sectionLabel" id="spinda">Spinda</div>
<div class="columns" ng-repeat="pokemon in pokedex.pokedexService.spinda | filter:CDFilter">
<label class="container" id="contspinda{{pokemon.id}}">
<input type="checkbox" name="spinda" id="spinda{{pokemon.id}}">
<span class="checkmark"></span>
<div class="pokemon-name">{{pokemon.name}}</div>
<figure data-href="https://www.serebii.net/pokemongo/pokemon/{{pokemon.id}}.png" class="pokemon-image progressive replace"></figure>
</label>
</div>
</div>
<div class="section">
<div class="sectionLabel">Giratina</div>
<div class="columns" ng-repeat="pokemon in pokedex.pokedexService.giratina | filter:CDFilter">
<label class="container" id="contgiratina{{pokemon.id}}">
<input type="checkbox" name="giratina" id="giratina{{pokemon.id}}">
<span class="checkmark"></span>
<div class="pokemon-name">{{pokemon.name}}</div>
<figure data-href="https://www.serebii.net/pokemongo/pokemon/{{pokemon.id}}.png" class="pokemon-image progressive replace"></figure>
</label>
</div>
</div>
<div class="section">
<div class="sectionLabel" >Shellos</div>
<div class="columns" ng-repeat="pokemon in pokedex.pokedexService.shellos | filter:CDFilter">
<label class="container" id="contshellos{{pokemon.id}}">
<input type="checkbox" name="shellos" id="shellos{{pokemon.id}}">
<span class="checkmark"></span>
<div class="pokemon-name">{{pokemon.name}}</div>
<figure data-href="https://www.serebii.net/pokemongo/pokemon/{{pokemon.id}}.png" class="pokemon-image progressive replace"></figure>
</label>
</div>
</div>
<div class="section">
<div class="sectionLabel" >Cherrim</div>
<div class="columns" ng-repeat="pokemon in pokedex.pokedexService.cherrim | filter:CDFilter">
<label class="container" id="contcherrim{{pokemon.id}}">
<input type="checkbox" name="cherrim" id="cherrim{{pokemon.id}}">
<span class="checkmark"></span>
<div class="pokemon-name">{{pokemon.name}}</div>
<figure data-href="https://www.serebii.net/pokemongo/pokemon/{{pokemon.id}}.png" class="pokemon-image progressive replace"></figure>
</label>
</div>
</div>
<div class="section">
<div class="sectionLabel" >Burmy</div>
<div class="columns" ng-repeat="pokemon in pokedex.pokedexService.burmy | filter:CDFilter">
<label class="container" id="contburmy{{pokemon.id}}">
<input type="checkbox" name="burmy" id="burmy{{pokemon.id}}">
<span class="checkmark"></span>
<div class="pokemon-name">{{pokemon.name}}</div>
<figure data-href="https://www.serebii.net/pokemongo/pokemon/{{pokemon.id}}.png" class="pokemon-image progressive replace"></figure>
</label>
</div>
</div>
<div class="section">
<div class="sectionLabel" id="unowns">Unown</div>
<div class="columns" ng-repeat="pokemon in pokedex.pokedexService.unowns | filter:CDFilter">
<label class="container" id="contunowns{{pokemon.id}}">
<input type="checkbox" name="unown" id="unowns{{pokemon.id}}">
<span class="checkmark"></span>
<div class="pokemon-name">{{pokemon.name}}</div>
<figure data-href="/imgs/pokemon/unown/{{pokemon.id}}.png" class="pokemon-image progressive replace"></figure>
</label>
</div>
</div>
<br></br>
<input onclick="topFunction()" id="topBtn" title="Go to top"type="image" src="top.png" />
</div>
<script src='https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.5.5/angular.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/angular-filter/0.5.8/angular-filter.min.js'></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="js/scripts.js"></script>
<script src="js/progressive-image.js"></script>
<footer>
<p style="font-size:18px">
Developed by Nikita Dunajevs 2018<br><br>
For updates follow on Twitter:<br><br>
<a href="https://twitter.com/GoDexOnline?ref_src=twsrc%5Etfw" class="twitter-follow-button" data-size="large" data-show-count="false">Follow @GoDexOnline</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</p>
<p style="font-size:16px">
Special thanks to Raighar and Andrew Archibald!<br><br>
</p>
<p style="font-size:12px">
© All Respective Names And Images Are Trademarks of Nintendo, The Pokemon Company and Niantic
</p>
<br>
<button id="reset" onclick="confirmation()">Reset</button>
<br><br>
</footer>
</body>
</html>