personal-site/projects.html

22 lines
599 B
HTML
Raw Normal View History

2022-07-13 03:45:21 +00:00
<!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>