-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (25 loc) · 1.13 KB
/
index.html
File metadata and controls
30 lines (25 loc) · 1.13 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
<!DOCTYPE html>
<html>
<head>
<title>Computing Resource Links</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Roboto Condensed:100,300,400,500,700,900" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<header>
<a href="https://scienceoxford.com" target="_blank"><img src="so_logo.png" alt="Science Oxford Logo" width="400px" height="auto"></a>
<h1>Computing Resource Links</h1>
</header>
<div id="intro">
<p>On this page you will find links to our recommedations for further computing activities.</p>
<p>Choose a link below to access the page tailored to you!</p>
<br>
<p><strong>This page is currently serving as an archive of the Creative Computing Clubs designed by Sarah and may not be up to date. Please contact <a href="https://scienceoxford.com" target="_blank">Science Oxford</a> to find out about currently running activities.</strong></p>
</div>
<nav class="links bg_green">
<a href="family.html">Family</a>
<a href="teacher.html">Teacher</a>
</nav>
</body>
</html>