You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.9 KiB
53 lines
1.9 KiB
<!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>Dev0</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>Dev0</h1>
|
|
<br>
|
|
<form method="GET" action="https://duckduckgo.com/">
|
|
<input class="search" type="search" autofocus="autofocus" name="q" placeholder='Search...'>
|
|
</form>
|
|
<nav>
|
|
<ul>
|
|
<li><a href="https://outlook.office.com" class="fas fa-envelope"><span class="label">Mail</span></a></li>
|
|
<li><a href="https://git.dev0.sh" class="fas fa-code-branch"><span class="label">Git</span></a></li>
|
|
<li><a href="https://blog.dev0.sh" class="fas fa-blog"><span class="label">Blog</span></a></li>
|
|
<li><a href="https://trackee.dev0.sh" class="fab fa-strava"><span class="label">FitTrackee</span></a></li>
|
|
<li><a href="https://feedly.com/" class="fas fa-rss"><span class="label">Feedly</span></a></li>
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
|
|
<!-- Footer -->
|
|
<footer id="footer">
|
|
<span class="copyright">© dev0.sh Design: <a href="https://git.dev0.sh/piper/ariel_homepage">Piper and 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>
|