From d21f533a1d9d116db28a7bb1491230553a45e360 Mon Sep 17 00:00:00 2001 From: AlmightyMiau Date: Sat, 8 Feb 2025 20:46:18 -0800 Subject: 2/8/2025 Journal Update Moved website onto server and changed url Added git page at git.almightymiau.gay --- index.html | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ styles.css | 6 ++++++ 2 files changed, 74 insertions(+) diff --git a/index.html b/index.html index 83badb3..28cef5b 100644 --- a/index.html +++ b/index.html @@ -46,6 +46,74 @@
  Website Journal
+
+
2/6/2025
+

+ I have wanted to host my website myself for a while now, + and I finally got to it and started following LandChad's + course on how to 'Start a website' +

+ +
2/8/2025
+ +

+ Added the button to go to my git page on the sidebar. + There isn't a link back here from there tho. +

+
1/12/2025

diff --git a/styles.css b/styles.css index bef67ba..0f413ea 100644 --- a/styles.css +++ b/styles.css @@ -128,6 +128,12 @@ nav ul { margin-top: -2px; border-top: var(--border); } +.content ul { + padding-left: 15px; +} +.content li { + padding-bottom: 5px; +} .date { color: var(--accent-2); -- cgit v1.2.3