-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
89 changed files
with
3,575 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<!DOCTYPE html><html lang="en-us"><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>Error 404 - halr9000</title><meta name="robots" content="noindex, follow"><meta name="generator" content="Publii Open-Source CMS for Static Site"><link rel="alternate" type="application/atom+xml" href="https://halr9000.com/feed.xml"><link rel="alternate" type="application/json" href="https://halr9000.com/feed.json"><meta property="og:title" content="halr9000"><meta property="og:image" content="https://halr9000.com/media/website/android-chrome-512x512.png"><meta property="og:image:width" content="512"><meta property="og:image:height" content="512"><meta property="og:site_name" content="halr9000"><meta property="og:description" content=""><meta property="og:url" content="https://halr9000.com/"><meta property="og:type" content="website"><meta name="twitter:card" content="summary"><meta name="twitter:site" content="@halr9000"><meta name="twitter:title" content="halr9000"><meta name="twitter:description" content=""><meta name="twitter:image" content="https://halr9000.com/media/website/android-chrome-512x512.png"><link rel="shortcut icon" href="https://halr9000.com/media/website/favicon.ico" type="image/x-icon"><link rel="stylesheet" href="https://halr9000.com/assets/css/style.css?v=8472f1bfe4b0fdb01c59d1d3fa980ec3"><script type="application/ld+json">{"@context":"http://schema.org","@type":"Organization","name":"halr9000","logo":"https://halr9000.com/media/website/android-chrome-512x512.png","url":"https://halr9000.com/","sameAs":["https://twitter.com/halr9000","https://www.instagram.com/halr9000/","https://www.linkedin.com/in/halrottenberg/"]}</script><noscript><style>img[loading] { | ||
opacity: 1; | ||
}</style></noscript></head><body><div class="site-container"><header class="top" id="js-header"><a class="logo" href="https://halr9000.com/"><img src="https://halr9000.com/media/website/android-chrome-512x512.png" alt="halr9000" width="512" height="512"></a></header><main class="page page--error"><article class="post"><div class="hero"><header class="hero__content"><div class="wrapper"><h1>404</h1><p>Page not found</p></div></header></div><div class="wrapper post__entry"><p>The page you were looking for appears to have been moved, deleted or does not exist. You could go back to where you were or head straight to our home page.</p><p><svg width="1.041em" height="0.416em" aria-hidden="true"><use xlink:href="https://halr9000.com/assets/svg/svg-map.svg#arrow-prev"/></svg> <a href="https://halr9000.com/" class="readmore">Go home</a></p></div></article></main><footer class="footer"><div class="footer__social"><a href="https://twitter.com/halr9000" aria-label="Twitter"><svg><use xlink:href="https://halr9000.com/assets/svg/svg-map.svg#twitter"/></svg> </a><a href="https://www.instagram.com/halr9000/" aria-label="Instagram"><svg><use xlink:href="https://halr9000.com/assets/svg/svg-map.svg#instagram"/></svg> </a><a href="https://www.linkedin.com/in/halrottenberg/" aria-label="LinkedIn"><svg><use xlink:href="https://halr9000.com/assets/svg/svg-map.svg#linkedin"/></svg></a></div><div class="footer__copyright"><p>Powered by Publii</p></div><button onclick="backToTopFunction()" id="backToTop" class="footer__bttop" aria-label="Back to top" title="Back to top"><svg><use xlink:href="https://halr9000.com/assets/svg/svg-map.svg#toparrow"/></svg></button></footer></div><script defer="defer" src="https://halr9000.com/assets/js/scripts.min.js?v=f47c11534595205f20935f0db2a62a85"></script><script>window.publiiThemeMenuConfig={mobileMenuMode:'sidebar',animationSpeed:300,submenuWidth: 'auto',doubleClickTime:500,mobileMenuExpandableSubmenus:true,relatedContainerForOverlayMenuSelector:'.top'};</script><script>var images = document.querySelectorAll('img[loading]'); | ||
for (var i = 0; i < images.length; i++) { | ||
if (images[i].complete) { | ||
images[i].classList.add('is-loaded'); | ||
} else { | ||
images[i].addEventListener('load', function () { | ||
this.classList.add('is-loaded'); | ||
}, false); | ||
} | ||
}</script></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
halr9000.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
/* | ||
* Add your own CSS code for the WYSIWYG editor | ||
*/ |
Oops, something went wrong.