-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
65 lines (59 loc) · 2.46 KB
/
404.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
61
62
63
64
65
<!doctype html>
<html>
<head>
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta charset="utf-8">
<meta content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" name="viewport">
<!-- Use title if it's in the page YAML frontmatter -->
<title>Not Found | Marc Sensenich</title>
<link href='//fonts.googleapis.com/css?family=Lato:300,400' rel='stylesheet' type='text/css'>
<link href="/stylesheets/main.css" rel="stylesheet" />
<script src="/javascripts/all.js"></script>
</head>
<body class="x404" id="body">
<header class="mas-header" id="mas-main-header">
<div class="mas-header__content">
<div class="mas-header__title">
<h1><a href="http://www.marc-sensenich.com">Marc Sensenich</a></h1>
</div>
<div class="mas-header__social">
<a href=https://www.linkedin.com/in/marc-sensenich alt=View Marc Sensenich on Linkedin target="_blank">
<img src="/images/linkedin.png" alt="Linkedin" />
</a>
<a href=https://github.com/marc-sensenich alt=View Marc Sensenich on GitHub target="_blank">
<img src="/images/github.png" alt="Github" />
</a>
<a href=/blog alt=Marc Sensenich's Blog target="_blank">
<img src="/images/blog.png" alt="Blog" />
</a>
</div>
</div>
</header>
<div class="mas-content" id="main-content">
<section class="mas-section">
<header class="mas-section__header">
<h2>
<span class="mas-section__header-text">Whoops...</span>
</h2>
</header>
<p>You seem to have gotten lost, let's get you <a href="/" class="mas-anchor">home</a></p>
</section>
</div>
<footer class="mas-footer">
<section class="mas-footer__social">
<a href=https://www.linkedin.com/in/marc-sensenich alt=View Marc Sensenich on Linkedin target="_blank">
<img src="/images/linkedin.png" alt="Linkedin" />
</a>
<a href=https://github.com/marc-sensenich alt=View Marc Sensenich on GitHub target="_blank">
<img src="/images/github.png" alt="Github" />
</a>
<a href=/blog alt=Marc Sensenich's Blog target="_blank">
<img src="/images/blog.png" alt="Blog" />
</a>
</section>
<section class="footer-attributions">
Built using <a href="https://middlemanapp.com/" class="mas-anchor" target="_blank">Middleman</a> and deployed to <a href="https://pages.github.com/" class="mas-anchor" target="_blank">GitHub Pages</a>
</section>
</footer>
</body>
</html>