Files
youhavetrouble.github.io/index.html
T
2023-03-08 23:58:47 +01:00

74 lines
2.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>YouHaveTrouble</title>
<meta name="title" content="YouHaveTrouble"/>
<meta name="description" content="Just a page about random person on the internet"/>
<meta property="twitter:title" content="YouHaveTrouble"/>
<meta property="twitter:image" content="https://youhavetrouble.me/img/avatar.png"/>
<meta property="twitter:description" content="Just a page about random person on the internet"/>
<meta property="og:title" content="YouHaveTrouble"/>
<meta property="og:url" content="https://youhavetrouble.me"/>
<meta property="og:description" content="Just a page about random person on the internet"/>
<meta property="og:image" content="https://youhavetrouble.me/img/avatar.png"/>
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css"
integrity="sha512-1sCRPdkRXhBV2PBLUdRb4tMg1w2YPf37qatUFeS7zlBy7jJI8Lf4VHwWfZZfpXtYSLy85pkm9GaYVYMfw5BC1A=="
crossorigin="anonymous" referrerpolicy="no-referrer"/>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="index.js" defer></script>
</head>
<body>
<header>
<div class="avatar"><img draggable="false" src="img/avatar.png" alt=""></div>
<div class="bio">
<p>
Hi! I'm Trouble, and I'm currently working as a fullstack developer. In my free time I enjoy working on my
side projects that mostly include programming. I'm extremely passionate about games and what goes into
creating them. I'm also "that one person" of every friend group that sets game servers up! Additionally,
I own and am slowly learning bass.
</p>
</div>
</header>
<main>
<h1 id="projects">Projects</h1>
<div class="projects">
<a href="https://yht.one/">
<article class="vertical-screen side-projects">
<div class="bg"></div>
<div class="logo">
<span class="small">YouHaveTrouble's</span>
<span class="big">Side Project Den</span>
</div>
<div>
<h2>Side Project Den</h2>
<p>A list of my side projects</p>
</div>
</article>
</a>
<a href="https://purpurmc.org/">
<article class="vertical-screen purpur">
<div class="bg"></div>
<div class="logo">
<img src="img/purpur.svg" alt="">
</div>
<div>
<h2>Purpur</h2>
<p>Minecraft server software</p>
</div>
</article>
</a>
<article class="vertical-screen">
<h2>Test</h2>
</article>
</div>
</main>
<footer>
<small>&copy; Paweł "YouHaveTrouble" Michalewski</small>
</footer>
</body>
</html>