forked from itzznitzz/sleepykernel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·268 lines (257 loc) · 12.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
259
260
261
262
263
264
265
266
267
268
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>PixelExtended</title>
<meta name="title" content="PixelExtended" />
<meta name="description" content="It's Pixel's Perfection" />
<link rel="image_src" href="/images/notify_better_image.png" />
<link rel="shortcut icon" id="favicon" href="img/favicon.ico">
<meta name="author" content="Aidan Warner">
<link rel="canonical" href="https://pixelextended.tech" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.onepage-scroll.js"></script>
<script type="module" src="https://cdn.jsdelivr.net/gh/zerodevx/zero-md@2/dist/zero-md.min.js"></script>
<link href='css/onepage-scroll.css' rel='stylesheet' type='text/css'>
<link href="css/custom.css" rel="stylesheet" type="text/css">
<link href="css/style.css" rel="stylesheet" type="text/css">
<link href="css/lightbox.min.css" rel="stylesheet" type="text/css">
<link href="css/fontawesome.min.css" rel="stylesheet" type="text/css">
<link href="css/brands.min.css" rel="stylesheet" type="text/css">
<link href="css/solid.min.css" rel="stylesheet" type="text/css">
<meta name="viewport" content="initial-scale=1, width=device-width, maximum-scale=1, minimum-scale=1, user-scalable=no">
<script>
$(document).ready(function(){
$(".main").onepage_scroll({
sectionContainer: "section",
responsiveFallback: 600,
loop: true
});
});
</script>
</head>
<body>
<div class="wrapper">
<div class="main">
<!-- Main Section -->
<section class="page1">
<div class="page_container">
<img src="img/pex-logo.png" height="100" alt="PixelExtended Logo" />
<h1>PixelExtended</h1>
<h2>We started as a small project as PixelExperience (PE) - FanEdition, based on PE for the Xiaomi Mi A2 on Android 10. Then various users and maintainers got interested in supporting this project. Now, we are trying to give you the best of Pixel Experience by adding some necessary practical features you always wanted in PE. This ROM entirely exists because of PE, thanks to them!</h2>
<p class="credit">Created by <a href="https://github.com/heisinbug">Aryan Gupta</a>, Founder of <a href="https://pixelextended.tech" target="_blank">PixelExtended</a></p>
<div class="btns">
<a class="reload btn" href="https://github.com/PixelExtended">View our Source</a>
</div>
</div>
<img src="img/phones.png" alt="phones">
</section>
<!-- Features -->
<section class="page2">
<div class="page_container">
<h1>Features</h1>
<h2>Everything You've Always Wished For With Pixel Experience</h2>
<code class="html">
> OOS (Oxygen OS) Styled Traffic Indicators<br>
> VoLTE Icon Customization<br>
> Smart Charging<br>
> Adaptive Media Playback<br>
> Notification Counter/Logs<br>
> G-Visual Mod<br>
> FOD (Fingerprint On Display) Customizations<br>
> Status Bar Customizations<br>
</code>
<code class="js">
> Volume Panel Customizations<br>
> LS (Lock Screen) Clock<br>
> Switch Styles<br>
> Tinted QS (Quick Settings) Tiles<br>
> App Lock with Face Unlock<br>
> QS Customizations<br>
> Gesture Customizations<br>
> New Accents/Fonts/Primary Colors<br>
</code>
</div>
</section>
<!-- Screenshots -->
<section class="page3">
<div class="page_container">
<h1>Screenshots</h1>
<div class="image-gallery">
<div class="gallery-item">
<a href="img/screenshots/home.jpg" data-lightbox="gallery" data-image-alt="Screenshot 1 - Home" class>
<img src="img/screenshots/home.jpg" alt="Screenshot 1 - Home">
</a>
</div>
<div class="gallery-item">
<a href="img/screenshots/settings.jpg" data-lightbox="gallery" data-image-alt="Screenshot 2 - Settings" class>
<img src="img/screenshots/settings.jpg" alt="Screenshot 2 - Settings">
</a>
</div>
<div class="gallery-item">
<a href="img/screenshots/about.jpg" data-lightbox="gallery" data-image-alt="Screenshot 3 - About" class>
<img src="img/screenshots/about.jpg" alt="Screenshot 3 - About">
</a>
</div>
<div class="gallery-item">
<a href="img/screenshots/pextension1.jpg" data-lightbox="gallery" data-image-alt="Screenshot 4 - PExtension 1" class>
<img src="img/screenshots/pextension1.jpg" alt="Screenshot 4 - PExtension 1">
</a>
</div>
<div class="gallery-item">
<a href="img/screenshots/pextension2.jpg" data-lightbox="gallery" data-image-alt="Screenshot 5 - PExtension 2" class>
<img src="img/screenshots/pextension2.jpg" alt="Screenshot 5 - PExtension 2">
</a>
</div>
<div class="gallery-item">
<a href="img/screenshots/pextension3.jpg" data-lightbox="gallery" data-image-alt="Screenshot 6 - PExtension 3" class>
<img src="img/screenshots/pextension3.jpg" alt="Screenshot 6 - PExtension 3">
</a>
</div>
<div class="gallery-item">
<a href="img/screenshots/pextension4.jpg" data-lightbox="gallery" data-image-alt="Screenshot 7 - PExtension 4" class>
<img src="img/screenshots/pextension4.jpg" alt="Screenshot 7 - PExtension 4">
</a>
</div>
<div class="gallery-item">
<a href="img/screenshots/lockscreen-media.jpg" data-lightbox="gallery" data-image-alt="Screenshot 8 - Lockscreen with Media Player" class>
<img src="img/screenshots/lockscreen-media.jpg" alt="Screenshot 8 - Lockscreen with Media Player">
</a>
</div>
<div class="gallery-item">
<a href="img/screenshots/qs_dark.jpg" data-lightbox="gallery" data-image-alt="Screenshot 9 - Quick Settings in Dark Mode" class>
<img src="img/screenshots/qs_dark.jpg" alt="Screenshot 9 - Quick Settings in Dark Mode">
</a>
</div>
<div class="gallery-item">
<a href="img/screenshots/qs_dark-media.jpg" data-lightbox="gallery" data-image-alt="Screenshot 10 - Quick Settings in Dark Mode with Media Player" class>
<img src="img/screenshots/qs_dark-media.jpg" alt="Screenshot 10 - Quick Settings in Dark Mode with Media Player">
</a>
</div>
<div class="gallery-item">
<a href="img/screenshots/qs_light.jpg" data-lightbox="gallery" data-image-alt="Screenshot 11 - Quick Settings in Light Mode" class>
<img src="img/screenshots/qs_light.jpg" alt="Screenshot 11 - Quick Settings in Light Mode">
</a>
</div>
<div class="gallery-item">
<a href="img/screenshots/qs_light-media.jpg" data-lightbox="gallery" data-image-alt="Screenshot 11 - Quick Settings in Light Mode with Media Player" class>
<img src="img/screenshots/qs_light-media.jpg" alt="Screenshot 11 - Quick Settings in Light Mode with Media Player">
</a>
</div>
</div>
</div>
</section>
<!-- Team-->
<section class="page4">
<div class="page_container">
<h1>Meet Our Team</h1>
<div class="team">
<div class="member">
<img src="https://github.com/heisinbug.png" width="135px" alt="Aryan Gupta">
<h2>Aryan Gupta</h2>
<p>Founder</p>
<span>
<a href="https://github.com/heisinbug" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://t.me/Heisinbug" target="_blank"><i class="fa-brands fa-telegram"></i></a>
</span>
</div>
<div class="member">
<img src="https://github.com/ralf979.png" width="135px" alt="Ralf979">
<h2>Ralf979</h2>
<p>Source Maintainer</p>
<span>
<a href="https://github.com/ralf979" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://t.me/Ralf979" target="_blank"><i class="fa-brands fa-telegram"></i></a>
</span>
</div>
<div class="member">
<img src="https://github.com/iamimmanuelraj.png" width="135px" alt="Immanuel Raj">
<h2>Immanuel Raj</h2>
<p>Device Manager</p>
<span>
<a href="https://github.com/iamimmanuelraj" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://t.me/iamimmanuelraj" target="_blank"><i class="fa-brands fa-telegram"></i></a>
</span>
</div>
<div class="member">
<img src="https://github.com/AidanWarner97.png" width="135px" alt="Aidan Warner">
<h2>Aidan Warner</h2>
<p>Web Developer</p>
<span>
<a href="https://github.com/AidanWarner97" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://t.me/AidanWarner" target="_blank"><i class="fa-brands fa-telegram"></i></a>
</span>
</div>
<!-- <div class="member mbr-end">
<img src="https://github.com/username.png" width="135px" alt="username">
<h2>username</h2>
<p>Graphics Designer</p>
<span>
<a href="https://github.com/username" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://t.me/username" target="_blank"><i class="fa-brands fa-telegram"></i></a>
</span>
</div> -->
</div>
</div>
</section>
<!-- Downloads -->
<section class="page5">
<div class="page_container">
<h1>Downloads</h1>
<h2>Check if we support your device below!</h2>
<div class="btns">
<a class="reload btn" href="https://sourceforge.net/projects/pixelextended/files/">Download from SourceForge</a>
</div>
<zero-md src="changelog.md">
<template>
<link href="css/markdown.css" rel="stylesheet" type="text/css"/>
</template>
</zero-md>
</div>
</section>
<!-- Contact -->
<section class="page6">
<div class="page_container">
<h1>Want To Maintain?</h1>
<h2>If you want to maintain this ROM for your device, send me a pm with your pex trees and screenshots.</h2>
<div class="btns">
<a class="reload btn" href="https://github.com/PixelExtended/official_devices" target="_blank">Apply Now</a>
</div>
<h2 class="tg-h2">We're also on Telegram, come join the community!</h2>
<div class="btns">
<a class="reload btn" href="https://t.me/pixelextended" target="_blank">Support Group</a>
</div>
</div>
</section>
<!-- Donate -->
<section class="page7">
<div class="page_container">
<h1>Donate</h1>
<h2>If you want to help us out by making a donation, no matter how big or small, every penny is greatly appreciated!</h2>
<div class="btns">
<a class="reload btn" href="https://heisinbug.tech/pay"><i class="fa-solid fa-rupiah-sign"></i> UPI</a>
<a class="reload btn" href="https://www.paypal.com/paypalme/aryan65"><i class="fa-brands fa-paypal"></i> PayPal</a>
</div>
</div>
</section>
</div>
<div class="back">
<a href="https://github.com/pixelextended" target="_blank" id="tg-link">
<span>
Check our source <i class="fa-brands fa-github"></i>
</span>
</a>
<span id="copyright">
Copyright © 2022 Pixel Extended.
</span>
</div>
<iframe src="downloads.html" loading="eager" class="lity-hide" id="downloads"></iframe>
<!-- <a href="https://github.com/PixelExtended/PixelExtended.github.io/"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a> -->
</div>
<script src="js/lightbox.min.js"></script>
<script src="js/accordion.min.js"></script>
</body>
</html>