-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (39 loc) · 1.3 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
41
42
43
44
<!DOCTYPE html>
<html>
<header>
<title> Home </title>
<link rel="stylesheet" href="css/primary.css">
</header>
<body>
<div id="container">
<nav>
<a href=""> Tom Richardson </a>
<div>
<a href="projects.html">Projects</a>
<a href="https://tools.tomgr.io">Tools</a>
</div>
</nav>
<div id="content">
<div id="content-header">
<center>
<h2>
Hello.
</h2>
</center>
</div>
<p>
</div>
<footer>
<div>
<div class="footer-title">
<h3> Tom Richardson </h3>
<p> University of Queensland Computer Science Student </p>
</div>
<a class="github" href="https://github.com/tgrkzus/"><img src="img/github.png" alt="Github logo"> Github </a>
<br>
<a class="email" href="mailto:[email protected]"><img src="img/email.png" alt="Email icon">[email protected]</a>
</div>
</footer>
</div>
</body>
</html>