-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
147 lines (108 loc) · 4.64 KB
/
Copy path404.html
File metadata and controls
147 lines (108 loc) · 4.64 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Hugo 0.53" />
<meta name="author" content="Julian Lore">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Merriweather:400,700%7cOpen+Sans:400,400italic,700%7cRoboto+Mono%25!%28EXTRA%20*hugolib.PageOutput=Page%28%22404%20Page%20not%20found%22%29%29">
<link rel="stylesheet" href="/styles.css">
<script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-127408997-1', 'auto');
ga('require', 'eventTracker');
ga('require', 'outboundLinkTracker');
ga('require', 'urlChangeTracker');
ga('send', 'pageview');
</script>
<script async src="//www.google-analytics.com/analytics.js"></script>
<script async src="//cdnjs.cloudflare.com/ajax/libs/autotrack/2.4.1/autotrack.js"></script>
<link rel="alternate" href="https://julianlore.com/index.xml" type="application/rss+xml" title="Julian Lore">
<link rel="feed" href="https://julianlore.com/index.xml" type="application/rss+xml" title="Julian Lore">
<link rel="apple-touch-icon" sizes="180x180" href="/img/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon/favicon-16x16.png">
<link rel="manifest" href="/img/favicon/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<link rel="manifest" href="/site.webmanifest">
<link rel="icon" type="image/png" href="/img/icon.png">
<link rel="apple-touch-icon" type="image/png" href="/img/icon-192.png">
<link rel="canonical" href="">
<meta property="twitter:card" content="summary_large_image">
<meta property="og:site_name" content="Julian Lore">
<meta property="og:url" content="">
<meta property="og:title" content="404 Page not found | Julian Lore">
<meta property="og:locale" content="en-us">
<title>404 Page not found | Julian Lore</title>
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-127408997-1', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
</head>
<body>
<style type="text/css">
.masthead-hero {
background-image: url("https://julianlore.com/img/%3Cnil%3E");
}
</style>
<div class="masthead-hero"></div>
<div id="main" role="main">
<div class="sidebar sticky" itemprop="author" itemscope itemtype="http://schema.org/Person">
<div class="author-avatar">
<a href="/">
<img src="/img/heckert.png" alt="Julian Lore" itemprop="image">
</a>
</div>
<div class="author-content">
<h3 class="author-name" itemprop="name">Julian Lore</h3>
<p class="author-bio" itemprop="description">Undergraduate student at McGill University.</p>
</div>
<div class="author-urls-wrapper">
<ul class="author-urls social-icons" aria-hidden="true">
<li itemprop="homeLocation" itemscope itemtype="http://schema.org/Place">
<span itemprop="name">Montreal, Canada</span>
</li>
<li>
<a itemprop="sameAs" href="//github.com/julianlore" target="_blank" rel="noopener">
<i class="fa fa-github"></i>
Github
</a>
</li>
</ul>
</div>
</div>
<article class="page">
<div class="page_container">
<section class="page_content">
<div class="navbar-hero">
<nav>
<a href="/">Home</a>  •  
<a href="/projects">Projects</a>  •  
<a href="/blog">Blog</a>  •  
<a href="/about">About</a>
</nav>
</div>
<article class="post" itemscope itemtype="http://schema.org/Article">
<div class="post-container">
<h1>404 Not Found</h1>
</div>
</article>
</section>
</div>
</article>
</div>
<div class="page_footer">
<p>Julian Lore 2018. Powered by <a href="http://gohugo.io/">Hugo</a> and <a href="https://github.com/jhu247/minimal-academic">Minimal Academic</a>.</p>
</div>
<script id="dsq-count-scr" src="//julianlore.disqus.com/count.js" async></script>
</body>
</html>