remove shitposts, start adding real content to site

This commit is contained in:
serenajones 2025-03-04 10:03:05 -06:00
parent 3dc2f3bb60
commit e3abafce53
2 changed files with 17 additions and 7 deletions

View File

@ -51,4 +51,12 @@ a:visited {
} }
a:hover { a:hover {
color:pink; color:pink;
}
.about-me {
display:block;
right:0%;
width: max-content;
border: 2px outset pink;
border-radius: 12px;
} }

View File

@ -16,19 +16,21 @@
<div class="text"> <div class="text">
<div class="center-text"> <div class="center-text">
<h1>Welcome to my website! ^w^</h1> <h1>Hi! ^w^</h1>
<p></p>
<p><em>running on nginx on my raspberry pi!</em></p>
<p><em>secured by cloudflare <3</em></p>
<br><br><br>
</div> </div>
</div> </div>
<img src="/data/gif/teto_thursday.gif" class="teto-gif"> <div class="about-me">
<img src="/data/img/SteamHappy.png" class="center-image"> testing testing
</div>