mirror of
https://github.com/YouHaveTrouble/youhavetrouble.github.io.git
synced 2026-05-12 14:26:56 +00:00
27 lines
486 B
Plaintext
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>
|