-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
258 lines (224 loc) · 10.8 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
<!DOCTYPE html>
<html lang="en">
<html xmlns='http://www.w3.org/1999/xhtml' xmlns:og='http://ogp.me/ns#'>
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="og:title" content="ViperOS Project">
<meta name="og:description" content="Feel the venom in your vein !">
<meta name="og:site_name" content="ViperOS Project">
<meta name="og:image" content="images/team/vp.png">
<meta charset="utf-8">
<title>ViperOS Project</title>
<meta name="description" content="Feel the venom in your vein !">
<meta name="author" content="shrikrishna_joisa">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Chrome, Firefox OS and Opera black theme -->
<meta name="theme-color" content="#000000">
<!-- Windows Phone black theme-->
<meta name="msapplication-navbutton-color" content="#000000">
<!-- iOS Safari black theme-->
<meta name="apple-mobile-web-app-status-bar-style" content="#000000">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600,900" rel="stylesheet" type="text/css">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/menu.css">
<link rel="stylesheet" href="css/ionicons.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/favicon.ico">
<!-- Dependencies
__________________________________________________ -->
<script src="js/modernizr-2.8.3.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!-- Test Anime script -->
<script>
$(document).ready(function() {
// Add smooth scrolling to all links
$("a").on('click', function(event) {
// Make sure this.hash has a value before overriding default behavior
if (this.hash !== "") {
// Prevent default anchor click behavior
event.preventDefault();
// Store hash
var hash = this.hash;
// Using jQuery's animate() method to add smooth page scroll
// The optional number (800) specifies the number of milliseconds it takes to scroll to the specified area
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 800, function() {
// Add hash (#) to URL when done scrolling (default click behavior)
window.location.hash = hash;
});
} // End if
});
});
</script>
</head>
<!--
██▒ █▓ ██▓ ██▓███ ▓█████ ██▀███ ▒█████ ██████
▓██░ █▒▓██▒▓██░ ██▒▓█ ▀ ▓██ ▒ ██▒▒██▒ ██▒▒██ ▒
▓██ █▒░▒██▒▓██░ ██▓▒▒███ ▓██ ░▄█ ▒▒██░ ██▒░ ▓██▄
▒██ █░░░██░▒██▄█▓▒ ▒▒▓█ ▄ ▒██▀▀█▄ ▒██ ██░ ▒ ██▒
▒▀█░ ░██░▒██▒ ░ ░░▒████▒░██▓ ▒██▒░ ████▓▒░▒██████▒▒
░ ▐░ ░▓ ▒▓▒░ ░ ░░░ ▒░ ░░ ▒▓ ░▒▓░░ ▒░▒░▒░ ▒ ▒▓▒ ▒ ░
░ ░░ ▒ ░░▒ ░ ░ ░ ░ ░▒ ░ ▒░ ░ ▒ ▒░ ░ ░▒ ░ ░
░░ ▒ ░░░ ░ ░░ ░ ░ ░ ░ ▒ ░ ░ ░
░ ░ ░ ░ ░ ░ ░ ░
░
--->
<body>
<!-- hamberger like menu navigation
________________________________________________________-->
<div class="menu-btn">
<a class="btn-open" href="javascript:void(0)"></a>
</div>
<div class="overlay overlay-gradient">
<div class="menu">
<ul>
<li><a href="#viperos">Home</a></li>
<li><a href="#feature">Features</a></li>
<li><a href="download.html">Downloads</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div>
</div>
<header>
<div class="container">
<div class="row">
<div class="column">
<center><img src="images/viperOS.png" alt="viperOS" style="width:180px;height:51px;"></img>
</center>
</div>
</div>
</div>
</header>
<!-- ViperOS description
____________________________________________________ -->
<div class="container padding" id="viperos">
<div class="row">
<div class="one-half column">
<h1 id="uc" style="font-weight:900">ViperOS Project</h1>
<p class="subtext" style="font-size:18px;">ViperOS It's Stable and Battery Friendly Custom ROM. Many features, High Performance and Reability. Feel the Venom in your vein.</p>
</div>
<div class="one-half column">
<img src="images/pixel3.png" alt="viperOSDemo" id="pixel">
</div>
</div>
</div>
<!-- Theming and substratum
________________________________________________________-->
<div style="background-color:#4285f4;" id="Theme">
<div class="container padding">
<div class="row">
<div class="one-half column">
<img src="images/pixel2.png" alt="ThemingDemo" id="pixel">
</div>
<div class="one-half column">
<h1 id="uc" style="font-weight:900; color:white;">Color Engine </h1>
<p class="subtext" style="color:white; font-size:18px; ">Viper Color Engine is a amazing, simple and robust theme engine. White, Dark, Orange, Blue, choose yourself your theme color. Substratum is fully supported.</p>
</div>
</div>
</div>
</div>
<!-- Features venom customization
____________________________________________________ -->
<div class="container padding" id="feature">
<div class="row">
<div class="one-half column">
<h1 id="uc" style="font-weight:900">Venom</h1>
<p class="subtext" style="font-size:18px;">Venom is a powerfull and integrated Viper SystemUI engine that brings many customizations, from lockscreen to powermenu.</p>
</div>
<div class="one-half column">
<img src="images/pixel.png" alt="viperOSDemo" id="pixel">
</div>
</div>
</div>
<!-- Cards
___________________________________________________________-->
<div style="padding: 15px;">
<div class="row">
<div class="three columns" style="padding-bottom:10px;">
<div class="card padding">
<center><img src="images/rocket.png" alt="performance" style="height:50px;"></center>
<div class="container">
<h4 style="text-align:center"><b>Stable</b></h4>
<p>Every build provided is stable and performance driven without any lags.</p>
</div>
</div>
</div>
<div class="three columns" style="padding-bottom:10px;">
<div class="card padding">
<center><img src="images/github.png" alt="performance" style="height:50px;"></center>
<div class="container">
<h4 style="text-align:center;"><b>Open Source</b></h4>
<p>Our source code is opensource hence anyone can build for any devices.</p>
</div>
</div>
</div>
<div class="three columns" style="padding-bottom:10px;">
<div class="card padding">
<center><img src="images/battery.png" alt="performance" style="height:50px;"></center>
<div class="container">
<h4 style="text-align:center"><b>Battery</b></h4>
<p>Our software is optimized to give your device a long battery life.</p>
</div>
</div>
</div>
<div class="three columns" style="padding-bottom:10px;">
<div class="card padding">
<center><img src="images/ota.png" alt="performance" style="height:50px;"></center>
<div class="container">
<h4 style="text-align:center"><b>OTA</b></h4>
<p>You will get the latest software updates via Over-The-Air notification.</p>
</div>
</div>
</div>
</div>
</div>
<!-- script hamberger like menu navigation -->
<script src="js/jquery-1.11.3.min.js"></script>
<script>
$(document).ready(function() {
$(".menu-btn a").click(function() {
$(".overlay").fadeToggle(200);
$(this).toggleClass('btn-open').toggleClass('btn-close');
});
/* this code will toggle back the overlay on click which we not need so commented out
$('.overlay').on('click', function () {
$(".overlay").fadeToggle(200);
$(".menu-btn a").toggleClass('btn-open').toggleClass('btn-close');
});
*/
$('.menu a').on('click', function() {
$(".overlay").fadeToggle(200);
$(".menu-btn a").toggleClass('btn-open').toggleClass('btn-close');
});
});
</script>
<!-- The footers for the viperOS
______________________________________________________________________-->
<div class="container" style="padding:30px;"></div>
<!-- for the gap between cards and the footer -->
<footer class="footer-font">
<center>
<a href="https://github.com/Viper-Project" target="_blank" style="text-decoration:none; color:#000000;"><i class="fa fa-github" aria-hidden="true"></i></a>
<a href="https://t.me/viperos_news" target="_blank" style="text-decoration:none; color:#000000;"><i class="fa fa-telegram" aria-hidden="true"></i></a>
<a href="https://plus.google.com/communities/112731559207528820150" target="_blank" style="text-decoration:none; color:#000000;"><i class="fa fa-google-plus-official" aria-hidden="true"></i></a>
<a href="https://twitter.com/viperosnews?lang=en" target="_blank" style="text-decoration:none; color:#000000;"><i class="fa fa-twitter" aria-hidden="true"></i></a>
</center>
<center>
<p style="font-size:10px;">© 2017 Copyright: ViperOS designed by falcon-head and JBCDroid</p>
</center>
</footer>
</body>
</html>
</html>