From d9af9a4c19b91b3886cf4d5069e0366f5ddf2310 Mon Sep 17 00:00:00 2001 From: Marcelina Szostak Date: Tue, 15 Apr 2025 21:55:12 +0200 Subject: [PATCH] Finished the homepage, i think --- gimmick.js | 7 ++++--- index.html | 2 +- style.css | 1 + 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/gimmick.js b/gimmick.js index d2d4b4b..fca556a 100644 --- a/gimmick.js +++ b/gimmick.js @@ -1,6 +1,5 @@ const titles = [ - "Free will is a myth", - "Religion is a joke", + "Free will is a myth, Religion is a joke", "We are all pawns controlled by something greater", "Memes, the DNA of a soul", "Under the spreading chestnut tree...", @@ -8,6 +7,8 @@ const titles = [ "Arrowheads arrowheads arrowheads arrowheads...", "Also try Terraria", "Praise the sun", - "There is no cloud, only somebody else's computer" + "There is no cloud, only somebody else's computer", + "Sharing is caring", + "Now in development" ]; document.title = titles[Math.floor(Math.random() * titles.length)]; diff --git a/index.html b/index.html index 45433f1..6d89cf2 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ logo



-

Welcome to my personal website. I intend to share some music and art I make as well as my stream of consciousness in the form of blog posts, but we will see how it goes. This website is written in pure HTML + CSS (and really small amount of JS for one silly gimmick) by hand. I don't know if it looks good or bad, but I do it for fun anyway, so I don't want to be bothered by appealing to standards.

+

Welcome to my personal website. I intend to share some music and art I make as well as my stream of consciousness in the form of blog posts, but we will see how it goes. This website is written in pure HTML + CSS (and really small amount of JS for one silly gimmick) by hand. I don't know if it looks good or bad, but I do it for fun anyway, so I don't want to be bothered by appealing to standards. Also, this website is not really mobile friendly, but you can try.