summaryrefslogtreecommitdiff
path: root/projects/labbench/labbench.html
diff options
context:
space:
mode:
authorjoshua <joshua@joshuayun.com>2023-07-02 00:06:53 -0400
committerjoshua <joshua@joshuayun.com>2023-07-02 00:06:53 -0400
commit3afa10ad02ce9336e018d69c8b4c1f66347cf2be (patch)
treebcc051f29cdd8294540f33fde77608c9c104d05c /projects/labbench/labbench.html
downloadwebsite-3afa10ad02ce9336e018d69c8b4c1f66347cf2be.tar.gz
Intial website commit
Diffstat (limited to 'projects/labbench/labbench.html')
-rw-r--r--projects/labbench/labbench.html42
1 files changed, 42 insertions, 0 deletions
diff --git a/projects/labbench/labbench.html b/projects/labbench/labbench.html
new file mode 100644
index 0000000..4214250
--- /dev/null
+++ b/projects/labbench/labbench.html
@@ -0,0 +1,42 @@
+<!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 (Growing) Lab Bench</h2>
+ <a class="back" href=../projects.html>&lt;-Back</a>
+ <br>
+ <br>
+ <div class="project">
+ <div class="date">2/21</div>
+ <a href="comboscope.html">Combo Oscilloscope Logic Analyzer</a>
+ </div>
+
+ <div class="project">
+ <div class="date">6/21</div>
+ <a href="supply.html">Power Supply</a>
+ </div>
+
+ <div class="project">
+ <div class="date">6/21</div>
+ <a href="multimeter.html">Multimeter</a>
+ </div>
+
+ <div class="project">
+ <div class="date">6/23</div>
+ <a href="funcgen.html">Function Generator</a>
+ </div>
+</body>