diff --git a/index.html b/index.html
index fcf6c4a..14f16e9 100644
--- a/index.html
+++ b/index.html
@@ -106,12 +106,20 @@
registration is restricted, but all project repositories are
accessible and available under free licenses.
- check
+
my public searxng instance. no
usage metrics. most probably will add TOR proxy in the future.
- check
+
+
+
+
+
captive portal
+
a telemetry-free
+ captive portal check
+ as an alternative to android's default
+ connectivitycheck.gstatic.com
+ by google
+
+
+
+
pubkeys
+
SSH
+
+
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN8CKkq7m/FPTqjAO3yGWhH7y+9flDjyNC9hQFenvbKs toufy
+
GPG
+
+
-----BEGIN PGP PUBLIC KEY BLOCK-----
+
+mDMEaXaizxYJKwYBBAHaRw8BAQdARrftn56656s3XyW15b3DBMTcrvCvcRjOs53P
+tVsrsGC0EXRvdWZpYyBhciAodG91ZnkpiJAEExYKADgWIQRKDkdYNWjksRtcJVm7
+ozAX4p50+wUCaXaizwIbAwULCQgHAgYVCgkICwIEFgIDAQIeAQIXgAAKCRC7ozAX
+4p50+2gTAP9pFdyrNoOsOkdkcaBzIs9CZfkf38ZQsdi8vZsdXtquSAEAyaqVsXCN
+tpMn3/ax/034uY0wAVa9WluqWcvGK+jb7we4OARpdqLPEgorBgEEAZdVAQUBAQdA
+YQqEaD8/QXfS9rU471nhxbB1bHANd/NAG8TG1mJeLFkDAQgHiHgEGBYKACAWIQRK
+DkdYNWjksRtcJVm7ozAX4p50+wUCaXaizwIbDAAKCRC7ozAX4p50+3PEAP0abVGS
+7KLZCqJRjsRfhNP0IrveTuKrW5hckVu4GNgkCQEAtXHhO8Kj6l41m6v36AWddSUz
+iv6s3F2Wfm3pjizriQc=
+=w8/B
+-----END PGP PUBLIC KEY BLOCK-----
+
+
attributions
diff --git a/style.css b/style.css
index b49c15b..13acc8e 100644
--- a/style.css
+++ b/style.css
@@ -4,12 +4,14 @@
--background: #534b4f;
--background-alt: #645452;
--foreground: #faf0e6;
+ --support: #444444;
@media (prefers-color-scheme: light) {
--primary: #ff91a4;
--secondary: #dc143c;
--foreground: #534b4f;
--background: #faf0e6;
--background-alt: #f0ead6;
+ --support: #dddddd;
}
}
@@ -81,6 +83,22 @@ html {
text-decoration: none;
}
}
+ pre,
+ code {
+ overflow-x: auto;
+ max-width: 100%;
+ font-size: 14px;
+ color: var(--secondary);
+ background-color: var(--support);
+ padding: 0 4px;
+ border-radius: 4px;
+ display: inline-block;
+ -webkit-overflow-scrolling: touch;
+ }
+ hr {
+ margin: 20px 0;
+ }
+
body {
main {
margin: 5% 15%;
@@ -143,7 +161,7 @@ html {
margin: 5px;
border-radius: 5px;
border: 1px solid var(--primary);
- width: 300px;
+ max-width: 300px;
.sd-grid-card-title {
text-align: center;
display: flex;
@@ -161,24 +179,57 @@ html {
padding: 5px;
text-align: left;
}
- .sd-grid-card-action {
+ .sd-grid-actions-row {
+ display: flex;
+ flex-direction: row;
+ width: 100%;
padding: 5px;
- width: 90%;
- border: 4px dotted var(--secondary);
- border-radius: 4px;
- font-size: 22px;
- font-weight: bolder;
- text-decoration: none;
- color: var(--secondary);
- &:hover,
- &:active {
- background-color: var(--secondary);
+ .sd-grid-card-action {
+ width: 100%;
+ border: 4px dotted var(--primary);
+ border-radius: 4px;
+ margin: 4px;
+ font-size: 20px;
+ font-weight: bolder;
+ text-decoration: none;
color: var(--primary);
+ &:hover,
+ &:active {
+ border: 4px solid var(--secondary);
+ background-color: var(--secondary);
+ color: var(--primary);
+ }
}
}
}
}
}
+ #pubkeys {
+ h3 {
+ display: flex;
+ flex-direction: row;
+ text-align: center;
+ align-items: center;
+ margin: 10px 0;
+ button {
+ margin: 0 10px;
+ padding: 2px;
+ background-color: transparent;
+ border: none;
+ color: var(--primary);
+ font-size: 18px;
+ border-radius: 4px;
+ &:hover {
+ color: var(--secondary);
+ cursor: pointer;
+ }
+ &:active {
+ color: var(--primary);
+ background-color: var(--secondary);
+ }
+ }
+ }
+ }
#credits {
h1 {
padding: 5px;