summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorfrosty <passedgoadngot200@disroot.org>2025-09-16 18:18:10 -0400
committerfrosty <passedgoadngot200@disroot.org>2025-09-16 18:18:10 -0400
commit01a2f10cfa100996e18e52f245f0be2baf545a00 (patch)
tree3bbadf32a6511cb1d26e98f3496e1331f065b91c /static
downloadwww-01a2f10cfa100996e18e52f245f0be2baf545a00.tar.gz
www-01a2f10cfa100996e18e52f245f0be2baf545a00.zip
initial commit
Diffstat (limited to 'static')
-rw-r--r--static/avatar-512.pngbin0 -> 487592 bytes
-rw-r--r--static/avatar.pngbin0 -> 8968 bytes
-rw-r--r--static/gentoo-button.pngbin0 -> 1055 bytes
-rw-r--r--static/omemo-fingerprints.txt3
-rw-r--r--static/style.css66
-rw-r--r--static/vim-button.pngbin0 -> 321 bytes
6 files changed, 69 insertions, 0 deletions
diff --git a/static/avatar-512.png b/static/avatar-512.png
new file mode 100644
index 0000000..e50eb58
--- /dev/null
+++ b/static/avatar-512.png
Binary files differ
diff --git a/static/avatar.png b/static/avatar.png
new file mode 100644
index 0000000..429058e
--- /dev/null
+++ b/static/avatar.png
Binary files differ
diff --git a/static/gentoo-button.png b/static/gentoo-button.png
new file mode 100644
index 0000000..07ae247
--- /dev/null
+++ b/static/gentoo-button.png
Binary files differ
diff --git a/static/omemo-fingerprints.txt b/static/omemo-fingerprints.txt
new file mode 100644
index 0000000..7067ec4
--- /dev/null
+++ b/static/omemo-fingerprints.txt
@@ -0,0 +1,3 @@
+346338FC 140C086E F6B9873F CADBD472 1F9F9A38 65AD7383 9830438C 18AEC702
+2C68682C 915BE0B7 3F321DC0 6EFEFDCD 182D667E 9EA16828 27288243 2DC5B807
+40386F80 F0FB2972 57F7D0CA 241AA7FC 7A5B26EB 5555CC26 67DDB329 5537E542
diff --git a/static/style.css b/static/style.css
new file mode 100644
index 0000000..caa8305
--- /dev/null
+++ b/static/style.css
@@ -0,0 +1,66 @@
+body {
+ margin: 0 auto;
+ max-width: 50em;
+ font-family: system-ui, sans-serif;
+ font-weight: normal;
+ background: #090909;
+ color: #ffffff;
+}
+
+a {
+ color: #ee82ee;
+ text-decoration: none;
+}
+
+a:hover {
+ text-decoration: underline;
+}
+
+hr {
+ border: none;
+ border-bottom: 1px #d3d3d3 dotted;
+}
+
+main h1,
+main h2,
+main h3 {
+ border-bottom: 1px #d3d3d3 dotted;
+}
+
+header {
+ height: 64px;
+ margin: 1em 0;
+}
+
+header .links a {
+ color: #ffffff;
+}
+
+header .links {
+ margin-left: 0.5em;
+}
+
+header img,
+header .links {
+ display: inline-block;
+ vertical-align: middle;
+}
+
+header .title {
+ font-size: 1.5em;
+ font-weight: bold;
+}
+
+.blog-item {
+ padding: 0.5em;
+ background: #191919;
+ margin: 1em 0;
+}
+
+.blog-item span {
+ color: #d3d3d3;
+}
+
+pre {
+ padding: 0.25em;
+}
diff --git a/static/vim-button.png b/static/vim-button.png
new file mode 100644
index 0000000..7be23f8
--- /dev/null
+++ b/static/vim-button.png
Binary files differ