mirror of
https://github.com/YouHaveTrouble/youhavetrouble.github.io.git
synced 2026-05-12 06:16:55 +00:00
actually commit this because it's been laying here for literal months
This commit is contained in:
+49
-1
@@ -20,9 +20,57 @@
|
||||
</head>
|
||||
<body>
|
||||
<nav>
|
||||
<a href="#" class="active">Home</a>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user