forked from mindon/ingress-portals-finder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
69 lines (62 loc) · 2.72 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="author" content="mindon/at/gmail.com" site="http://mindon.github.com/">
<title>
Ingress Portals Finder - Mindon.IDEA
</title>
<style type="text/css">
@font-face {
font-family: coda_regular;
src: url(fonts/coda_regular.ttf);
}
html, body {
font-family: coda_regular, sans-serif;
background-color:#222;
color: #fff;
font-size: 11pt;
line-height: 1.6em;
}
body {
text-align: center;
cursor: default;
}
a {
color: #3399ee;
}
a:hover {
color: #ff9900;
}
.alpha {
opacity: 0.5;
}
sup {font-size:9pt;color:#999;}
#mydonate {
color: #555;
font-size: 10pt;
cursor:pointer;
margin-left: 1.2em;
}
</style>
</head>
<body>
<h1>About Ingress Portals Finder <sup>V1.3.11</sup></h1>
<a href="http://mindon.github.com" target="_blank"><img title="Design & Developed By Mindon Feng" src="128.png" border="0" /></a>
<p style="color:red">Usage: <br/>
1. Sign in <a href="http://www.ingress.com/intel" target="_blank">NianticLabs@Google Ingress Site</a> and click icon <img src="20.png" align="absmiddle">;
<br/>
2. Set Bounds and Click "Query".
</ol>
<!-- https://chrome.google.com/webstore/detail/ingress-portals-finder/pglalnoakjpjaaobdjabdkedimkdnegk?hl=en-US&from=appself -->
<p>The blog provides <a id="myurl" href="http://mindon.github.com/blog/2013/01/26/incredible-ingress-portals-finder-a-chrome-extension-for-the-game/" target="_blank">latest CRX file</a> for manual installation <a id="mydonate" title="Inspire Me!">DONATE 0.99</a></p>
<p> </p>
<p class="alpha">Developed by <b>Mindon Feng</b> from <a href="http://mindon.github.com" target="_blank">Mindon.IDEA</a><br /><span style="font-size:10pt;color:#999">with Javascript/HTML5/ NodeJs/ MongoDB/ PhoneGap skills and learning <a href="http://golang.org" target="_blank">Go</a> Language<br />Who Enjoy Developing <a href="http://teespring.com/nodejs" target="_blank">NodeJS</a> Apps and <a href="https://chrome.google.com/webstore/search/Mindon?hl=en-US" target="_blank">Chrome Apps</a> & <a href="https://chrome.google.com/webstore/search-extensions/Mindon?hl=en-US" target="_blank">Extensions</a> :-)</span></p>
<p class="alpha" style="font-size:10pt">Thanks <a href="http://www.ingress.com" target="_blank">NianticLabs@Google</a>, and <a href="http://http://blog.shawtim.com/" target="_blank">ShawTim</a> for "Ingress: HK Portal List Extension".</p>
<form id="fmdonate" action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank" style="display:none">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="HCJSW6U8PUNEJ">
</form>
<script src="about.js"></script>
</body>
</html>