-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
146 lines (143 loc) · 4.95 KB
/
index.html
File metadata and controls
146 lines (143 loc) · 4.95 KB
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
<!DOCTYPE HTML>
<!--
Dimension by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>PixelBlaster-OS</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" />
</noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="logo"> <span class="icon fa-gem"></span> </div>
<div class="content">
<div class="inner">
<h1>PixelBlaster-OS</h1>
<p>Get Ready to explode your device.</p>
</div>
</div>
<nav>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#features">Features</a></li>
<li><a href="devices.html">Downloads</a></li>
<li><a href="#maintain">Maintain</a></li>
<!--<li><a href="#elements">Elements</a></li>-->
</ul>
</nav>
</header>
<!-- Main -->
<div id="main">
<!-- About -->
<article id="about">
<h2 class="major">About</h2>
<p>PixelBlaster-OS is a custom ROM based on AOSP. We focus on having a balance of features and stability.</p>
</article>
<!-- Work -->
<article id="features">
<h2 class="major">Features</h2>
<!--<span class="image main"><img src="images/pic02.jpg" alt="" /></span>-->
<ul>
<ul>
<li>Settings animations</li>
<li> Theme picker</li>
<li> FaceLock </li>
<li> AppLock</li>
<li> Our Brand New logo</li>
<li> QS styles</li>
<li> Gesture bar length</li>
<li> ColorBucket</li>
<li> 12 QS Tint</li>
<li> OOS style tint</li>
<li> Shapeshift Clock</li>
<li> 404 IDE Clock </li>
<li> Fluid Clock</li>
<li> Tux clock</li>
<li> Volume Panel Styles</li>
<li> VoLTE icons</li>
<li> Blur system components</li>
<li> Hiding notification headers</li>
<li> Hiding gesture navbar</li>
<li> Long screenshot support</li>
<li> performance commits from ProtonAosp </li>
<li> Brand New bootanimation</li>
<li> FOD Animation</li>
<li> FOD icon picker</li>
<li> Cyberpunk FOD animation</li>
<li> Superheros FOD Icon</li>
<li> FOD Customisations category</li>
<li> Adaptive Playback</li>
<li> Qs status bar header image</li>
<li> Screenshot quality setting</li>
<li>Allow to set back swipe deadzone</li>
<li> QS columns/rows options</li>
<li> Brand new Wallpaper</li>
<li> Earphone sound mode tile (Stereo or Mono)</li>
<li>New Settings UI based on OOS but not completely OOS</li>
<li>New storage settings ported from OOS thanks to SSOS</li>
<li> Octavi clock</li>
<li> Android s style QS media player</li>
<li> Support for alert slider</li>
<li> Sound QS tile</li>
<li>New BatterMeterView in settings ported from OOS with some tweaks</li>
<li> Google sound search QS tiled</li>
<li> RGB accent picker</li>
<li> Revamp Explosives layout</li>
<li> Shady Launcher</li>
<li> Blur to PowerMenu</li>
<li> Support for mixed time & sun modes</li>
<li> Enable AOD on charging only </li>
<li> Pulse visualizer </li>
<li> Extend Pulse to Ambient Screen</li>
<li> Pulse and Ambient notification bars </li>
<li> Pulse light accent color option </li>
<li> Timeout for ambient notification pulse</li>
<li> Custom color to ambient pulse notification lights</li>
<li> Network traffic for status bar and qs panel</li>
<li> Gaming mode</li>
<li> Option to upload crash log to hastebin</li>
<li> per app volume control</li>
<li> Automated DC Dimming ( Thanks to AOSPA )</li>
<li> Toggle To disable notification headsup</li>
<li> Status bar notification and music ticker</li>
<li> Optional OOS style QS clock ( Thanks to Spark ROM)</li>
<li> Option to disable notification heads up</li>
<li> Notification heads up blacklist</li>
<li> less boring heads up</li>
<li> More things that I probably don't remember</li>
</ul>
</ul>
</article>
<!-- Maintain -->
<article id="maintain">
<h2 class="major">Maintainership</h2>
<div class="myFrame">
<iframe src="https://docs.google.com/forms/d/1aJDw13eONbdGxp7mBGqdQ4Mm_Om1_-PfZqUi1Wd0FkM/viewform?embedded=true"></iframe>
</div>
</article>
</div>
<!-- Footer -->
<footer id="footer">
<p class="copyright">© TheTablaster. Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</footer>
</div>
<!-- BG -->
<div id="bg"></div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>