website/projects.html

36 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Projects</title>
<link rel="stylesheet" href="style.css">
<script src="main.js"></script>
</head>
<body>
<video autoplay muted loop class="bgvideo" id="bgvideo">
<source src="Untitled.mp4" type="video/mp4">
</video>
<div class="middlething">
<div class="navbar"> <a href="index.html">Main Page </a> <a href="projects.html" id="active">Projects</a></div>
<div class="paragraph">
<p >All of the projects listed on here is unfinished <img class="emote" src="cats/fanofargs.png"></img> </p>
<ul>
<li>ReLaunch | A Minecraft Launcher</li>
<img src="images/minecraftLauncher.png"></img>
<li>Unnamed Doom Clone</li>
<img src="images/doomClone.png"></img>
</ul>
<br> <br>
<button onclick="pauseVideo()">Pause the video</button>
</div>
<p class="paragraph bottomtext"><a class="link">source code</a></p>
</div>
</body>
</html>