Files
youhavetrouble.github.io/index.html
T

77 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"/>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="main.css">
<link rel="icon" href="/favicon.ico"/>
<script src="index.js" defer></script>
</head>
<body>
<nav>
<a href="#hero">Home</a>
<a href="#projects">Projects</a>
</nav>
<main>
<section id="hero">
<article>
<div>
<h1>YouHaveTrouble</h1>
<small style="display: block" class="text-center">Just a random person on the internet</small>
</div>
<div data-info class="tags">
<span>Creative</span>
<span>Frontend</span>
<span>Backend</span>
<span>Developer</span>
<span>Web</span>
<span>Modder</span>
<span>Gamer</span>
</div>
</article>
</section>
<section id="projects">
<h2>Projects</h2>
<div class="project-scroller">
<article>
<div class="project-logo">
<img src="/img/purpur.svg" alt="Purpur logo" draggable="false">
</div>
<div class="description">
<h3 class="title">Purpur</h3>
<p>
Minecraft server software based on Paper. Focuses on introducing new configuration options to
already existing features along with adding completely new features.
</p>
</div>
</article>
<article>
<div class="project-logo">
<img src="/img/purpur.svg" alt="Purpur logo" draggable="false">
</div>
<div class="description">
<h3 class="title">Purpur</h3>
<p>
Minecraft server software based on Paper. Focuses on introducing new configuration options to
already existing features along with adding completely new features.
</p>
</div>
</article>
</div>
</section>
</main>
</body>
</html>