summaryrefslogtreecommitdiff
path: root/dacctal/sources/your_os_is_illegal
diff options
context:
space:
mode:
Diffstat (limited to 'dacctal/sources/your_os_is_illegal')
-rw-r--r--dacctal/sources/your_os_is_illegal/index.html124
-rw-r--r--dacctal/sources/your_os_is_illegal/style.css19
2 files changed, 51 insertions, 92 deletions
diff --git a/dacctal/sources/your_os_is_illegal/index.html b/dacctal/sources/your_os_is_illegal/index.html
index 88ef8df..6b221d3 100644
--- a/dacctal/sources/your_os_is_illegal/index.html
+++ b/dacctal/sources/your_os_is_illegal/index.html
@@ -8,95 +8,41 @@
<link rel="icon" type="image/x-icon" href="images/erm.png">
</head>
<body>
- <h1><center>Your OS is illegal</center></h1>
- <br>
-
- <h2>original video:
- <a href="https://youtu.be/U2WsDRzCebw">
- YouTube
- </a>
- </h2>
- <br>
-
- <h3>
- California Assembly Bill No. 1043
- </h3>
- <a href="https://leginfo.legislature.ca.gov/faces/billNavClient.xhtml?bill_id=202520260AB1043">
- https://leginfo.legislature.ca.gov/faces/billNavClient.xhtml?bill_id=202520260AB1043
- </a>
- <br>
-
- <h3>
- Colorado Senate Bill 26-051
- </h3>
- <a href="https://leg.colorado.gov/bill_files/110990/download">
- https://leg.colorado.gov/bill_files/110990/download
- </a>
- <br>
-
- <h3>
- New York Senate Bill S8102A
- </h3>
- <a href="https://www.nysenate.gov/legislation/bills/2025/S8102/amendment/A">
- https://www.nysenate.gov/legislation/bills/2025/S8102/amendment/A
- </a>
- <br>
-
- <h3>
- Brazil LEI Nº 15.211
- </h3>
- <a href="https://www.planalto.gov.br/ccivil_03/_ato2023-2026/2025/Lei/L15211.htm">
- https://www.planalto.gov.br/ccivil_03/_ato2023-2026/2025/Lei/L15211.htm
- </a>
- <br>
-
- <h3>
- systemd age verification pull request (merged)
- </h3>
- <a href="https://github.com/systemd/systemd/pull/40954">
- https://github.com/systemd/systemd/pull/40954
- </a>
- <br>
-
- <h3>
- NixOS manual
- </h3>
- <a href="https://nixos.org/manual/nixos/stable/#sec-installation">
- https://nixos.org/manual/nixos/stable/#sec-installation
- </a>
- <br>
-
- <h3>
- DBus technical discussion
- </h3>
- <a href="https://lists.ubuntu.com/archives/ubuntu-devel/2026-March/043534.html">
- https://lists.ubuntu.com/archives/ubuntu-devel/2026-March/043534.html
- </a>
- <br>
-
- <h3>
- XDG Desktop Portal parental controls pull request
- </h3>
- <a href="https://github.com/flatpak/xdg-desktop-portal/pull/1922">
- https://github.com/flatpak/xdg-desktop-portal/pull/1922
- </a>
- <br>
-
- <h3>
- Ageless Linux distro compliance list
- </h3>
- <a href="https://agelesslinux.org/distros.html">
- https://agelesslinux.org/distros.html
- </a>
- <br>
-
- <h3>
- Ageless Linux law tracker
- </h3>
- <a href="https://agelesslinux.org/map.html">
- https://agelesslinux.org/map.html
- </a>
- <br>
+ <h1>[ <span class="color_blue">-</span><span class="color_green">></span>█ / dacctal / sources ]</h1>
+ <p>once you go dacctal, you never go bacctal. c ‿c</p>
+ <br>
+
+ <h2>
+ The AUR Disaster
+ </h2>
+ <a href="./the_aur_disaster/">
+ https://symlinx.net/dacctal/sources/the_aur_disaster/
+ <a>
+ <br><br>
+
+ <h2>
+ Open Source Games
+ </h2>
+ <a href="./open_source_games/">
+ https://symlinx.net/dacctal/sources/open_source_games/
+ <a>
+ <br><br>
+
+ <h2>
+ How I use Gentoo
+ </h2>
+ <a href="./how_i_use_gentoo/">
+ https://symlinx.net/dacctal/sources/how_i_use_gentoo/
+ <a>
+ <br><br>
+
+ <h2>
+ Your OS is illegal
+ </h2>
+ <a href="./your_os_is_illegal/">
+ https://symlinx.net/dacctal/sources/your_os_is_illegal/
+ <a>
+ <br><br>
</body>
</html>
diff --git a/dacctal/sources/your_os_is_illegal/style.css b/dacctal/sources/your_os_is_illegal/style.css
index ed26c8c..6a1e542 100644
--- a/dacctal/sources/your_os_is_illegal/style.css
+++ b/dacctal/sources/your_os_is_illegal/style.css
@@ -37,17 +37,30 @@ body {
a:link {
color: var(--cl-orange-6);
+ border: 2px solid var(--cl-orange-6);
+ padding: 4px 8px;
}
a:visited, a:active {
color: var(--cl-green-6);
}
a:hover {
- color: var(--cl-magenta-7);
+ color: var(--cl-black);
+ background-color: var(--cl-magenta-7);
+ border: 2px solid #0000;
}
-.h1Blue {
+.color_blue {
color: var(--cl-blue-6);
}
-.h1Green {
+.color_green {
color: var(--cl-green-6);
}
+.color_red {
+ color: var(--cl-red-6);
+}
+
+.block {
+ background-color: var(--cl-gray-0);
+ border: 2px solid var(--cl-gray-2);
+ padding: 16px 32px;
+}