switch to Astro

This commit is contained in:
2024-05-03 22:49:29 +02:00
parent 0aa328cc09
commit 4405754d1d
70 changed files with 9077 additions and 825 deletions
+26
View File
@@ -0,0 +1,26 @@
<div>
<img src="/assets/yht_logo.png" alt="YouHaveTrouble's logo">
<p>
Hi, I'm <strong>Paweł</strong>, also known by <strong>YouHaveTrouble</strong> on the internet.
I'a a full-stack web developer and minecraft plugin developer.
</p>
</div>
<style>
div {
align-items: center;
display: flex;
}
img {
width: 100px;
height: 100px;
border-radius: 100px;
display: block;
margin-right: 20px;
}
p {
font-size: 1.125rem;
}
</style>