-
Notifications
You must be signed in to change notification settings - Fork 0
/
Devices.html
174 lines (156 loc) · 5.95 KB
/
Devices.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
<!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">
<link rel="shortcut icon" type="image/png" href="img/favICO.png" />
<title>SHRP - Devices</title>
<meta name="description" content="Official device list of SHRP.">
<!-- 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_deviceStyle.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">
<script src="js/deviceInfoFetch.js"></script>
<style>
@font-face {
font-family: Quesat;
src: url(fonts/Quesat.otf);
}
.shrp_logo {
font-family: 'Quesat';
color: white;
letter-spacing: 4px;
}
.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"><span class="fL">SHRP </span><span class="lL">REBORN</span></h4>
</a>
</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">Apply For Maintainership</h2>
<p>If you've successfully compiled SHRP for your device and want to add your name & device in this list,
you've to fill this form. Your name & device will added to this list.</p>
<div class="header-button">
<a href="https://shrp-reborn.github.io/docs/#/maintain" class="btn btn-border">Apply</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.2s" src="img/intro_device_2.0.png" alt="">
</div>
</div>
</div>
</div>
</header>
<!-- Header Section End -->
<!-- Device section Start -->
</br>
</br>
<section id="team" class="section">
<div class="container" id="epicXContainer"></div>
</section>
<!-- Device section End -->
<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"><span class="fL">SHRP </span><span class="lL">REBORN</span></h4>
</a>
<div class="textwidget">
<p>Found anything missing or incorrect, report it to <a style="color:#002b33"
href="http://t.me/shrp_reborn">SHRP Reborn</a></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-reborn.github.io/#/contact?id=team"
rel="nofollow"><strong style="letter-spacing: .05rem;text-transform: uppercase;">Team SHRP Reborn</strong></a></p>
</div>
<div class="float-right">
<ul class="footer-social">
<li><a href="https://t.me/shrp_reborn"><i class="fab fa-telegram fa-2x"></i></a></li>
<li><a href="https://github.com/SHRP-Reborn"><i class="fab fa-github fa-2x"></i></a></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>
</html>