-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (53 loc) · 1.97 KB
/
index.html
File metadata and controls
54 lines (53 loc) · 1.97 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE HTML>
<!--
Aerial by Pixelarity
pixelarity.com @pixelarity
License: pixelarity.com/license
-->
<html>
<head>
<title>Tom Wheal</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/skel.min.js"></script>
<script src="js/init.js"></script>
<link rel="icon" type="image/png" href="css/images/Favicon.png" />
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-wide.css" />
<link rel="stylesheet" href="css/style-noscript.css" />
</noscript>
<!--[if lte IE 9]><link rel="stylesheet" href="css/ie/v9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
</head>
<body class="loading">
<div id="wrapper">
<div id="bg"></div>
</div>
<div id="main">
<!-- Header -->
<header id="header">
<h1>Thomas E. Wheal</h1>
<p>Electronics Consultant <br>MEng Electronic & Electrical Engineer</p>
<nav>
<ul>
<li><a href="https://www.linkedin.com/in/wheal/" class="icon fa-linkedin-square"><span class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/TomWheal" class="icon fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://www.instagram.com/tomwheal/" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="Mailto:tom@whe.al" class="icon fa-envelope"><span class="label">Email</span></a></li>
</ul>
</nav>
</header>
<!-- Footer -->
<footer id="footer">
<span class="copyright">ⓒTomWheal</span>
</footer>
</div>
</div>
</body>
<script type='text/javascript' src='js/jquery.particleground.js'></script>
<script type='text/javascript' src='js/bg.js'></script>
</html>