personal-site/projects.html
2022-07-12 20:45:21 -07:00

22 lines
599 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>root's class notes</title>
<style>
</style>
</head>
<body style="background-color:white;">
<a href = "index.html">return to root's homepage</a>
<p>FRC</p>
<ul>
<li><a href = "https://github.com/titanscouting/tra-analysis">tra-analysis</a></li>
<li><a href = "https://github.com/titanscouting/tra-superscript">tra-superscript</a></li>
</ul>
<p>ECE 45</p>
<ul>
<li><a href = "https://github.com/ltcptgeneral/ece45-project">ECE 45 Final Project</a></li>
</ul>
</body>
</html>