website/projects.html

76 lines
3.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Projects</title>
<link rel="stylesheet" href="/assets/css/style.css">
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.ico">
<script src="/assets/js/main.js"></script>
</head>
<body>
<video autoplay muted loop class="bgvideo" id="bgvideo">
<source src="Untitled.mp4" type="video/mp4">
</video>
<div class="navbar"> <a id="active" href="index.html">Main Page </a> <a href="projects.html
">Projects </a> <img src="assets/svg/gear.svg" class="gear" onclick="showSettings()"/></div>
<div class="settings" id="settings">
<label class="switch">
<input type="checkbox" id="enableVideoBackground">
<span class="slider"></span>
</label> <p>Video Background</p>
<br>
<label class="switch">
<input type="checkbox" id="enableRandomBackrounds">
<span class="slider"></span>
</label> <p>Random Backgrounds</p>
</div>
<div class="middlething">
<div class="showcases" >
<br>
<p style="margin-top: 40px;">All of the projects listed here are unfinished <img class="emote"
src="/assets/cats/fanofargs.png"></img> </p>
<div class="showcase" id="relaunch">
<h2>ReLaunch | A Minecraft Launcher</h2>
<img src="/assets/images/minecraftLauncher.png">
<span>A launcher with <a href="https://alphaver.miraheze.org/wiki/AlphaVer_Wiki" class="link">Alphaver</a> in mind. <br><br> It was/will going to have windows and linux support. <br> <br> <a class="link" href="http://git.vern.cc/gnawmon/ReLaunch">Git Repo</a></span>
</div>
<div class="showcase" id="doom">
<h2>Unnamed Doom Clone</h2>
<img src="/assets/images/doomClone.png">
<span>A rogue lite I was/am making? <br><br> depends on my mood if I want to work on it or not</span>
</div>
<div class="showcase" id="blur">
<h2>Kopa</h2>
<span style="margin-left: 20px; width: 75%;">I'll get a screenshot later. <br><br>Alternative server software for <a class="link" href="https://balls-online-plus.onrender.com/"> Balls Online Plus </a> <br><br> <a class="link" href="http://git.vern.cc/gnawmon/Kopa"> Git Repo</a> </span>
</div>
<div class="showcase" id="blur" >
<h2>MineWatch Wiki</h2>
<img src="/assets/images/minewatchWiki.png">
<span>I wrote most of the pages. <br><br> Also please don't use fandom version of this wiki. <br> <br> <a href="https://minewatch.miraheze.org/wiki/Minewatch_Wiki" class="link">Link</a></span>
</div>
<div class="showcase" id="blur">
<h2>This Website?</h2>
<span style="margin-left: 20px;">lorem ipsum i forgot </span>
</div>
<br> <br>
<!-- <button onclick="pauseVideo()">Pause the video</button> -->
</div>
<p class="paragraph bottomtext"><a href="http://git.vern.cc/gnawmon/website" class="link">source code</a></p>
</div>
</body>
</html>