-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (58 loc) · 3.81 KB
/
Copy pathindex.html
File metadata and controls
63 lines (58 loc) · 3.81 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="favicon.ico">
<title>Bliss OS</title>
<meta name="description" content="Bliss OS is still under development. Public images are paused. Source, kernels, and a new installer are moving, and we need people who can help.">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="neon.css">
<link rel="stylesheet" href="css/rebuild.css">
<script src="js/navbar-ontop.js"></script>
<script defer src="https://analytics.blisslabs.org/script.js"
data-website-id="ece62611-a982-4213-81bb-c948446d9eba"></script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7639560510014441"
crossorigin="anonymous"></script>
</head>
<body class="rebuild-site cover-page">
<nav class="navbar navbar-expand-lg fixed-top navbar-dark">
<div class="container">
<a class="navbar-brand" href="index.html"><img src="images/new/NewBlissOS_logo_white.png"
class="d-inline-block align-top mx-auto img-fluid" style="width: 4rem;" alt="Bliss OS logo"></a>
<a class="navbar-brand" href="index.html"><span style="font-weight: 500">Bliss OS</span></a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-bs-toggle="collapse"
data-bs-target="#navbar2SupportedContent" aria-controls="navbar2SupportedContent" aria-expanded="false"
aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse text-center justify-content-end" id="navbar2SupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item mx-2"><a class="nav-link" href="about.html">About</a></li>
<li class="nav-item mx-2"><a class="nav-link" href="status.html">Status</a></li>
<li class="nav-item mx-2"><a class="nav-link" href="projects.html">Projects</a></li>
<li class="nav-item mx-2"><a class="nav-link" href="contribute.html">Contribute</a></li>
<li class="nav-item mx-2"><a class="nav-link" href="https://docs.blissos.org" target="_blank" rel="noopener">Docs</a></li>
<li class="nav-item mx-2"><a class="nav-link" href="support.html">Support</a></li>
<li class="nav-item mx-2"><a class="nav-link" href="licensing.html">Licensing</a></li>
</ul>
<a class="btn navbar-btn mx-2 btn-primary shadow" href="contribute.html">Get involved</a>
</div>
</div>
</nav>
<section class="section-fade-out-white text-light cover-hero main_background2">
<div class="cover-inner">
<p class="hero-kicker mb-2">Active development</p>
<h1 class="mb-3">Bliss OS is still under development.</h1>
<p class="lead mb-3">Public images are paused. The source is not. New installer, kernels, and trees are landing.</p>
<p class="cover-help mb-4">If you can write code, test hardware, rewrite docs, or spare a build machine, you can help ship the next release. You do not have to wait for an ISO to join.</p>
<div class="cover-actions">
<a class="btn btn-lg btn-outline-light" href="status.html">What's the Status</a>
<a class="btn btn-lg btn-primary" href="contribute.html">I want to Help</a>
</div>
<p class="cover-connect mb-0 mt-4">Talk to the people building it on <a href="https://matrix.to/#/#blissos:matrix.org" target="_blank" rel="noopener">Matrix</a> or the <a href="https://t.me/androidgenericpc" target="_blank" rel="noopener">Dev Telegram</a>.</p>
</div>
</section>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
</body>
</html>