aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
Diffstat (limited to 'files')
-rw-r--r--files/AliceLinux.pngbin550377 -> 0 bytes
-rw-r--r--files/AliceLinuxWhite.pngbin182298 -> 0 bytes
-rw-r--r--files/favicon.svg4
-rw-r--r--files/footer5
-rw-r--r--files/grimshot-240524-234840.pngbin3036116 -> 0 bytes
-rw-r--r--files/header181
6 files changed, 0 insertions, 190 deletions
diff --git a/files/AliceLinux.png b/files/AliceLinux.png
deleted file mode 100644
index 3311191c..00000000
--- a/files/AliceLinux.png
+++ /dev/null
Binary files differ
diff --git a/files/AliceLinuxWhite.png b/files/AliceLinuxWhite.png
deleted file mode 100644
index 264f0cfe..00000000
--- a/files/AliceLinuxWhite.png
+++ /dev/null
Binary files differ
diff --git a/files/favicon.svg b/files/favicon.svg
deleted file mode 100644
index 17c8a998..00000000
--- a/files/favicon.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
- <rect width="32" height="32" rx="4" fill="#0d0d0d"/>
- <polygon points="16,6 4,28 28,28" fill="none" stroke="#e0e0e0" stroke-width="2.5" stroke-linejoin="round"/>
-</svg>
diff --git a/files/footer b/files/footer
deleted file mode 100644
index 5b8c2af8..00000000
--- a/files/footer
+++ /dev/null
@@ -1,5 +0,0 @@
- <hr>
- <p style="color: var(--fg-dim); font-size: 0.85em;">Copyright &copy; Alice Linux, 2024-2026</p>
-</div>
-</body>
-</html>
diff --git a/files/grimshot-240524-234840.png b/files/grimshot-240524-234840.png
deleted file mode 100644
index ff7e6447..00000000
--- a/files/grimshot-240524-234840.png
+++ /dev/null
Binary files differ
diff --git a/files/header b/files/header
deleted file mode 100644
index 8e32c6c8..00000000
--- a/files/header
+++ /dev/null
@@ -1,181 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Alice Linux - @TITLE@</title>
- <link rel="icon" type="image/svg+xml" href="/files/favicon.svg">
- <style>
- :root {
- color-scheme: dark;
- --bg: #0d0d0d;
- --bg-alt: #141414;
- --bg-code: #1a1a1a;
- --fg: #e0e0e0;
- --fg-dim: #888;
- --accent: #a8a8a8;
- --accent-hover: #e0e0e0;
- --border: #222;
- }
- * { margin: 0; padding: 0; box-sizing: border-box; }
- body {
- font-family: "Terminus", "Monaco", "Cascadia Code", "Fira Code", "JetBrains Mono", "SF Mono", Consolas, monospace;
- font-size: 15px;
- line-height: 1.6;
- max-width: 88ch;
- margin: 0 auto;
- padding: 2em 1.5em;
- background: var(--bg);
- color: var(--fg);
- -webkit-font-smoothing: antialiased;
- }
- h1, h2, h3, h4 { font-weight: 600; line-height: 1.3; }
- h1 { font-size: 1.75rem; margin-bottom: 0.6em; }
- h2 { font-size: 1.3rem; margin: 1.6em 0 0.5em; }
- h3 { font-size: 1.1rem; margin: 1.4em 0 0.4em; }
- h4 { font-size: 1rem; margin: 1.2em 0 0.3em; }
- p { margin: 0 0 1em; }
- a {
- color: var(--accent);
- text-decoration: none;
- }
- a:hover { color: var(--accent-hover); text-decoration: underline; }
- nav { margin-bottom: 1.5em; }
- nav a { color: var(--fg-dim); font-size: 0.9em; }
- nav a:hover { color: var(--accent); }
- nav span { color: var(--border); margin: 0 0.3em; }
- hr {
- border: 0;
- border-top: 1px solid var(--border);
- margin: 1.5em 0;
- }
- pre, code { font-family: "SF Mono", "Cascadia Code", "Fira Code", "JetBrains Mono", Consolas, monospace; font-size: 0.9em; }
- code {
- background: var(--bg-code);
- padding: 0.15em 0.4em;
- border-radius: 3px;
- color: #c0c0c0;
- }
- pre {
- background: var(--bg-code);
- border: 1px solid var(--border);
- border-radius: 4px;
- padding: 1em;
- overflow-x: auto;
- margin: 1em 0;
- line-height: 1.45;
- }
- pre code {
- background: none;
- padding: 0;
- border-radius: 0;
- }
- img {
- display: block;
- max-width: 100%;
- height: auto;
- margin: 1em 0;
- border-radius: 4px;
- }
- blockquote {
- margin: 1em 0;
- padding-left: 1em;
- border-left: 3px solid var(--border);
- color: var(--fg-dim);
- }
- table {
- width: 100%;
- border-collapse: collapse;
- margin: 1em 0;
- }
- th, td {
- padding: 0.5em 0.6em;
- text-align: left;
- border-bottom: 1px solid var(--border);
- }
- th {
- font-weight: 600;
- border-bottom-color: #333;
- }
- tr:last-child td { border-bottom: none; }
- ul, ol { margin: 0 0 1em 1.5em; }
- li { margin-bottom: 0.3em; }
- input, button, textarea { font: inherit; color: inherit; }
- .ports-toolbar {
- display: flex;
- flex-wrap: wrap;
- gap: 0.5em;
- margin-bottom: 1em;
- }
- .ports-toolbar button {
- background: none;
- border: none;
- border-bottom: 2px solid transparent;
- padding: 0.3em 0;
- cursor: pointer;
- color: var(--fg-dim);
- font-size: 0.9em;
- }
- .ports-toolbar button.active {
- color: var(--accent);
- border-bottom-color: var(--accent);
- }
- .ports-toolbar button:hover { color: var(--fg); }
- .ports-toolbar input {
- flex: 1 1 18em;
- min-width: 0;
- background: var(--bg-alt);
- border: 1px solid var(--border);
- border-radius: 3px;
- padding: 0.4em 0.6em;
- }
- .ports-toolbar input:focus { outline: none; border-color: var(--accent); }
- .ports-count { margin-bottom: 0.8em; color: var(--fg-dim); font-size: 0.9em; }
- #commits { list-style: none; margin: 0; }
- #commits li {
- padding: 0.8em 0;
- border-bottom: 1px solid var(--border);
- display: flex;
- align-items: flex-start;
- gap: 0.8em;
- }
- #commits li:last-child { border-bottom: none; }
- .commit-hash {
- font-family: "SF Mono", "Cascadia Code", "Fira Code", "JetBrains Mono", Consolas, monospace;
- font-size: 0.8em;
- color: var(--fg-dim);
- white-space: nowrap;
- min-width: 7em;
- }
- .commit-msg { flex: 1; word-break: break-word; }
- .commit-meta {
- font-size: 0.85em;
- color: var(--fg-dim);
- white-space: nowrap;
- text-align: right;
- min-width: 9em;
- }
- #commits-loading {
- text-align: center;
- padding: 1.5em;
- color: var(--fg-dim);
- display: none;
- }
- #commits-error {
- text-align: center;
- padding: 1em;
- color: #e77;
- display: none;
- }
- .dl-table td:nth-child(1) { width: 60%; }
- .dl-table td:nth-child(2) { width: 15%; text-align: right; }
- .dl-table td:nth-child(3) { width: 25%; white-space: nowrap; }
- .dl-empty { color: var(--fg-dim); font-style: italic; }
- </style>
-</head>
-<body>
-<div class="centered-wrapper">
- <nav>
- <a href="/">home</a><span> / </span><a href="/docs">docs</a><span> / </span><a href="/ports.html">ports</a><span> / </span><a href="/commits.html">commits</a><span> / </span><a href="/download.html">download</a><span> / </span><a href="https://codeberg.org/emmett1/alicelinux">development</a><span> / </span><a href="/community.html">community</a><span> / </span><a href="/donate.html">donate</a>
- </nav>
- <hr>