67 lines
3.0 KiB
HTML
67 lines
3.0 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>
|
|
|
|
<!-- Matomo -->
|
|
<script type="text/javascript">
|
|
var _paq = window._paq || [];
|
|
// require user consent before processing data
|
|
_paq.push(['requireConsent']);
|
|
_paq.push(['trackPageview']);
|
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
|
_paq.push(['trackPageView']);
|
|
_paq.push(['enableLinkTracking']);
|
|
(function() {
|
|
var u="//matomo.tainton.uk/";
|
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
|
_paq.push(['setSiteId', '2']);
|
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
|
})();
|
|
</script>
|
|
<noscript><p><img src="//matomo.tainton.uk/matomo.php?idsite=2&rec=1" style="border:0;" alt="" /></p></noscript>
|
|
<!-- End Matomo Code -->
|
|
</head>
|
|
<body>
|
|
<div id="wrapper">
|
|
<div id="bg"></div>
|
|
<div id="overlay"></div>
|
|
<div id="main">
|
|
<!-- Header -->
|
|
<header id="header">
|
|
<span class="avatar"><img style="border-radius: 50%;" height="200em" src="https://github.com/luketainton.png"></span>
|
|
<h1>Luke Tainton</h1>
|
|
<p>Computer Networks Student, joining Cisco Systems in September 2020.</p>
|
|
<nav>
|
|
<ul>
|
|
<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://keybase.io/luketainton" class="fab fa-keybase"><span class="label">Keybase</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://twitter.com/luketainton1" class="fab fa-twitter"><span class="label">Twitter</span></a></li>
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
<!-- Footer -->
|
|
<footer id="footer"><span class="copyright">© Luke Tainton, 2020. 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>
|