-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (68 loc) · 2.52 KB
/
index.html
File metadata and controls
70 lines (68 loc) · 2.52 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Symmetrical O's, now with bit-sized marshmallows! -->
<title>Symmetrical OS</title>
<meta name="description" content="The distro for everyone" />
<script src="https://code.jquery.com/jquery-latest.min.js"></script>
<script src="x2js.min.js"></script>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous"
>
<link rel="stylesheet" href="./main.css">
<link rel="stylesheet" href="./navbar.css">
</head>
<body>
<div class="topnav">
<a href="https://symmetricalos.github.io"><img src="favicon.ico" alt="" height="25"></a>
<a href="download/" class="navright">Download</a>
<a class="active navright" href="#">Home</a>
</div>
<div class="sidebar">
<h5>Documentation</h5>
<p><a href="wiki/installation_guide.html">Installation Guide</a></p>
</div>
<div class="bigbox">
<h1 class="hmm">The linux distro for everyone</h1>
<p class="hmm">
Symmetrical OS is a simple, lightweight, arch-based Linux distro
for every task from word processing to programming.<br /><br />
Download the latest ISO from the
<a href="download/">downloads page</a>.<br /><br />
It can be easily installed within 10 minutes with our
<a href="wiki/installation_guide.html">installation guide</a>.
</p>
</div>
<div class="content">
<div class="news">
<div style="display: inline-flex">
<h2>Latest News</h2>
<a href="feeds/rss.xml"
><svg
xmlns="http://www.w3.org/2000/svg"
width="32"
height="32"
fill="currentColor"
class="bi bi-rss"
viewBox="0 0 16 16"
>
<path
d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"
/>
<path
d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"
/></svg
></a>
</div>
<div id="news2"></div>
<script src="rss.js"></script>
<noscript>JavaScript is required to view the RSS feed</noscript>
</div>
</div>
</body>
</html>