diff options
Diffstat (limited to 'projects/projects.html')
-rw-r--r-- | projects/projects.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/projects/projects.html b/projects/projects.html new file mode 100644 index 0000000..88db07e --- /dev/null +++ b/projects/projects.html @@ -0,0 +1,30 @@ +<!DOCTYPE HTML> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <title>Joshua's Website</title> + <link rel="shortcut icon" href="../favicon.ico"> + <link rel="stylesheet" href="../style.css"> +</head> +<body> + <h4> + <a class="menuitem" href="../index.html">Home</a> + <a class="menuitem" href="projects.html">Projects</a> + <a class="menuitem" href="../trips/trips.html">Trips</a> + <a class="menuitem" href="../ruby/ruby.html">Ruby (Images)</a> + <a class="menuitem" href="../other/other.html">Other</a> + <a class="menuitem" href="../about.html">About</a> + </h4> + + <h2 class="title">My Projects</h2> + <a class="back" href=../index.html><-Back</a> + <h4> + <div class="project"> + <a href="riscv/riscv.html">RISC-V Processor</a> + </div> + + <div class="project"> + <a href="labbench/labbench.html">Lab Bench Setup</a> + </div> + </h4> +</body> |