add projects page

master
Drake 3 years ago
parent 6041d36dba
commit 47cb0663cf

@ -5,6 +5,7 @@
<footer class="footer">
<p>
<a href = "index.html">Homepage</a>
<a href = "projects.html">Projects</a>
<a href = "cool.html">Stuff I Like</a>
<a href = "info.html" class="about">About Me</a>
</p>

@ -0,0 +1,20 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Information</title>
<link rel="stylesheet" type="text/css" href="css/classes.css">
<!--<link rel="stylesheet" type="text/css" href="css/colours.css">-->
<script src="https://code.jquery.com/jquery-3.6.0.js"></script>
<script>
$(function() { //load footer
$("#footer").load("footer.html");
});
</script>
</head>
<body>
<p><a href = "https://github.com/Ruthenic/rodder">Rodder</a> - A Distro-agnostic package manager for Linux</p>
<p><a href = "https://word-predictor.ruthenic.com">word-predictor-js</a> - A webapp to predict words after the given one (<a href = "https://github.com/Ruthenic/word-predictor-js">source</a>)</p>
<div id="footer">
</div>
</body>
</html>
Loading…
Cancel
Save