-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
29 lines (29 loc) · 894 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<!-- Standard Meta -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<title>Gareth Daunton</title>
<link rel="stylesheet" type="text/css" href="assets/semantic.min.css">
<link rel="stylesheet" type="text/css" href="assets/style.css">
</head>
<body>
<div class="ui center aligned grid">
<div class="column">
<h2 class="ui blue image header">
<div class="content">
I'm Gareth<br>
<span>Here's my SWEN stuff</span>
</div>
</h2>
<div class="ui stacked segment">
<ul>
<li><a href="swen-344/">SWEN 344 (Web Engineering)</a></li>
</ul>
</div>
</div>
</div>
</body>
</html>