-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_old.html
53 lines (38 loc) · 1.23 KB
/
index_old.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Mrs Barrass Webpage</title>
<link rel="icon" href="favicon.ico" type="image/x-icon" />
</head>
<body>
<p align=center><img src="files/cropped-circuitboard-heading.jpg" alt="" width=100% /></p>
<h2>Current Courses</h2>
<p>
<!-- <a title="S1" href="">S1 ICT</a><br /> -->
<ul>
<li><a title="S2" href="s2.html">S2 Computing</a><br /></li>
<li><a title="S3-4" href="s3-4.html">S3/4 National 4 / National 5 Computer Science</a><br /></li>
<li><a title="S5-6" href="s5-6-npa.html">S5/6 NPA Computer Games Design</a></li>
</ul>
</p>
<p>
<ul>
<li><a href="revision-skills.html">Revision</a> - Links to useful sites with great hints for revision strategies and techniques</li>
</ul>
</p>
<h2>Other Courses</h2>
<p>
<ul>
<li><a title="S5" href="s5-h-int2.html">S5 Computing - Higher and Intermediate 2</a></li>
</ul>
<!-- <a href="http://www.mrsbarrass.co.uk/Int2IS.htm">S5 Int 2 and H Information Systems</a>
<a href="http://www.mrsbarrass.co.uk/Expert%20Systems.htm" target="_blank">Expert Systems</a> -->
</p>
<h2>Downloads Page</h2>
<p>
<ul>
<li><a href="download.html">Downloads page</a> - links to free or nearly-free software</li>
</ul>
</p>
</body>
</html>