-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
34 lines (32 loc) · 12.2 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
<!DOCTYPE html><html lang="en"><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="generator" content="Gatsby 2.26.1"/><title data-react-helmet="true">404: Not found | Rafael Menezes</title><meta data-react-helmet="true" name="description" content="My personal website with my Production, CV, Interests and more"/><meta data-react-helmet="true" property="og:title" content="404: Not found"/><meta data-react-helmet="true" property="og:description" content="My personal website with my Production, CV, Interests and more"/><meta data-react-helmet="true" property="og:type" content="website"/><meta data-react-helmet="true" name="twitter:card" content="summary"/><meta data-react-helmet="true" name="twitter:creator" content="Rafael Menezes"/><meta data-react-helmet="true" name="twitter:title" content="404: Not found"/><meta data-react-helmet="true" name="twitter:description" content="My personal website with my Production, CV, Interests and more"/><link rel="icon" href="/favicon-32x32.png?v=14518c3d38e841c202483aff4989f8f9" type="image/png"/><link rel="manifest" href="/manifest.webmanifest" crossorigin="anonymous"/><meta name="theme-color" content="#663399"/><link rel="apple-touch-icon" sizes="48x48" href="/icons/icon-48x48.png?v=14518c3d38e841c202483aff4989f8f9"/><link rel="apple-touch-icon" sizes="72x72" href="/icons/icon-72x72.png?v=14518c3d38e841c202483aff4989f8f9"/><link rel="apple-touch-icon" sizes="96x96" href="/icons/icon-96x96.png?v=14518c3d38e841c202483aff4989f8f9"/><link rel="apple-touch-icon" sizes="144x144" href="/icons/icon-144x144.png?v=14518c3d38e841c202483aff4989f8f9"/><link rel="apple-touch-icon" sizes="192x192" href="/icons/icon-192x192.png?v=14518c3d38e841c202483aff4989f8f9"/><link rel="apple-touch-icon" sizes="256x256" href="/icons/icon-256x256.png?v=14518c3d38e841c202483aff4989f8f9"/><link rel="apple-touch-icon" sizes="384x384" href="/icons/icon-384x384.png?v=14518c3d38e841c202483aff4989f8f9"/><link rel="apple-touch-icon" sizes="512x512" href="/icons/icon-512x512.png?v=14518c3d38e841c202483aff4989f8f9"/><link as="script" rel="preload" href="/webpack-runtime-c5d6167e17d4ead9cbe3.js"/><link as="script" rel="preload" href="/framework-bfd7ef3461b6c3f4df60.js"/><link as="script" rel="preload" href="/app-bad1978fa74ede4e055a.js"/><link as="script" rel="preload" href="/cb1608f2-d24416978b9f0b1ad782.js"/><link as="script" rel="preload" href="/a9a7754c-41617136f4ed9ef908b5.js"/><link as="script" rel="preload" href="/commons-ffd27e640b232fdf9e83.js"/><link as="script" rel="preload" href="/component---src-pages-404-js-dc752230c943d7bcbc60.js"/><link as="fetch" rel="preload" href="/page-data/404.html/page-data.json" crossorigin="anonymous"/><link as="fetch" rel="preload" href="/page-data/sq/d/2326376460.json" crossorigin="anonymous"/><link as="fetch" rel="preload" href="/page-data/sq/d/63159454.json" crossorigin="anonymous"/><link as="fetch" rel="preload" href="/page-data/app-data.json" crossorigin="anonymous"/></head><body><script>
(function(classNameDark, classNameLight, storageKey) {
function setClassOnDocumentBody(darkMode) {
document.body.classList.add(darkMode ? classNameDark : classNameLight);
document.body.classList.remove(darkMode ? classNameLight : classNameDark);
}
var preferDarkQuery = '(prefers-color-scheme: dark)';
var mql = window.matchMedia(preferDarkQuery);
var supportsColorSchemeQuery = mql.media === preferDarkQuery;
var localStorageTheme = null;
try {
localStorageTheme = localStorage.getItem(storageKey);
} catch (err) {}
var localStorageExists = localStorageTheme !== null;
if (localStorageExists) {
localStorageTheme = JSON.parse(localStorageTheme);
}
// Determine the source of truth
if (localStorageExists) {
// source of truth from localStorage
setClassOnDocumentBody(localStorageTheme);
} else if (supportsColorSchemeQuery) {
// source of truth from system
setClassOnDocumentBody(mql.matches);
localStorage.setItem(storageKey, mql.matches);
} else {
// source of truth from document.body
var isDarkMode = document.body.classList.contains(classNameDark);
localStorage.setItem(storageKey, JSON.stringify(isDarkMode));
}
})('dark', 'light', 'darkMode');
</script><div id="___gatsby"><div style="outline:none" tabindex="-1" id="gatsby-focus-wrapper"><div class="site-wrapper site-head-open" style="align:center"><header class="site-head"><div id="menu" class="site-head-container"><a class="nav-burger" href="#menu"></a><nav id="swup" class="site-head-left"><ul class="nav"><li id="navbar-home" class="nav-home"><a href="/">Home</a></li><li id="navbar-production" class="nav-about"><a href="/production">Production</a></li><li class="nav-elements"><a href="/curriculum-vitae">CV</a></li><li class="nav-elements"><a href="/contact">Contact</a></li></ul></nav><div class="site-head-center"><a class="site-head-logo" href="/">Rafael Menezes</a></div><nav class="site-head-right"><ul class="nav"><li class="nav-icon"><a href="https://twitter.com/raf_menezes"> <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="twitter" class="svg-inline--fa fa-twitter fa-w-16 fa-2x " role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"></path></svg></a></li><li class="nav-icon"><a href="https://orcid.org/0000-0003-2066-3293"> <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="orcid" class="svg-inline--fa fa-orcid fa-w-16 fa-2x " role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M294.75 188.19h-45.92V342h47.47c67.62 0 83.12-51.34 83.12-76.91 0-41.64-26.54-76.9-84.67-76.9zM256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm-80.79 360.76h-29.84v-207.5h29.84zm-14.92-231.14a19.57 19.57 0 1 1 19.57-19.57 19.64 19.64 0 0 1-19.57 19.57zM300 369h-81V161.26h80.6c76.73 0 110.44 54.83 110.44 103.85C410 318.39 368.38 369 300 369z"></path></svg></a></li><li class="nav-icon"><a href="https://www.researchgate.net/profile/Rafael_Menezes8"> <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="researchgate" class="svg-inline--fa fa-researchgate fa-w-14 fa-2x " role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M0 32v448h448V32H0zm262.2 334.4c-6.6 3-33.2 6-50-14.2-9.2-10.6-25.3-33.3-42.2-63.6-8.9 0-14.7 0-21.4-.6v46.4c0 23.5 6 21.2 25.8 23.9v8.1c-6.9-.3-23.1-.8-35.6-.8-13.1 0-26.1.6-33.6.8v-8.1c15.5-2.9 22-1.3 22-23.9V225c0-22.6-6.4-21-22-23.9V193c25.8 1 53.1-.6 70.9-.6 31.7 0 55.9 14.4 55.9 45.6 0 21.1-16.7 42.2-39.2 47.5 13.6 24.2 30 45.6 42.2 58.9 7.2 7.8 17.2 14.7 27.2 14.7v7.3zm22.9-135c-23.3 0-32.2-15.7-32.2-32.2V167c0-12.2 8.8-30.4 34-30.4s30.4 17.9 30.4 17.9l-10.7 7.2s-5.5-12.5-19.7-12.5c-7.9 0-19.7 7.3-19.7 19.7v26.8c0 13.4 6.6 23.3 17.9 23.3 14.1 0 21.5-10.9 21.5-26.8h-17.9v-10.7h30.4c0 20.5 4.7 49.9-34 49.9zm-116.5 44.7c-9.4 0-13.6-.3-20-.8v-69.7c6.4-.6 15-.6 22.5-.6 23.3 0 37.2 12.2 37.2 34.5 0 21.9-15 36.6-39.7 36.6z"></path></svg></a></li><li class="nav-icon"><a href="https://scholar.google.com/citations?user=FdiqBTgAAAAJ"> <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="google" class="svg-inline--fa fa-google fa-w-16 fa-2x " role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 488 512"><path fill="currentColor" d="M488 261.8C488 403.3 391.1 504 248 504 110.8 504 0 393.2 0 256S110.8 8 248 8c66.8 0 123 24.5 166.3 64.9l-67.5 64.9C258.5 52.6 94.3 116.6 94.3 256c0 86.5 69.1 156.6 153.7 156.6 98.2 0 135-70.4 140.8-106.9H248v-85.3h236.1c2.3 12.7 3.9 24.9 3.9 41.4z"></path></svg></a></li><li class="nav-icon"><a href="https://github.com/r-menezes"> <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="github" class="svg-inline--fa fa-github fa-w-16 fa-2x " role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><path fill="currentColor" d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"></path></svg></a></li></ul></nav></div></header><main id="site-main" class="site-main"><div id="swup" class="transition-fade"><h1>404: Not Found</h1><p>Ops...<br/><br/>If you are sure this page should exist, please <a href="/contact">get in touch!</a></p></div></main><div class="site-foot">© <!-- -->2024<!-- --> <a href="/">Rafael Menezes</a> — Built with<!-- --> <!-- --> <a href="/refs"> awesome help! </a></div></div></div><div id="gatsby-announcer" style="position:absolute;top:0;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0" aria-live="assertive" aria-atomic="true"></div></div><script id="gatsby-script-loader">/*<![CDATA[*/window.pagePath="/404.html";/*]]>*/</script><script id="gatsby-chunk-mapping">/*<![CDATA[*/window.___chunkMapping={"polyfill":["/polyfill-6eb95600d58ef516e51d.js"],"app":["/app-bad1978fa74ede4e055a.js"],"component---src-pages-404-js":["/component---src-pages-404-js-dc752230c943d7bcbc60.js"],"component---src-pages-contact-js":["/component---src-pages-contact-js-bd1d5c9272b669001abb.js"],"component---src-pages-curriculum-vitae-js":["/component---src-pages-curriculum-vitae-js-5c96459fc417c97d3b3c.js"],"component---src-pages-index-js":["/component---src-pages-index-js-a5e31dde7565bca53f44.js"],"component---src-pages-page-2-js":["/component---src-pages-page-2-js-372d843ff497d2168c8c.js"],"component---src-pages-production-js":["/component---src-pages-production-js-83eaf1a7aa28d9a3b82f.js"],"component---src-pages-refs-js":["/component---src-pages-refs-js-ed5c185249cee6d03c70.js"],"component---src-pages-using-typescript-tsx":["/component---src-pages-using-typescript-tsx-c1a9535a81007e50ad20.js"]};/*]]>*/</script><script src="/polyfill-6eb95600d58ef516e51d.js" nomodule=""></script><script src="/component---src-pages-404-js-dc752230c943d7bcbc60.js" async=""></script><script src="/commons-ffd27e640b232fdf9e83.js" async=""></script><script src="/a9a7754c-41617136f4ed9ef908b5.js" async=""></script><script src="/cb1608f2-d24416978b9f0b1ad782.js" async=""></script><script src="/app-bad1978fa74ede4e055a.js" async=""></script><script src="/framework-bfd7ef3461b6c3f4df60.js" async=""></script><script src="/webpack-runtime-c5d6167e17d4ead9cbe3.js" async=""></script></body></html>