-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (53 loc) · 2.06 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
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>jriede.github.io</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
<link href="/assets/base.css" media="screen" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="/assets/public/favicon.ico" />
<script src="/assets/modernizr.js" type="text/javascript"></script>
</head>
<body>
<div class="wrapper">
<div class="profile">
<section class="profile-masthead" id="masthead">
<header class="profile-logo">
<div class="profile-logo-image">
<img alt="jriede " src="/img/logo.png" />
</div>
<div class="profile-name">
<h1>jriede.github.io</h1>
</div>
</header>
<aside class="profile-summary">
<div class="summary-location summary-module">
<a href="http://github.com/jriede">github.com/jriede</a>
</div>
</aside>
</section>
</section>
</div>
</div>
<footer class="footer">
<nav class="footer-navigation">
<i class="icon-square-footer"></i>
<ul class="footer-navigation-list">
<li class="footer-navigation-item">Twitter: <a href="https://twitter.com/juleriede" class="track">@juleriede</a></li>
</ul>
<p class="copyright">2018 Julia Riede. All rights reversed.</p>
</nav>
</footer>
<script type="text/javascript">
if(window == window.top) document.body.style.display = "block"; else window.top.location = window.location;
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-40704740-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>