summaryrefslogtreecommitdiff
path: root/projects/labbench/labbench.html
blob: 42142507a24d7032ffa85468749203bf673c394e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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>