Finished the homepage, i think

This commit is contained in:
Marcelina Szostak 2025-04-15 21:55:12 +02:00
parent 9d6e708c4a
commit d9af9a4c19
Signed by: kapcioszek
GPG Key ID: 5B07EB46181A963B
3 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,5 @@
const titles = [ const titles = [
"Free will is a myth", "Free will is a myth, Religion is a joke",
"Religion is a joke",
"We are all pawns controlled by something greater", "We are all pawns controlled by something greater",
"Memes, the DNA of a soul", "Memes, the DNA of a soul",
"Under the spreading chestnut tree...", "Under the spreading chestnut tree...",
@ -8,6 +7,8 @@ const titles = [
"Arrowheads arrowheads arrowheads arrowheads...", "Arrowheads arrowheads arrowheads arrowheads...",
"Also try Terraria", "Also try Terraria",
"Praise the sun", "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)]; document.title = titles[Math.floor(Math.random() * titles.length)];

View File

@ -13,7 +13,7 @@
<a href="https://www.twoplusgoo.de"><img src="resources/logo/page_logo.png" alt="logo" class="logotyp"/></a> <a href="https://www.twoplusgoo.de"><img src="resources/logo/page_logo.png" alt="logo" class="logotyp"/></a>
<br><br><br><br> <br><br><br><br>
<div> <div>
<p>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.</p> <p>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.</p>
</div> </div>
<footer class="stopka"> <footer class="stopka">

View File

@ -53,6 +53,7 @@ div {
border-radius: 25px; border-radius: 25px;
border-style: dashed; border-style: dashed;
border-width: 10px; border-width: 10px;
border-color: #687a68;
background-color: #e5d8c3C9; background-color: #e5d8c3C9;
margin-top: 10%; margin-top: 10%;
} }