-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·47 lines (44 loc) · 1.81 KB
/
index.html
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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Lorelei Aurora - Technical Architect</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Raleway|Ovo" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade
your browser</a> to improve your experience.</p>
<![endif]-->
<header class="top">
<div class="overlay"></div>
<div class="inner">
<div class="main-content">
<img src="https://avatars.githubusercontent.com/u/3892265?s=400&u=3a6a498475761609f2e8039a912775375a4e1d2a" class="avatar"
alt="Lorelei Aurora">
<h1 class="title">Lorelei Aurora</h1>
<hr class="divider">
<p class="lead">🦄 Technical Architect ✨🌈</p>
</div>
</div>
</header>
<menu class="main">
<div class="inner">
<a class="icon-github" target="_blank" href="https://github.com/LoreleiAurora">
<span class="visuallyhidden">GitHub</span>
</a>
<a class="icon-mail" href="mailto:iam@l5i.me">
<span class="visuallyhidden">Email</span>
</a>
</div>
</menu>
</body>
</html>