From fc00c043ecab34f579a497d891d82c7e7f8aa36e Mon Sep 17 00:00:00 2001 From: NinjaCheetah <58050615+NinjaCheetah@users.noreply.github.com> Date: Tue, 26 Apr 2022 19:35:25 -0400 Subject: [PATCH] Added new about me page --- 404.html | 13 +-- _layouts/{noinclude.html => nofooter.html} | 4 + aboutme.html | 107 ++++++++++++++++++++- 3 files changed, 116 insertions(+), 8 deletions(-) rename _layouts/{noinclude.html => nofooter.html} (81%) diff --git a/404.html b/404.html index 65f65af..6fb2349 100644 --- a/404.html +++ b/404.html @@ -1,6 +1,6 @@ --- title: Error 404 -layout: noinclude +layout: nofooter permalink: /404.html --- @@ -16,8 +16,9 @@ permalink: /404.html background-color: #000000; } -{% include nav.html %} -

404

-

Not Found

-

LOAD SAVE

-

NEW GAME

+
+

404

+

Not Found

+

LOAD SAVE

+

NEW GAME

+
\ No newline at end of file diff --git a/_layouts/noinclude.html b/_layouts/nofooter.html similarity index 81% rename from _layouts/noinclude.html rename to _layouts/nofooter.html index 840d5a2..574abf2 100644 --- a/_layouts/noinclude.html +++ b/_layouts/nofooter.html @@ -4,6 +4,9 @@ {{ page.title }} | {{ site.title }} + + + {% if page.title == "Home" %} {% else %} @@ -22,6 +25,7 @@ {% endif %} + {% include nav.html %} {{ content }} diff --git a/aboutme.html b/aboutme.html index 7df1c7f..14c6ccf 100644 --- a/aboutme.html +++ b/aboutme.html @@ -1,6 +1,109 @@ --- title: About Me -layout: default +layout: nofooter --- -

I am robot.

\ No newline at end of file + +
+

awaiting input

+
+

ninjacheetah.getPersonalInfo()

+

ninjacheetah.getDeveloperInfo()

+
+
+
+ +
\ No newline at end of file