actually commit this because it's been laying here for literal months

This commit is contained in:
2023-12-28 13:23:28 +01:00
parent 94bccd78a6
commit 033bae1856
7 changed files with 285 additions and 11 deletions
+49 -1
View File
@@ -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>