-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (50 loc) · 2.6 KB
/
index.html
File metadata and controls
52 lines (50 loc) · 2.6 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
<!DOCTYPE HTML>
<!--
Based on Aerial by HTML5 UP
-->
<html>
<head>
<title>Andrew Garschke</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<link rel="stylesheet" href="https://virtual-drive.net/css/main.css">
<link rel="icon" href="https://virtual-drive.net/images/favicon.ico">
<noscript><link rel="stylesheet" href="https://virtual-drive.net/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>Andrew Garschke</h1>
<p>Enterprise Data Management & Analytics • Data Visualization • Solution Architect</p>
<nav>
<ul>
<li><a href="https://virtual-drive.net/index.html" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://virtual-drive.net/index.html" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="https://virtual-drive.net/index.html" class="icon brands fa-github"><span class="label">Github</span></a></li>
<li><a href="https://virtual-drive.net/index.html" class="icon brands fa-linkedin-in"><span class="label">LinkedIn</span></a></li>
<li><a href="https://virtual-drive.net/index.html" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
<li><a href="https://virtual-drive.net/index.html" class="icon solid fa-phone"><span class="label">Phone</span></a></li>
<li><a href="https://virtual-drive.net/index.html" class="icon solid fa-map-marker-alt"><span class="label">Location</span></a></li>
<li><a href="https://virtual-drive.net/index.html"class="icon solid fa-user"><span class="label">Profile</span></a></li>
<li><a href="https://virtual-drive.net/index.html" class="icon solid fa-calendar-alt"><span class="label">Calendar</span></a></li>
<li><a href="https://virtual-drive.net/index.html" class="icon solid fa-chart-bar"><span class="label">Analytics</span></a></li>
</ul>
</nav>
</header>
<!-- Footer -->
<footer id="footer">
<span class="copyright">© Garschke.eu - Design Based on: <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>