-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (39 loc) · 1.8 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Math Resources</title>
<style type="text/css">
body,td,th {
font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
.container table tbody tr th {
font-family: Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
}
.container table tbody tr th {
font-family: Arial;
}
</style>
</head>
<body>
<div class="container">
<table width="400" border="1">
<tbody>
<tr>
<th height="59" colspan="2" style="font-size: xx-large;" scope="col"><strong>Maths Webpage</strong></th>
</tr>
<tr>
<th width="200" height="50" style="font-size: large" scope="col">Math Methods<br>
<span style="font-size: small"><a href="MethodsUnit12.html">Unit 1 & 2 <img src="assets/right-arrow.png" width="10" height="10" alt=""/></a><br>
<a href="MethodsUnit34.html">Unit 3 & 4 <img src="assets/right-arrow.png" width="10" height="10" alt=""/></a></span></th>
<th width="200" height="50" style="font-size: large; font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif;" scope="col">Specialist Maths<br>
<span style="font-size: small"><a href="SpecialistUnit12.html">Unit 1 & 2 <img src="assets/right-arrow.png" width="10" height="10" alt=""/></a><br>
<a href="SpecialistUnit34.html">Unit 3 & 4 <img src="assets/right-arrow.png" width="10" height="10" alt=""/></a></span></th>
</tr>
</tbody>
</table>
</div>
</body>
</html>