-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
297 lines (287 loc) · 14.2 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
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
295
296
297
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="description"
content="OTA update page for AICP ROM. Find device and download flashable zip for your device.">
<meta name="author" content="eboye">
<link rel="apple-touch-icon" sizes="57x57" href="imgs/favicons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="imgs/favicons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="imgs/favicons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="imgs/favicons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="imgs/favicons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="imgs/favicons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="imgs/favicons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="imgs/favicons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="imgs/favicons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="imgs/favicons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="imgs/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="imgs/favicons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="imgs/favicons/favicon-16x16.png">
<link rel="manifest" href="imgs/favicons/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="imgs/favicons/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- Twitter Card data -->
<meta name="twitter:card" content="imgs/featured_image_aicp.png">
<meta name="twitter:site" content="@eboyee">
<meta name="twitter:title" content="AICP OTA">
<meta name="twitter:description" content="OTA update page for AICP ROM. Find device and download flashable zip for your device.">
<meta name="twitter:creator" content="@eboyee">
<meta name="twitter:image:src" content="imgs/featured_image_aicp.png">
<!-- Open Graph data -->
<meta property="og:title" content="AICP OTA"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://eboye.github.io/AICP-OTA/"/>
<meta property="og:image" content="imgs/featured_image_aicp.png"/>
<meta property="og:description" content="OTA update page for AICP ROM. Find device and download flashable zip for your device."/>
<meta property="og:site_name" content="AICP OTA"/>
<title>AICP OTA</title>
<!-- show load indicator on load and AJAX -->
<!-- help to user wait when he click on something -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/pace/1.0.2/pace.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pace/1.0.2/themes/blue/pace-theme-minimal.min.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<script>"use strict";
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-71822266-1', 'auto');
ga('send', 'pageview', {
'page': location.pathname + location.search + location.hash
});
</script>
</head>
<body class="ota">
<header>
<nav class="blue-grey darken-4 nav-extended">
<div class="container">
<div class="nav-wrapper">
<a href="https://eboye.github.io/AICP-OTA/" class="brand-logo">
<img src="imgs/aicp_vector.svg" alt="AICP OTA" width="111" height="56"/>
</a>
<a href="#!" data-activates="mobile-menu" class="button-collapse right"><i class="aicp-menu"></i></a>
<ul id="main-nav" class="right hide-on-med-and-down">
<li class="active">
<a href="https://eboye.github.io/AICP-OTA/">
<i class="aicp-download left"></i>OTA updates
</a>
</li>
<li>
<a href="https://plus.google.com/communities/101008638920580274588" target="_blank">
<i class="aicp-google-plus left"></i>Community
</a>
</li>
<li>
<a href="#!" class="dropdown-button" data-activates="source_code" data-beloworigin="true">
<i class="aicp-code left"></i>Source code<i class="aicp-arrow_drop_down right"></i>
</a>
</li>
</ul>
<ul id="source_code" class="dropdown-content">
<li>
<a target="_blank" class="right-align blue-grey-text text-darken-4" href="https://github.com/AICP">
<i class="aicp-github-alt left"></i>GitHub
</a>
</li>
<li>
<a target="_blank" class="right-align blue-grey-text text-darken-4" href="http://gerrit.aicp-rom.com/">
<i class="aicp-code left"></i>Gerrit
</a>
</li>
<li class="divider"></li>
<li class="menu-title allcaps blue-grey-text text-darken-4">Build tutorials</li>
<li class="divider"></li>
<li>
<a href="build-on-linux.html" class="right-align blue-grey-text text-darken-4">
<i class="aicp-linux left"></i>Linux
</a>
</li>
<li>
<a href="build-on-mac.html" class="right-align blue-grey-text text-darken-4">
<i class="aicp-apple left"></i>Mac
</a>
</li>
</ul>
</div>
<div class="nav-content">
<ul id="devicechoose" class="tabs-transparent tabs-fixed-width">
<li><a class="tab active" href="#!">AICP</a></li>
</ul>
</div>
</div>
</nav>
<div class="material_background blue-grey darken-4 hide">
<div class="container">
<h1>Hello, flash junkies!</h1>
<p>Here you can find flashable ZIPs for your beloving Android devices. Just choose your device OEM and find your
device in list.</p>
</div>
</div>
</header>
<main>
<div class="container">
<div class="row">
<form>
<div class="input-field col s12">
<input id="search" type="text"/>
<label class="label-icon" for="search"><i class="aicp-search left small"></i></label>
</div>
</form>
</div>
</div>
<div class="container">
<div id="thumbnail-devices" class="row"></div>
</div> <!-- /container -->
</main>
<footer class="page-footer grey lighten-4">
<div class="footer-copyright">
<div class="container">
<p class="blue-grey-text text-darken-4">
© 2017 AICP
</p>
</div>
</div>
</footer>
<!-- Modal -->
<div class="modal bottom-sheet" id="modal">
<div class="modal-content">
<div class="modal-header">
<h4 id="downloadModal"></h4>
<div class="graph row amber darken-4">
<div class="col s1 right bar0 grey lighten-5 amber-text text-darken-4 no-padding"></div>
<div class="col s1 right bar1 grey lighten-5 amber-text text-darken-4 no-padding"></div>
<div class="col s1 right bar2 grey lighten-5 amber-text text-darken-4 no-padding"></div>
<div class="col s1 right bar3 grey lighten-5 amber-text text-darken-4 no-padding"></div>
<div class="col s1 right bar4 grey lighten-5 amber-text text-darken-4 no-padding"></div>
<div class="col s1 right bar5 grey lighten-5 amber-text text-darken-4 no-padding"></div>
<div class="col s1 right bar6 grey lighten-5 amber-text text-darken-4 no-padding"></div>
<div class="col s1 right bar7 grey lighten-5 amber-text text-darken-4 no-padding"></div>
<div class="col s1 right bar8 grey lighten-5 amber-text text-darken-4 no-padding"></div>
<div class="col s1 right bar9 grey lighten-5 amber-text text-darken-4 no-padding"></div>
<div class="col s1 right bar10 grey lighten-5 amber-text text-darken-4 no-padding"></div>
<div class="col s1 right bar11 grey lighten-5 amber-text text-darken-4 no-padding"></div>
</div>
</div>
<div class="modal-body"></div>
</div>
<div class="modal-footer">
<button type="button" class="modal-action modal-close waves-effect waves-green btn-flat">Close</button>
</div>
</div>
<!-- FAB -->
<ul class="side-nav" id="mobile-menu">
<li class="active">
<a href="https://eboye.github.io/AICP-OTA/">
<i class="aicp-download left"></i>OTA updates
</a>
</li>
<li>
<a href="https://plus.google.com/communities/101008638920580274588" target="_blank">
<i class="aicp-google-plus left"></i>Google+ Community
</a>
</li>
<li class="divider"></li>
<li>
<a target="_blank" class="blue-grey-text text-darken-4" href="https://github.com/AICP">
<i class="aicp-github-alt left"></i>GitHub
</a>
</li>
<li>
<a target="_blank" class="blue-grey-text text-darken-4" href="http://gerrit.aicp-rom.com/">
<i class="aicp-code left"></i>Gerrit
</a>
</li>
<li class="divider"></li>
<li class="menu-title allcaps blue-grey-text text-darken-4">Build tutorials</li>
<li class="divider"></li>
<li>
<a href="build-on-linux.html" class="blue-grey-text text-darken-4">
<i class="aicp-linux left"></i>Linux
</a>
</li>
<li>
<a href="build-on-mac.html" class="blue-grey-text text-darken-4">
<i class="aicp-apple left"></i>Mac
</a>
</li>
</ul>
<div class="fixed-action-btn share-btn" style="bottom: 45px; right: 24px;">
<div class="btn-floating btn-large red">
<i class="aicp-share"></i>
</div>
<ul>
<li>
<a target="_blank"
href="https://twitter.com/intent/tweet?source=https://eboye.github.io/AICP-OTA/&text=OTA update page for AICP ROM. Find device and download flashable zip for your device. https://eboye.github.io/AICP-OTA/&hashtags=aicp"
class="btn-floating color-twitter">
<i class="socicon">a</i>
</a>
</li>
<li>
<a target="_blank"
href="https://www.facebook.com/sharer/sharer.php?u=https://eboye.github.io/AICP-OTA/&t=OTA update page for AICP ROM. Find device and download flashable zip for your device."
class="btn-floating color-facebook">
<i class="socicon">b</i>
</a>
</li>
<li>
<a target="_blank" href="https://plus.google.com/share?url=https://eboye.github.io/AICP-OTA/"
class="btn-floating color-googleplus">
<i class="socicon">c</i>
</a>
</li>
<li>
<a target="_blank"
href="http://pinterest.com/pin/create/button/?url=https://eboye.github.io/AICP-OTA/&media=https://eboye.github.io/AICP-OTA/imgs/featured_image_aicp.png&description=OTA update page for AICP ROM. Find device and download flashable zip for your device."
class="btn-floating color-pinterest">
<i class="socicon">d</i>
</a>
</li>
<li>
<a target="_blank"
href="https://getpocket.com/save?url=https://eboye.github.io/AICP-OTA/&title=OTA update page for AICP ROM. Find device and download flashable zip for your device."
class="btn-floating color-pocket">
<i class="socicon">?</i>
</a>
</li>
<li>
<a target="_blank"
href="https://www.tumblr.com/widgets/share/tool?shareSource=legacy&canonicalUrl=&url=https://eboye.github.io/AICP-OTA/&title=OTA update page for AICP ROM. Find device and download flashable zip for your device."
class="btn-floating color-tumblr">
<i class="socicon">z</i>
</a>
</li>
<li>
<a target="_blank"
href="http://www.linkedin.com/shareArticle?mini=true&url=https://eboye.github.io/AICP-OTA/&title=OTA update page for AICP ROM. Find device and download flashable zip for your device.&summary=OTA update page for AICP ROM. Find device and download flashable zip for your device.&source=https://eboye.github.io/AICP-OTA/"
class="btn-floating color-linkedin">
<i class="socicon">j</i>
</a>
</li>
<li>
<a target="_blank"
href="mailto:?subject=OTA update page for AICP ROM. Find device and download flashable zip for your device.&body=OTA update page for AICP ROM. Find device and download flashable zip for your device."
class="btn-floating color-email">
<i class="socicon">@</i>
</a>
</li>
</ul>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/js/materialize.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-storage-api/1.9.4/jquery.storageapi.min.js"></script>
<script src="js/app.js"></script>
</body>
</html>