This repository was archived by the owner on Aug 30, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (47 loc) · 3.29 KB
/
Copy pathindex.html
File metadata and controls
57 lines (47 loc) · 3.29 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
<!doctype html>
<html lang="en">
<head>
<title>Omacom — Beautiful Linux Systems by DHH</title>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, width=device-width">
<meta name="description" content="The home of Omarchy & Omakub">
<meta property="og:site_name" content="Omacom">
<meta property="og:title" content="Omacom">
<meta property="og:description" content="The home of Omarchy & Omakub">
<meta property="og:image" content="https://omacom.io/assets/images/opengraph.png">
<meta property="og:url" content="https://omacom.io">
<meta property="og:type" content="website">
<meta name="twitter:title" content="Omacom">
<meta name="twitter:description" content="The home of Omarchy & Omakub">
<meta name="twitter:image" content="https://omacom.io/assets/images/opengraph.png">
<meta name="twitter:image:alt" content="Omacom">
<meta name="twitter:card" content="summary_large_image">
<link rel="icon" href="assets/images/favicon.png">
<link rel="stylesheet" type="text/css" href="assets/css/reset.css">
<link rel="stylesheet" type="text/css" href="assets/css/root.css">
<link rel="stylesheet" type="text/css" href="assets/css/fonts.css">
<link rel="stylesheet" type="text/css" href="assets/css/elements.css">
<link rel="stylesheet" type="text/css" href="assets/css/button.css">
<link rel="stylesheet" type="text/css" href="assets/css/header.css">
<link rel="stylesheet" type="text/css" href="assets/css/main.css">
<link rel="stylesheet" type="text/css" href="assets/css/nav.css">
<script defer data-domain="omacom.io" src="https://plausible.io/js/script.js"></script>
</head>
<body>
<header class="header">
<h1>Beautiful Linux Systems by <a href="https://dhh.dk">DHH</a></h1>
</header>
<nav class="nav">
<div class="nav__buttons">
<a class="button" href="https://omarchy.org" aria-label="Omarchy">
<svg viewBox="0 0 32 32"><path fill-rule="evenodd" clip-rule="evenodd" d="M32 32H19.2V29.8667H29.8667V2.13333H17.0668V6.4H6.4001V25.6H25.6001V6.4H23.4668V4.26667H27.7334V27.7333H17.0667V32H0V0H32V32ZM2.13333 29.8667H14.9333V27.7333H4.26667L4.26677 17.0667H2.13333V29.8667ZM2.13333 14.9333H4.26677V4.26667H14.9334V2.13333H2.13333V14.9333Z" fill="currentColor"/></svg>
<span>Omarchy</span>
</a>
<a class="button" href="https://omacon.org" aria-label="Omacon">
<svg viewBox="0 0 32 32"><g clip-rule="evenodd" fill="currentColor" fill-rule="evenodd"><path d="m16 3.9496c6.6185 0 11.7952 5.29658 11.7952 12.0504 0 6.7539-5.1876 12.0504-11.7952 12.0504-6.60748-.0001-11.79515-5.2966-11.79516-12.0504 0-6.75374 5.17675-12.05028 11.79516-12.0504zm0 2.65927c-5.144.00012-8.8684 3.98373-8.86841 9.40223.00002 5.4186 3.82271 9.3577 8.86841 9.3579 5.0458-.0001 8.8575-4.0283 8.8575-9.3579 0-5.452-3.7134-9.40223-8.8575-9.40223z"/><path d="m16 0c9.1196.00000325 16 6.87621 16 16 0 9.1238-6.8804 16-16 16-9.11946-.0001-16-6.8763-16-16 .0000003-9.12371 6.88054-15.99988724 16-16zm0 2.57056c-7.49213.00013-13.14954 5.77444-13.14954 13.42944s5.65741 13.4293 13.14954 13.4294c7.4923 0 13.1386-5.7743 13.1386-13.4294 0-7.65508-5.6463-13.42943-13.1386-13.42944z"/></g></svg>
<span>Omacon</span>
</a>
</div>
</nav>
</body>
</html>