forked from xenon92/resurrectionremix-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
523 lines (467 loc) · 23.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
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
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
<!DOCTYPE HTML>
<!--
Resurrection Remix Website
Copyright (C) 2014-2015 Shubhang Rathore
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<html lang="en">
<head>
<meta charset="utf-8">
<title>Resurrection Remix - Android in all its Glory</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Styles -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link rel='stylesheet' id='prettyphoto-css' href="css/prettyPhoto.css" type='text/css' media='all'>
<link href="css/fontello.css" type="text/css" rel="stylesheet">
<link href="css/fontello-custom_icons.css" type="text/css" rel="stylesheet">
<link href='css/nprogress.css' rel='stylesheet' />
<!--[if lt IE 7]>
<link href="css/fontello-ie7.css" type="text/css" rel="stylesheet">
<![endif]-->
<!-- Google Web fonts -->
<link href='http://fonts.googleapis.com/css?family=Quattrocento:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Patua+One' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<style>
body {
padding-top: 35px; /* 60px to make the container go all the way to the bottom of the topbar */
}
</style>
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Favicon -->
<link rel="shortcut icon" href="img/favicon.ico">
<!-- JQuery -->
<script type="text/javascript" src="js/jquery.js"></script>
<!-- Load ScrollTo -->
<script type="text/javascript" src="js/jquery.scrollTo-1.4.2-min.js"></script>
<!-- Load LocalScroll -->
<script type="text/javascript" src="js/jquery.localscroll-1.2.7-min.js"></script>
<!-- prettyPhoto Initialization -->
<script type="text/javascript" charset="utf-8">
$(document).ready(function(){
$("a[rel^='prettyPhoto']").prettyPhoto();
});
</script>
<!-- Load nprogress -->
<script src='js/nprogress.js'></script>
<!-- Google Analytics -->
<script>
(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-50209445-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<!-- TODO: Check and fix CSS indenting -->
<!--******************** NAVBAR ********************-->
<div class="navbar-wrapper">
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<!-- Responsive Navbar Part 1: Button for triggering responsive navbar (not covered in tutorial). Include responsive CSS to utilize. -->
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a>
<h1 class="brand"><a href="#top">resurrection remix</a></h1>
<!-- Responsive Navbar Part 2: Place all navbar contents you want collapsed withing .navbar-collapse.collapse. -->
<nav class="pull-right nav-collapse collapse">
<ul id="menu-main" class="nav">
<li><a title="screenshots" href="#screenshots">Screenshots</a></li>
<li><a title="features" href="#features">Features</a></li>
<li><a title="downloads" href="#downloads">Downloads</a></li>
<li><a title="team" href="#team">Team</a></li>
<li><a title="credits" href="#credits">Credits</a></li>
</ul>
</nav>
</div>
<!-- /.container -->
</div>
<!-- /.navbar-inner -->
</div>
<!-- /.navbar -->
</div>
<!-- /.navbar-wrapper -->
<div id="top"></div>
<!-- ******************** HeaderWrap ********************-->
<div id="headerwrap">
<header class="clearfix">
<h1><img src="img/rr_logo_128x128.png" alt=""><br><span>resurrection</span><br>remix</h1>
<div class="container">
<div class="row">
<div class="span12">
</div>
</div>
<div class="row">
<div class="span12">
<ul class="icon">
<!-- <li><a href="#" target="_blank"><i class="icon-pinterest-circled"></i></a></li> -->
<li><a href="https://www.facebook.com/resurrectionremixrom" target="_blank"><i class="icon-facebook-circled"></i></a></li>
<li><a href="https://twitter.com/westcrip" target="_blank"><i class="icon-twitter-circled"></i></a></li>
<li><a href="https://plus.google.com/u/0/communities/109352646351468373340" target="_blank"><i class="icon-gplus-circled"></i></a></li>
<li><a href="https://github.com/ResurrectionRemix" target="_blank"><i class="icon-custom-github-circled-alt2"></i></a></li>
<!-- <li><a href="#" target="_blank"><i class="icon-skype-circled"></i></a></li> -->
</ul>
</div>
</div>
</div>
</header>
</div>
<!--******************** Feature ********************-->
<div class="scrollblock">
<section id="feature">
<div class="container">
<div class="row">
<div class="span12">
<article>
<p>We work to make your android experience elegant.</p>
<p>Handpicked features beautifully packed into one ROM.</p>
</article>
</div>
<!-- ./span12 -->
</div>
<!-- .row -->
</div>
<!-- ./container -->
</section>
</div>
<hr>
<!--******************** Screenshots Section ********************-->
<section id="screenshots" class="single-page scrollblock">
<div class="container">
<div class="align"><i class="icon-desktop-circled"></i></div>
<h1 id="folio-headline">Screenshots</h1>
<div class="row">
<div class="span4">
<div class="mask2"> <a href="img/screenshots/screenshot_01.png" rel="prettyPhoto"><img src="img/screenshots/screenshot_01.png" alt=""></a> </div>
<div class="inside">
<hgroup>
<h2><center>Personalizations</center></h2>
</hgroup>
<div class="entry-content">
<p><center>So much to customize! Don't get lost in the plethora of options.</center></p>
<!-- <a class="more-link" href="#">view project</a> --> </div>
</div>
<!-- /.inside -->
</div>
<!-- /.span4 -->
<div class="span4">
<div class="mask2"> <a href="img/screenshots/screenshot_02.png" rel="prettyPhoto"><img src="img/screenshots/screenshot_02.png" alt=""></a> </div>
<div class="inside">
<hgroup>
<h2><center>Pitch Black<sup>™</sup></center></h2>
</hgroup>
<div class="entry-content">
<p><center>Dark theme throughout the ROM supplemented with amazing animations.</center></p>
<!-- <a class="more-link" href="#">view project</a> --> </div>
</div>
<!-- /.inside -->
</div>
<!-- /.span4 -->
<div class="span4">
<div class="mask2"> <a href="img/screenshots/screenshot_03.png" rel="prettyPhoto"><img src="img/screenshots/screenshot_03.png" alt=""></a> </div>
<div class="inside">
<hgroup>
<h2><center>Heads Up!</center></h2>
</hgroup>
<div class="entry-content">
<p><center>Customize the Head Up notification experience</center></p>
<!-- <a class="more-link" href="#">view project</a> --> </div>
</div>
<!-- /.inside -->
</div>
<!-- /.span4 -->
</div>
<!-- /.row -->
<div class="row">
<div class="span4">
<div class="mask2"> <a href="img/screenshots/screenshot_04.png" rel="prettyPhoto"><img src="img/screenshots/screenshot_04.png" alt=""></a> </div>
<div class="inside">
<hgroup>
<h2><center>Interface Customizations</center></h2>
</hgroup>
<div class="entry-content">
<p><center>Customize every visible elements in the ROM, from status bar to recent apps.</center></p>
<!-- <a class="more-link" href="#">view project</a> --> </div>
</div>
<!-- /.inside -->
</div>
<!-- /.span4 -->
<div class="span4">
<div class="mask2"> <a href="img/screenshots/screenshot_05.png" rel="prettyPhoto"><img src="img/screenshots/screenshot_05.png" alt=""></a> </div>
<div class="inside">
<hgroup>
<h2><center>Miscellaneous Customizations</center></h2>
</hgroup>
<div class="entry-content">
<p><center>Personalize every bit of Resurrection Remix ROM experience</center></p>
<!-- <a class="more-link" href="#">view project</a> --> </div>
</div>
<!-- /.inside -->
</div>
<!-- /.span4 -->
<div class="span4">
<div class="mask2"> <a href="img/screenshots/screenshot_06.png" rel="prettyPhoto"><img src="img/screenshots/screenshot_06.png" alt=""></a> </div>
<div class="inside">
<hgroup>
<h2><center>Lollipop</center></h2>
</hgroup>
<div class="entry-content">
<p><center>Experience the smoothness and beauty of android Lollipop with latest sources</center></p>
<!-- <a class="more-link" href="#">view project</a> --> </div>
</div>
<!-- /.inside -->
</div>
<!-- /.span4 -->
</div>
<!-- /.row -->
<a href="https://medium.com/p/97e515f027da" target="_blank" class="btn btn-large">More Screenshots</a> </div>
</div>
<!-- /.container -->
</section>
<hr>
<!--******************** Features Section ********************-->
<section id="features" class="single-page scrollblock">
<div class="container">
<div class="align"><i class="icon-cog-circled"></i></div>
<h1>Features</h1>
<!-- Four columns -->
<div class="row">
<div class="span3">
<div class="align"> <i class="icon-tools sev_icon"></i> </div>
<h2><center>Stable</center></h2>
<p><center>Every build is compiled to provide a stable android experience that can be relied upon.</center></p>
</div>
<!-- /.span3 -->
<div class="span3">
<div class="align"> <i class="icon-cog sev_icon"></i> </div>
<h2><center>Android Lollipop</center></h2>
<p><center>Always get the latest of the android source updates from Google, CyanogenMod, Omni, Paranoid Android, AOKP and Slim ROMs.</center></p>
</div>
<!-- /.span3 -->
<div class="span3">
<div class="align"> <i class="icon-mobile-1 sev_icon"></i> </div>
<h2>Devices</h2>
<p><center>Resurrection Remix ROM is available for various devices with an amazing support from fellow users and developers in forums.</center></p>
</div>
<!-- /.span3 -->
<div class="span3">
<div class="align"> <i class="icon-chat sev_icon"></i> </div>
<h2><center>Community</center></h2>
<!-- TODO: Add links to the social network pages -->
<p><center>Be a part of Resurrection Remix community by liking our Facebook page, joining our Google+ community and following us on Twitter.</center></p>
</div>
<!-- /.span3 -->
<div class="span3">
<div class="align"> <i class="icon-custom-android sev_icon"></i> </div>
<h2><center>Open Source</center></h2>
<!-- TODO: Edit color of features-link & make it bold in css -->
<p><center>Each and every part of Resurrection Remix ROM is <a href="https://github.com/ResurrectionRemix" target="_blank" class="features-link">open source</a>. Everyone can contribute towards its development. Fork us!</center></p>
</div>
<!-- /.span3 -->
<div class="span3">
<div class="align"> <i class="icon-custom-download sev_icon"></i> </div>
<h2><center>OTA Updates</center></h2>
<p><center>Support to get notified Over-the-Air about new releases of Resurrection Remix ROM for your device is included in the source.</center></p>
</div>
<!-- /.span3 -->
<div class="span3">
<div class="align"> <i class="icon-custom-battery sev_icon"></i> </div>
<h2><center>Battery Friendly</center></h2>
<p><center>Even with so many customizations and features available, the ROM is very battery-friendly. We avoid battery hogging features.</center></p>
</div>
<!-- /.span3 -->
<div class="span3">
<div class="align"> <i class="icon-custom-chart-pie sev_icon"></i> </div>
<h2><center>All-in-One</center></h2>
<p><center>Resurrection Remix ROM has a mix of features from many ROMs, including Paranoid Android, Omni, Slim and AOKP.</center></p>
</div>
</div>
<!-- /.span3 -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</section>
<hr>
<!--******************** Testimonials Section ********************-->
<section id="testimonials" class="single-page scrollblock">
<div class="container">
<div class="row">
<div class="blockquote-wrapper">
<blockquote class="mega">
<div class="span4">
<p class="cite">Every new user's testimonial:</p>
</div>
<div class="span8">
<p class="alignright">"Resurrection Remix is one of the best custom ROMs I have ever used."</p>
</div>
</blockquote>
</div>
<!-- /.blockquote-wrapper -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</section>
<hr>
<!--******************** Downloads Section ********************-->
<section id="downloads" class="single-page scrollblock">
<div class="container">
<div class="align"><i class="icon-pencil-circled"></i></div>
<h1>Downloads</h1>
<!-- Three columns -->
<div class="row">
<article class="span4 post"> <img class="img-downloads" src="img/blog_img-01.png" alt="">
<div class="inside">
<p class="post-date"><i class="icon-calendar"></i></p>
<h2>Changelog</h2>
<div class="entry-content">
<p>List of features and bugfixes in the official releases…</p>
<a href="https://gist.github.com/westcripp/8874051" target="_blank"class="more-link">View Changelog</a> </div>
</div>
<!-- /.inside -->
</article>
<!-- /.span4 -->
<article class="span4 post"> <img class="img-downloads" src="img/blog_img-02.png" alt="">
<div class="inside">
<p class="post-date"></p>
<h2>Source Code</h2>
<div class="entry-content">
<p>Check out the android source code of Resurrection Remix…</p>
<a href="https://github.com/ResurrectionRemix" target="_blank" class="more-link">Github</a> </div>
</div>
<!-- /.inside -->
</article>
<!-- /.span4 -->
<article class="span4 post"> <img class="img-downloads" src="img/blog_img-03.png" alt="">
<div class="inside">
<p class="post-date"></p>
<h2>Downloads</h2>
<div class="entry-content">
<p>Get the latest releases for officially supported devices…</p>
<a href="http://forum.resurrectionremix.com/index.php?PHPSESSID=prtsikt0k4ejnvk508afaejra2&topic=2037.new#new" target="_blank" class="more-link">Download Now</a> </div>
</div>
<!-- /.inside -->
</article>
<!-- /.span4 -->
</div>
<!-- /.row -->
<a href="https://twitter.com/westcrip" target="_blank" class="btn btn-large">Announcements</a> </div>
<a href="http://forum.resurrectionremix.com/" target="_blank" class="btn btn-large">Visit our forum</a> </div>
<!-- /.container -->
</section>
<hr>
<!--******************** Team Section ********************-->
<section id="team" class="single-page scrollblock">
<div class="container">
<div class="align"><i class="icon-group-circled"></i></div>
<h1>Meet the team</h1>
<!-- Five columns -->
<div class="row">
<div class="span12">
<div class="align"> <img class="team-thumb img-circle" src="img/portrait-1.jpg" alt=""> </div>
<h3>Shubhang (xenon92)</h3>
<div class="job-position">Website Designer, Developer and Maintainer</div>
</div>
<!-- ./span2 -->
<div class="span12">
<div class="align"> <img class="team-thumb img-circle" src="img/portrait-2.png" alt=""> </div>
<h3>Altan (westcrip)</h3>
<div class="job-position">Founder, Developer and Maintainer</div>
</div>
<!-- ./span2 -->
</div>
<!-- /.row -->
<div class="row">
<div class="span10 offset1">
<hr class="featurette-divider">
<div class="featurette">
<!-- TODO: add links to images showing the view count of S2 thread. Make the links color yellow through css -->
<h2 class="featurette-heading">Want to know more? <span class="muted">| a brief history</span></h2>
<p>Altan started the Resurrection Remix ROM project in 2012 with android 4.0.x Ice Cream Sandwich. It soon became the most popular ROM with its original Samsung Galaxy S2 thread being the most viewed thread on XDA-developers for many months. He continued the development of the ROM till android 4.2.2 Jelly Bean.</p>
<p>After a long break, Altan came back to development and started his work on Resurrection Remix with android 4.4.x Kitkat. In the initial stages of the newly based ROM, Shubhang joined Altan. He brought new ideas to the table, with an aim to perfect the ROM in every way. He gave a face-lift to the ROM, initiated a dedicated website, improved upon things and together with Altan, both are working their ass off, making Resurrection Remix one of the best custom android ROM experience you'll ever have.</p>
</div>
<!-- /.featurette -->
<hr class="featurette-divider">
</div>
<!-- .span10 -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</section>
<!--******************** credits Section ********************-->
<section id="credits" class="single-page scrollblock">
<div class="container">
<div class="align"><i class="icon-custom-thumbs-up"></i></div>
<h1>Credits</h1>
<div class="row">
<div class="span10 offset1">
<hr class="featurette-divider">
<div class="featurette">
<h2 class="featurette-heading">Resurrection Remix team would like to thank all of its users, maintainers, contributors, fans and its community for their suggestions and love that keeps us motivated.<span class="muted"><br><br>We would also like to thank the following people for their vital contributions to Resurrection Remix.</span></h2><br>
<p style="font-size:18px;">
<br><b>David Smith a.k.a. PureLoneWolf @ XDA</b> - For setting up an independent forum and a custom domain.
<br><b>cyberboob @ XDA</b> - For signatures and images
<br><b>BigDenn @ XDA</b> - For bootanimations
<br><b>therichieboy</b> - For bootanimations
</p>
<p style="font-size:18px;"><br>
Resurrection Remix team is thankful to all the developers who contribute to custom ROMs. A special thanks to CyanogenMod and its contributors for providing a base for Resurrection Remix as well as to other custom ROMs such as Omni, PA, Slim and AOKP to name a few.
</p>
<p style="font-size:13px;"><br>
<br><br>This is an open source website, available at <a href="https://github.com/xenon92/resurrectionremix-website" target="_blank" class="github-source-link">Shubhang's Github</a>
</p>
</div>
<!-- /.featurette -->
<hr class="featurette-divider">
</div>
<!-- .span10 -->
</div>
</div>
<!-- ./span12 -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</section>
<hr>
<div class="footer-wrapper">
<div class="container">
<footer>
<!-- TODO: GPL License -->
<small>© 2014 - 2015 Shubhang Rathore</small>
</footer>
</div>
<!-- ./container -->
</div>
<!-- Loading the javaScript at the end of the page -->
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/jquery.prettyPhoto.js"></script>
<script type="text/javascript" src="js/site.js"></script>
<!-- nprogress Initialization-->
<script>
NProgress.start();
setTimeout(function() { NProgress.set(0.45); $('.fade').removeClass('out'); }, 1500);
setTimeout(function() { NProgress.set(0.80); $('.fade').removeClass('out'); }, 2200);
setTimeout(function() { NProgress.done(); $('.fade').removeClass('out'); }, 3000);
</script>
</body>
</html>