-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
239 lines (235 loc) · 12.5 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
239
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PoGoMap</title>
<meta name="description" content="PoGoMap">
<meta name="keywords" content="Pokémon, Go, Map">
<meta name="author" content="POGOM">
<link rel="apple-touch-icon" href="appicons/114x114.png" sizes="57x57">
<!-- non-retina iPad pre iOS 7 -->
<link rel="apple-touch-icon" href="appicons/144x144.png" sizes="72x72">
<!-- non-retina iPad iOS 7 -->
<link rel="apple-touch-icon" href="appicons/152x152.png" sizes="76x76">
<!-- retina iPhone pre iOS 7 -->
<link rel="apple-touch-icon" href="appicons/114x114.png" sizes="114x114">
<!-- retina iPhone iOS 7 -->
<link rel="apple-touch-icon" href="appicons/120x120.png" sizes="120x120">
<!-- retina iPad pre iOS 7 -->
<link rel="apple-touch-icon" href="appicons/144x144.png" sizes="144x144">
<!-- retina iPad iOS 7 -->
<link rel="apple-touch-icon" href="appicons/152x152.png" sizes="152x152">
<!-- retina iPhone 6 iOS 7 -->
<link rel="apple-touch-icon" href="appicons/180x180.png" sizes="180x180">
<link rel="icon" type="image/png" href="favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="favicons/favicon-194x194.png" sizes="194x194">
<link rel="icon" type="image/png" href="favicons/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="favicons/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="favicons/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="favicons/manifest.json">
<link rel="shortcut icon" href="appicons/favicon.ico" type="image/x-icon">
<meta name="msapplication-TileColor" content="#3399CC">
<meta name="msapplication-TileImage" content="favicons/mstile-144x144.png">
<meta name="msapplication-config" content="favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="fonts/font-awesome-4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/all.css">
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700%7CSource+Sans+Pro:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
</head>
<body>
<div id="wrapper">
<header id="header">
<div class="container">
<div class="logo"><a href="#"><h4>PoGoMap</h4></a></div>
<nav id="nav">
<div class="opener-holder">
<a href="#" class="nav-opener"><span></span></a>
</div>
<a href="https://github.com/PokemonGoMap/PokemonGo-Map/releases" class="btn btn-primary rounded">Download</a>
<div class="nav-drop">
<ul>
<li class="active visible-sm visible-xs"><a href="#">Home</a></li>
<li><a href="https://github.com/PokemonGoMap/PokemonGo-Map/">GitHub</a></li>
<li><a href="https://github.com/PokemonGoMap/PoGoMapWebsite/wiki">Documentation</a></li>
<li><a href="https://discord.gg/kNvY2CG">Discord Chat</a></li>
<li><a href="https://vulpix.thunderfox.nl/irc">IRC</a></li>
</ul>
<div class="drop-holder visible-sm visible-xs">
<span>Follow Us</span>
<ul class="social-networks">
<li><a class="fa fa-github" href="https://github.com/PokemonGoMap/PokemonGo-Map"></a></li>
</ul>
</div>
</div>
</nav>
</div>
</header>
<section id="first-visual" class="visual">
<div class="container">
<div class="text-block">
<div class="heading-holder">
<h1>PoGoMap</h1>
</div>
<p class="tagline">A tool that quickly locates nearby Pokémon</p>
</div>
</div>
<img src="images/img-decor-01.png" alt="" class="bg-stretch">
</section>
<section class="main">
<div class="container">
<div id="cta">
<a href="#" id="try-it" class="btn btn-primary rounded">Try it out!</a>
</div>
<div class="row" id="features">
<div class="text-box col-md-offset-1 col-md-10">
<div class="social-placeholder">
<a class="github-button" href="https://github.com/PokemonGoMap/PokemonGo-Map" data-icon="octicon-eye" data-style="mega" data-count-href="/PokemonGoMap/PokemonGo-Map/watchers" data-count-api="/repos/PokemonGoMap/PokemonGo-Map#subscribers_count" data-count-aria-label="# watchers on GitHub" aria-label="Watch PokemonGoMap/PokemonGo-Map on GitHub">Watch</a>
<a class="github-button" href="https://github.com/PokemonGoMap/PokemonGo-Map" data-icon="octicon-star" data-style="mega" data-count-href="/PokemonGoMap/PokemonGo-Map/stargazers" data-count-api="/repos/PokemonGoMap/PokemonGo-Map#stargazers_count" data-count-aria-label="# stargazers on GitHub" aria-label="Star PokemonGoMap/PokemonGo-Map on GitHub">Star</a>
<a class="github-button" href="https://github.com/PokemonGoMap/PokemonGo-Map/fork" data-icon="octicon-repo-forked" data-style="mega" data-count-href="/PokemonGoMap/PokemonGo-Map/network" data-count-api="/repos/PokemonGoMap/PokemonGo-Map#forks_count" data-count-aria-label="# forks on GitHub" aria-label="Fork PokemonGoMap/PokemonGo-Map on GitHub">Fork</a>
</div>
</div>
</div>
</div>
</section>
<section class="area">
<div class="container">
<div class="row">
<div class="col-md-5">
<ul class="visual-list">
<li>
<div class="img-holder">
<img src="images/graph-04.svg" width="110" alt="">
</div>
<div class="text-holder">
<h3>Live visualization</h3>
<p>Live visualization of all the pokemon (with option to show gyms and pokestops) in your area. This is a proof of concept that we can load all the pokemon visible nearby given a location. Currently runs on a Flask server displaying a Google Maps with markers on it. </p>
</div>
</li>
<li>
<div class="img-holder">
<img class="pull-left" src="images/graph-03.svg" width="90" alt="">
</div>
<div class="text-holder">
<h3>Open Source</h3>
<p>The project is an open source project hosted on Github under the GNU Affero GPL license. </p>
</div>
</li>
<li>
<div class="img-holder">
<img src="images/graph-02.svg" height="84" alt="">
</div>
<div class="text-holder">
<h3>Great Community</h3>
<p>We have an active community on <a href="https://github.com/PokemonGoMap/PokemonGo-Map">GitHub</a> and <a href="https://discord.gg/TPNKxuX">Discord</a>.</p>
</div>
</li>
</ul>
</div>
<div class="col-md-7">
<div class="slide-holder">
<h2 class="hidden-xs hidden-sm">Features</h2>
<div class="img-slide scroll-trigger"><img src="images/img-01.png" height="312" width="592" alt=""></div>
</div>
</div>
</div>
</div>
</section>
<section class="visual-container">
<a style="display: block; position: relative; top: -100px; visibility: hidden;" id="press"></a>
<div class="visual-area">
<div class="container">
<h2 style="color: #4a80f5;">Media Coverage</h2>
<ul class="testimonials">
<li>
<div class="img-holder"><a href="http://arstechnica.com/gaming/2016/07/how-hackers-are-revealing-the-hidden-pokemon-go-monsters-all-around-you/"><img src="images/logoat.png" height="43" width="165" alt="smashing magazine"></a></div>
<p><em>"Deciphered server data provides precise locations in a handy Google Map"</em></p>
</li>
<li>
<div class="img-holder"><a href="http://www.theverge.com/tldr/2016/7/19/12226958/pokemon-go-google-map-display"><img src="images/theverge.0.svg" height="43" width="165" alt="smashing magazine"></a></div>
<p><em>"This map can show the exact location of every pokémon around you"</em></p>
</li>
<li>
<div class="img-holder"><a href="http://www.stern.de/digital/games/pokemon-go-karte-genaue-fundorte-6972856.html?utm_campaign=social-flow&utm_source=facebook-fanpage&utm_medium=link"><img src="images/stern.svg" height="43" width="165" alt="smashing magazine"></a></div>
<p><em>"Diese Karte zeigt, wo sich wirklich Pokémon tummeln"</em></p>
</li>
</ul>
</div>
<img src="images/img-decor-02.jpg" height="764" width="1380" alt="" class="bg-stretch">
</div>
</section>
<div id="team"></div>
<section class="main" style="margin-top:60px;">
<div class="container">
<div class="content">
<div class="row">
<div class="col-md-4">
<h3 style="text-align:center;">Frontend Devs</h3>
<table align="center" style="width:70%; font-size: 16px; line-height: 36px; font-weight: bold; color: #4a80f5; ">
<tr><th style="text-align:center;">Carl</th>
<th style="text-align:center;"><a href="https://github.com/Octylpy">Octylpy</a></th></tr>
<tr><th style="text-align:center;"><a href="https://github.com/foodforarabbit">Rabbitz</a></th>
<th style="text-align:center;"><a href="https://github.com/solojungle">Ali Awari</a></th></tr>
<tr><th style="text-align:center;"><a href="http://frostthefox.pw/">Thunderfox</a></th>
<th style="text-align:center;"><a href="https://github.com/Vixus-">Vixus</a></th></tr>
<tr></tr>
</table>
</div>
<div class="col-md-4">
<h3 style="#3399CC; text-align:center;">Project Managers</h3>
<table align="center" style="width:70%; font-size: 16px; line-height: 36px; font-weight: bold; color: #4a80f5;">
<tr><th><center>Created by <a href="https://github.com/AHAAAAAAA/PokemonGo-Map">Ahmed</a> & <a href="https://github.com/JZ6">JZ6</a></center></th></tr>
</table>
<p style="text-align:center; padding-top:20px;"><strong>Contributors</strong>: <a href="https://github.com/vintagesucks">VintageSucks</a>, <a href="https://github.com/JonahAragon">JonahAragon</a>, Gaudon, memelyfe</p>
</div>
<div class="col-md-4">
<h3 style="text-align:center;">Backend Devs</h3>
<table align="center" style="width:70%; font-size: 16px; line-height: 36px; font-weight: bold; color: #4a80f5; vertical-align:middle;">
<tr><th style="text-align:center;"><a href="https://github.com/medghaim">Oxid</a></th>
<th style="text-align:center;">Marauder37</th></tr>
<tr><th style="text-align:center;">yigitserin</th>
<th style="text-align:center;"><a href="https://github.com/omkarmoghe">Omkar Moghe</a></tr>
<tr><th style="text-align:center;"><a href="https://github.com/DerScreever">DerScreever</a></th>
<th style="text-align:center;">Lunatiq</th></th></tr>
<tr><th style="text-align:center;">Jake</th>
<th style="text-align:center;"><a href="https://github.com/MonkeyLeeT">FallMonkey</a></th></tr>
</table>
</div>
</div>
</div>
</div>
</section>
<footer id="footer" style="text-align: center;">
<div class="container">
<div class="footer-holder">
<div class="row">
<div class="col-md-4 col-left">
<h3>PoGoMap</h3>
<p>A tool that quickly locates nearby Pokémon</p>
<p>Building off <a href="https://github.com/Mila432/Pokemon_Go_API">Mila432</a>'s PokemonGo API, <a href="https://github.com/tejado/pokemongo-api-demo">tejado</a>'s additions, <a href="https://github.com/leegao/pokemongo-api-demo/tree/simulation">leegao</a>'s additions and <a href="https://github.com/rochacbruno/Flask-GoogleMaps">Flask-GoogleMaps</a></p>
</div>
<div class="col-md-4 col-mid">
<h3>Contact Us</h3>
<p>Contact developers and find other members of our community.</p>
<p><a href="https://github.com/PokemonGoMap/PokemonGo-Map">GitHub</a> / <a href="https://discord.gg/TPNKxuX">Discord</a> / <a href="https://www.reddit.com/r/pokemongodev">Reddit</a></p>
</div>
<div class="col-md-4 col-right">
<div class="text-frame">
<h3>Info</h3>
<p>This site is not associated with The Pokémon Company or Niantic. All rights belong to their respective owners.</p>
</div>
</div>
</div>
</div>
</div>
</footer>
</div>
<script src="js/jquery-1.11.2.min.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/jquery.main.js"></script>
<script src="js/all.js"></script>
</body>
</html>