Wrote some stuff on the homepage

This commit is contained in:
Marcelina Szostak 2025-04-15 21:22:48 +02:00
parent 9f964de3b3
commit 7ea0335e0f
Signed by: kapcioszek
GPG Key ID: 5B07EB46181A963B
2 changed files with 3 additions and 2 deletions

View File

@ -8,10 +8,10 @@
</head>
<body>
<img src="resources/logo/page_logo.png" alt="logo" class="logotyp"/>
<a href="https://www.twoplusgoo.de"><img src="resources/logo/page_logo.png" alt="logo" class="logotyp"/></a>
<br><br><br><br>
<div>
<p>Page is under development and it is very underdeveloped yet.</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 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>
</div>
<footer class="stopka">

View File

@ -10,6 +10,7 @@
body {
background-image: url('./resources/bg/page_background.png');
background-repeat: repeat;
display: flex;
flex-direction: column;
min-height: 100vh;