48 lines
2.4 KiB
HTML
48 lines
2.4 KiB
HTML
<!-- Aerial by HTML5 UP, html5up.net | @ajlkn, Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) -->
|
|
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<title>Luke Tainton</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
|
<link rel="stylesheet" href="assets/css/main.css">
|
|
<link rel="stylesheet" href="assets/fa/css/all.css">
|
|
<noscript><link rel="stylesheet" href="assets/css/noscript.css"></noscript>
|
|
<script>if (location.protocol !== "https:") location.protocol = "https:";</script>
|
|
</head>
|
|
<body>
|
|
<div id="wrapper">
|
|
<div id="bg"></div>
|
|
<div id="overlay"></div>
|
|
<div id="main">
|
|
<!-- Header -->
|
|
<header id="header">
|
|
<h1>Luke Tainton</h1>
|
|
<p>Computer Networks Student • Network Automation Enthusiast • Graduate Network Engineer (after graduation)</p>
|
|
<nav>
|
|
<ul>
|
|
<li><a href="https://1drv.ms/w/s!AvCdBpH9HxKlhaZ-CuBBRhxyLGV4pw" class="fas fa-file"><span class="label">CV</span></a></li>
|
|
<li><a href="mailto:luke@tainton.uk" class="fas fa-envelope"><span class="label">Email</span></a></li>
|
|
<li><a href="https://github.com/luketainton" class="fab fa-github"><span class="label">GitHub</span></a></li>
|
|
<li><a href="https://gitlab.com/luketainton" class="fab fa-gitlab"><span class="label">GitLab</span></a></li>
|
|
<li><a href="https://linkedin.com/in/luketainton" class="fab fa-linkedin"><span class="label">LinkedIn</span></a></li>
|
|
<li><a href="https://status.tainton.uk" class="fas fa-exclamation"><span class="label">Status</span></a></li>
|
|
<li><a href="https://twitter.com/luketainton1" class="fab fa-twitter"><span class="label">Twitter</span></a></li>
|
|
</ul>
|
|
</nav>
|
|
<!-- <p>When writing documents, I use <a href="https://www.overleaf.com?r=442d27d6&rm=d&rs=b" target="_blank">Overleaf</a>.</p> -->
|
|
</header>
|
|
<!-- Footer -->
|
|
<footer id="footer"><span class="copyright">© Luke Tainton, 2019. Hosted by GitHub Pages. Designed by <a href="http://html5up.net/">HTML5 UP</a>.</span></footer>
|
|
</div>
|
|
</div>
|
|
<script>
|
|
window.onload = function() { document.body.classList.remove('is-preload'); }
|
|
window.ontouchmove = function() { return false; }
|
|
window.onorientationchange = function() { document.body.scrollTop = 0; }
|
|
</script>
|
|
</body>
|
|
</html>
|