mirror of
https://github.com/YouHaveTrouble/youhavetrouble.github.io.git
synced 2026-05-11 22:06:56 +00:00
34 lines
1.4 KiB
HTML
34 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<title>YouHaveTrouble</title>
|
|
<link rel="stylesheet" href="/style/main.css">
|
|
<script src="https://kit.fontawesome.com/5e96beba0c.js" crossorigin="anonymous"></script>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
</head>
|
|
<body>
|
|
<div class="wrapper">
|
|
<div class="linewrapper">
|
|
<h1><a href="/">youhavetrouble.me</a></h1>
|
|
</div>
|
|
<div class="linewrapper">
|
|
<fieldset class="window">
|
|
<legend>About me</legend>
|
|
<p>
|
|
Self-taught programmer, game making enthusiast, java developer. Active member of purpur minecraft community.
|
|
</p>
|
|
</fieldset>
|
|
<fieldset class="window">
|
|
<legend>Links</legend>
|
|
<p>
|
|
<a href="https://github.com/YouHaveTrouble"><i class="fas fa-github fa"></i> GitHub</a><br>
|
|
<a href="https://discord.gg/j8KK5dGBps"><i class="fab fa-discord"></i> Discord</a><br>
|
|
<a href="https://ko-fi.com/youhavetrouble"><i class="fas fa-mug-hot ko-fi"></i> Ko-fi</a><br>
|
|
<a href="/projects"><i class="far fa-keyboard"></i> Projects</a>
|
|
</p>
|
|
</fieldset>
|
|
</div>
|
|
<p class="footer">© Paweł "YouHaveTrouble" Michalewski 2022</p>
|
|
</div>
|
|
</body>
|