-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
160 lines (126 loc) · 5.62 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="en">
<!-- ******** head ******** -->
<head>
<meta charset="utf-8">
<title>Ingress Intel Total Conversion</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="/assets/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="/assets/bootstrap/css/bootstrap-theme.min.css" rel="stylesheet">
<link href="/assets/css/style.css" rel="stylesheet">
<link href="/assets/icomoon/style.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="/assets/html5shiv/html5shiv.js"></script>
<![endif]-->
<!-- android uses the apple icons when adding shortcuts - looks better than favicons -->
<link rel="apple-touch-icon-precomposed" href="/apple-touch-icon-precomposed.png">
<style>
.nowrap { white-space: nowrap; }
</style>
</head>
<!-- ******** body ******** -->
<body>
<div class="container">
<!-- **** page header **** -->
<div class="header well">
<div class="media">
<a class="pull-left" href="/">
<img class="media-object" src="/assets/img/logo.png" title="IITC" alt="IITC Logo">
</a>
<div class="media-body">
<h1 class="media-heading">Ingress Intel Total Conversion</h1>
<div class="g-plusone" data-annotation="inline" data-width="300" data-href="http://www.iitc.me/"></div>
</div>
</div>
</div>
<!-- **** top alert box **** -->
<div class="alert alert-block alert-info">
Follow the
<b><a href="https://plus.google.com/105383756361375410867"><span class="icon-google-plus"></span> IITC page</a></b>
for release announcements.
Join the
<b><a href="https://plus.google.com/communities/105647403088015055797"><span class="icon-google-plus"></span> IITC Community</a></b>
- a place to ask for help and discuss with other users.
</div>
<!-- **** alert box when standard intel site changes **** -->
<!--
<div class="alert alert-block alert-danger">
<b>IITC has yet again been broken by changes Niantic have made.</b> Further information/discussion on
<a href="xxxxxxxxxxxxxxxxxxx">this Google+ post</a>.
</div>
-->
<!-- **** two column body area **** -->
<div class="row">
<!-- **** navigation **** -->
<div class="col-md-3">
<div class="list-group nowrap">
<a class="list-group-item active" href="/"><span class="icon-house"></span> Home</a>
<a class="list-group-item" href="/news/"><span class="icon-newspaper"></span> News</a>
<a class="list-group-item" href="/faq/"><span class="icon-help"></span> FAQ</a>
<div class="list-group-item"><div class="text-muted"><span class="icon-arrow-right"></span> Downloads</div><div class="list-group"><a class="list-group-item" href="/desktop/"><span class="icon-screen"></span> Desktop</a>
<a class="list-group-item" href="/mobile/"><span class="icon-mobile"></span> Mobile</a>
<a class="list-group-item" href="/test/"><span class="icon-tools"></span> Test Builds</a>
</div></div><a class="list-group-item" href="/developer/"><span class="icon-cog"></span> Developers</a>
<a class="list-group-item" href="/about/"><span class="icon-info"></span> About</a>
<a class="list-group-item" href="/donate/"><span class="icon-arrow-right"></span> Donate</a>
</div>
</div>
<!-- **** end of navigation **** -->
<!-- **** page body **** -->
<div class="col-md-9">
<div class="panel panel-default">
<div class="panel-body">
<h2>Welcome</h2>
<p>
Welcome to the home page of <abbr title="Ingress Intel Total Conversion">IITC</abbr>.
</p>
<p>
IITC is a browser add-on that modifies the Ingress intel map. It is faster than the standard site, and
offers many more features. It is available for
<a href="?page=desktop">desktop browsers</a>, such as Chrome and Firefox, and as a
<a href="?page=mobile">mobile application</a>.
</p>
<h3>Latest news</h3>
<h4>12th September 2015</h4>
<p>
IITC 0.25.0 has been released. This is a critical update to fix things after a Niantic site update.
</p>
<p>
Other changes include
</p>
<ul>
<li>"Placeholder portals". Like stock intel, IITC creates clickable portals at the end of links. Portal highlighters
won't work on these as they don't contain enough information</li>
<li>Artifacts loading fixed after a change in data format by Niantic</li>
<li>'show-more-portals' plugin is no longer required - Niantic now return all portals at zoom 15, rather than zoom 17</li>
<li>New plugin: "cache-details-on-map". Caches the portal details as you select portals, and keeps these portals on the map
even when you zoom out</li>
<li>and other tweaks/bugfixes</li>
</ul>
<b>Update 17th September 2015</b>
<p>IITC 0.25.1 released. This fixes search not working after MapQuest made a change to their API.</p>
<b>Update 2nd October 2016</b>
<p>IITC 0.25.2 released. This fixes loading IITC after Niantic stopped redirecting ingress.com to www.ingress.com.</p>
<a class="btn btn-default btn-sm" href="?page=news">Older news</a>
</div>
</div>
</div>
<!-- **** end of page body **** -->
</div> <!-- row - for navigation + page body -->
<!-- **** footer **** -->
<div class="alert alert-block alert-danger">
<span class="icon-warning"></span>
This site and the scripts are not officially affiliated with Ingress or Niantic Labs at Google.
Using these scripts is likely to be considered against the Ingress Terms of Service. Any use is at your own risk.
</div>
</div> <!-- container -->
<!-- ******** javascript includes ******** -->
<script src="http://code.jquery.com/jquery.js"></script>
<script src="/assets/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="https://apis.google.com/js/platform.js"></script>
</body>
</html>