Added a projects page and the file for a resources page
This commit is contained in:
@ -27,7 +27,8 @@
|
||||
<ul>
|
||||
<li>Licensed HAM Radio Operator</li>
|
||||
<li>Disc Golf</li>
|
||||
<li>Programming</li>
|
||||
<li>Programming - <a href="/root/projects.html">My Projects</a> - <a href="/root/resources.html">Useful
|
||||
Resources</a></li>
|
||||
</ul>
|
||||
<footer>
|
||||
<a href="https://git.munebase.dev/Munelit/munebase.dev">Source for this site can be found here.</a>
|
||||
|
||||
37
root/projects.html
Normal file
37
root/projects.html
Normal file
@ -0,0 +1,37 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<title>Munebase Projects</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>My Projects</h1>
|
||||
<h2>Minecraft Mods</h2>
|
||||
<dl>
|
||||
<dt><a href="https://modrinth.com/mod/sandmastery">Sand Mastery</a></dt>
|
||||
<dd>Part of a larger suite of mods that add Brandon Sanderson's Cosmere magic systems to Minecraft.</dd>
|
||||
<dd>Specifically adds Sandmastery from Taldain in Brandon Sanderson's White Sand graphic novel.</dd>
|
||||
<dt><a href="https://modrinth.com/mod/hexkeys">Hex Keys</a></dt>
|
||||
<dd>Hexcasting Addon</dd>
|
||||
<dd>Adds a couple small utilities to Hexcasting that I felt would be nice to have</dd>
|
||||
</dl>
|
||||
<h2>Miscellaneous Projects</h2>
|
||||
<dl>
|
||||
<dt><a href="https://github.com/MoonlitJolteon/bank-of-cosmere">Bank of Cosmere</a></dt>
|
||||
<dd>A Computercraft/Hexcasting based banking system from a minecraft server.</dd>
|
||||
<dt><a href="https://github.com/MoonlitJolteon/MinePython">MinePython</a></dt>
|
||||
<dd>A Minecraft server written in python so I could learn the underlying protocol.</dd>
|
||||
<dt><a href="https://github.com/MoonlitJolteon/pid_playground">PID Playground</a></dt>
|
||||
<dd>A MatterJS web app used to learn how PID tuning works</dd>
|
||||
<dt><a href="https://github.com/MoonlitJolteon/moon_os">MoonOS</a></dt>
|
||||
<dd>A toy operating system written in rust, following along with this <a
|
||||
href="https://os.phil-opp.com/">blog</a>.</dd>
|
||||
</dl>
|
||||
<footer>
|
||||
<a href="/root/index.html">Back to the homepage</a>
|
||||
<a href="https://git.munebase.dev/Munelit/munebase.dev">Source for this site can be found here.</a>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
0
root/resources.html
Normal file
0
root/resources.html
Normal file
Reference in New Issue
Block a user