Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
aolattus committed Jul 19, 2023
0 parents commit 39910c3
Show file tree
Hide file tree
Showing 19 changed files with 1,209 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
97 changes: 97 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,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.org/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.org/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://olivialattus.org/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://olivialattus.org/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://olivialattus.org/apple-touch-icon.png">
<link rel="mask-icon" href="https://olivialattus.org/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.org/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>&copy; 2023 <a href="https://olivialattus.org/"></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>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 39910c3

Please sign in to comment.