forked from Rockyspade/blissroms.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
785 lines (768 loc) · 33.4 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
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
<!DOCTYPE html>
<html lang="en">
<head>
<title>BlissRoms</title>
<script src="main.js"></script>
<meta
property="og:image"
content="https://aheioqhobo.cloudimg.io/v7/_playground-bucket-v2.teleporthq.io_/441d32d5-7efd-47e4-b222-ec49e55a626f/2f834815-e128-4caa-9538-1e5a5cb7fbd8?org_if_sml=1"
/>
<meta
property="og:description"
content="BlissRoms. An open-source operating system based on Android with customizations, options, and added security features."
/>
<meta property="og:title" content="BlissRoms" />
<meta
name="description"
content="BlissRoms. An open-source operating system based on Android with customizations, options, and added security features."
/>
<meta property="twitter:card" content="summary_large_image" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta property="twitter:card" content="summary_large_image" />
<style data-tag="reset-style-sheet">
html {
line-height: 1.15;
}
body {
margin: 0;
}
* {
box-sizing: border-box;
border-width: 0;
border-style: solid;
}
p,
li,
ul,
pre,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
padding: 0;
}
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button,
select {
text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
button:-moz-focus,
[type="button"]:-moz-focus,
[type="reset"]:-moz-focus,
[type="submit"]:-moz-focus {
outline: 1px dotted ButtonText;
}
a {
color: inherit;
text-decoration: inherit;
}
input {
padding: 2px 4px;
}
img {
display: block;
}
html {
scroll-behavior: smooth;
}
</style>
<style data-tag="default-style-sheet">
html {
font-family: Inter;
font-size: 16px;
}
body {
font-weight: 400;
font-style: normal;
text-decoration: none;
text-transform: none;
letter-spacing: normal;
line-height: 1.15;
color: var(--dl-color-gray-black);
background-color: var(--dl-color-gray-white);
}
</style>
<link
rel="shortcut icon"
href="/playground_assets/favicon.ico"
type="icon/png"
sizes="32x32"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"
data-tag="font"
/>
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<div>
<link href="./css/home.css" rel="stylesheet" />
<div class="home-container">
<header data-role="Header" class="nav-nav">
<img
alt="image"
src="public/playground_assets/bliss-logo.svg"
class="nav-image"
/>
<div class="nav-nav1">
<nav class="nav-nav2">
<a
href="http://docs.blissroms.org"
target="_blank"
rel="noreferrer noopener"
class="nav-link"
>
<span>Docs</span>
</a>
<a href="#features" class="nav-link1 nav-link">
<span>Features</span>
</a>
<a
href="https://blisslabs.org"
target="_blank"
rel="noreferrer noopener"
class="nav-link2 nav-link"
>
<span>BlissLabs</span>
</a>
<a
href="team.html"
target="_blank"
rel="noreferrer noopener"
class="nav-link3 nav-link"
>
<span>Team</span>
</a>
<a
href="https://blog.blissroms.org/"
target="_blank"
rel="noreferrer noopener"
class="nav-link4 nav-link"
>
<span>Blog</span>
</a>
</nav>
</div>
<div class="nav-btn-group">
<a href="#download" class="nav-register button">
<span><span>Download</span></span>
</a>
</div>
<div
onclick="toggleMenu()"
;
id="hamicon"
data-type="BurgerMenu"
class="teleport-menu-burger nav-burger-menu"
>
<svg viewBox="0 0 1024 1024" class="nav-icon">
<path
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"
></path>
</svg>
</div>
<div
id="mobilemenu"
data-type="MobileMenu"
class="teleport-menu-mobile nav-mobile-menu"
>
<div class="nav-nav3">
<div class="nav-container">
<img
alt="image"
src="public/playground_assets/bliss-logo.svg"
class="nav-image1"
/>
<div
onclick="toggleMenu()"
;
data-type="CloseMobileMenu"
class="nav-menu-close teleport-menu-close"
>
<svg viewBox="0 0 1024 1024" class="nav-icon02">
<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"
></path>
</svg>
</div>
</div>
<nav
class="navigation-links-nav navigation-links-root-class-name11"
>
<span class="nav-link"><span>About</span></span>
<span class="navigation-links-text1 nav-link">
<span>Features</span>
</span>
<a
href="https://blisslabs.org"
target="_blank"
rel="noreferrer noopener"
class="navigation-links-link nav-link"
>
<span>BlissLabs</span>
</a>
<a
href="https://blissroms.org/team.html"
target="_blank"
rel="noreferrer noopener"
class="navigation-links-link1 nav-link"
>
<span>Team</span>
</a>
<span class="navigation-links-text2 nav-link">
<span>Blog</span>
</span>
</nav>
</div>
<div class="nav-icon-group">
<svg viewBox="0 0 950.8571428571428 1024" class="nav-icon04">
<path
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"
></path></svg
><svg viewBox="0 0 877.7142857142857 1024" class="nav-icon06">
<path
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"
></path></svg
><svg viewBox="0 0 602.2582857142856 1024" class="nav-icon08">
<path
d="M548 6.857v150.857h-89.714c-70.286 0-83.429 33.714-83.429 82.286v108h167.429l-22.286 169.143h-145.143v433.714h-174.857v-433.714h-145.714v-169.143h145.714v-124.571c0-144.571 88.571-223.429 217.714-223.429 61.714 0 114.857 4.571 130.286 6.857z"
></path>
</svg>
</div>
</div>
</header>
<div class="home-hero">
<div class="home-hero-text">
<span class="home-rom-name">BlissRoms</span>
<h1 class="home-text">
<span>The customization you want,</span>
<br />
<span class="home-text02">with the privacy you need</span>
</h1>
<span class="home-text03">
An open-source operating system based on Android with
customizations, options and added security features.
</span>
<div class="home-btn-group">
<a href="#download" class="home-link button">
<svg viewBox="0 0 1024 1024" class="home-icon">
<path
d="M853.333 640v170.667c0 11.776-4.736 22.4-12.501 30.165s-18.389 12.501-30.165 12.501h-597.333c-11.776 0-22.4-4.736-30.165-12.501s-12.501-18.389-12.501-30.165v-170.667c0-23.552-19.115-42.667-42.667-42.667s-42.667 19.115-42.667 42.667v170.667c0 35.328 14.379 67.413 37.504 90.496s55.168 37.504 90.496 37.504h597.333c35.328 0 67.413-14.379 90.496-37.504s37.504-55.168 37.504-90.496v-170.667c0-23.552-19.115-42.667-42.667-42.667s-42.667 19.115-42.667 42.667zM554.667 537.003v-409.003c0-23.552-19.115-42.667-42.667-42.667s-42.667 19.115-42.667 42.667v409.003l-140.501-140.501c-16.683-16.683-43.691-16.683-60.331 0s-16.683 43.691 0 60.331l213.333 213.333c3.925 3.925 8.619 7.083 13.824 9.259s10.795 3.243 16.341 3.243c10.923 0 21.845-4.181 30.165-12.501l213.333-213.333c16.683-16.683 16.683-43.691 0-60.331s-43.691-16.683-60.331 0z"
></path>
</svg>
<span class="home-text04">Download</span>
</a>
<a
href="https://blog.blissroms.org/"
target="_blank"
rel="noreferrer noopener"
class="home-link1 button"
>
<svg viewBox="0 0 1024 1024" class="home-icon02">
<path
d="M981.333 512c0-129.579-52.565-246.997-137.472-331.861s-202.283-137.472-331.861-137.472-246.997 52.565-331.861 137.472-137.472 202.283-137.472 331.861 52.565 246.997 137.472 331.861 202.283 137.472 331.861 137.472 246.997-52.565 331.861-137.472 137.472-202.283 137.472-331.861zM896 512c0 106.069-42.923 201.984-112.469 271.531s-165.461 112.469-271.531 112.469-201.984-42.923-271.531-112.469-112.469-165.461-112.469-271.531 42.923-201.984 112.469-271.531 165.461-112.469 271.531-112.469 201.984 42.923 271.531 112.469 112.469 165.461 112.469 271.531zM554.667 682.667v-170.667c0-23.552-19.115-42.667-42.667-42.667s-42.667 19.115-42.667 42.667v170.667c0 23.552 19.115 42.667 42.667 42.667s42.667-19.115 42.667-42.667zM554.667 341.333c0-23.552-19.115-42.667-42.667-42.667s-42.667 19.115-42.667 42.667 19.115 42.667 42.667 42.667 42.667-19.115 42.667-42.667z"
></path>
</svg>
<span class="home-text05">Changelog</span>
</a>
</div>
</div>
<div class="home-hero-image">
<img
alt="image"
src="public/playground_assets/header-img-400w.png"
loading="lazy"
class="home-image"
/>
</div>
</div>
<div id="features" class="features-features">
<div class="features-heading">
<h1 class="features-text">
<span></span>
<span>It’s more than what you think</span>
</h1>
<span class="features-text03">
<span>A comprehesive overview of features</span>
</span>
</div>
<div class="features-list">
<div class="features-f-1">
<div class="features-focus-on-design feature-card">
<img
alt="image"
src="public/playground_assets/design_services_black_24dp%201.svg"
class="features-image"
/>
<h1 class="features-text04"><span>Focus on design</span></h1>
<span>
<span>
We include many options for customization and theming
throughout the OS
</span>
</span>
</div>
<div class="features-performance feature-card">
<img
alt="image"
src="public/playground_assets/assessment_black_24dp%201.svg"
class="features-image1"
/>
<h1 class="features-text06"><span>Performance</span></h1>
<span>
<span>
Focused on speed and stability with tweaks to assist in the
most demanding applications
</span>
</span>
</div>
<div class="features-regular-updates feature-card">
<img
alt="image"
src="public/playground_assets/ontime%20updates.svg"
class="features-image2"
/>
<h1 class="features-text08"><span>Regular updates</span></h1>
<span>
<span>
Bliss mainterners provide regular updates based on released
builds.
</span>
</span>
</div>
</div>
<div class="features-f-2">
<div class="features-battery-friendly feature-card">
<img
alt="image"
src="public/playground_assets/battery-heart-outline.svg"
class="features-image3"
/>
<h1 class="features-text10"><span>Battery-friendly</span></h1>
<span>
<span>
Extra options are provided to help tune battery consumption
to the best levels
</span>
</span>
</div>
<div class="features-added-security feature-card">
<img
alt="image"
src="public/playground_assets/verified_user_black_24dp%201.svg"
class="features-image4"
/>
<h1 class="features-text12"><span>Added Security</span></h1>
<span>
<span>
We include many options for security and safety throughout
the OS
</span>
</span>
</div>
<div class="features-many-more feature-card">
<img
alt="image"
src="public/playground_assets/more_black_24dp%201.svg"
class="features-image5"
/>
<h1 class="features-text14">
<span></span>
<span>and many more</span>
</h1>
<span>
<span>
More options are provided to help tune android to the best
levels
</span>
</span>
</div>
</div>
</div>
<img
alt="image"
src="public/playground_assets/bg-logo-400w.png"
class="features-image6"
/>
</div>
<div class="stats-stats">
<div class="stats-maintainer">
<img
alt="image"
src="public/playground_assets/groups_black_24dp.svg"
class="stats-image"
/>
<h1 class="stats-text"><span>Maintainer</span></h1>
<span class="stats-text1">
<span>Total no of maintainers</span>
</span>
<h1 class="stats-text2"><span>35</span></h1>
</div>
<div class="stats-downloads">
<img
alt="image"
src="public/playground_assets/file_download_black_24dp.svg"
class="stats-image1"
/>
<h1 class="stats-text3"><span>Downloads</span></h1>
<span class="stats-text4"><span>Total no of downloads</span></span>
<h1 class="stats-text5"><span>20M+</span></h1>
</div>
<div class="stats-devices">
<img
alt="image"
src="public/playground_assets/devices_black_24dp.svg"
class="stats-image2"
/>
<h1 class="stats-text6"><span>Devices</span></h1>
<span class="stats-text7"><span>Total no of devices</span></span>
<h1 class="stats-text8"><span>35</span></h1>
</div>
</div>
<div id="download" class="home-download-pc">
<div class="home-android-download download-card">
<div class="home-container1">
<div class="home-container2">
<span class="home-text06">Get started</span>
<h1 class="home-text07">Android Phone</h1>
<span class="home-text08">
Download blissrom for your android mobile and enjoy all the
benefits of customization and security you need.
</span>
</div>
<a
href="https://downloads.blissroms.org/"
target="_blank"
rel="noreferrer noopener"
class="home-link2 button"
>
<svg viewBox="0 0 1024 1024" class="home-icon04">
<path
d="M214 768h596v86h-596v-86zM810 384l-298 298-298-298h170v-256h256v256h170z"
></path>
</svg>
<span class="home-text09">Download now</span>
</a>
</div>
<img
alt="image"
src="public/playground_assets/mobiel-ss-1500w.png"
loading="lazy"
class="home-image1"
/>
<img
alt="image"
src="public/playground_assets/vectorblob-1.svg"
class="home-image2"
/>
<img
alt="image"
src="public/playground_assets/vector-200h.png"
class="home-image3"
/>
</div>
<div class="home-p-c-download">
<div class="home-container3">
<div class="home-container4">
<span class="home-text10">Get started</span>
<h1 class="home-text11">For PC</h1>
<span class="home-text12">
Download Bliss OS for your personal computer enjoy all the
benefits of customizations and security you need.
</span>
</div>
<a
href="https://blissos.org/"
target="_blank"
rel="noreferrer noopener"
class="home-link3 button"
>
<svg viewBox="0 0 1024 1024" class="home-icon06">
<path
d="M214 768h596v86h-596v-86zM810 384l-298 298-298-298h170v-256h256v256h170z"
></path>
</svg>
<span class="home-text13">Download now</span>
</a>
</div>
<img
alt="image"
src="public/playground_assets/as-1500w.png"
loading="lazy"
class="home-image4"
/>
<img
alt="image"
src="public/playground_assets/vectorblob.svg"
class="home-image5"
/>
<img
alt="image"
src="public/playground_assets/frame%2038.svg"
class="home-image6"
/>
</div>
</div>
<div class="home-download-mobile">
<div class="home-mobile-download-mobile">
<div class="home-container5">
<span class="home-text14">Get started</span>
<h1 class="home-text15">Android Phone</h1>
<span class="home-text16">
Download blissrom for your android mobile and enjoy all the
benefits of customization and security you need.
</span>
</div>
<button class="home-button button">
<svg viewBox="0 0 1024 1024" class="home-icon08">
<path
d="M214 768h596v86h-596v-86zM810 384l-298 298-298-298h170v-256h256v256h170z"
></path>
</svg>
<span class="home-text17">Download now</span>
</button>
</div>
<div class="home-p-c-download-mobile">
<div class="home-container6">
<span class="home-text18">Get started</span>
<h1 class="home-text19">For PC</h1>
<span class="home-text20">
Download Bliss OS for your personal computer enjoy all the
benefits of customizations and security you need.
</span>
</div>
<button class="home-button1 button">
<svg viewBox="0 0 1024 1024" class="home-icon10">
<path
d="M214 768h596v86h-596v-86zM810 384l-298 298-298-298h170v-256h256v256h170z"
></path>
</svg>
<span class="home-text21">Download now</span>
</button>
</div>
</div>
<footer class="footer-footer">
<div class="footer-container">
<div class="footer-logo">
<img
alt="logo"
src="public/playground_assets/bliss-logo.svg"
class="footer-image"
/>
<span class="footer-text">
<span>
An open-source operating system based on Android with
customizations, options and added security features.
</span>
</span>
</div>
<div class="footer-links-container">
<div class="footer-container1">
<div class="footer-product-container">
<span class="footer-text1"><span>Community</span></span>
<a
href="https://t.me/Team_Bliss_Community"
target="_blank"
rel="noreferrer noopener"
class="footer-link"
>
<span>BlissRoms Telegram</span>
</a>
<a
href="https://t.me/blissx86"
target="_blank"
rel="noreferrer noopener"
class="footer-link01"
>
<span>Bliss OS Telegram</span>
</a>
<a
href="https://discord.com/invite/wwc4Aua4fp"
target="_blank"
rel="noreferrer noopener"
class="footer-link02"
>
<span>Bliss Discord</span>
</a>
</div>
<div class="footer-company-container">
<span class="footer-text2"><span>Sources</span></span>
<a
href="https://review.blissroms.org/q/status:open+-is:wip"
target="_blank"
rel="noreferrer noopener"
class="footer-link03"
>
<span>BlissRoms Gerrit Review</span>
</a>
<a
href="https://github.com/BlissRoms"
target="_blank"
rel="noreferrer noopener"
class="footer-link04"
>
<span>BlissRoms GitHub</span>
</a>
<a
href="https://github.com/BlissRoms-Devices"
target="_blank"
rel="noreferrer noopener"
class="footer-link05"
>
<span>BlissRoms-Devices GitHub</span>
</a>
<a
href="https://github.com/BlissRoms-x86"
target="_blank"
rel="noreferrer noopener"
class="footer-link06"
>
<span>Bliss OS GitHub</span>
</a>
<a
href="https://github.com/BlissRoms-pine64"
target="_blank"
rel="noreferrer noopener"
class="footer-link07"
>
<span>BlissRoms-PINE64 GitHub</span>
</a>
</div>
</div>
<div class="footer-container2">
<div class="footer-contact">
<span class="footer-text3"><span>Links</span></span>
<a
href="newteam.html"
target="_blank"
rel="noreferrer noopener"
class="footer-link08"
>
<span>Team members</span>
</a>
<a
href="https://status.blissroms.org"
target="_blank"
rel="noreferrer noopener"
class="footer-link09"
>
<span>Status</span>
</a>
<a
href="https://blog.blissroms.org/"
target="_blank"
rel="noreferrer noopener"
class="footer-link10"
>
<span>Blog</span>
</a>
</div>
<div class="footer-socials">
<span class="footer-text4"><span>Follow Us</span></span>
<div class="footer-icon-group">
<a
href="https://twitter.com/bliss_roms"
target="_blank"
rel="noreferrer noopener"
class="footer-link11"
>
<svg
viewBox="0 0 950.8571428571428 1024"
class="footer-icon"
>
<path
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"
></path>
</svg>
</a>
<a
href="https://www.instagram.com/blissroms"
target="_blank"
rel="noreferrer noopener"
class="footer-link12"
>
<svg
viewBox="0 0 877.7142857142857 1024"
class="footer-icon2"
>
<path
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"
></path>
</svg>
</a>
<a
href="https://www.facebook.com/BlissROMs"
target="_blank"
rel="noreferrer noopener"
class="footer-link13"
>
<svg
viewBox="0 0 602.2582857142856 1024"
class="footer-icon4"
>
<path
d="M548 6.857v150.857h-89.714c-70.286 0-83.429 33.714-83.429 82.286v108h167.429l-22.286 169.143h-145.143v433.714h-174.857v-433.714h-145.714v-169.143h145.714v-124.571c0-144.571 88.571-223.429 217.714-223.429 61.714 0 114.857 4.571 130.286 6.857z"
></path>
</svg>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="footer-separator"></div>
<span class="footer-text5">
<span>Copyright © 2022 BlissLabs. All rights reserved</span>
</span>
</footer>
</div>
</div>
<script
data-ad-client="ca-pub-7639560510014441"
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"
></script>
<script>
function mobilemenu() {
if (document.getElementById("mobilemenu").style.display == "block") {
document.getElementById("mobilemenu").style.display = "none";
} else {
document.getElementById("mobilemenu").style.display = "block";
}
document
.getElementById("hamicon")
.addEventListener("click", mobilemenu);
}
</script>
</body>
</html>