blob: e6fdc7042c558e28d338407ea30ff00fea556698 [file] [log] [blame]
Unknown7b05b812018-10-01 22:05:43 -04001<!DOCTYPE html>
Lokesh Yadavba544372021-12-07 15:09:27 +05302
3<html lang="en">
Unknown7b05b812018-10-01 22:05:43 -04004
5<head>
Eric Park5161ff22021-06-08 14:49:30 +09006 <title>BlissRoms</title>
Lokesh Yadavba544372021-12-07 15:09:27 +05307 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <meta charset="utf-8" />
9 <meta property="twitter:card" content="summary_large_image" />
10 <style>
11 html {
12 line-height: 1.15;
13 }
14
15 body {
16 margin: 0;
17 }
18
19 * {
20 box-sizing: border-box;
21 border-width: 0;
22 border-style: solid;
23 }
24
25 p,
26 li,
27 ul,
28 pre,
29 div,
30 h1,
31 h2,
32 h3,
33 h4,
34 h5,
35 h6 {
36 margin: 0;
37 padding: 0;
38 }
39
40 button,
41 input,
42 optgroup,
43 select,
44 textarea {
45 font-family: inherit;
46 font-size: 100%;
47 line-height: 1.15;
48 margin: 0;
49 }
50
51 button,
52 select {
53 text-transform: none;
54 }
55
56 button,
57 [type="button"],
58 [type="reset"],
59 [type="submit"] {
60 -webkit-appearance: button;
61 }
62
63 button::-moz-focus-inner,
64 [type="button"]::-moz-focus-inner,
65 [type="reset"]::-moz-focus-inner,
66 [type="submit"]::-moz-focus-inner {
67 border-style: none;
68 padding: 0;
69 }
70
71 button:-moz-focus,
72 [type="button"]:-moz-focus,
73 [type="reset"]:-moz-focus,
74 [type="submit"]:-moz-focus {
75 outline: 1px dotted ButtonText;
76 }
77
78 a {
79 color: inherit;
80 text-decoration: inherit;
81 }
82
83 input {
84 padding: 2px 4px;
85 }
86
87 img {
88 display: block;
89 }
90 </style>
91
92 <!--swiper-->
93 <link rel="stylesheet" href="https://unpkg.com/swiper@7/swiper-bundle.min.css" />
94
95 <script src="https://unpkg.com/swiper@7/swiper-bundle.min.js"></script>
96
97
98 <style>
99 html {
100 font-family: Inter;
101 font-size: 16px;
102 }
103
104 body {
105 font-weight: 400;
106 font-style: normal;
107 text-decoration: none;
108 text-transform: none;
109 letter-spacing: normal;
110 line-height: 1.15;
111 color: var(--dl-color-gray-black);
112 background-color: var(--dl-color-gray-white);
113
114 }
115 </style>
116 <link rel="shortcut icon" href="/playground_assets/bliss logo.svg" type="icon/png" sizes="32x32" />
117 <link rel="stylesheet"
118 href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" />
119 <link rel="stylesheet"
120 href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" />
121 <link rel="stylesheet" href="./styles/style.css" />
Unknown7b05b812018-10-01 22:05:43 -0400122</head>
123
Lokesh Yadavba544372021-12-07 15:09:27 +0530124<body>
125 <div>
126 <link href="./styles/home.css" rel="stylesheet" />
127 <title>BlissRoms</title>
128 <meta name="description"
129 content="BlissRoms. An open-source operating system based on Android with customizations, options, and added security features." />
130 <meta property="og:title" content="BlissRoms" />
131 <meta property="og:description"
132 content="BlissRoms. An open-source operating system based on Android with customizations, options, and added security features." />
133 <div class="home-container">
134 <nav class="Navbar navbar-fixed rootClassName">
135 <img alt="logo" src="../public/playground_assets/nav_logo.svg" class="navbar-image" />
136 <div class="navbar-container">
137 <nav class="navbar-nav-elements-desktop">
138 <a href="/home.html" class="navbar-navlink">
139 <div class="nav_element-container">
140 <span class="nav_element-text navelement">
141 <span>Home</span>
142 </span>
143 </div>
144 </a>
145 <a href="/home.html" class="navbar-navlink1">
146 <div class="nav_element-container">
147 <span class="nav_element-text navelement">
148 <span>Features</span>
149 </span>
150 </div>
151 </a>
152 <a href="/team.html" class="navbar-navlink2">
153 <div class="nav_element-container">
154 <span class="nav_element-text navelement">
155 <span>Team</span>
156 </span>
157 </div>
158 </a>
159 <a href="https://bliss-family-store.creator-spring.com/" target="_blank" rel="noreferrer noopener"
160 class="navbar-link">
161 <div class="nav_element-container">
162 <span class="nav_element-text navelement">
163 <span>Gear</span>
164 </span>
165 </div>
166 </a>
167 <a href="https://docs.blissroms.org/" target="_blank" rel="noreferrer noopener" class="navbar-link1">
168 <div class="nav_element-container">
169 <span class="nav_element-text navelement">
170 <span>Docs</span>
171 </span>
172 </div>
173 </a>
174 </nav>
175 </div>
176 <a href="#downloads">
177 <div class="navbar-btn-group">
178 <div class="button-container rootClassName4">
179 <span class="button-text body-16"><span>Download</span></span>
180 </div>
181 </div>
182 </a>
183 <div class="navbar-burger-menu teleport-menu-burger">
184 <svg viewBox="0 0 1024 1024" class="navbar-icon">
185 <path
186 d="M128 554.667h768c23.552 0 42.667-19.115 42.667-42.667s-19.115-42.667-42.667-42.667h-768c-23.552 0-42.667 19.115-42.667 42.667s19.115 42.667 42.667 42.667zM128 298.667h768c23.552 0 42.667-19.115 42.667-42.667s-19.115-42.667-42.667-42.667h-768c-23.552 0-42.667 19.115-42.667 42.667s19.115 42.667 42.667 42.667zM128 810.667h768c23.552 0 42.667-19.115 42.667-42.667s-19.115-42.667-42.667-42.667h-768c-23.552 0-42.667 19.115-42.667 42.667s19.115 42.667 42.667 42.667z">
187 </path>
188 </svg>
189 </div>
190 <nav class="navbar-nav-elements-mobile teleport-menu-mobile">
191 <a href="/home.html" class="navbar-navlink3 h4-28 mb-12 navelement">
192 <span>Home</span>
193 </a>
194 <a href="#features" class="navbar-link3 h4-28 mb-12 navelement">
195 <span>Features</span>
196 </a>
197 <a href="/team.html" class="navbar-navlink4 h4-28 mb-12 navelement">
198 <span>Team</span>
199 </a>
200 <span class="navbar-text h4-28 mb-12 navelement">
201 <span>Gear</span>
202 </span>
203 <span class="navbar-text1 mb-12 navelement h4-28">
204 <span>Blog</span>
205 </span>
206 <a href="#downloads">
207 <div class="navbar-btn-group1">
208 <div class="button-container rootClassName4">
209 <span class="button-text body-16"><span>Download</span></span>
210 </div>
211 </div>
212 </a>
213 <div class="navbar-container1 teleport-menu-close">
214 <svg viewBox="0 0 804.5714285714286 1024" class="navbar-icon2">
215 <path d="M810 274l-238 238 238 238-60 60-238-238-238 238-60-60 238-238-238-238 60-60 238 238 238-238z">
216 </path>
217 </svg>
218 </div>
219 </nav>
220 </nav>
221 <div class="home-hero">
222 <span class="home-text">Bliss Rom</span>
223 <span class="home-text01 h6-20">
224 An open-source operating system based on Android with
225 customizations, options and added security features.
226 </span>
227 <img alt="image" src="public/playground_assets/phone_img-1500h.png" loading="lazy" class="home-image" />
Unknown7b05b812018-10-01 22:05:43 -0400228 </div>
Lokesh Yadavba544372021-12-07 15:09:27 +0530229 <div id="features" class="home-features-section">
230 <div class="home-featuresheader">
231 <span class="home-text02 h4-28">It’s more than what you think</span>
232 <span class="home-text03 body-16">
233 A comprehesive overview of features
234 </span>
235 </div>
236 <div class="home-features">
237 <div class="home-sec-bb">
238 <div class="home-security">
239 <svg viewBox="0 0 1024 1024" class="home-icon">
240 <path
241 d="M512 42l384 172v256q0 178-110 325t-274 187q-164-40-274-187t-110-325v-256zM512 512v382q118-38 200-143t98-239h-298zM512 512v-376l-298 132v244h298z">
242 </path>
243 </svg>
244 <span class="home-text04 h6-20">Added Security</span>
245 <span class="home-text05 body-12">
246 We include many options for customization and theming
247 throughout the OS
248 </span>
249 </div>
250 <div class="home-battery">
251 <svg viewBox="0 0 1024 1024" class="home-icon02">
252 <path
253 d="M213.333 725.333h-85.333c-11.776 0-22.4-4.736-30.165-12.501s-12.501-18.389-12.501-30.165v-341.333c0-11.776 4.736-22.4 12.501-30.165s18.389-12.501 30.165-12.501h136.107c23.552 0 42.667-19.115 42.667-42.667s-19.115-42.667-42.667-42.667h-136.107c-35.328 0-67.413 14.379-90.496 37.504s-37.504 55.168-37.504 90.496v341.333c0 35.328 14.379 67.413 37.504 90.496s55.168 37.504 90.496 37.504h85.333c23.552 0 42.667-19.115 42.667-42.667s-19.115-42.667-42.667-42.667zM640 298.667h85.333c11.776 0 22.4 4.736 30.165 12.501s12.501 18.389 12.501 30.165v341.333c0 11.776-4.736 22.4-12.501 30.165s-18.389 12.501-30.165 12.501h-136.107c-23.552 0-42.667 19.115-42.667 42.667s19.115 42.667 42.667 42.667h136.107c35.328 0 67.413-14.379 90.496-37.504s37.504-55.168 37.504-90.496v-341.333c0-35.328-14.379-67.413-37.504-90.496s-55.168-37.504-90.496-37.504h-85.333c-23.552 0-42.667 19.115-42.667 42.667s19.115 42.667 42.667 42.667zM1024 554.667v-85.333c0-23.552-19.115-42.667-42.667-42.667s-42.667 19.115-42.667 42.667v85.333c0 23.552 19.115 42.667 42.667 42.667s42.667-19.115 42.667-42.667zM433.835 232.32l-170.667 256c-13.056 19.627-7.765 46.080 11.819 59.179 7.339 4.907 15.659 7.211 23.68 7.168h176.256l-126.464 189.653c-13.056 19.627-7.765 46.080 11.819 59.179s46.080 7.765 59.179-11.819l170.667-256c4.523-6.656 7.211-14.848 7.211-23.68 0-23.552-19.115-42.667-42.667-42.667h-176.256l126.464-189.653c13.056-19.627 7.765-46.080-11.819-59.179s-46.080-7.765-59.179 11.819z">
254 </path>
255 </svg>
256 <span class="home-text06 h6-20">Battery-friendly</span>
257 <span class="home-text07 body-12">
258 Extra options are provided to help tune battery consumption to
259 the best levels
260 </span>
261 </div>
262 </div>
263 <div class="home-design-settings">
264 <div class="home-focusondesign">
265 <svg viewBox="0 0 1024 1024" class="home-icon04">
266 <path
267 d="M1018.17 291.89l-286.058-286.058c-9.334-9.334-21.644-7.234-27.356 4.666l-38.354 79.904 267.198 267.198 79.904-38.354c11.9-5.712 14-18.022 4.666-27.356z">
268 </path>
269 <path
270 d="M615.384 135.384l-263.384 21.95c-17.5 2.166-32.080 5.898-37.090 28.752-0.006 0.024-0.012 0.042-0.018 0.066-71.422 343.070-314.892 677.848-314.892 677.848l57.374 57.374 271.986-271.99c-5.996-12.53-9.36-26.564-9.36-41.384 0-53.020 42.98-96 96-96s96 42.98 96 96-42.98 96-96 96c-14.82 0-28.852-3.364-41.384-9.36l-271.988 271.986 57.372 57.374c0 0 334.778-243.47 677.848-314.892 0.024-0.006 0.042-0.012 0.066-0.018 22.854-5.010 26.586-19.59 28.752-37.090l21.95-263.384-273.232-273.232z">
271 </path>
272 </svg>
273 <span class="home-text08 h6-20">Focus on design</span>
274 <span class="home-text09 body-12">
275 We include many options for customization and theming
276 throughout the OS
277 </span>
278 </div>
279 <img alt="image" src="public/playground_assets/bliss_logo.svg" class="home-image1" />
280 <div class="home-settings">
281 <svg viewBox="0 0 1024 1024" class="home-icon07">
282 <path
283 d="M512 662q62 0 106-44t44-106-44-106-106-44-106 44-44 106 44 106 106 44zM830 554l90 70q14 10 4 28l-86 148q-8 14-26 8l-106-42q-42 30-72 42l-16 112q-4 18-20 18h-172q-16 0-20-18l-16-112q-38-16-72-42l-106 42q-18 6-26-8l-86-148q-10-18 4-28l90-70q-2-14-2-42t2-42l-90-70q-14-10-4-28l86-148q8-14 26-8l106 42q42-30 72-42l16-112q4-18 20-18h172q16 0 20 18l16 112q38 16 72 42l106-42q18-6 26 8l86 148q10 18-4 28l-90 70q2 14 2 42t-2 42z">
284 </path>
285 </svg>
286 <span class="home-text10 h6-20">Customized settings</span>
287 <span class="home-text11 body-12">
288 Choose settings depending on the criteria you value the most.
289 With no limits.
290 </span>
291 </div>
292 </div>
293 <div class="home-perf-comp">
294 <div class="home-performance">
295 <svg viewBox="0 0 1024 1024" class="home-icon09">
296 <path
297 d="M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM302.836 834.152c11.106-30.632 17.164-63.688 17.164-98.152 0-124.35-78.81-230.292-189.208-270.606 10.21-84.924 48.254-163.498 109.678-224.924 72.53-72.526 168.96-112.47 271.53-112.47s199 39.944 271.53 112.47c61.428 61.426 99.468 140 109.682 224.924-110.402 40.314-189.212 146.256-189.212 270.606 0 34.468 6.060 67.52 17.166 98.15-61.706 40.242-133.77 61.85-209.166 61.85-75.394 0-147.458-21.608-209.164-61.848zM551.754 640.996c13.878 3.494 24.246 16.080 24.246 31.004v64c0 17.6-14.4 32-32 32h-64c-17.6 0-32-14.4-32-32v-64c0-14.924 10.368-27.51 24.246-31.004l23.754-448.996h32l23.754 448.996z">
298 </path>
299 </svg>
300 <span class="home-text12 h6-20">Performance</span>
301 <span class="home-text13 body-12">
302 Focused on speed and stability with tweaks to assist in the
303 most demanding applications
304 </span>
305 </div>
306 <div class="home-compatibility">
307 <img alt="image" src="public/playground_assets/compatibility.svg" class="home-image2" />
308 <span class="home-text14 h6-20">Compatibility</span>
309 <span class="home-text15 body-12">
310 We bring Bliss to every device we own. And our PC builds
311 include extras for ARM/ARM64 app compatibility
312 </span>
Stefan Ivicff54ece2019-08-31 14:49:48 +0200313 </div>
Unknownd2db0f12019-01-10 14:22:00 -0500314 </div>
315 </div>
Lokesh Yadavba544372021-12-07 15:09:27 +0530316 </div>
317 <div class="home-stats">
318 <div class="home-stat">
319 <svg viewBox="0 0 1152 1024" class="home-icon11">
320 <path
321 d="M768 770.612v-52.78c70.498-39.728 128-138.772 128-237.832 0-159.058 0-288-192-288s-192 128.942-192 288c0 99.060 57.502 198.104 128 237.832v52.78c-217.102 17.748-384 124.42-384 253.388h896c0-128.968-166.898-235.64-384-253.388z">
322 </path>
323 <path
324 d="M327.196 795.328c55.31-36.15 124.080-63.636 199.788-80.414-15.054-17.784-28.708-37.622-40.492-59.020-30.414-55.234-46.492-116.058-46.492-175.894 0-86.042 0-167.31 30.6-233.762 29.706-64.504 83.128-104.496 159.222-119.488-16.914-76.48-61.94-126.75-181.822-126.75-192 0-192 128.942-192 288 0 99.060 57.502 198.104 128 237.832v52.78c-217.102 17.748-384 124.42-384 253.388h279.006c14.518-12.91 30.596-25.172 48.19-36.672z">
325 </path>
326 </svg>
327 <span class="home-text16">Maintainer</span>
328 <span class="home-text17">Total no of maintainers</span>
329 <h1 class="home-text18 h3-48"><span>35</span></h1>
330 </div>
331 <div class="home-stat1">
332 <svg viewBox="0 0 1024 1024" class="home-icon14">
333 <path d="M214 768h596v86h-596v-86zM810 384l-298 298-298-298h170v-256h256v256h170z"></path>
334 </svg>
335 <span class="home-text20">Downloads</span>
336 <span class="home-text21">Total no of downloads</span>
337 <h1 class="home-text22 h3-48"><span>7.2k</span></h1>
338 </div>
339 <div class="home-stat2">
340 <svg viewBox="0 0 1024 1024" class="home-icon16">
341 <path
342 d="M938 726v-300h-170v300h170zM982 342q18 0 30 12t12 30v426q0 18-12 31t-30 13h-256q-18 0-31-13t-13-31v-426q0-18 13-30t31-12h256zM170 256v470h428v128h-598v-128h86v-470q0-34 25-60t59-26h768v86h-768z">
343 </path>
344 </svg>
345 <span class="home-text24">Devices</span>
346 <span class="home-text25">total no of supported devices</span>
347 <h1 class="home-text26 h3-48"><span>37</span></h1>
348 </div>
349 </div>
350 <div id="downloads" class="home-downloads">
351 <h1 class="h4-28"><span class="home-text29">Downloads</span></h1>
352 <span class="home-text30 body-12">
353 <span>
354 Open source software is code that is designed to be publicly
355 accessible
356 </span>
357 <span>
358 anyone can see, modify, and distribute the code as they see fit.
359 </span>
360 </span>
361 <div class="home-container1">
362 <div class="home-container2">
363 <div class="home-p-c">
364 <h1 class="home-text33 h5-24">Bliss OS for pc</h1>
365 <span class="home-text34 body-12">
366 <span>
367 An Open Source OS, based on Android for PC&apos;s &amp;
368 Tablets
369 </span>
370 </span>
371 <span class="home-text36 body-12"></span>
372 <a href="https://blissos.org/" target="_blank" rel="noreferrer noopener" class="home-link">
373 <div class="button-container rootClassName4">
374 <span class="button-text body-16">
375 <span>Bliss OS</span>
376 </span>
377 </div>
378 </a>
379 <a href="https://android-generic.github.io/" target="_blank" rel="noreferrer noopener" class="home-link1">
380 <div class="button-container rootClassName4">
381 <span class="button-text body-16">
382 <span>Android Generic</span>
383 </span>
384 </div>
385 </a>
386 </div>
387 </div>
388 <div class="home-rom">
389 <h1 class="home-text37 h5-24">Bliss Rom for mobile</h1>
390 <span class="home-text38 body-12">
391 <span>An open-source operating system based on Android</span>
392 </span>
393 <a href="https://downloads.blissroms.org/" target="_blank" rel="noreferrer noopener" class="home-link2">
394 <div class="button-container rootClassName4">
395 <span class="button-text body-16">
396 <span>Bliss Rom</span>
397 </span>
398 </div>
399 </a>
400 <div class="home-container3">
401 <a href="https://sourceforge.net/projects/blissroms/files/https://sourceforge.net/projects/blissroms/files/"
402 target="_blank" rel="noreferrer noopener" class="home-link3">
403 <div class="button_nofill-container rootClassName">
404 <span class="button_nofill-text body-16">
405 <span>Earlier Builds</span>
406 </span>
407 </div>
408 </a>
409 </div>
Unknownd2db0f12019-01-10 14:22:00 -0500410 </div>
411 </div>
412 </div>
Lokesh Yadavba544372021-12-07 15:09:27 +0530413
414
415 <!--Images-->
416 <div class="swiper mySwiper">
417 <div class="swiper-wrapper">
418 <div class="swiper-slide">
419 <img src="./screenshots/1.jpg" />
420 </div>
421 <div class="swiper-slide">
422 <img src="./screenshots/2.jpg" />
423 </div>
424 <div class="swiper-slide">
425 <img src="./screenshots/3.jpg" />
426 </div>
427 <div class="swiper-slide">
428 <img src="./screenshots/4.jpg" />
429 </div>
430 <div class="swiper-slide">
431 <img src="./screenshots/10.jpg" />
432 </div>
433 <div class="swiper-slide">
434 <img src="./screenshots/6.jpg" />
435 </div>
436 <div class="swiper-slide">
437 <img src="./screenshots/7.jpg" />
438 </div>
439 <div class="swiper-slide">
440 <img src="./screenshots/8.jpg" />
441 </div>
442 <div class="swiper-slide">
443 <img src="./screenshots/9.jpg" />
00day0ed909132019-04-08 12:53:13 +0200444 </div>
Unknowne3ebd892018-10-13 05:35:38 -0400445 </div>
Lokesh Yadavba544372021-12-07 15:09:27 +0530446 <div class="swiper-pagination"></div>
Unknowne3ebd892018-10-13 05:35:38 -0400447 </div>
Lokesh Yadavba544372021-12-07 15:09:27 +0530448
449 <!-- Swiper JS -->
450 <script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
451
452 <!-- Initialize Swiper -->
453 <script>
454 var swiper = new Swiper(".mySwiper", {
455 effect: "coverflow",
456 grabCursor: true,
457 centeredSlides: true,
458 slidesPerView: "auto",
459 coverflowEffect: {
460 rotate: 50,
461 stretch: 0,
462 depth: 100,
463 modifier: 1,
464 slideShadows: true,
465 },
466 pagination: {
467 el: ".swiper-pagination",
468 },
469 navigation: {
470 nextEl: '.swiper-button-next',
471 prevEl: '.swiper-button-prev',
472
473 },
474 });
475 </script>
476
477
478
479
480 <div class="home-joinbliss">
481 <div class="home-container4">
482 <h1 class="home-text40 h3-36">Join Bliss</h1>
483 <h1 class="home-text41 body-16">
484 <span class="home-text42">
485 We are accepting applications for maintainer and team
486 </span>
487 </h1>
488 </div>
489 <a href="https://docs.google.com/forms/d/1NbZ0mDqYoTnGbqLcd_XXt8d_SwQ2erxIAEWXHzhElS0/viewform" target="_blank"
490 rel="noreferrer noopener" class="home-link4 button-14 join button">
491 Join
492 </a>
493 </div>
494 <footer id="footer" class="footer-footer rootClassName1">
495 <div class="footer-container">
496 <div class="footer-logo">
497 <div class="footer-logo1">
498 <img alt="logo" src="../public/playground_assets/bliss%20logo1.svg" class="footer-image" />
499 <span class="footer-text body-16"><span>Bliss Rom</span></span>
500 </div>
501 <span class="footer-text02">
502 <span>
503 <span>
504 An open-source operating system based on Android with
505 customizations, options and added security features.
506 </span>
507 </span>
508 </span>
509 </div>
510 <div class="footer-links-container">
511 <div class="footer-container1">
512 <div class="footer-community-container">
513 <span class="footer-text05">Community</span>
514 <a href="https://t.me/Team_Bliss_Community" target="_blank" rel="noreferrer noopener"
515 class="footer-link Footerlink">
516 <span>BlissRoms Telegram</span>
517 <br />
518 <span></span>
519 </a>
520 <a href="https://t.me/blissx86" target="_blank" rel="noreferrer noopener"
521 class="footer-link01 Footerlink">
522 Bliss OS Telegram
523 </a>
524 <a href="https://discord.gg/wwc4Aua4fp" target="_blank" rel="noreferrer noopener"
525 class="footer-link02 Footerlink">
526 Bliss Discord
527 </a>
528 </div>
529 <div class="footer-sources-container">
530 <span class="footer-text08">Sources</span>
531 <span class="Footerlink">BlissRoms Gerrit Review</span>
532 <a href="https://review-x86.blissroms.com/" target="_blank" rel="noreferrer noopener"
533 class="footer-link03 Footerlink">
534 <span>Bliss OS (x86) Gerrit Review</span>
535 <br />
536 <span></span>
537 </a>
538 <a href="https://github.com/BlissRoms" target="_blank" rel="noreferrer noopener"
539 class="footer-link04 Footerlink">
540 BlissRoms GitHub
541 </a>
542 <a href="https://github.com/BlissRoms-Devices" target="_blank" rel="noreferrer noopener"
543 class="footer-link05 Footerlink">
544 BlissRoms-Devices GitHub
545 </a>
546 <a href="https://github.com/BlissRoms-x86" target="_blank" rel="noreferrer noopener"
547 class="footer-link06 Footerlink">
548 Bliss OS GitHub
549 </a>
550 <a href="https://github.com/BlissRoms-pine64" target="_blank" rel="noreferrer noopener"
551 class="footer-link07 Footerlink">
552 BlissRoms-PINE64 GitHub
553 </a>
554 </div>
555 </div>
556 <div class="footer-container2">
557 <div class="footer-contact">
558 <span class="footer-text12 footer-Text-Style">Links</span>
559 <a href="https://blissroms.org/team.html" target="_blank" rel="noreferrer noopener"
560 class="footer-link08 Footerlink">
561 Team members
562 </a>
563 <a href="https://status.blissroms.org/" target="_blank" rel="noreferrer noopener"
564 class="footer-link09 Footerlink">
565 Status
566 </a>
567 <a href="https://blog.blissroms.org/" target="_blank" rel="noreferrer noopener"
568 class="footer-link10 Footerlink">
569 Blog
570 </a>
571 </div>
572 <div class="footer-socials">
573 <span class="footer-text13 footer-Text-Style">Follow Us</span>
574 <div class="footer-icon-group">
575 <a href="https://twitter.com/stayblissful" target="_blank" rel="noreferrer noopener"
576 class="footer-link11">
577 <svg viewBox="0 0 950.8571428571428 1024" class="icons">
578 <path
579 d="M925.714 233.143c-25.143 36.571-56.571 69.143-92.571 95.429 0.571 8 0.571 16 0.571 24 0 244-185.714 525.143-525.143 525.143-104.571 0-201.714-30.286-283.429-82.857 14.857 1.714 29.143 2.286 44.571 2.286 86.286 0 165.714-29.143 229.143-78.857-81.143-1.714-149.143-54.857-172.571-128 11.429 1.714 22.857 2.857 34.857 2.857 16.571 0 33.143-2.286 48.571-6.286-84.571-17.143-148-91.429-148-181.143v-2.286c24.571 13.714 53.143 22.286 83.429 23.429-49.714-33.143-82.286-89.714-82.286-153.714 0-34.286 9.143-65.714 25.143-93.143 90.857 112 227.429 185.143 380.571 193.143-2.857-13.714-4.571-28-4.571-42.286 0-101.714 82.286-184.571 184.571-184.571 53.143 0 101.143 22.286 134.857 58.286 41.714-8 81.714-23.429 117.143-44.571-13.714 42.857-42.857 78.857-81.143 101.714 37.143-4 73.143-14.286 106.286-28.571z">
580 </path>
581 </svg>
582 </a>
583 <a href="https://www.instagram.com/blissroms/" target="_blank" rel="noreferrer noopener"
584 class="footer-link12">
585 <svg viewBox="0 0 877.7142857142857 1024" class="footer-icon02 icons">
586 <path
587 d="M585.143 512c0-80.571-65.714-146.286-146.286-146.286s-146.286 65.714-146.286 146.286 65.714 146.286 146.286 146.286 146.286-65.714 146.286-146.286zM664 512c0 124.571-100.571 225.143-225.143 225.143s-225.143-100.571-225.143-225.143 100.571-225.143 225.143-225.143 225.143 100.571 225.143 225.143zM725.714 277.714c0 29.143-23.429 52.571-52.571 52.571s-52.571-23.429-52.571-52.571 23.429-52.571 52.571-52.571 52.571 23.429 52.571 52.571zM438.857 152c-64 0-201.143-5.143-258.857 17.714-20 8-34.857 17.714-50.286 33.143s-25.143 30.286-33.143 50.286c-22.857 57.714-17.714 194.857-17.714 258.857s-5.143 201.143 17.714 258.857c8 20 17.714 34.857 33.143 50.286s30.286 25.143 50.286 33.143c57.714 22.857 194.857 17.714 258.857 17.714s201.143 5.143 258.857-17.714c20-8 34.857-17.714 50.286-33.143s25.143-30.286 33.143-50.286c22.857-57.714 17.714-194.857 17.714-258.857s5.143-201.143-17.714-258.857c-8-20-17.714-34.857-33.143-50.286s-30.286-25.143-50.286-33.143c-57.714-22.857-194.857-17.714-258.857-17.714zM877.714 512c0 60.571 0.571 120.571-2.857 181.143-3.429 70.286-19.429 132.571-70.857 184s-113.714 67.429-184 70.857c-60.571 3.429-120.571 2.857-181.143 2.857s-120.571 0.571-181.143-2.857c-70.286-3.429-132.571-19.429-184-70.857s-67.429-113.714-70.857-184c-3.429-60.571-2.857-120.571-2.857-181.143s-0.571-120.571 2.857-181.143c3.429-70.286 19.429-132.571 70.857-184s113.714-67.429 184-70.857c60.571-3.429 120.571-2.857 181.143-2.857s120.571-0.571 181.143 2.857c70.286 3.429 132.571 19.429 184 70.857s67.429 113.714 70.857 184c3.429 60.571 2.857 120.571 2.857 181.143z">
588 </path>
589 </svg>
590 </a>
591 <a href="https://github.com/BlissRoms" target="_blank" rel="noreferrer noopener"
592 class="footer-link13">
593 <svg viewBox="0 0 877.7142857142857 1024" class="footer-icon04 icons">
594 <path
595 d="M438.857 73.143c242.286 0 438.857 196.571 438.857 438.857 0 193.714-125.714 358.286-300 416.571-22.286 4-30.286-9.714-30.286-21.143 0-14.286 0.571-61.714 0.571-120.571 0-41.143-13.714-67.429-29.714-81.143 97.714-10.857 200.571-48 200.571-216.571 0-48-17.143-86.857-45.143-117.714 4.571-11.429 19.429-56-4.571-116.571-36.571-11.429-120.571 45.143-120.571 45.143-34.857-9.714-72.571-14.857-109.714-14.857s-74.857 5.143-109.714 14.857c0 0-84-56.571-120.571-45.143-24 60.571-9.143 105.143-4.571 116.571-28 30.857-45.143 69.714-45.143 117.714 0 168 102.286 205.714 200 216.571-12.571 11.429-24 30.857-28 58.857-25.143 11.429-89.143 30.857-127.429-36.571-24-41.714-67.429-45.143-67.429-45.143-42.857-0.571-2.857 26.857-2.857 26.857 28.571 13.143 48.571 64 48.571 64 25.714 78.286 148 52 148 52 0 36.571 0.571 70.857 0.571 81.714 0 11.429-8 25.143-30.286 21.143-174.286-58.286-300-222.857-300-416.571 0-242.286 196.571-438.857 438.857-438.857zM166.286 703.429c1.143-2.286-0.571-5.143-4-6.857-3.429-1.143-6.286-0.571-7.429 1.143-1.143 2.286 0.571 5.143 4 6.857 2.857 1.714 6.286 1.143 7.429-1.143zM184 722.857c2.286-1.714 1.714-5.714-1.143-9.143-2.857-2.857-6.857-4-9.143-1.714-2.286 1.714-1.714 5.714 1.143 9.143 2.857 2.857 6.857 4 9.143 1.714zM201.143 748.571c2.857-2.286 2.857-6.857 0-10.857-2.286-4-6.857-5.714-9.714-3.429-2.857 1.714-2.857 6.286 0 10.286s7.429 5.714 9.714 4zM225.143 772.571c2.286-2.286 1.143-7.429-2.286-10.857-4-4-9.143-4.571-11.429-1.714-2.857 2.286-1.714 7.429 2.286 10.857 4 4 9.143 4.571 11.429 1.714zM257.714 786.857c1.143-3.429-2.286-7.429-7.429-9.143-4.571-1.143-9.714 0.571-10.857 4s2.286 7.429 7.429 8.571c4.571 1.714 9.714 0 10.857-3.429zM293.714 789.714c0-4-4.571-6.857-9.714-6.286-5.143 0-9.143 2.857-9.143 6.286 0 4 4 6.857 9.714 6.286 5.143 0 9.143-2.857 9.143-6.286zM326.857 784c-0.571-3.429-5.143-5.714-10.286-5.143-5.143 1.143-8.571 4.571-8 8.571 0.571 3.429 5.143 5.714 10.286 4.571s8.571-4.571 8-8z">
596 </path>
597 </svg>
598 </a>
599 <a href="https://t.me/BlissROM_Updates" target="_blank" rel="noreferrer noopener"
600 class="footer-link14">
601 <svg viewBox="0 0 1024 1024" class="footer-icon06 icons">
602 <path
603 d="M679.429 746.857l84-396c7.429-34.857-12.571-48.571-35.429-40l-493.714 190.286c-33.714 13.143-33.143 32-5.714 40.571l126.286 39.429 293.143-184.571c13.714-9.143 26.286-4 16 5.143l-237.143 214.286-9.143 130.286c13.143 0 18.857-5.714 25.714-12.571l61.714-59.429 128 94.286c23.429 13.143 40 6.286 46.286-21.714zM1024 512c0 282.857-229.143 512-512 512s-512-229.143-512-512 229.143-512 512-512 512 229.143 512 512z">
604 </path>
605 </svg>
606 </a>
607 <a href="https://www.linkedin.com/company/stayblissful" target="_blank" rel="noreferrer noopener"
608 class="footer-link15">
609 <svg viewBox="0 0 877.7142857142857 1024" class="footer-icon08 icons">
610 <path
611 d="M135.429 808h132v-396.571h-132v396.571zM276 289.143c-0.571-38.857-28.571-68.571-73.714-68.571s-74.857 29.714-74.857 68.571c0 37.714 28.571 68.571 73.143 68.571h0.571c46.286 0 74.857-30.857 74.857-68.571zM610.286 808h132v-227.429c0-121.714-65.143-178.286-152-178.286-70.857 0-102.286 39.429-119.429 66.857h1.143v-57.714h-132s1.714 37.143 0 396.571v0h132v-221.714c0-11.429 0.571-23.429 4-32 9.714-23.429 31.429-48 68-48 47.429 0 66.286 36 66.286 89.714v212zM877.714 237.714v548.571c0 90.857-73.714 164.571-164.571 164.571h-548.571c-90.857 0-164.571-73.714-164.571-164.571v-548.571c0-90.857 73.714-164.571 164.571-164.571h548.571c90.857 0 164.571 73.714 164.571 164.571z">
612 </path>
613 </svg>
614 </a>
615 <a href="https://www.reddit.com/r/BlissRoms" target="_blank" rel="noreferrer noopener"
616 class="footer-link16">
617 <svg viewBox="0 0 1024 1024" class="icons footer-icon10">
618 <path
619 d="M1024 483.429c0 44.571-25.143 82.857-62.286 101.714 4.571 17.714 6.857 36 6.857 54.857 0 180.571-204 326.857-455.429 326.857-250.857 0-454.857-146.286-454.857-326.857 0-18.286 2.286-36.571 6.286-53.714-38.286-18.857-64.571-57.714-64.571-102.857 0-62.857 50.857-113.714 113.714-113.714 32.571 0 61.714 13.714 82.857 36 77.143-53.714 180-88.571 294.286-92.571l66.286-297.714c2.286-10.286 13.143-17.143 23.429-14.857l210.857 46.286c13.714-27.429 42.857-46.857 76-46.857 47.429 0 85.714 38.286 85.714 85.143 0 47.429-38.286 85.714-85.714 85.714-46.857 0-85.143-38.286-85.143-85.143l-190.857-42.286-59.429 269.714c114.857 3.429 218.857 37.714 296.571 91.429 20.571-21.714 49.714-34.857 81.714-34.857 62.857 0 113.714 50.857 113.714 113.714zM238.857 597.143c0 47.429 38.286 85.714 85.143 85.714 47.429 0 85.714-38.286 85.714-85.714 0-46.857-38.286-85.143-85.714-85.143-46.857 0-85.143 38.286-85.143 85.143zM701.714 800c8.571-8.571 8.571-21.143 0-29.714-8-8-21.143-8-29.143 0-34.286 34.857-108 46.857-160.571 46.857s-126.286-12-160.571-46.857c-8-8-21.143-8-29.143 0-8.571 8-8.571 21.143 0 29.714 54.286 54.286 158.857 58.286 189.714 58.286s135.429-4 189.714-58.286zM700 682.857c46.857 0 85.143-38.286 85.143-85.714 0-46.857-38.286-85.143-85.143-85.143-47.429 0-85.714 38.286-85.714 85.143 0 47.429 38.286 85.714 85.714 85.714z">
620 </path>
621 </svg>
622 </a>
623 </div>
624 </div>
625 </div>
Jon Westb16a0482020-11-14 02:01:00 -0500626 </div>
00day0da41c072019-07-03 01:51:49 +0200627 </div>
Lokesh Yadavba544372021-12-07 15:09:27 +0530628 <div class="footer-separator"></div>
629 </footer>
Jon West3a7341c2021-06-08 09:00:24 -0400630 </div>
631 </div>
Eric Parkb5f00812021-07-04 06:10:09 +0900632
Lokesh Yadavba544372021-12-07 15:09:27 +0530633 <!--navbar-->
634 <script>
635
636 (function () {
637 class Menu {
638 init = () => {
639 this.listenForUrlChanges()
640 this.getMenuElementsAndAddEvents()
641 return this;
642 };
643
644 getMenuElementsAndAddEvents = () => {
645 const mobileMenuElement = document.getElementsByClassName('teleport-menu-mobile')[0]
646 const closeMenuElement = document.getElementsByClassName('teleport-menu-close')[0]
647 const burgerMenuElement = document.getElementsByClassName('teleport-menu-burger')[0]
648
649 if (!burgerMenuElement) {
650 teleport.log("We're missing an element with a 'teleport-menu-mobile' class.");
651 return;
652 }
653
654
655 if (!mobileMenuElement) {
656 teleport.error(
657 `We're missing an element with a 'teleport-menu-mobile' class.`
658 );
659 return;
660 }
661
662 if (!closeMenuElement) {
663 teleport.error(
664 `We're missing an element with a 'teleport-menu-mobile' class.'`
665 );
666 return;
667 }
668
669 mobileMenuElement.addEventListener("click", () => {
670 mobileMenuElement.classList.remove("teleport-menu-show");
671 })
672 burgerMenuElement.addEventListener("click", () => {
673 mobileMenuElement.classList.add("teleport-menu-show");
674 });
675 closeMenuElement.addEventListener("click", () => {
676 mobileMenuElement.classList.remove("teleport-menu-show");
677 });
678 };
679
680 listenForUrlChanges = () => {
681 let url = location.href;
682 document.addEventListener('click', () => {
683 requestAnimationFrame(() => {
684 if (url !== location.href) {
685 console.log('URL changed');
686 this.getMenuElementsAndAddEvents()
687 url = location.href
688 }
689 });
690 }, true);
691 }
692 }
693
694 const teleport = {
695 debug: false,
696 log: (msg, obj) => {
697 if (teleport.debug) {
698 console.log("teleport: " + msg, obj || "");
699 }
700 },
701 error: (msg, object) => {
702 console.error("teleport-error: " + msg, object);
703 },
704 Menu,
705 }
706
707 new Menu().init()
708 })()
709 </script>
Eric Park9c385682021-06-08 23:50:18 +0900710
Unknown2da56362018-10-02 12:00:05 -0400711</body>
Unknown7b05b812018-10-01 22:05:43 -0400712
Lokesh Yadavba544372021-12-07 15:09:27 +0530713</html>