mirror of
https://github.com/crydotsnake/bludit-aerial.git
synced 2024-11-21 20:01:35 +01:00
49 lines
1.8 KiB
PHP
49 lines
1.8 KiB
PHP
|
<!DOCTYPE HTML>
|
||
|
<!--
|
||
|
Aerial by HTML5 UP
|
||
|
html5up.net | @ajlkn
|
||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||
|
-->
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Aerial by HTML5 UP</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" />
|
||
|
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
|
||
|
</head>
|
||
|
<body class="is-preload">
|
||
|
<div id="wrapper">
|
||
|
<div id="bg"></div>
|
||
|
<div id="overlay"></div>
|
||
|
<div id="main">
|
||
|
|
||
|
<!-- Header -->
|
||
|
<header id="header">
|
||
|
<h1>Adam Jensen</h1>
|
||
|
<p>Security Chief • Cyborg • Never asked for this</p>
|
||
|
<nav>
|
||
|
<ul>
|
||
|
<li><a href="#" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
|
||
|
<li><a href="#" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
|
||
|
<li><a href="#" class="icon brands fa-dribbble"><span class="label">Dribbble</span></a></li>
|
||
|
<li><a href="#" class="icon brands fa-github"><span class="label">Github</span></a></li>
|
||
|
<li><a href="#" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
|
||
|
</ul>
|
||
|
</nav>
|
||
|
</header>
|
||
|
|
||
|
<!-- Footer -->
|
||
|
<footer id="footer">
|
||
|
<span class="copyright">© Untitled. Design: <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>
|