-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
97 lines (86 loc) · 3.92 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
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
<!DOCTYPE html>
<html lang="en" dir="auto">
<head><meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="index, follow">
<title>404 Page not found | </title>
<meta name="keywords" content="">
<meta name="description" content="I am a PhD Student in Economics at Brown University. My interests lie in empirical macroeconomics, in particular in macro labor, monetary policy, and business cycles.">
<meta name="author" content="Olivia Lattus">
<link rel="canonical" href="https://olivialattus.com/404.html">
<link crossorigin="anonymous" href="/assets/css/stylesheet.ca5184253b54e0ffc5c35354430a07ef2eaaf6ed37a3668c0e87021dc95ff102.css" integrity="sha256-ylGEJTtU4P/Fw1NUQwoH7y6q9u03o2aMDocCHclf8QI=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://olivialattus.com/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://olivialattus.com/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://olivialattus.com/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://olivialattus.com/apple-touch-icon.png">
<link rel="mask-icon" href="https://olivialattus.com/safari-pinned-tab.svg">
<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<noscript>
<style>
#theme-toggle,
.top-link {
display: none;
}
</style>
</noscript><meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="I am a PhD Student in Economics at Brown University. My interests lie in empirical macroeconomics, in particular in macro labor, monetary policy, and business cycles." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://olivialattus.com/404.html" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="404 Page not found"/>
<meta name="twitter:description" content="I am a PhD Student in Economics at Brown University. My interests lie in empirical macroeconomics, in particular in macro labor, monetary policy, and business cycles."/>
<meta name="twitter:site" content="@aolattus"/>
</head>
<body class="list" id="top">
<header class="header">
<nav class="nav">
<div class="logo">
<div class="logo-switches">
</div>
</div>
<ul id="menu">
</ul>
</nav>
</header>
<main class="main">
<div class="not-found">404</div>
</main>
<footer class="footer">
<span>© 2023 <a href="https://olivialattus.com/"></a></span>
<span>
Powered by
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
</span>
</footer>
<script>
let menu = document.getElementById('menu')
if (menu) {
menu.scrollLeft = localStorage.getItem("menu-scroll-position");
menu.onscroll = function () {
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
}
}
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener("click", function (e) {
e.preventDefault();
var id = this.getAttribute("href").substr(1);
if (!window.matchMedia('(prefers-reduced-motion: reduce)').matches) {
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView({
behavior: "smooth"
});
} else {
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView();
}
if (id === "top") {
history.replaceState(null, null, " ");
} else {
history.pushState(null, null, `#${id}`);
}
});
});
</script>
</body>
</html>