-
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
nldxtd
committed
Apr 17, 2023
0 parents
commit d508b1a
Showing
61 changed files
with
11,254 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,266 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-us" dir="ltr"> | ||
<head><meta charset='utf-8'> | ||
<meta name='viewport' content='width=device-width, initial-scale=1'><meta name='description' content='To live is to see.'><title>404 Page not found</title> | ||
|
||
<link rel='canonical' href='https://nldxtd.github.io/404.html'> | ||
|
||
<link rel="stylesheet" href="/scss/style.min.450926226e724574a6b936335ea06111f8aeb253d932c86cb2cc807341cd2889.css"><meta property='og:title' content='404 Page not found'> | ||
<meta property='og:description' content='To live is to see.'> | ||
<meta property='og:url' content='https://nldxtd.github.io/404.html'> | ||
<meta property='og:site_name' content='NLDXTD'> | ||
<meta property='og:type' content='website'><meta property='og:updated_time' content=' 2019-08-21T00:00:00+00:00 '/> | ||
<meta name="twitter:title" content="404 Page not found"> | ||
<meta name="twitter:description" content="To live is to see."> | ||
</head> | ||
<body class=""> | ||
<script> | ||
(function() { | ||
const colorSchemeKey = 'StackColorScheme'; | ||
if(!localStorage.getItem(colorSchemeKey)){ | ||
localStorage.setItem(colorSchemeKey, "auto"); | ||
} | ||
})(); | ||
</script><script> | ||
(function() { | ||
const colorSchemeKey = 'StackColorScheme'; | ||
const colorSchemeItem = localStorage.getItem(colorSchemeKey); | ||
const supportDarkMode = window.matchMedia('(prefers-color-scheme: dark)').matches === true; | ||
|
||
if (colorSchemeItem == 'dark' || colorSchemeItem === 'auto' && supportDarkMode) { | ||
|
||
|
||
document.documentElement.dataset.scheme = 'dark'; | ||
} else { | ||
document.documentElement.dataset.scheme = 'light'; | ||
} | ||
})(); | ||
</script> | ||
<div class="container main-container flex on-phone--column extended"><aside class="sidebar left-sidebar sticky "> | ||
<button class="hamburger hamburger--spin" type="button" id="toggle-menu" aria-label="Toggle Menu"> | ||
<span class="hamburger-box"> | ||
<span class="hamburger-inner"></span> | ||
</span> | ||
</button> | ||
|
||
<header> | ||
|
||
|
||
<figure class="site-avatar"> | ||
<a href="/"> | ||
|
||
|
||
|
||
|
||
|
||
<img src="/img/ava_hu80cc08f289713c40445e0961e3bfd32c_131396_300x0_resize_q75_box.jpg" width="300" | ||
height="300" class="site-logo" loading="lazy" alt="Avatar"> | ||
|
||
|
||
</a> | ||
|
||
<span class="emoji">😄</span> | ||
|
||
</figure> | ||
|
||
|
||
|
||
<div class="site-meta"> | ||
<h1 class="site-name"><a href="/">NLDXTD</a></h1> | ||
<h2 class="site-description">To live is to see.</h2> | ||
</div> | ||
</header><ol class="social-menu"> | ||
|
||
<li> | ||
<a | ||
href='https://github.com/nldxtd' | ||
target="_blank" | ||
title="GitHub" | ||
> | ||
|
||
|
||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-github" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> | ||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/> | ||
<path d="M9 19c-4.3 1.4 -4.3 -2.5 -6 -3m12 5v-3.5c0 -1 .1 -1.4 -.5 -2c2.8 -.3 5.5 -1.4 5.5 -6a4.6 4.6 0 0 0 -1.3 -3.2a4.2 4.2 0 0 0 -.1 -3.2s-1.1 -.3 -3.5 1.3a12.3 12.3 0 0 0 -6.2 0c-2.4 -1.6 -3.5 -1.3 -3.5 -1.3a4.2 4.2 0 0 0 -.1 3.2a4.6 4.6 0 0 0 -1.3 3.2c0 4.6 2.7 5.7 5.5 6c-.6 .6 -.6 1.2 -.5 2v3.5" /> | ||
</svg> | ||
|
||
|
||
|
||
|
||
</a> | ||
</li> | ||
|
||
</ol><ol class="menu" id="main-menu"> | ||
|
||
|
||
|
||
|
||
<li > | ||
<a href='/' > | ||
|
||
|
||
|
||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-home" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> | ||
<path stroke="none" d="M0 0h24v24H0z"/> | ||
<polyline points="5 12 3 12 12 3 21 12 19 12" /> | ||
<path d="M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7" /> | ||
<path d="M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6" /> | ||
</svg> | ||
|
||
|
||
|
||
|
||
<span>Home</span> | ||
</a> | ||
</li> | ||
|
||
|
||
|
||
<li > | ||
<a href='/about/' > | ||
|
||
|
||
|
||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-user" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> | ||
<path stroke="none" d="M0 0h24v24H0z"/> | ||
<circle cx="12" cy="7" r="4" /> | ||
<path d="M6 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2" /> | ||
</svg> | ||
|
||
|
||
|
||
|
||
<span>About</span> | ||
</a> | ||
</li> | ||
|
||
|
||
|
||
<li > | ||
<a href='/archives/' > | ||
|
||
|
||
|
||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-archive" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> | ||
<path stroke="none" d="M0 0h24v24H0z"/> | ||
<rect x="3" y="4" width="18" height="4" rx="2" /> | ||
<path d="M5 8v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-10" /> | ||
<line x1="10" y1="12" x2="14" y2="12" /> | ||
</svg> | ||
|
||
|
||
|
||
|
||
<span>Archives</span> | ||
</a> | ||
</li> | ||
|
||
|
||
|
||
<li > | ||
<a href='/search/' > | ||
|
||
|
||
|
||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-search" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> | ||
<path stroke="none" d="M0 0h24v24H0z"/> | ||
<circle cx="10" cy="10" r="7" /> | ||
<line x1="21" y1="21" x2="15" y2="15" /> | ||
</svg> | ||
|
||
|
||
|
||
|
||
<span>Search</span> | ||
</a> | ||
</li> | ||
|
||
|
||
|
||
<li > | ||
<a href='/projects/' > | ||
|
||
|
||
|
||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> | ||
<path stroke="none" d="M0 0h24v24H0z"/> | ||
<path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" /> | ||
<path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" /> | ||
</svg> | ||
|
||
|
||
|
||
|
||
<span>Projects</span> | ||
</a> | ||
</li> | ||
|
||
|
||
<div class="menu-bottom-section"> | ||
|
||
|
||
<li id="dark-mode-toggle"> | ||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-toggle-left" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> | ||
<path stroke="none" d="M0 0h24v24H0z"/> | ||
<circle cx="8" cy="12" r="2" /> | ||
<rect x="2" y="6" width="20" height="12" rx="6" /> | ||
</svg> | ||
|
||
|
||
|
||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-toggle-right" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> | ||
<path stroke="none" d="M0 0h24v24H0z"/> | ||
<circle cx="16" cy="12" r="2" /> | ||
<rect x="2" y="6" width="20" height="12" rx="6" /> | ||
</svg> | ||
|
||
|
||
|
||
<span>Dark Mode</span> | ||
</li> | ||
|
||
</div> | ||
</ol> | ||
</aside> | ||
<main class="main full-width"> | ||
<div class="not-found-card"> | ||
<h1 class="article-title">Not Found</h1> | ||
<h2 class="article-subtitle">This page does not exist</h2> | ||
</div> | ||
<footer class="site-footer"> | ||
<section class="copyright"> | ||
© | ||
|
||
2020 - | ||
|
||
2023 NLDXTD | ||
</section> | ||
|
||
<section class="powerby"> | ||
Built with <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> <br /> | ||
Theme <b><a href="https://github.com/CaiJimmy/hugo-theme-stack" target="_blank" rel="noopener" data-version="3.11.0">Stack</a></b> designed by <a href="https://jimmycai.com" target="_blank" rel="noopener">Jimmy</a> | ||
</section> | ||
</footer> | ||
|
||
|
||
</main> | ||
</div> | ||
<script | ||
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vibrant.min.js"integrity="sha256-5NovOZc4iwiAWTYIFiIM7DxKUXKWvpVEuMEPLzcm5/g="crossorigin="anonymous" | ||
|
||
> | ||
</script><script type="text/javascript" src="/ts/main.js" defer></script> | ||
<script> | ||
(function () { | ||
const customFont = document.createElement('link'); | ||
customFont.href = "https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap"; | ||
|
||
customFont.type = "text/css"; | ||
customFont.rel = "stylesheet"; | ||
|
||
document.head.appendChild(customFont); | ||
}()); | ||
</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 @@ | ||
<!DOCTYPE html><html><head><title>https://nldxtd.github.io/about/</title><link rel="canonical" href="https://nldxtd.github.io/about/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://nldxtd.github.io/about/" /></head></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 @@ | ||
<!DOCTYPE html><html><head><title>https://nldxtd.github.io/about/</title><link rel="canonical" href="https://nldxtd.github.io/about/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://nldxtd.github.io/about/" /></head></html> |
Oops, something went wrong.