-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
1 lines (1 loc) · 5.33 KB
/
404.html
1
<!DOCTYPE html><html lang="en" class=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1"><title>Page not found | Matias Matinez</title><meta name="description" content="Personal web of Matias Martinez"><link rel="stylesheet" href="/css/styles.css"><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&family=DM+Serif+Display&display=swap"><link rel="canonical" href="http://localhost:4000/404"><meta name="robots" content="nofollow, noindex"/><link rel="apple-touch-icon" sizes="180x180" href="/images/favicons/apple-touch-icon.png"><link rel="icon" type="image/png" sizes="32x32" href="/images/favicons/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="/images/favicons/favicon-16x16.png"><link rel="manifest" href="/images/favicons/manifest.json"><link rel="mask-icon" href="/images/favicons/safari-pinned-tab.svg" color="#212121"><link rel="shortcut icon" href="/favicon.ico"><meta name="msapplication-config" content="/images/favicons/browserconfig.xml"><meta name="theme-color" content="#212121"><meta property="og:type" content="website"/><meta property="og:url" content="http://localhost:4000/404"/><meta property="og:title" content="Page not found"/><meta property="og:description" content="Personal web of Matias Martinez"/><meta name="twitter:card" content="summary"/><meta name="twitter:site" content="@mattgreydesign"/><meta name="twitter:creator" content="@mattgreydesign"/><meta name="twitter:title" content="Page not found"/><meta name="twitter:description" content="Personal web of Matias Martinez"/></head><body class=""><div class="global-wrapper"> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "WebSite", "name": "Matias Matinez", "alternateName": "Matias Martinez - Software Engineer & PhD in Computer Science", "url": "http://www.himatt.com" } { "@context": "http://schema.org", "@type": "Organization", "url": "http://www.himatt.com", "logo": "http://www.himatt.com/images/mg-logo.png" } </script><header class="main-header sticky-header" data-header><div class="header-content"> <a class="accessibility-skip" href="#maincontent">Skip to main content</a><nav class="navigation" aria-label="main navigation"> <a href="javascript:void(0)" class="mobile-nav">Menu</a><div class="mobile-nav-wrapper"><ul class="mobile-dropdown" itemscope itemtype="http://schema.org/SiteNavigationElement"><li> <a itemprop="url" href="/"><span itemprop="name">Main</span></a></li></ul></div></nav></div></div></header><main class="main-content " id="maincontent"><div class="message-wrapper"><div class="message"><h1 class="type-level-jumbo">Page not found</h1><p>This page was either moved, or it never existed in the first place.</p><p><a href="/">Return to homepage</a></p></div></div></main><footer class="main-footer"><div class="made-by-wrapper"> <a class="made-by" href="//github.com/MattGreyDesign/mattgreydesign.github.io">Made by Matt</a></div></footer><script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <script type="text/javascript"> $(document).ready(function() { $('.mobile-nav').on('click', function(){ $('.navigation').toggleClass('show'); $('.mobile-nav').html(function(i, label){ return label === 'Menu' ? '× Close' : 'Menu' }); $("body").toggleClass("prevent-scroll-mobile"); $("header.main-header").toggleClass("header-prevent-hide"); }); }); !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):e.Headspace=t()}(this,function(){"use strict";function e(s){var n=arguments.length<=1||void 0===arguments[1]?{}:arguments[1];if(!(this instanceof e))return new(Function.prototype.bind.apply(e,[null].concat(Array.prototype.slice.call(arguments))));this.element=s,this.startOffset=t(n.startOffset,s&&s.offsetHeight),this.tolerance=t(n.tolerance,8),this.showAtBottom=t(n.showAtBottom,!0),this.classNames=n.classNames||{base:"headspace",fixed:"headspace--fixed",hidden:"headspace--hidden"},this._scrollLast=0,"undefined"!=typeof window&&this.init()}function t(e,t){return void 0!==e?e:t}function s(e){var t=window.pageYOffset,s=e._scrollLast;t<=0?e.reset():e.showAtBottom&&window.innerHeight+t>=document.body.offsetHeight?e.fix():t>e.startOffset&&Math.abs(t-s)>=e.tolerance&&e[t>s?"hide":"fix"](),e._scrollLast=t}return e.prototype={init:function(){var e=this;this.addClass(this.classNames.base),window.addEventListener("scroll",function(){return e.debounce(function(){return s(e)})})},reset:function(){var e=this.classNames;this.removeClass(e.fixed,e.hidden)},fix:function(){var e=this.classNames;this.addClass(e.fixed),this.removeClass(e.hidden)},hide:function(){this.addClass(this.classNames.hidden)},addClass:function(){var e;(e=this.element.classList).add.apply(e,arguments)},removeClass:function(){var e;(e=this.element.classList).remove.apply(e,arguments)},debounce:function(e){window.requestAnimationFrame(e)}},e.isSupported=function(){return!!("undefined"!=typeof window&&window.requestAnimationFrame&&"classList"in document.documentElement)},e}); $(function () { Headspace(document.querySelector('[data-header]'), { startOffset: 90, tolerance: 5, showAtBottom: false, classNames: { base: 'sticky-header', fixed: 'sticky-header--fixed', hidden: 'sticky-header--hidden' } }) }()); </script></div></body></html>