-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
458 lines (438 loc) · 17.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="author" content="Grayrids"> <!-- creator of this template -->
<link rel="shortcut icon" type="image/png" href="img/favICO.png" />
<title>SHRP</title>
<meta name="keywords" content="SkyHawk,Recovery,TWRP,SkyHawk Recovery,Android,Android Recovery,SHRP,SHRP Recovery">
<meta name="description"
content="SkyHawk Recovery is revamped version of TWRP with lots of new features & Full new UI">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/line-icons.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/owl.theme.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/nivo-lightbox.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/responsive.css">
<link rel="stylesheet" href="css/c_style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@400;800&display=swap" rel="stylesheet">
<style>
@font-face {
font-family: Quesat;
src: url(fonts/Quesat.otf);
}
.shrp_logo {
font-family: 'Quesat';
color: white;
letter-spacing: 4px;
transform: translateY(7px);
}
.fL{
font-family: Raleway;
font-weight: 200;
letter-spacing: 1px;
}
.lL{
font-family: Raleway;
font-weight: 900;
letter-spacing: 1px;
margin-right: 10px;
}
</style>
</head>
<body>
<!-- Header Section Start -->
<header id="home" class="hero-area-2">
<div class="overlay"></div>
<nav class="navbar navbar-expand-md bg-inverse fixed-top scrolling-navbar">
<div class="container">
<a href="index.html" class="navbar-brand">
<h4 class="shrp_logo">SHRP</h4>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse"
aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<i class="lni-menu"></i>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav mr-auto w-100 justify-content-end">
<li class="nav-item">
<a class="nav-link page-scroll" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="#app-features">Features</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="#features-two">Guide</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="#screenshots">Screenshots</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="#download">Download</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="https://shrp.github.io/#/changelogs"
target="_blank">Changelogs</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="Devices.html">Devices</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="https://shrp.github.io/#/theme">Themes</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="row space-100">
<div class="col-lg-7 col-md-12 col-xs-12">
<div class="contents">
<h2 class="head-title"><span class="fL">SKY</span><span class="lL">HAWK</span> Recovery Project V3.1</h2>
<p>SHRP is inspired by mordern design to bring the newest design to the native TWRP. SHRP provides much
more along side of it's rich UI experience. New dashboard makes it very easy to interact with TWRP. SHRP
got some cool features like Whole new theming section ,Flash Magisk (root or unroot), Camera2api enabler
Directly from dashboard, Password protection etc. It's all started , lot more to come.</p>
<div class="header-button">
<a href="Devices.html" class="btn btn-border">Devices</a>
<a href="#download" class="btn btn-border-filled">Download Now</a>
</div>
</div>
</div>
<div class="col-lg-5 col-md-12 col-xs-12">
<div class="intro-img">
<img class="section-title wow fadeIn" data-wow-delay="0.3s" src="img/new_intro_main.png" alt="">
</div>
</div>
</div>
</div>
</header>
<!-- Header Section End -->
<!-- features Section Start -->
<div id="app-features" class="section">
<div class="container">
<div class="section-header">
<p class="btn btn-subtitle wow fadeInDown" data-wow-delay="0.2s">features</p>
</div>
<div class="row">
<div class="col-lg-4 col-md-12 col-xs-12">
<div class="content-left text-right">
<div class="box-item left">
<span class="icon">
<i class="lni-leaf"></i>
</span>
<div class="text">
<h4>Clean & Modern Design</h4>
<p>Making TWRP better than ever with new themes, clean and modern design.</p>
</div>
</div>
<br>
<div class="box-item left">
<span class="icon">
<i class="lni-shield"></i>
</span>
<div class="text">
<h4>Security Features</h4>
<p>Password lock protection available to lock your TWRP :D</p>
</div>
</div>
<br>
<div class="box-item left">
<span class="icon">
<i class="lni-menu"></i>
</span>
<div class="text">
<h4>Redefined File Manager</h4>
<p>Modified file manager, added features like storage info drawer, zip etc.</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-12 col-xs-12">
<div class="img-thumb wow fadeInLeft" data-wow-delay="0.2s">
<img class="img-fluid c_img" src="img/shrp.png" alt="">
</div>
</div>
<div class="col-lg-4 col-md-12 col-xs-12">
<div class="content-right text-left">
<div class="box-item right">
<span class="icon">
<i class="lni-home"></i>
</span>
<div class="text">
<h4>All New Dashboard</h4>
<p>All new Dashboard with more options added, Now quickly access from dashboard.</p>
</div>
</div>
<br>
<div class="box-item right">
<span class="icon">
<i class="lni-color-pallet"></i>
</span>
<div class="text">
<h4>Theming Support</h4>
<p>SHRP has theming support to change theme to black, Dark or to Pure white.</p>
</div>
</div>
<br>
<div class="box-item right">
<span class="icon">
<i class="lni-cog"></i>
</span>
<div class="text">
<h4>Extra Modules</h4>
<p>Added some cool extra stuff to enhance the ultimate user experience.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- features Section End -->
<!-- Features Section Start -->
<div id="features-two" class="section">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="img-thumb wow fadeInLeft" data-wow-delay="0.3s">
<img class="img-fluid" src="img/shrp_builder.png" alt="">
</div>
</div>
<div class="col-lg-6 col-md-12 col-sm-12">
<div class="text-wrapper wow fadeInRight" data-wow-delay="0.6s">
<div>
<p class="btn btn-subtitle">Guide</p>
<h3>Build SHRP from Source</h3>
<p>Now you can build SHRP from source, follow the guide from the below link.</p>
<a class="btn btn-rm" href="https://shrp.github.io/#/guide" target="_blank">Link to
Guide <i class="lni-arrow-right"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Features Section End -->
<!-- Awesome Screens Section Start -->
<section id="screenshots" class="screens-shot section">
<div class="container">
<div class="section-header">
<p class="btn btn-subtitle wow fadeInDown" data-wow-delay="0.2s">Screenshots</p>
<!-- <h2 class="section-title">Screenshots</h2> -->
</div>
<div class="row">
<div class="touch-slider owl-carousel">
<div class="item">
<div class="screenshot-thumb">
<img class="img-fluid" src="img/screenshot/1.png" alt="">
</div>
</div>
<div class="item">
<div class="screenshot-thumb">
<img class="img-fluid" src="img/screenshot/2.png" alt="">
</div>
</div>
<div class="item">
<div class="screenshot-thumb">
<img class="img-fluid" src="img/screenshot/3.png" alt="">
</div>
</div>
<div class="item">
<div class="screenshot-thumb">
<img class="img-fluid" src="img/screenshot/4.png" alt="">
</div>
</div>
<div class="item">
<div class="screenshot-thumb">
<img class="img-fluid" src="img/screenshot/5.png" alt="">
</div>
</div>
<div class="item">
<div class="screenshot-thumb">
<img class="img-fluid" src="img/screenshot/6.png" alt="">
</div>
</div>
<div class="item">
<div class="screenshot-thumb">
<img class="img-fluid" src="img/screenshot/7.png" alt="">
</div>
</div>
<div class="item">
<div class="screenshot-thumb">
<img class="img-fluid" src="img/screenshot/8.png" alt="">
</div>
</div>
<div class="item">
<div class="screenshot-thumb">
<img class="img-fluid" src="img/screenshot/9.png" alt="">
</div>
</div>
<div class="item">
<div class="screenshot-thumb">
<img class="img-fluid" src="img/screenshot/10.png" alt="">
</div>
</div>
<div class="item">
<div class="screenshot-thumb">
<img class="img-fluid" src="img/screenshot/11.png" alt="">
</div>
</div>
<div class="item">
<div class="screenshot-thumb">
<img class="img-fluid" src="img/screenshot/12.png" alt="">
</div>
</div>
<div class="item">
<div class="screenshot-thumb">
<img class="img-fluid" src="img/screenshot/13.png" alt="">
</div>
</div>
<div class="item">
<div class="screenshot-thumb">
<img class="img-fluid" src="img/screenshot/14.png" alt="">
</div>
</div>
<div class="item">
<div class="screenshot-thumb">
<img class="img-fluid" src="img/screenshot/15.png" alt="">
</div>
</div>
<div class="item">
<div class="screenshot-thumb">
<img class="img-fluid" src="img/screenshot/16.png" alt="">
</div>
</div>
<div class="item">
<div class="screenshot-thumb">
<img class="img-fluid" src="img/screenshot/17.png" alt="">
</div>
</div>
<div class="item">
<div class="screenshot-thumb">
<img class="img-fluid" src="img/screenshot/18.png" alt="">
</div>
</div>
<div class="item">
<div class="screenshot-thumb">
<img class="img-fluid" src="img/screenshot/19.png" alt="">
</div>
</div>
<div class="item">
<div class="screenshot-thumb">
<img class="img-fluid" src="img/screenshot/20.png" alt="">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Awesome Screens Section End -->
<!-- download Section Start -->
<section id="download">
<div class="c_last">
<div class="section-header">
<p class="btn btn-subtitle wow fadeInDown" data-wow-delay="0.2s">Downloads</p>
</div>
<div class="row">
<div class="col-lg-6 col-md-6 col-xs-12">
<div class="download-thumb wow fadeInLeft guun" data-wow-delay="0.2s">
<img class="img-fluid" src="img/download.png" alt="">
</div>
</div>
<div class="col-lg-6 col-md-6 col-xs-12">
<div class="download-wrapper wow fadeInRight" data-wow-delay="0.2s">
<div>
<div class="download-text">
<h4>Download SHRP for your Device</h4>
</div>
<a href="https://sourceforge.net/projects/shrp/files" class="btn btn-common btn-effect kensur"><i
class="fa fa-download"></i> From Sourceforge<br></a>
<a href="https://t.me/shrp_official" class="btn btn-apple kensur"><i class="fab fa-telegram"></i> From Telegram
Channel<br></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- download Section Start -->
<footer>
<!-- Footer Area Start -->
<section class="footer-Content">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6 col-xs-6 col-mb-12">
<a href="index.html" class="navbar-brand">
<h4 class="shrp_logo">SHRP</h4>
</a>
<div class="textwidget">
<p>Stay tuned and Join our Telegram group to suggest or request a feature, and to know announcement of new
build and new device support.</p>
</div>
</div>
</div>
</div>
<!-- Copyright Start -->
<div class="copyright">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="site-info float-left">
<p>Project by <a href="https://shrp.github.io/#/contact?id=team"
rel="nofollow"><strong>Team SHRP</strong></a></p>
</div>
<div class="float-right">
<ul class="footer-social">
<li><a href="https://t.me/sky_hawk"><i class="fab fa-telegram fa-2x"></i></a></li>
<li><a href="https://github.com/SHRP"><i class="fab fa-github fa-2x"></i></a></li>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Copyright End -->
</section>
<!-- Footer area End -->
</footer>
<!-- Footer Section End -->
<!-- Go To Top Link -->
<a href="#" class="back-to-top">
<i class="lni-chevron-up"></i>
</a>
<!-- Preloader -->
<div id="preloader">
<div class="loader" id="loader-1"></div>
</div>
<!-- End Preloader -->
<!-- jQuery first, then Tether, then Bootstrap JS. -->
<script defer src="https://use.fontawesome.com/releases/v5.0.7/js/all.js"></script>
<script src="js/jquery-min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.js"></script>
<script src="js/jquery.mixitup.js"></script>
<script src="js/jquery.nav.js"></script>
<script src="js/scrolling-nav.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/wow.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/nivo-lightbox.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/form-validator.min.js"></script>
<script src="js/contact-form-script.js"></script>
<script src="js/main.js"></script>
</body>
<!-- This template is taken from onepagelove, and modified with no intention of commercial use. You can download the original template from here : https://onepagelove.com/proton-lite -->
</html>