-
Notifications
You must be signed in to change notification settings - Fork 0
/
collection.html
124 lines (108 loc) · 4.61 KB
/
collection.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE HTML>
<html>
<head>
<title>tombarber.me</title>
<meta name="description" content="website description" />
<meta name="keywords" content="website keywords, website keywords" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="style/style.css" title="style" />
</head>
<body>
<div id="main">
<div id="header">
<div id="logo">
<div id="logo_text">
<h1>Tom Barber</a></h1>
</div>
</div>
<div id="menubar">
<ul id="menu">
<!-- put class="selected" in the li tag for the selected page - to highlight which page you're on -->
<li><a href="index.html">Home</a></li>
<li class="selected"><a href="collection.html">Collection</a></li>
<li><a href="links.html">Links</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
<div id="site_content">
<div id="content">
<!-- insert the page content here -->
<h1>Tom's Computer Collection</h1>
<p><b>Work In Progress - started September 2020</b></p>
<p>Here is where I will be documenting my computer(and a few other electronics) collection, by year of initial production. Some machines I may not be able to know that exactly, so there may be occasional guessing.</p>
<p>I'll be putting any machine on here that's not a primary use computer of mine(main desktop, laptop, media center, etc).</p>
<table><tr><td>1982</td></tr></table>
<table class="tg">
<tr>
<td class="tg-hrrh"><a href="Collection\Atari800XL\index.html">Atari 800XL</a></td>
<td class="tg-hrrh"><a href="Collection\Atari800XL\index.html"><img src="Collection\Atari800XL\Img\1_th.jpg"></a></td>
<td class="tg-hrrg" style="background-color:green;color:black;">Works</td>
</tr>
</table>
<br>
<table><tr><td>1983</td></tr></table>
<table class="tg">
<tr>
<td class="tg-hrrh"><a href="Collection\AppleIIe\index.html">Apple //e</a></td>
<td class="tg-hrrh"><a href="Collection\AppleIIe\index.html"><img src="Collection\AppleIIe\Img\1_th.jpg"></a></td>
<td class="tg-hrrg" style="background-color:green;color:black;">Works</td>
</tr>
<tr>
<td class="tg-hrrh"><a href="Collection\Commodore64\index.html">Commodore 64</a></td>
<td class="tg-hrrh"><a href="Collection\Commodore64\index.html"><img src="Collection\Commodore64\Img\1_th.jpg"></a></td>
<td class="tg-hrrg" style="background-color:green;color:black;">Works</td>
</tr>
</table>
<br>
<table><tr><td>1984</td></tr></table>
<table class="tg">
<tr>
<td class="tg-hrrh"><a href="Collection\Kaypro2x\index.html">Kaypro 2X</a></td>
<td class="tg-hrrh"><a href="Collection\Kaypro2x\index.html"><img src="Collection\Kaypro2x\Img\1_th.jpg"></a></td>
<td class="tg-hrrg" style="background-color:green;color:black;">Works</td>
</tr>
</table>
<br>
<table><tr><td>1993</td></tr></table>
<table class="tg">
<tr>
<td class="tg-hrrh"><a href="Collection\Performa410\index.html">Apple Macintosh Performa 410</a></td>
<td class="tg-hrrh"><a href="Collection\Performa410\index.html"><img src="Collection\Performa410\Img\1_th.png"></a></td>
<td class="tg-hrrg" style="background-color:green;color:black;">Works</td>
</tr>
</table>
<br>
<table><tr><td>1997</td></tr></table>
<table class="tg">
<tr>
<td class="tg-hrrh"><a href="Collection\eMate300\index.html">Apple Newton eMate 300</a></td>
<td class="tg-hrrh"><a href="Collection\eMate300\index.html"><img src="Collection\eMate300\Img\1_th.jpg"></a></td>
<td class="tg-hrrg" style="background-color:green;color:black;">Works</td>
</tr>
</table>
<br>
<table><tr><td>2001</td></tr></table>
<table class="tg">
<tr>
<td class="tg-hrrh"><a href="Collection\GraphiteG4\index.html">Apple Powermac G4 Graphite 733mhz</a></td>
<td class="tg-hrrh"><a href="Collection\GraphiteG4\index.html"><img src="Collection\GraphiteG4\Img\1_th.png"></a></td>
<td class="tg-hrrg" style="background-color:green;color:black;">Works</td>
</tr>
<tr>
<td class="tg-hrrh"><a href="Collection\iMac-Indigo-400\index.html">Apple iMac G3 Indigo 400mhz</a></td>
<td class="tg-hrrh"><a href="Collection\iMac-Indigo-400\index.html"><img src="Collection\iMac-Indigo-400\Img\1_th.png"></a></td>
<td class="tg-hrrg" style="background-color:green;color:black;">Works</td>
</tr>
</table>
</div>
</div>
</div>
<div id="footer">
Contents © Tom Barber
<br>
Website design modified from Black_White template from <a href="https://www.html5webtemplates.co.uk/templates/" target="blank">html5webtemplates.co.uk<a>
</div>
</div>
</body>
</html>