added projects
This commit is contained in:
parent
e031428d35
commit
58ccf5684d
@ -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
21
projects.html
Normal 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>
|
Loading…
Reference in New Issue
Block a user