-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathindex.html
803 lines (783 loc) · 23.6 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
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
<!DOCTYPE HTML>
<!--
Resurrection Remix Website
Copyright (C) 2014-2019 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">
<meta name="theme-color" content="#000000">
<title>
Resurrection Remix OS | Get Resurrected
</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="description">
<meta content="" name="author">
<!-- Styles -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/prettyPhoto.css" id="prettyphoto-css" media="all" rel="stylesheet" type="text/css">
<link href="css/fontello.css" rel="stylesheet" type="text/css">
<link href="css/fontello-custom_icons.css" rel="stylesheet" type="text/css">
<link href="css/nprogress.css" rel="stylesheet" />
<!-- Google Web fonts -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<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">
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet">
<link href="//db.onlinewebfonts.com/c/000be6a5acfcd4e4a425e9f1bb6c80f0?family=Google+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>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-132900199-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-132900199-1');
</script>
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<!-- Favicon -->
<link href="img/favicon.png" rel="shortcut icon">
<!-- JQuery -->
<script src="js/jquery.js" type="text/javascript">
</script>
<!-- Load ScrollTo -->
<script src="js/jquery.scrollTo.min.js" type="text/javascript">
</script>
<!-- Load LocalScroll -->
<script src="js/jquery.localScroll.min.js" type="text/javascript">
</script>
<!-- prettyPhoto Initialization -->
<script type="text/javascript">
$(document).ready(function () {
$("a[rel^='prettyPhoto']").prettyPhoto();
});
</script>
<!-- Load nprogress -->
<script src="js/nprogress.js">
</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-target=".nav-collapse" data-toggle="collapse">
<span class="icon-bar">
</span>
<span class="icon-bar">
</span>
<span class="icon-bar">
</span>
</a>
<h1 class="brand">
<a href="#top">
<b>
Resurrection Remix OS
</b>
</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 class="nav" id="menu-main">
<li>
<a href="#screenshots" title="screenshots">
Screenshots
</a>
</li>
<li>
<a href="#features" title="features">
Features
</a>
</li>
<li>
<a href="#downloads" title="downloads">
Downloads
</a>
</li>
<li>
<a href="#team" title="team">
Team
</a>
</li>
<li>
<a href="#credits" title="credits">
Credits
</a>
</li>
</ul>
</nav>
</div>
<!-- /.container -->
</div>
<!-- /.navbar-inner -->
</div>
<!-- /.navbar -->
</div>
<!-- /.navbar-wrapper -->
<div id="top">
</div>
<!-- ******************** HeaderWrap ********************-->
<div class="headerwrap">
<div>
</p>
<p class="rr-header">Happy flashing!
</p>
</div>
<div>
<p class="rr-subheader">RR VERSION 8.0 'ANDROID 10' HAS BEEN RELEASED!</p>
<a class="btn btn-large" href="https://get.resurrectionremix.com/"
target="_blank">
DOWNLOAD
</a>
</div>
<div class="container">
<div class="row">
<div class="span12">
</div>
</div>
<div class="fb-post" data-href="https://www.facebook.com/resurrectionremixrom/posts/2793510864205289" style="color:#f5f5f5" data-show-text="true" data-width=""><p cite="https://www.facebook.com/resurrectionremixrom/posts/2793510864205289" class="fb-xfbml-parse-ignore"><p>Hello all!
It's been a long time since you heard from us. We hope you are safe and well during this crazy pandemic. We are back and with some good news! Resurrection Remix is back! We were away for Q for a while but now the rom is rock stable and source is ready for the public. Grab into your build servers because the source is ready to go!!
The rom is very stable at the moment with tons of features to even count. 'This is the hottest RR version so far' Most of the issues have been resolved during the testing phase for Oneplus 7pro and 7t pro builds published on xda a few months ago. So get ready to build for your device!</p>Posted by <a href="https://www.facebook.com/resurrectionremixrom/">Resurrection Remix OS</a> on <a href="https://www.facebook.com/resurrectionremixrom/posts/2793510864205289">Tuesday, August 11, 2020</a></p></div>
</header>
</div>
<!--******************** Feature ********************-->
<div class="scrollblock">
<section id="feature">
<div class="container">
<div class="row">
<div class="span12">
<article>
<p class="thanx" style="font-size:40px;">
We work to make your android experience elegant.
Handpicked features beautifully packed in one OS.
</p>
</article>
</div>
<!-- ./span12 -->
</div>
<!-- .row -->
</div>
<!-- ./container -->
</section>
</div>
<!--******************** Screenshots Section ********************-->
<section class="single-page scrollblock" id="screenshots">
<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 alt="" src="img/screenshots/screenshot_01.png" />
</a>
</div>
<div class="inside">
<hgroup>
<h2>
Personalizations
</h2>
</hgroup>
<div class="entry-content">
<p align="center">
Don't get lost in the plethora of customization options
</p>
</div>
</div>
<!-- /.inside -->
</div>
<!-- /.span4 -->
<div class="span4">
<div class="mask2">
<a href="img/screenshots/screenshot_02.png" rel="prettyPhoto">
<img alt="" src="img/screenshots/screenshot_02.png" />
</a>
</div>
<div class="inside">
<hgroup>
<h2>
Advanced Quick Settings
</h2>
</hgroup>
<div class="entry-content">
<p align="center">
Quick settings toggles re-imagined to increase their utility
</p>
</div>
</div>
<!-- /.inside -->
</div>
<!-- /.span4 -->
<div class="span4">
<div class="mask2">
<a href="img/screenshots/screenshot_03.png" rel="prettyPhoto">
<img alt="" src="img/screenshots/screenshot_03.png" />
</a>
</div>
<div class="inside">
<hgroup>
<h2>
Gesture Controls
</h2>
</hgroup>
<div class="entry-content">
<p align="center">
Experience your device in a new way with custom gesture controls
</p>
</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 alt="" src="img/screenshots/screenshot_04.png" />
</a>
</div>
<div class="inside">
<hgroup>
<h2>
Interface Customizations
</h2>
</hgroup>
<div class="entry-content">
<p align="center">
Customize every visible elements in the ROM, from status bar to navigation bar
</p>
</div>
</div>
<!-- /.inside -->
</div>
<!-- /.span4 -->
<div class="span4">
<div class="mask2">
<a href="img/screenshots/screenshot_05.png" rel="prettyPhoto">
<img alt="" src="img/screenshots/screenshot_05.png" />
</a>
</div>
<div class="inside">
<hgroup>
<h2>
Lockscreen Customizations
</h2>
</hgroup>
<div class="entry-content">
<p align="center">
Tweak your lockscreen's view and functionality with plenty of settings to customize
</p>
</div>
</div>
<!-- /.inside -->
</div>
<!-- /.span4 -->
<div class="span4">
<div class="mask2">
<a href="img/screenshots/screenshot_06.png" rel="prettyPhoto">
<img alt="" src="img/screenshots/screenshot_06.png" />
</a>
</div>
<div class="inside">
<hgroup>
<h2>
Buttons Customizations
</h2>
</hgroup>
<div class="entry-content">
<p align="center">
Make the limited number of buttons do unlimited number of things for you
</p>
</div>
</div>
<!-- /.inside -->
</div>
<!-- /.span4 -->
</div>
</div>
<!-- /.container -->
</section>
<!--******************** Features Section ********************-->
<section class="single-page scrollblock" id="features">
<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>
Stable
</h2>
<p align="center">
Every build is compiled to provide a stable android experience
</p>
</div>
<!-- /.span3 -->
<div class="span3">
<div class="align">
<i class="icon-cog sev_icon">
</i>
</div>
<h2>
Android Oreo/Pie/Q
</h2>
<p align="center">
Always get the latest of the android source code and security updates
</p>
</div>
<!-- /.span3 -->
<div class="span3">
<div class="align">
<i class="icon-mobile-1 sev_icon">
</i>
</div>
<h2>
Devices
</h2>
<p align="center">
Available for a wide range of devices with support from developers in forums
</p>
</div>
<!-- /.span3 -->
<div class="span3">
<div class="align">
<i class="icon-custom-android sev_icon">
</i>
</div>
<h2>
Open Source
</h2>
<p align="center">
Source code of the OS is available at
<a class="features-link" href="https://github.com/ResurrectionRemix" target="_blank">
Github</a>. Fork us!
</p>
</div>
<!-- /.span3 -->
<div class="span3">
<div class="align">
<i class="icon-chat sev_icon">
</i>
</div>
<h2>
Community
</h2>
<p align="center">
Join us on our
<a class="features-link" href="https://www.facebook.com/resurrectionremixrom" target="_blank">
Facebook
</a>
page,
<a class="features-link" href="https://t.me/resurrectionremixchat"
target="_blank">
Telegram community
</a>
/
<a class="features-link" href="https://t.me/resurrectionremixchannel"
target="_blank">
Telegram updates
</a>
and
<a class="features-link" href="https://twitter.com/rrosofficial" target="_blank">
Twitter
</a>
</p>
</div>
<!-- /.span3 -->
<div class="span3">
<div class="align">
<i class="icon-custom-download sev_icon">
</i>
</div>
<h2>
OTA Updates
</h2>
<p align="center">
Over-the-Air notifications about new OS version releases for the device
</p>
</div>
<!-- /.span3 -->
<div class="span3">
<div class="align">
<i class="icon-custom-battery sev_icon">
</i>
</div>
<h2>
Battery Friendly
</h2>
<p align="center">
Optimizations done at source code level to keep the OS battery-friendly
</p>
</div>
<!-- /.span3 -->
<div class="span3">
<div class="align">
<i class="icon-custom-chart-pie sev_icon">
</i>
</div>
<h2>
All-in-One
</h2>
<p align="center">
One of the most customizable OS out-of-the-box!
</p>
</div>
</div>
<!-- /.span3 -->
</div>
<!-- /.row -->
<!-- /.container -->
</section>
<!--******************** Testimonials Section ********************-->
<section class="single-page scrollblock" id="testimonials">
<div class="container">
<div class="row">
<div class="blockquote-wrapper">
<blockquote class="mega">
<div class="span4">
<p class="cite">
<b>
Every new user's testimonial:
</b>
</p>
</div>
<div class="span8">
<p class="alignright">
<b>
"Resurrection Remix is one of the best custom android OS I have ever used."
</b>
</p>
</div>
</blockquote>
</div>
<!-- /.blockquote-wrapper -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</section>
<!--******************** Downloads Section ********************-->
<section class="single-page scrollblock" id="downloads">
<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 alt="" class="img-downloads" src="img/blog_img-01.png">
<div class="inside">
<p class="post-date">
<i class="icon-calendar">
</i>
</p>
<center>
<h2>
Changelog
</h2>
<div class="entry-content">
<p>
List of features and bug-fixes in the official releases
</p>
<a class="more-link"
href="https://www.facebook.com/resurrectionremixrom"
target="_blank">
View Release Notes
</a>
</div>
</center>
</div>
<!-- /.inside -->
</article>
<!-- /.span4 -->
<article class="span4 post">
<img alt="" class="img-downloads" src="img/blog_img-02.png">
<div class="inside">
<p class="post-date">
</p>
<center>
<h2>
Source Code
</h2>
<div class="entry-content">
<p>
Check out the android source code of Resurrection Remix
</p>
<a class="more-link" href="https://github.com/ResurrectionRemix" target="_blank">
Github
</a>
</div>
</center>
</div>
<!-- /.inside -->
</article>
<!-- /.span4 -->
<article class="span4 post">
<img alt="" class="img-downloads" src="img/blog_img-03.png">
<div class="inside">
<p class="post-date">
</p>
<center>
<h2>
Downloads
</h2>
<div class="entry-content">
<p>
Get the latest Q releases for officially supported devices
</p>
<a class="more-link" href="https://get.resurrectionremix.com/" target="_blank">
Download Now
</a>
</div>
</center>
</div>
<!-- /.inside -->
</article>
<!-- /.container -->
</section>
<!--******************** Team Section ********************-->
<section class="single-page scrollblock" id="team">
<div class="container">
<div class="align">
<i class="icon-group-circled">
</i>
</div>
<h1>
Meet the team
</h1>
<!-- Five columns -->
<div class="row">
<!-- ./span2 -->
<div class="span12">
<div class="align">
</div>
<h3>
<b>
Altan KRK (westcrip)
</b>
</h3>
<div style="color:#bdbebf" class="job-position">
Founder, UX Designer, Head Developer
</div>
</div>
<div class="span12">
<div class="align">
</div>
<h3>
<b>
Varun Date (varund7726)
</b>
</h3>
<div style="color:#bdbebf" class="job-position">
Device Maintainer, UX Designer, Head Developer
</div>
</div>
<div class="span12">
<div class="align">
</div>
<h3>
<b>
Shubhang Rathore (xenon92)
</b>
</h3>
<div style="color:#bdbebf" class="job-position">
Website Designer, Developer and Maintainer
</div>
</div>
<div class="span12">
<div class="align">
</div>
<h3>
<b>
Akhil Narang
</b>
</h3>
<div style="color:#bdbebf" class="job-position">
Device Maintainer and Developer
</div>
</div>
<div class="span12">
<div class="align">
</div>
<h3>
<b>
Brian Koluch (bdogg718k)
</b>
</h3>
<div style="color:#bdbebf" class="job-position">
Device Maintainer and Developer
</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 -->
<p class="thanx">
Want to know more? | a brief history
</p>
<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>
<p>
With android Lollipop 5.0, Akhil, Brian, and Varun joined Altan, to make Resurrection Remix
even more awesome.
</p>
<p>
And the story continues...
</p>
</div>
<!-- /.featurette -->
<hr class="featurette-divider">
</div>
<!-- .span10 -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</section>
<!--******************** credits Section ********************-->
<section class="single-page scrollblock" id="credits">
<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">
<p class="thanx">
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.
</p>
<div>
<p class="thanx">We would also like to thank the following people for their vital contributions to
Resurrection Remix.</p>
</div>
<p class="thanx" style="font-size:24px;">
Resurrection Remix team is thankful to all the developers who contribute to custom ROMs.
</p>
</div>
</div>
<!-- .span10 -->
</div>
</div>
<div class="container">
<div class="row">
<div class="span12">
</div>
</div>
<div class="row">
<div class="span12">
<ul class="icon">
<li>
<a href="https://github.com/ResurrectionRemix" target="_blank">
<img src="https://cdn.shopify.com/s/files/1/0271/0002/0835/files/logo.svg?v=1598711929" alt="resurrection remix github" width="50" height="50">
</i>
</a>
</li>
<li>
<a href="https://www.facebook.com/resurrectionremixrom" target="_blank">
<img src="https://cdn.shopify.com/s/files/1/0271/0002/0835/files/facebook.svg?v=1598712314" alt="resurrection remix facebook" width="50" height="50">
</i>
</a>
</li>
<li>
<a href="https://twitter.com/rrosofficial" target="_blank">
<img src="https://cdn.shopify.com/s/files/1/0271/0002/0835/files/twitter_1.svg?v=1598712421" alt="resurrection remix twitter" width="50" height="50">
</i>
</a>
</li>
<li>
<a href="https://t.me/resurrectionremixchat" target="_blank">
<img src="https://cdn.shopify.com/s/files/1/0271/0002/0835/files/telegram.svg?v=1598712500" alt="resurrection remix telegram" width="50" height="50">
</i>
</a>
</li>
</ul>
</div>
</div>
<p>
Hosted on <a href="https://www.packet.com/"><img src="img/packet.png" alt="sponsor"></a>
</p>
</div>
<!-- ./span12 -->
<!-- /.row -->
<!-- /.container -->
</section>
<div class="footer-wrapper">
<footer>
<small>
2012 - 2020 Resurrection Remix
</small>
</footer>
</div>
<!-- ./container -->
</div>
<!-- Loading the javaScript at the end of the page -->
<script src="js/bootstrap.js" type="text/javascript">
</script>
<script src="js/jquery.prettyPhoto.js" type="text/javascript">
</script>
<script src="js/site.js" type="text/javascript">
</script>
</body>
</html>