-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (45 loc) · 1.6 KB
/
index.html
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
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<title>My electronics website</title>
<link rel="stylesheet" href="stylesheet.css">
</head>
<body>
<header>
<h1>My electronics website</h1>
</header>
<div class="flex-container">
<div>
<p>This is a collection of electronic devices that I have opened up for repairs.</p>
</div>
<div class="link-list">
<ul>
<li><a href="EGG5208.html">EG&G 5208 lock-in amplifier</a></li>
<li><a href="NEC_NP1250.html">NEC NP1250 projector</a></li>
<li><a href="Wavetek_134.html">Wavetek 134 function generator</a></li>
<li><a href="WAVETEK_271.html">Wavetek 271 function generator</a></li>
<li><a href="OxfordInstruments_PS120.html">Oxford Instruments PS120-10 magnet power supply</a></li>
<li><a href="OxfordInstruments_IPS120.html">Oxford Instruments IPS120-10 magnet power supply</a></li>
<li><a href="weather_station.html">Jaycar XC0370 weather station</a></li>
<li><a href="Yamaha_R840.html">Yamaha R840 amplifier</a></li>
<li><a href="Panasonic_SB-PM18.html">Panasonic SB-PM18</a></li>
<li><a href="NI_USB-6215.html">NI USB-6215</a></li>
<li><a href="ASUS_F302LA.html">ASUS F302LA-FN067H</a></li>
</ul>
</div>
<div>
<h2>Other stuff</h2>
</div>
<div class="link-list">
<ul>
<li><a href="HP_power_detectors.html">HP power detectors</a></li>
<li><a href="links.html">Links to other electronics websites</a></li>
<li><a href="https://www.physics.unsw.edu.au/gabriele-de-boo">UNSW staff profile</a></li>
<li><a href="https://twitter.com/ggdeboo">Twitter profile</a></li>
<li><a href="co-authors.html">Co-authors</a></li>
</ul>
</div>
</div>
<hr>
</body>
</html>