-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (22 loc) · 864 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Owen Gibson</title>
<link rel="stylesheet" href="style.css">
</head>
<div class="sidebar">
<a href="http://owen1gibson.me"> Home</a>
<a href="http://owen1gibson.me/projects"> Projects</a>
<a href="http://owen1gibson.me/about"> About Me</a>
<a href="mailto:[email protected]"> Email Me</a>
<a href="https://github.com/owen1gibson"> Github</a>
</div>
<body>
<h1>Owen Gibson</h1>
<h2>About</h2>
<p>I am an Engineering Student at <a href="https://www.qut.edu.au">Queenslant University of Technology</a>
I am interested in Power Engineering and Electronics and am keen to find an internship in industry.
Currently I teach Engineering Design at QUT as a sessional academic.
Previous I have researched IoT systems at QUT as part of the Vacation Research Experience Scheme (VRES). </p>
</body>
</html>