From 01a2f10cfa100996e18e52f245f0be2baf545a00 Mon Sep 17 00:00:00 2001 From: frosty Date: Tue, 16 Sep 2025 18:18:10 -0400 Subject: initial commit --- static/avatar-512.png | Bin 0 -> 487592 bytes static/avatar.png | Bin 0 -> 8968 bytes static/gentoo-button.png | Bin 0 -> 1055 bytes static/omemo-fingerprints.txt | 3 ++ static/style.css | 66 ++++++++++++++++++++++++++++++++++++++++++ static/vim-button.png | Bin 0 -> 321 bytes 6 files changed, 69 insertions(+) create mode 100644 static/avatar-512.png create mode 100644 static/avatar.png create mode 100644 static/gentoo-button.png create mode 100644 static/omemo-fingerprints.txt create mode 100644 static/style.css create mode 100644 static/vim-button.png (limited to 'static') diff --git a/static/avatar-512.png b/static/avatar-512.png new file mode 100644 index 0000000..e50eb58 Binary files /dev/null and b/static/avatar-512.png differ diff --git a/static/avatar.png b/static/avatar.png new file mode 100644 index 0000000..429058e Binary files /dev/null and b/static/avatar.png differ diff --git a/static/gentoo-button.png b/static/gentoo-button.png new file mode 100644 index 0000000..07ae247 Binary files /dev/null and b/static/gentoo-button.png 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 Binary files /dev/null and b/static/vim-button.png differ -- cgit v1.2.3