FEAT: New 404 page, pages now use jekyll for componentalization.

This commit is contained in:
MajorDroolz
2023-01-03 22:04:28 -05:00
parent c1c1c664a3
commit e264abd558
19 changed files with 326 additions and 182 deletions

16
404.html Normal file
View File

@@ -0,0 +1,16 @@
---
title: 404
description: This is the home page of Maxim Voldman Hutz's personal website.
layout: default
---
<link rel="stylesheet" href="/styles/404.css">
<section id="notfound" class="back">
<div id="text-outer">
<i>Looks like your lost!</i>
<h1 id="text-404" class="shadow">404</h1>
</div>
<hr class="lighter">
<button type="button" class="nav-link white button" onclick="history.back(-1)">Go Back.</button>
</section>