-
Notifications
You must be signed in to change notification settings - Fork 0
/
links.html
76 lines (70 loc) · 3.51 KB
/
links.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
<!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><a href="collection.html">Collection</a></li>
<li class="selected"><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>Useful links</h1>
<p>Here are links to various other places on the internet for retro computing</p>
<p><b>Youtube</b></p>
<li><a href="https://www.youtube.com/user/phreakindee">LGR - Lazy Game Reviews</a></li>
<li><a href="https://www.youtube.com/user/adric22">The 8 Bit Guy</a></li>
<li><a href="https://www.youtube.com/user/craig1black">Adrian's Digital Basement</a>
<li><a href="https://www.youtube.com/user/AkBKukU">Tech Tangents(AkBKukU)</a>
<li><a href="https://www.youtube.com/channel/UC-dWciT231ba3tA76BqXD9w">TheTekKnight</a>
<li><a href="https://www.youtube.com/channel/UCjFaPUcJU1vwk193mnW_w1w">Modern Vintage Gamer</a>
<li><a href="https://www.youtube.com/user/vwestlife">VWestlife</a>
<li><a href="https://www.youtube.com/user/themaritimeman">themaritimegirl</a>
<li><a href="https://www.youtube.com/user/brrayne">Branchus Creations(Bruce)</a></li>
<li><a href="https://www.youtube.com/channel/UCW-HHEyt67RhZ6q21n4p2zQ">Mac84(Steve)</a></li>
<li><a href="https://www.youtube.com/channel/UCtZX_67hSjOIPu0HTmFi6aw">Macintosh Librarian</a></li>
<li><a href="https://www.youtube.com/user/JDW26">JDW - detailed Vintage Mac repair resources</a>
<li><a href="https://www.youtube.com/user/tezzaNZ">Terry Stewart's Collection</a></li>
<li><a href="https://www.youtube.com/channel/UCyfwZvTPPJV4peBHupd6Ckw">Joe's Computer Museum</a></li>
<br>
<p><b>Facebook</b></p>
<li><a href="https://www.facebook.com/groups/macenthusiasts/">Vintage Apple Macintosh Enthusiasts</a></li>
<li><a href="https://www.facebook.com/groups/5251478676/">Apple II Enthusiasts</a></li>
<li><a href="https://www.facebook.com/groups/vintagemacresto/">Vintage Macintosh Restoration and Preservation</a> </li>
<li><a href="https://www.facebook.com/groups/VintagePCEnthusiasts/">Vintage PC Enthusiasts</a></li>
<li><a href="https://www.facebook.com/groups/2359462640/">TRS-80 Color Computer (CoCo)</a></li>
<br>
<p><b>Websites/Forums</b></p>
<li><a href="https://68kmla.org">68k Macintosh Liberation Army</a>
<li><a href="https://www.classic-computers.org.nz/">Terry Stewart's (Tezza's) Webzone for Classic Computers(Youtube channel listed above)</a>
<li><a href="http://vcfed.org/">Vintage Computer Federation</a>
<br>
</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>