26 lines
989 B
HTML
26 lines
989 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Kyle's Projects</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
<h1>Kyle's Projects</h1>
|
|
<div class="container_projects">
|
|
<div class="projects">
|
|
<h2>Projects</h2>
|
|
<p><b><a href="https://nightcall.net">nightcall.net</a> - D&D wiki</b><br>Dokuwiki used for D&D campaigns among friends to maintain characters and devolop worldbuilding</p>
|
|
<p><b><a href="https://thecaldera.net">thecaldera.net</a> - Worldbuilding wiki</b><br>Dokuwiki used for personal worldbuilding, largely private but may been seen in stories and games</p>>
|
|
</div>
|
|
<div class="games">
|
|
<h2>Games</h2>
|
|
<p><b><a href="https://kyledot.itch.io/mouse-scroller">kyledot.itch.io/mouse-scroller</a> - Mouse Scroller</b><br>Platforming game where you play as a computer mouse fighting keyboard keycaps</p>
|
|
</div>
|
|
</div>
|
|
<footer>
|
|
<p>* Indicates planned or WIP project</p>
|
|
<p>Made by Kyle - Last updated: 2023/11/17</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|