diff --git a/_layouts/default.html b/_layouts/default.html index 1a1c104..a84d764 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -6,7 +6,7 @@ - + {% if page.title == "Home" %} diff --git a/_layouts/nofooter.html b/_layouts/nofooter.html index efc741a..d1c3d4a 100644 --- a/_layouts/nofooter.html +++ b/_layouts/nofooter.html @@ -6,7 +6,7 @@ - + {% if page.title == "Home" %} diff --git a/_layouts/program.html b/_layouts/program.html index f4ef235..c6e2630 100644 --- a/_layouts/program.html +++ b/_layouts/program.html @@ -2,16 +2,7 @@ layout: default --- - - -
+
{% if page.archived == true %} A banner showing that this project is archived. {% endif %} @@ -19,6 +10,15 @@ layout: default

{{ page.title }}

Platform(s): {{ page.platform }}

Written in: {{ page.language }}

- + {{ content }}
diff --git a/assets/css/black.css b/assets/css/black.css deleted file mode 100644 index 87bfcc8..0000000 --- a/assets/css/black.css +++ /dev/null @@ -1,37 +0,0 @@ -body { - background-color: black; - } - a { - color: aqua; - } - h1, h2, h3, h4, p, ul { - margin-left: 8px; - margin-right: 8px; - color: white; - } - .nav ul { - background-color: #212121; - } - footer { - color: white; - } - .footer a { - color: aqua; - } - ol { - color: white; - } - code { - background-color: #2E2E2E; - color: #00FF00; - } - .dropdown-content { - background-color: #212121; - } - .dropdown-content a { - color: white; - } - .dropdown-content a:hover { - background-color: #111; - } - \ No newline at end of file diff --git a/assets/css/dark.css b/assets/css/dark.css deleted file mode 100644 index bb39437..0000000 --- a/assets/css/dark.css +++ /dev/null @@ -1,37 +0,0 @@ -body { - background-color: #282C35; - } - a { - color: aqua; - } - h1, h2, h3, h4, p, ul { - margin-left: 8px; - margin-right: 8px; - color: white; - } - .nav ul { - background-color: #20242B; - } - footer { - color: white; - } - .footer a { - color: aqua; - } - ol { - color: white; - } - code { - background-color: #2E2E2E; - color: #00FF00; - } - .dropdown-content { - background-color: #20242B; - } - .dropdown-content a { - color: white; - } - .dropdown-content a:hover { - background-color: #111; - } - \ No newline at end of file diff --git a/assets/css/neon.css b/assets/css/neon.css deleted file mode 100644 index 599375d..0000000 --- a/assets/css/neon.css +++ /dev/null @@ -1,49 +0,0 @@ -body { - background-color: #231B30; - } - a { - color: aqua; - text-shadow: - 0 0 5px #fff, - 0 0 7px #fff, - 0 0 12px #0fa, - 0 0 20px #0fa, - 0 0 36px #0fa; - } - h1, h2, h3 { - color: #fff; - text-shadow: - 0 0 5px #fff, - 0 0 7px #fff, - 0 0 12px #FFF8CD, - 0 0 36px #FFF8CD; - } - h4, p, ul { - color: #fff; - } - .nav ul { - background-color: #171521; - } - footer { - color: #fff; - } - .footer a { - color: aqua; - } - ol { - color: white; - } - code { - background-color: #252336; - color: #7EEEB0; - } - .dropdown-content { - background-color: #171521; - } - .dropdown-content a { - color: white; - } - .dropdown-content a:hover { - background-color: #111; - } - \ No newline at end of file diff --git a/assets/css/rose.css b/assets/css/rose.css deleted file mode 100644 index 91aca8a..0000000 --- a/assets/css/rose.css +++ /dev/null @@ -1,40 +0,0 @@ -body { - background-color: #FDC9E1; - } - a { - color: #7A284E; - } - h1, h2, h3, h4, p, ul { - margin-left: 8px; - margin-right: 8px; - color: black; - } - .nav ul { - background-color: #664353; - } - footer { - color: black; - } - .footer a { - color: #7A284E; - } - ol { - color: black; - } - code { - background-color: #906F7E; - color: white; - } - .dropdown-content { - background-color: #7A5164; - } - .dropdown-content a { - color: white; - } - .dropdown-content a:hover { - background-color: #37242D; - } - .navstd a:hover, .navalt a:hover, .navimg:hover, .dropdown:hover, .dropbtn { - background-color: #37242D; - } - \ No newline at end of file diff --git a/projects/archived/automod.html b/projects/archived/automod.html index 5e34ef8..bdccc6e 100644 --- a/projects/archived/automod.html +++ b/projects/archived/automod.html @@ -7,6 +7,9 @@ author: NinjaCheetah platform: Windows language: Batch, C# archived: true +links: + - name: No Links Available + link: # ---

About

diff --git a/projects/archived/c-ref.html b/projects/archived/c-ref.html index 6f549b2..4a0e3d6 100644 --- a/projects/archived/c-ref.html +++ b/projects/archived/c-ref.html @@ -7,9 +7,11 @@ author: NinjaCheetah platform: Web language: HTML, CSS archived: true +links: + - name: View Source + link: https://github.com/NinjaCheetah/c-ref --- -View Source

About

c-ref was my attempt at a reference guide for the C programming language. Its goal was to be as simple to understand as possible while still telling you what you need to know to make things work. The biggest flaw was that I was trying to teach what I was just learning (sometimes incorrectly), and that the site itself was clunky to navigate.

The repository was silently archived down on March 15, and while the site itself can be viewed and stumbled through at https://ninjacheetah.github.io/c-ref/, the domain, c-ref.ncxprogramming.com, is now disabled. No future work will be done on the site and the project is unlikely to be revisted as there are plenty of other reference sites out there.

diff --git a/projects/archived/visualbasiccollection.html b/projects/archived/visualbasiccollection.html index 9a35914..eca8872 100644 --- a/projects/archived/visualbasiccollection.html +++ b/projects/archived/visualbasiccollection.html @@ -7,7 +7,9 @@ author: NinjaCheetah platform: Windows language: VisualBasic archived: true +links: + - name: View Source + link: https://github.com/NinjaCheetah/VisualBasic-Collection-Vol.1 --- -View Source

WIP

\ No newline at end of file diff --git a/projects/index.html b/projects/index.html index 17c21d9..a085837 100644 --- a/projects/index.html +++ b/projects/index.html @@ -3,7 +3,6 @@ title: Projects layout: default --- -
-