Files
youhavetrouble.github.io/src/components/Bio.astro
T
2024-05-03 22:49:29 +02:00

27 lines
486 B
Plaintext

<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>