-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
308 lines (263 loc) · 11.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>RohieOS</title>
<link rel="shortcut icon" type="image/png" href="img/fevicon.png">
<!-- Facebook and Twitter integration -->
<meta property="og:title" content=""/>
<meta property="og:image" content=""/>
<meta property="og:url" content=""/>
<meta property="og:site_name" content=""/>
<meta property="og:description" content=""/>
<meta name="twitter:title" content="" />
<meta name="twitter:image" content="" />
<meta name="twitter:url" content="" />
<meta name="twitter:card" content="" />
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/bootstrap-icons/bootstrap-icons.css">
<!-- Box Icons-->
<link rel="stylesheet" href="css/boxicons/css/boxicons.css">
<!-- Owl Carousel -->
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<!-- Theme style -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="loader_bg"></div>
<div class="loader"></div>
<div id="page-wrap">
<!-- ==========================================================================================================
HERO
========================================================================================================== -->
<div id="fh5co-hero-wrapper">
<nav class="container navbar navbar-expand-lg main-navbar-nav navbar-light">
<a class="navbar-brand" href="">RohieOS</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav nav-items-center ml-auto mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" onclick="$('#screenshot').goTo();return false;">Screenshot</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" onclick="$('#team').goTo();return false;">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" onclick="$('#contact').goTo();return false;">Contact</a>
</li>
</ul>
<div class="social-icons-header">
<a href="https://github.com/RohieOS"><i class="fab fa-github"></i></a>
<a href="https://t.me/rohieos"><i class="fab fa-telegram"></i></a>
</div>
</div>
</nav>
<div class="container fh5co-hero-inner">
<h1 class="animated fadeIn wow" data-wow-delay="0.4s">The Pure AOSP Experience Which Every Users Want. Based On CAF, With Meow Icons.</h1>
<br>
<br>
<a href="./download.html" button class="btn btn-md download-btn-first wow fadeInLeft animated" data-wow-delay="0.85s" onclick="$('').goTo();return false;">Download</button></a>
<img class="fh5co-hero-smartphone animated fadeInRight wow" data-wow-delay="1s" src="img/smartphone/phone-image.png" alt="Smartphone">
</div>
</div> <!-- first section wrapper -->
<!-- ==========================================================================================================
Screenshots
========================================================================================================== -->
<br>
<br>
<div class="fh5co-slider-outer wow fadeIn" data-wow-delay="3.35s">
<h1><span class="span-features">Screenshots</span></h1>
<small>Meow is here 🐈</small>
<br>
<section id="screenshot" class="screenshot"></section>
<div class="container fh5co-slider-inner">
<div class="owl-carousel owl-theme">
<div class="item"><img src="img/smartphone/smartphone-1.png" alt=""></div>
<div class="item"><img src="img/smartphone/smartphone-2.png" alt=""></div>
<div class="item"><img src="img/smartphone/smartphone-3.png" alt=""></div>
<div class="item"><img src="img/smartphone/smartphone-4.png" alt=""></div>
<div class="item"><img src="img/smartphone/smartphone-5.png" alt=""></div>
<div class="item"><img src="img/smartphone/smartphone-6.png" alt=""></div>
<div class="item"><img src="img/smartphone/smartphone-7.png" alt=""></div>
<div class="item"><img src="img/smartphone/smartphone-8.png" alt=""></div>
<div class="item"><img src="img/smartphone/smartphone-9.png" alt=""></div>
</div>
</div>
</div>
<!-- ==========================================================================================================
FEATURES
========================================================================================================== -->
<div class="fh5co-advantages-outer">
<div class="container">
<h1 class="second-title"><span class="span-features">Features</span></h1>
</div>
</div>
<div id="fh5co-features" class="fh5co-features-outer">
<div class="container">
<div class="row fh5co-features-grid-columns">
<div class="col-sm-6 in-order-1 wow animated fadeInLeft" data-wow-delay="0.22s">
<div class="col-sm-image-container">
<img class="img-float-left" src="img/smartphone/smartphone-1.png" alt="smartphone-1">
</div>
</div>
<div class="col-sm-6 in-order-2 sm-6-content wow animated fadeInRight" data-wow-delay="0.22s">
<h1>User Interface</h1>
<p>Currently this ROM has been broughtup with Aosp base and will have more caf stuff included which will promise raw performance without impacting the battery life. </p>
</div>
<div class="col-sm-6 in-order-4 sm-6-content wow animated fadeInLeft" data-wow-delay="0.22s">
<h1>Lockscreen Clocks</h1>
<p>Even if its a stock android rom , still we have some customisation's (cuz users want those)</p>
</div>
<div class="col-sm-6 in-order-3 wow animated fadeInRight" data-wow-delay="0.22s">
<img class="img-float-right" src="img/smartphone/smartphone-4.png" alt="smartphone-2">
</div>
<div class="col-sm-6 in-order-6 wow animated fadeInLeft" data-wow-delay="0.22s">
<div class="col-sm-image-container">
<img class="img-float-left" src="img/smartphone/smartphone-5.png" alt="smartphone-3">
</div>
</div>
<div class="col-sm-6 in-order-5 sm-6-content wow animated fadeInRight" data-wow-delay="0.22s">
<h1>APP-Locker</h1>
<p>AppLock is useful in several cases. It protects apps from unauthorised access by allowing you to secure them using a PIN number ,password or with Fingerprint.</p>
</div>
<div class="col-sm-6 in-order-8 sm-6-content wow animated fadeInLeft" data-wow-delay="0.22s">
<h1>UP TO DATE</h1>
<p>Rohie is always up-to-date with latest AOSP/CAF Tags.</p>
</div>
<div class="col-sm-6 in-order-7 wow animated fadeInRight" data-wow-delay="0.22s">
<img class="img-float-right" src="img/smartphone/smartphone-3.png" alt="smartphone-2">
</div>
</div>
<br>
<br>
</div> <!-- row -->
</div>
</div>
</div>
<!-- ======= Team Section ======= -->
<section id="team" class="team">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h1 class="second-title"><span class="span-features">TEAM</span></h1>
<br>
<br>
</div>
<div class="row">
<div class="col-xl-3 col-lg-2 col-md-4" data-aos="fade-up" data-aos-delay="100">
<div class="member">
<img src="img/team/manish.jpg" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
<h4>Manish4586</h4>
<span>Owner / Lead Developer</span>
</div>
<div class="social">
<a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a>
<a href=""><i class="bi bi-github"></i></a>
</div>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-2 col-md-4" data-aos="fade-up" data-aos-delay="100">
<div class="member">
<img src="img/team/karthik.jpg" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
<h4>K A R T H I K</h4>
<span>Maintainer/Website-Developer</span>
</div>
<div class="social">
<a href="https://twitter.com/Karthiksp206"><i class="bi bi-twitter"></i></a>
<a href="https://www.facebook.com/karthik.sp.5817"><i class="bi bi-facebook"></i></a>
<a href="https://instagram.com/karthiksmokiez"><i class="bi bi-instagram"></i></a>
<a href="https://github.com/karthik558"><i class="bi bi-github"></i></a>
</div>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-2 col-md-4" data-aos="fade-up" data-aos-delay="200">
<div class="member">
<img src="img/team/imannual.jpeg" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
<h4>Immanuel Raj</h4>
<span>Source Maintainer</span>
</div>
<div class="social">
<a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-discord"></i></a>
<a href=""><i class="bi bi-instagram"></i></a>
<a href=""><i class="bi bi-youtube"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Team Section -->
<!-- ==========================================================================================================
Contact Section
========================================================================================================== -->
<div id="contact" class="contactSection">
<div class="col-md-12 text-center">
<h2>CONTACT US</h2>
<a href="mailTo:" class="mailButton">Send Mail</a>
<br>
</div>
</div>
<!-- ==========================================================================================================
FOOTER
========================================================================================================== -->
<footer class="footer-outer">
<div class="container footer-inner">
<div class="footer-three-grid wow fadeIn animated" data-wow-delay="0.66s">
<div class="column-1-3">
<h1>RohieOS</h1>
<p> <a href="https://www.instagram.com/accounts/login/?next=/vodka_chicken/"> Special Thanks To Rohi ♥ </a></p>
</div>
<div class="column-2-3">
<nav class="footer-nav">
<ul>
<a href="#" onclick="$('#fh5co-hero-wrapper').goTo();return false;"><li>Home</li></a>
<a href="#" onclick="$('#fh5co-features').goTo();return false;"><li>Features</li></a>
</ul>
</nav>
</div>
<div class="column-3-3">
<div class="social-icons-footer">
<a href="https://github.com/RohieOS"><i class="fab fa-github"></i></a>
<a href="https://t.me/rohieos"><i class="fab fa-telegram"></i></a>
</div>
</div>
</div>
<span class="border-bottom-footer"></span>
<p class="copyright">© 2021 RohieOS All rights reserved. Design by <a href="https://karthik558.github.io" target="_blank">K A R T H I K</a>.</p>
</div>
</footer>
</div> <!-- main page wrapper -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/owl.carousel.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/security.js"></script>
<script src="js/main.js"></script>
<script>
setTimeout(function(){
$('.loader_bg').fadeToggle();
}, 350);
</script>
</body>
</html>