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 %}
{% 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
---
-
@@ -18,7 +17,7 @@ layout: default
Contributions
-
+
Maintained
Projects that are still being worked on and updated.
diff --git a/projects/index.js b/projects/index.js
deleted file mode 100644
index 464e529..0000000
--- a/projects/index.js
+++ /dev/null
@@ -1,37 +0,0 @@
-function fadeToPage(page) {
- fadeOut(document.getElementById("projectList"), function (){
- document.getElementById("projectList").remove();
- window.location.href = "/projects/" + page
- })
-}
-
-function fadeOut(div, _callback) {
- setInterval(fade, 50);
- function fade() {
- let opacity;
- let intervalID = 0;
- opacity = Number(window.getComputedStyle(div).getPropertyValue("opacity"));
- if (opacity > 0) {
- opacity -= 0.1;
- div.style.opacity = opacity;
- } else {
- clearInterval(intervalID);
- _callback();
- }
- }
-}
-
-function fadeIn(div) {
- setInterval(fade, 50);
- function fade() {
- let opacity;
- let intervalID = 0;
- opacity = Number(window.getComputedStyle(div).getPropertyValue("opacity"));
- if (opacity < 1) {
- opacity += 0.1;
- div.style.opacity = opacity;
- } else {
- clearInterval(intervalID);
- }
- }
-}
\ No newline at end of file
diff --git a/projects/maintained/fakeapt.html b/projects/maintained/fakeapt.html
index 3f61887..8dfcb22 100644
--- a/projects/maintained/fakeapt.html
+++ b/projects/maintained/fakeapt.html
@@ -7,9 +7,11 @@ author: NinjaCheetah
platform: Windows, macOS, Linux (Officially) 3DS (Unofficially)
language: C#, C (Officially) C++ (Unofficially)
archived: false
+links:
+ - name: View Source
+ link: https://github.com/NinjaCheetah/fake-apt
---
-
View Source
About
fake-apt is my fake version of APT, the package manager used in Debian- and Ubuntu-based Linux distros.
fake-apt sets out to imitate most of APT's features, such as install
, update
, remove
, etc. While it's meant to look like the program is doing something, it doesn't really do anything, and is just for looks.
diff --git a/projects/maintained/mywebsite.html b/projects/maintained/mywebsite.html
index b756745..a6d55ec 100644
--- a/projects/maintained/mywebsite.html
+++ b/projects/maintained/mywebsite.html
@@ -6,9 +6,11 @@ iconurl: https://cdn.ncxprogramming.com/file/icon/ninjacheetahsite.png
author: NinjaCheetah
platform: Web
language: HTML, CSS, Ruby, JavaScript
+links:
+ - name: View Source
+ link: https://github.com/NinjaCheetah/ninjacheetah.github.io
---
-
View Source
About
I originally created this website in March of 2020 as a place to host information about my YouTube channel, and later my tech projects. It started out very basic, though it had styling, unlike the NCX Programming website. The NCX Programming website's lack of style at first actually came from this site, because I felt that there was too much unneeded styling and also a lot of styling that just didn't look good. I decided to take my time adding stying to the site to make it look better, and it paid off in the end, because now that styling has made its way back here, at least for now.
This site is the oldest GitHub repo I have that still gets updates. It almost wasn't that way though, as I abandonded this site for a period of about 6 months. Towards the end of that I replaced index.html
with a page telling you to go to the NCX Programming website.