-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (33 loc) · 1.32 KB
/
index.html
File metadata and controls
34 lines (33 loc) · 1.32 KB
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
<html>
<head>
<title>SA2C - Swansea Academy of Advanced Computing - Academi Uwch Gyfrifiadureg Abertawe</title>
<link rel="stylesheet" type="text/css" href="styles/fonts.css" />
<link rel="stylesheet" type="text/css" href="styles/styles.css" />
</head>
<body>
<p class="title"><img src="images/logo.png" alt="SA2C logo" width="300px" /><br />
Swansea Academy of Advanced Computing<br />
Academi Uwch Gyfrifiadureg Abertawe
</p>
<ul>
<li><a href="about.html">About SA2C - Am SA2C</a></li>
<li><a href="techchat">Tech Chat schedule -
Amserledd Trafod Technoleg</a></li>
<li><a href="clinic">Drop-in Code Clinic -
Clinig Côd Galw Heibio</a></li>
<li><a href="https://mailman.swan.ac.uk/mailman/listinfo/sa2c-users">
Mailing list - Rhestr Bostio</a></li>
<li><a href="howtos/index.html">How To Instructions</a></li>
<li><a href="https://cs2-sa2c-pi.swan.ac.uk/dashboard">Dashboard</a>
(login required)</li>
</ul>
<!--footer-->
<div class="footer">
<ul class="footeritems">
<li class="footeritem"><img src="images/scw.svg" height="70px" /></li>
<li class="footeritem"><img src="images/swansea.svg" height="70px" /></li>
<li class="footeritem"><img src="images/wefo.svg" height="60px" /></li>
</ul>
</div>
</body>
</html>