-
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
0 parents
commit ec0649b
Showing
1,943 changed files
with
229,322 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
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,216 @@ | ||
<!doctype html> | ||
<html lang="en-US"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="chrome=1"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
<!-- rss auto-discovery https://www.rssboard.org/rss-autodiscovery --> | ||
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://conorsheehan1.github.io/feed.xml"> | ||
|
||
<!-- Begin Jekyll SEO tag v2.8.0 --> | ||
<title>404 | Conor Sheehan</title> | ||
<meta name="generator" content="Jekyll v3.9.3" /> | ||
<meta property="og:title" content="404" /> | ||
<meta name="author" content="ConorSheehan1" /> | ||
<meta property="og:locale" content="en_US" /> | ||
<meta name="description" content="Mostly a tech blog with some project notes and a little web archiving" /> | ||
<meta property="og:description" content="Mostly a tech blog with some project notes and a little web archiving" /> | ||
<link rel="canonical" href="https://conorsheehan1.github.io/404.html" /> | ||
<meta property="og:url" content="https://conorsheehan1.github.io/404.html" /> | ||
<meta property="og:site_name" content="Conor Sheehan" /> | ||
<meta property="og:type" content="website" /> | ||
<meta name="twitter:card" content="summary" /> | ||
<meta property="twitter:title" content="404" /> | ||
<script type="application/ld+json"> | ||
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"ConorSheehan1"},"description":"Mostly a tech blog with some project notes and a little web archiving","headline":"404","url":"https://conorsheehan1.github.io/404.html"}</script> | ||
<!-- End Jekyll SEO tag --> | ||
|
||
|
||
<link rel="stylesheet" href="https://conorsheehan1.github.io/assets/dist/jstree/themes/default/style.min.css" /> | ||
<link rel="stylesheet" href="https://conorsheehan1.github.io/assets/dist/jstree/themes/default-dark/style.min.css" /> | ||
<link href="https://conorsheehan1.github.io/assets/dist/lightbox/css/lightbox.min.css" rel="stylesheet"> | ||
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" integrity="sha512-Fo3rlrZj/k7ujTnHg4CGR2D7kSs0v4LLanw2qksYuRlEzO+tcaEPQogQ0KaoGN26/zrn20ImR1DfuLWnOo7aBA==" crossorigin="anonymous" referrerpolicy="no-referrer" /> --> | ||
|
||
<link rel="stylesheet" href="https://conorsheehan1.github.io/assets/dist/fontawesome/css/all.min.css" /> | ||
<link rel="stylesheet" href="https://conorsheehan1.github.io/assets/css/style.css?v="> | ||
<link rel="shortcut icon" type="image/x-ico" href="https://conorsheehan1.github.io/assets/images/icons/favicon.ico" > | ||
|
||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.1/jquery.min.js"></script> | ||
<script src="https://conorsheehan1.github.io/assets/dist/lightbox/js/lightbox.min.js"></script> | ||
<!-- order matters here. e.g. jstree depends on theme being loaded to provied getSavedTheme --> | ||
<script src="https://conorsheehan1.github.io/assets/js/theme.js"></script> | ||
<script src="https://conorsheehan1.github.io/assets/js/lightbox_custom.js"></script> | ||
<script src="https://conorsheehan1.github.io/assets/js/jstree_custom.js"></script> | ||
|
||
</head> | ||
<body> | ||
<div class="wrapper"> | ||
<header id="header"> | ||
<div class="container"> | ||
<div class="col"> | ||
<a href="https://github.com/ConorSheehan1"> | ||
<div class="header-icon"> | ||
<img src="https://conorsheehan1.github.io/assets/images/icons/github.svg" alt="github" /> | ||
</div> | ||
<span>GitHub</span> | ||
</a> | ||
</div> | ||
|
||
<div class="col"> | ||
<a href="https://www.linkedin.com/in/conor-s-403358106"> | ||
<div class="header-icon"> | ||
<img src="https://conorsheehan1.github.io/assets/images/icons/linkedin.svg" alt="linkedin" /> | ||
</div> | ||
<span>Linked In</span> | ||
</a> | ||
</div> | ||
|
||
<div class="col"> | ||
<a href="https://stackoverflow.com/users/6305204/con?tab=profile"> | ||
<div class="header-icon"> | ||
<img src="https://conorsheehan1.github.io/assets/images/icons/stackoverflow.svg" alt="stackoverflow" /> | ||
</div> | ||
<span>Stack Overflow</span> | ||
</a> | ||
</div> | ||
|
||
<div class="col" id="theme-toggle-container"> | ||
<div id="theme-toggle-background"> | ||
<a id="theme-toggle" title="Switch Theme"> | ||
<i class="fa-solid fa-adjust icon-size" aria-hidden="true" size="32px"></i> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="container-sm"> | ||
<div class="header-center"> | ||
<input id="projects-search-input" type="text" class="form-control header-left" placeholder="Search projects .."> | ||
<div id="projects-tree" class="header-right"> | ||
<ul> | ||
<li data-jstree='{ "opened" : false }'> | ||
<a class='clickable-tree-node' href="/projects">Projects</a> | ||
<ul> | ||
|
||
|
||
|
||
|
||
<li> | ||
<a class='clickable-tree-node' href="https://conorsheehan1.github.io/categories#blog"> | ||
Blog | ||
</a> | ||
<ul> | ||
|
||
|
||
<li><a class='clickable-tree-node' href="/blog/2023/07/01/archiving-youtube-timestamp-reddit-bot.html">Archiving Youtube Timestamp Reddit Bot</a></li> | ||
|
||
<li><a class='clickable-tree-node' href="/blog/2022/08/04/buying-and-configuring-my-first-domain.html">Buying And Configuring My First Domain</a></li> | ||
|
||
<li><a class='clickable-tree-node' href="/blog/2022/04/18/reverse-engineering-uhabits-datamodel.html">Reverse Engineering Uhabits Datamodel</a></li> | ||
|
||
<li><a class='clickable-tree-node' href="/blog/2022/03/31/stackoverflow-dev-story-sunset.html">Stackoverflow Dev Story Sunset</a></li> | ||
|
||
<li><a class='clickable-tree-node' href="/blog/2022/02/21/netlify-deployments-from-github-without-giving-write-access.html">Netlify Deployments From Github Without Giving Write Access</a></li> | ||
|
||
<li><a class='clickable-tree-node' href="/blog/2022/01/25/add-bootstrap-vue-to-vuepress.html">Add Bootstrap Vue To Vuepress</a></li> | ||
|
||
<li><a class='clickable-tree-node' href="/blog/2022/01/07/3-patterns-for-cookiecutter-templates.html">3 Patterns For Cookiecutter Templates</a></li> | ||
|
||
<li><a class='clickable-tree-node' href="/blog/2022/01/06/dev.to.html">Dev.to</a></li> | ||
|
||
</ul> | ||
</li> | ||
|
||
|
||
|
||
<li> | ||
<a class='clickable-tree-node' href="https://conorsheehan1.github.io/categories#college"> | ||
College | ||
</a> | ||
<ul> | ||
|
||
|
||
<li><a class='clickable-tree-node' href="/college/2016/08/31/dublin-bikes.html">Dublin Bikes</a></li> | ||
|
||
<li><a class='clickable-tree-node' href="/college/2016/07/21/restimator.html">Restimator</a></li> | ||
|
||
</ul> | ||
</li> | ||
|
||
|
||
|
||
<li> | ||
<a class='clickable-tree-node' href="https://conorsheehan1.github.io/categories#open_source"> | ||
Open source | ||
</a> | ||
<ul> | ||
|
||
|
||
<li><a class='clickable-tree-node' href="/open_source/2018/05/28/vufind.html">Vufind</a></li> | ||
|
||
</ul> | ||
</li> | ||
|
||
|
||
|
||
<li> | ||
<a class='clickable-tree-node' href="https://conorsheehan1.github.io/categories#personal"> | ||
Personal | ||
</a> | ||
<ul> | ||
|
||
|
||
<li><a class='clickable-tree-node' href="/personal/2022/09/08/jekyll-plugins-on-github-pages.html">Jekyll Plugins On Github Pages</a></li> | ||
|
||
<li><a class='clickable-tree-node' href="/personal/2021/09/16/youtube-timestamp-reddit-bot.html">Youtube Timestamp Reddit Bot</a></li> | ||
|
||
<li><a class='clickable-tree-node' href="/personal/2020/12/03/shot.html">Shot</a></li> | ||
|
||
<li><a class='clickable-tree-node' href="/personal/2020/09/21/osxdocker.html">Osxdocker</a></li> | ||
|
||
<li><a class='clickable-tree-node' href="/personal/2018/01/27/chrome-compare.html">Chrome Compare</a></li> | ||
|
||
</ul> | ||
</li> | ||
|
||
</ul> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
</header> | ||
|
||
<section> | ||
<div id="title"> | ||
<h1><a href="/">Conor Sheehan</a></h1> | ||
<hr> | ||
</div> | ||
<h1 id="404-page-not-found">404 Page not found</h1> | ||
<blockquote> | ||
<p>Only this and nothing more,<br /> | ||
Quoth the server: 404.</p> | ||
</blockquote> | ||
|
||
<p>Take me <a href="https://conorsheehan1.github.io/">home</a></p> | ||
|
||
</section> | ||
</div> | ||
<footer id="footer"> | ||
<div class="container"> | ||
|
||
<div id="credit-footer"> | ||
<a href="https://conorsheehan1.github.io/credits"> Credits </a> | ||
</div> | ||
<div id="rss-footer"> | ||
<a href="https://conorsheehan1.github.io/feed.xml"> | ||
<i class="fa-solid fa-rss" aria-hidden="true"></i> | ||
</a> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
<script src="https://conorsheehan1.github.io/assets/dist/jstree/jstree.min.js"></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,3 @@ | ||
nav { | ||
display: none; | ||
} |
Oops, something went wrong.