added projects

This commit is contained in:
Arthur Lu 2022-07-12 20:45:21 -07:00
parent e031428d35
commit 58ccf5684d
2 changed files with 22 additions and 0 deletions

View File

@ -8,5 +8,6 @@
</head>
<body style="background-color:white;">
<a href = "notes.html">root's class notes</a>
<a href = "projects.html">root's projects</a>
</body>
</html>

21
projects.html Normal file
View File

@ -0,0 +1,21 @@
<!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>