From 66a51770d3edb69d35e1b89c4ebe6991a2d746e2 Mon Sep 17 00:00:00 2001 From: NinjaCheetah <58050615+NinjaCheetah@users.noreply.github.com> Date: Fri, 22 Apr 2022 22:00:20 -0400 Subject: [PATCH] Cleaned up old files and removed old classes --- CSS/style.css | 395 ++++++++++++++--------------- README.md | 3 +- archivestyle.css | 86 ------- index.html | 11 +- series/archive/fearthemods.html | 16 +- series/archive/index.html | 16 +- series/archive/wasteland.html | 12 +- series/basebuilders.html | 10 +- series/index.html | 22 +- series/ncgsadventures.html | 10 +- series/skylands.html | 10 +- style.css | 190 -------------- techprojects/automod.html | 10 +- techprojects/csharpcollection.html | 19 -- techprojects/index.html | 18 +- techprojects/ncxcore.html | 11 - techprojects/websitewebpage.html | 10 +- template.txt | 27 -- 18 files changed, 253 insertions(+), 623 deletions(-) delete mode 100644 archivestyle.css delete mode 100644 style.css delete mode 100644 techprojects/csharpcollection.html delete mode 100644 techprojects/ncxcore.html delete mode 100644 template.txt diff --git a/CSS/style.css b/CSS/style.css index 4ce322c..048782f 100644 --- a/CSS/style.css +++ b/CSS/style.css @@ -3,208 +3,207 @@ body { margin: 0; padding: 0; } - footer { - text-align: center; - font-size: 12px; - margin-bottom: 10px; - } - .footer a { - color: blue; - } - h1, h2 { - font-weight: normal; - } - a { - color: blue; - } - .banner, .banner > .banner-image { - width: 100%; - display: block; - } - .nav ul { - list-style-type: none; - margin: 0; - padding: 0; - overflow: hidden; - background-color: #333; - } - .navstd { - float: left; - } - .navalt { - float: right; - } - .navstd a, .navalt a { - display: block; - color: white; - text-align: center; - padding: 14px 16px; - text-decoration: none; - } - .navstd a:hover, .navalt a:hover, .navimg:hover, .dropdown:hover, .dropbtn { - background-color: #111; - } - .navimg { - text-align: center; - float: right; - padding: 6px 14px; - object-fit: scale-down; - } - .img-container { - text-align: center; - display: block; - max-width: 100%; - min-width: 100%; - } - .projectimg { - display: block; - margin-left: auto; - margin-right: auto; - } - h1, h2, h3, h4, p { - margin-left: 8px; - margin-right: 8px; - } - code { - font-family: Consolas,"courier new"; - color: black; - background-color: #dedede; - padding: 2px; - } - .neonText { - font-family: "Vibur", sans-serif; - color: #fff; +footer { + text-align: center; + font-size: 12px; + margin-bottom: 10px; +} +.footer a { + color: blue; +} +h1, h2 { + font-weight: normal; +} +a { + color: blue; +} +.banner, .banner > .banner-image { + width: 100%; + display: block; +} +.nav ul { + list-style-type: none; + margin: 0; + padding: 0; + overflow: hidden; + background-color: #333; +} +.navstd { + float: left; +} +.navalt { + float: right; +} +.navstd a, .navalt a { + display: block; + color: white; + text-align: center; + padding: 14px 16px; + text-decoration: none; +} +.navstd a:hover, .navalt a:hover, .navimg:hover, .dropdown:hover, .dropbtn { + background-color: #111; +} +.navimg { + text-align: center; + float: right; + padding: 6px 14px; + object-fit: scale-down; +} +.img-container { + text-align: center; + display: block; + max-width: 100%; + min-width: 100%; +} +.projectimg { + display: block; + margin-left: auto; + margin-right: auto; +} +h1, h2, h3, h4, p { + margin-left: 8px; + margin-right: 8px; +} +code { + font-family: Consolas,"courier new"; + color: black; + background-color: #dedede; + padding: 2px; +} +.neonText { + font-family: "Vibur", sans-serif; + color: #fff; + text-shadow: + 0 0 7px #fff, + 0 0 10px #fff, + 0 0 21px #fff, + 0 0 42px #0fa, + 0 0 82px #0fa, + 0 0 92px #0fa, + 0 0 102px #0fa, + 0 0 151px #0fa; +} +@keyframes pulsate0 { + 100% { + /* Larger blur radius */ text-shadow: - 0 0 7px #fff, - 0 0 10px #fff, - 0 0 21px #fff, - 0 0 42px #0fa, - 0 0 82px #0fa, - 0 0 92px #0fa, - 0 0 102px #0fa, - 0 0 151px #0fa; + 0 0 4px #fff, + 0 0 11px #fff, + 0 0 19px #fff, + 0 0 40px #0fa, + 0 0 80px #0fa, + 0 0 90px #0fa, + 0 0 100px #0fa, + 0 0 150px #0fa; } - @keyframes pulsate0 { - 100% { - /* Larger blur radius */ - text-shadow: - 0 0 4px #fff, - 0 0 11px #fff, - 0 0 19px #fff, - 0 0 40px #0fa, - 0 0 80px #0fa, - 0 0 90px #0fa, - 0 0 100px #0fa, - 0 0 150px #0fa; - } - 0% { - /* A slightly smaller blur radius */ - text-shadow: - 0 0 4px #fff, - 0 0 10px #fff, - 0 0 18px #fff, - 0 0 38px #0fa, - 0 0 73px #0fa, - 0 0 80px #0fa, - 0 0 94px #0fa, - 0 0 140px #0fa; - } + 0% { + /* A slightly smaller blur radius */ + text-shadow: + 0 0 4px #fff, + 0 0 10px #fff, + 0 0 18px #fff, + 0 0 38px #0fa, + 0 0 73px #0fa, + 0 0 80px #0fa, + 0 0 94px #0fa, + 0 0 140px #0fa; } - - @keyframes pulsate1 { - 100% { - /* Larger blur radius */ - text-shadow: - 0 0 4px #fff, - 0 0 11px #fff, - 0 0 19px #fff, - 0 0 40px #0c1, - 0 0 80px #0c1, - 0 0 90px #0c1, - 0 0 100px #0c1, - 0 0 150px #0c1; - } - 0% { - /* A slightly smaller blur radius */ - text-shadow: - 0 0 4px #fff, - 0 0 10px #fff, - 0 0 18px #fff, - 0 0 38px #0c1, - 0 0 73px #0c1, - 0 0 80px #0c1, - 0 0 94px #0c1, - 0 0 140px #0c1; - } +} + +@keyframes pulsate1 { + 100% { + /* Larger blur radius */ + text-shadow: + 0 0 4px #fff, + 0 0 11px #fff, + 0 0 19px #fff, + 0 0 40px #0c1, + 0 0 80px #0c1, + 0 0 90px #0c1, + 0 0 100px #0c1, + 0 0 150px #0c1; } - @keyframes pulsate2 { - 100% { - /* Larger blur radius */ - text-shadow: - 0 0 4px #fff, - 0 0 11px #fff, - 0 0 19px #fff, - 0 0 40px #f00, - 0 0 80px #f00, - 0 0 90px #f00, - 0 0 100px #f00, - 0 0 150px #f00; - } - 0% { - /* A slightly smaller blur radius */ - text-shadow: - 0 0 4px #fff, - 0 0 10px #fff, - 0 0 18px #fff, - 0 0 38px #f00, - 0 0 73px #f00, - 0 0 80px #f00, - 0 0 94px #f00, - 0 0 140px #f00; - } + 0% { + /* A slightly smaller blur radius */ + text-shadow: + 0 0 4px #fff, + 0 0 10px #fff, + 0 0 18px #fff, + 0 0 38px #0c1, + 0 0 73px #0c1, + 0 0 80px #0c1, + 0 0 94px #0c1, + 0 0 140px #0c1; } - .dropdown-content { - display: none; - position: absolute; - background-color: #f9f9f9; - min-width: 160px; - box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); - z-index: 1; +} +@keyframes pulsate2 { + 100% { + /* Larger blur radius */ + text-shadow: + 0 0 4px #fff, + 0 0 11px #fff, + 0 0 19px #fff, + 0 0 40px #f00, + 0 0 80px #f00, + 0 0 90px #f00, + 0 0 100px #f00, + 0 0 150px #f00; } - - .dropdown-content a { - float: none; - color: black; - padding: 12px 16px; - text-decoration: none; - display: block; - text-align: left; + 0% { + /* A slightly smaller blur radius */ + text-shadow: + 0 0 4px #fff, + 0 0 10px #fff, + 0 0 18px #fff, + 0 0 38px #f00, + 0 0 73px #f00, + 0 0 80px #f00, + 0 0 94px #f00, + 0 0 140px #f00; } - - .dropdown-content a:hover { - background-color: #ddd; - } - - .dropdown:hover .dropdown-content { - display: block; - } - .dropdown { - float: left; - overflow: hidden; - } - - .dropdown .dropbtn { - border: none; - outline: none; - color: white; - background-color: inherit; - font-family: inherit; - margin: 0; - } - - .centertext { - text-align:center; - margin-left:5%; - margin-right:5%; - } - \ No newline at end of file +} +.dropdown-content { + display: none; + position: absolute; + background-color: #f9f9f9; + min-width: 160px; + box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); + z-index: 1; +} + +.dropdown-content a { + float: none; + color: black; + padding: 12px 16px; + text-decoration: none; + display: block; + text-align: left; +} + +.dropdown-content a:hover { + background-color: #ddd; +} + +.dropdown:hover .dropdown-content { + display: block; +} +.dropdown { + float: left; + overflow: hidden; +} + +.dropdown .dropbtn { + border: none; + outline: none; + color: white; + background-color: inherit; + font-family: inherit; + margin: 0; +} + +.centertext { + text-align:center; + margin-left:5%; + margin-right:5%; +} diff --git a/README.md b/README.md index 0669ad4..43b3d7a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ ### Welcome to the repo for my website! It's hosted here because it was a good place to host it. -As of 2021/11/01, this site is officially no longer maintained. Please visit [ncxprogramming.com](https://ncxprogramming.com) instead, as it is a much nicer and still maintained site. + +This website is now active again as my personal website. If you're looking for my main development work, then you'll want to go [here](https://ncxprogramming.com). diff --git a/archivestyle.css b/archivestyle.css deleted file mode 100644 index 8598a94..0000000 --- a/archivestyle.css +++ /dev/null @@ -1,86 +0,0 @@ -.nav ul { - list-style-type: none; - margin: 0; - padding: 0; - overflow: hidden; - background-color: rgb(0, 0, 0); - font-family: 'Montserrat', sans-serif; - } - .nav li { - float: left; - } - img { - float: left; - padding: 6px; - } - - .nav li a { - display: block; - color: white; - text-align: center; - padding: 14px 16px; - text-decoration: none; - } - - .img-container { - text-align: center; - display: block; - } - - .nav li a:hover { - background-color: rgb(87, 87, 87); - } - .thearchive img { - float: left; - } - .thearchive h1 { - font-family: 'Inconsolata', monospace; - color: white; - } - body { - background-color: black; - background-image: radial-gradient( - rgba(0, 27, 150, 0.75), black 120%); - height: 100vh; - text-shadow: 0 0 5px #C8C8C8; - } - .series_links ul { - list-style-type: none; - margin: 0; - padding: 0; - overflow: hidden; - background-color: rgb(0, 0, 0); - font-family: 'Montserrat', sans-serif; - } - .series_links li a { - display: block; - color: rgb(255, 255, 255); - text-align: center; - padding: 14px 16px; - text-decoration: none; - } - .series_links li a:hover { - background-color: rgb(122, 122, 122); - } - .seriesinfo h1 { - font-family: 'Baloo Paaji 2', cursive; - text-align: center; - font-size: 64px; - color: white; - } - .seriesinfo h2 { - font-family: 'Baloo Paaji 2', cursive; - text-align: center; - font-size: 32px; - color: white; - } - .seriesinfo h3 { - font-family: 'Baloo Paaji 2', cursive; - text-align: center; - font-size: 24; - color: white; - } - .seriesinfo p { - font-family: 'Baloo Paaji 2', cursive; - color: white; - } \ No newline at end of file diff --git a/index.html b/index.html index 2118ece..0eb261d 100644 --- a/index.html +++ b/index.html @@ -3,11 +3,6 @@ title: Home layout: default --- -
- -

Welcome to my site!

-

This site is under construction, so don't expect everything to work, or even to be completed.

-
-
-

Navigate this site using the navigation bar at the top. This home page will get updated in the future.

-
\ No newline at end of file +

welcome to my site!

+

I'm currently in the process of remaking this site, so bear with me.

+

This home page will get updated in the future.

diff --git a/series/archive/fearthemods.html b/series/archive/fearthemods.html index 7525f86..67add9b 100644 --- a/series/archive/fearthemods.html +++ b/series/archive/fearthemods.html @@ -3,12 +3,10 @@ title: Fear The Mods layout: default --- -
-

Fear The Mods

-

Fear The Mods was a modded survival series, based in 1.7.10. The series had some building, some fighting, and mining, and was the first series to recieve custom made thumbnails.

-

Reason for discontinuation: World was corrupted

-

First Episode

- -

Last Episode

- -
\ No newline at end of file +

Fear The Mods

+

Fear The Mods was a modded survival series, based in 1.7.10. The series had some building, some fighting, and mining, and was the first series to recieve custom made thumbnails.

+

Reason for discontinuation: World was corrupted

+

First Episode

+ +

Last Episode

+ diff --git a/series/archive/index.html b/series/archive/index.html index fc03e9a..3299753 100644 --- a/series/archive/index.html +++ b/series/archive/index.html @@ -3,13 +3,9 @@ title: The Archive layout: default --- -
- -

Welcome to The Archive. Any series that has ended, on purpose or prematurely will appear here with all of its information.

-
- \ No newline at end of file + +

old things i made on youtube

+ \ No newline at end of file diff --git a/series/archive/wasteland.html b/series/archive/wasteland.html index 7d41aa7..f67764d 100644 --- a/series/archive/wasteland.html +++ b/series/archive/wasteland.html @@ -3,10 +3,8 @@ title: Wasteland layout: default --- -
-

Wasteland

-

Wasteland was a collaborative effort with myself, Leo the Lion, MintBranch99035 owo, and GJKweens. We were in a ruined version of the world we often play in, which is infested with zombies and has radiation in the air. Sadly nobody was interested in this series, and it was discontinued after just one episode, and the second was never released.

-

Reason for discontinuation: Lack of intrest from viewers and collaborators

-

Only Episode (Second episode was recoreded but never posted)

- -
\ No newline at end of file +

Wasteland

+

Wasteland was a collaborative effort with myself, Leo the Lion, MintBranch99035 owo, and GJKweens. We were in a ruined version of the world we often play in, which is infested with zombies and has radiation in the air. Sadly nobody was interested in this series, and it was discontinued after just one episode, and the second was never released.

+

Reason for discontinuation: Lack of intrest from viewers and collaborators

+

Only Episode (Second episode was recoreded but never posted)

+ diff --git a/series/basebuilders.html b/series/basebuilders.html index 8be9d90..82d279a 100644 --- a/series/basebuilders.html +++ b/series/basebuilders.html @@ -3,9 +3,7 @@ title: Base Builders layout: default --- -
-

Base Builders

-

Base builders is a creative building series, where I am building a lab and an underground bunker. Please note that I am not by any means a profesional builder, so if you don't like how I'm building, just leave.

-

Episode 1

- -
\ No newline at end of file +

Base Builders

+

Base builders is a creative building series, where I am building a lab and an underground bunker. Please note that I am not by any means a profesional builder, so if you don't like how I'm building, just leave.

+

Episode 1

+ diff --git a/series/index.html b/series/index.html index b9844a7..f65f6d6 100644 --- a/series/index.html +++ b/series/index.html @@ -3,18 +3,10 @@ title: Series layout: default --- -
-

This page contains current series running on my channel, and older ones that have been discontinued.

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

things i made on youtube

+

The Archive

+ \ No newline at end of file diff --git a/series/ncgsadventures.html b/series/ncgsadventures.html index 6910651..73eaae5 100644 --- a/series/ncgsadventures.html +++ b/series/ncgsadventures.html @@ -3,9 +3,7 @@ title: NCG's Adventures layout: default --- -
-

NCG's Adventures

-

NCG's Adventures is the revamped version of NinjaCheetah Gaming Adventures (NCGA). After the complete failure that NCGA was, I needed to create something new. This series takes a long time to set up, so episodes are very infrequent.

-

Episode 1

- -
\ No newline at end of file +

NCG's Adventures

+

NCG's Adventures is the revamped version of NinjaCheetah Gaming Adventures (NCGA). After the complete failure that NCGA was, I needed to create something new. This series takes a long time to set up, so episodes are very infrequent.

+

Episode 1

+ diff --git a/series/skylands.html b/series/skylands.html index 9a2127b..7bd8720 100644 --- a/series/skylands.html +++ b/series/skylands.html @@ -3,9 +3,7 @@ title: Skylands layout: default --- -
-

Skylands

-

Skylands is a survival series in a world made up of large floating islands, generated by Minecraft automatically, not built by a player. The void is now a big problem, and there are cliffs everywhere. This is the ultimate vanilla challenge.

-

Episode 1

- -
\ No newline at end of file +

Skylands

+

Skylands is a survival series in a world made up of large floating islands, generated by Minecraft automatically, not built by a player. The void is now a big problem, and there are cliffs everywhere. This is the ultimate vanilla challenge.

+

Episode 1

+ diff --git a/style.css b/style.css deleted file mode 100644 index 63339c6..0000000 --- a/style.css +++ /dev/null @@ -1,190 +0,0 @@ - -.nav ul { - list-style-type: none; - margin: 0; - padding: 0; - overflow: hidden; - background-color: #333; - font-family: 'Montserrat', sans-serif; - } - - .nav li { - float: left; - } - - img { - float: left; - padding: 6px; - } - - .nav li a { - display: block; - color: white; - text-align: center; - padding: 14px 16px; - text-decoration: none; - } - - .img-container { - text-align: center; - display: block; - } - - .nav li a:hover { - background-color: #111; - } - - body { - background-color: #A2A2A2; - font-family: sans-serif; - } - - .intro p { - font-size: 32px; - font-family: 'Montserrat', sans-serif; - } - - .construction p { - color: crimson; - font-size: 24px; - text-align: right; - } - .construction h1 { - font-size: 48px; - text-align: right; - font-family: 'Baloo Paaji 2', cursive; - } - .main_mainpage h2 { - text-align: right; - font-family: 'Baloo Paaji 2', cursive; - } - .vidheading h1{ - text-align: center; - font-family: 'Baloo Paaji 2', cursive; - } - .vidlinks ul { - list-style-type: none; - margin: 0; - padding: 0; - overflow: hidden; - background-color: rgb(255, 255, 255); - font-family: 'Montserrat', sans-serif; - } - .vidlinks li a { - display: block; - color: rgb(0, 0, 0); - text-align: center; - padding: 14px 16px; - text-decoration: none; - } - .vidlinks li a:hover { - background-color: rgb(112, 112, 112); - } - .back a { - color: black; - font-family: 'Baloo Paaji 2', cursive; - font-size: 24px; - text-decoration: none; - } - .standard_heading h1 { - font-family: 'Baloo Paaji 2', cursive; - font-size: 24px; - text-align: center; - } - .series_links ul { - list-style-type: none; - margin: 0; - padding: 0; - overflow: hidden; - background-color: rgb(124, 124, 124); - font-family: 'Montserrat', sans-serif; - } - .series_links li a { - display: block; - color: rgb(0, 0, 0); - text-align: center; - padding: 14px 16px; - text-decoration: none; - } - .series_links li a:hover { - background-color: rgb(255, 255, 255); - } - .archive ul { - list-style-type: none; - margin: 0; - padding: 0; - overflow: hidden; - background-color: rgb(140, 255, 230); - font-family: 'Montserrat', sans-serif; - } - .archive li a { - display: block; - color: rgb(0, 0, 0); - text-align: center; - padding: 14px 16px; - text-decoration: none; - } - .archive li a:hover { - background-color: rgb(0, 107, 80); - } - .seriesinfo h1 { - font-family: 'Baloo Paaji 2', cursive; - text-align: center; - font-size: 64px; - } - .seriesinfo h2 { - font-family: 'Baloo Paaji 2', cursive; - text-align: center; - font-size: 32px; - } - .skin_downloads h1 { - font-family: 'Baloo Paaji 2', cursive; - font-size: 24px; - text-align: center; - } - .skin_downloads a { - text-align: center; - font-size: 18px; - color: blue; - text-decoration: none; - display: block; - } - .skin_downloads a:visited { - color: blue; - text-decoration: none; - display: block; - } - .tech_projects a { - color: blue; - text-decoration: none; - display: block; - text-align: center; - font-size: 18px; - } - .tech_projects a:visited { - color:blue; - text-decoration: none; - display: block; - text-align: center; - } - .tech_projects h1 { - font-family: 'Baloo Paaji 2', cursive; - font-size: 24px; - text-align: center; - } - .tech_projects p { - font-size: 20px; - color: black; - } - .tech_projects ul { - text-align: center; - font-size: 20px; - color: black; - list-style-position: inside; - } - .ncxnews h2 { - text-align: center; - color: black; - font-family: 'Baloo Paaji 2', cursive; - display: block; - } \ No newline at end of file diff --git a/techprojects/automod.html b/techprojects/automod.html index 4ca6b86..13be7a0 100644 --- a/techprojects/automod.html +++ b/techprojects/automod.html @@ -3,9 +3,7 @@ title: AutoMod layout: default --- -
-

AutoMod

- GitHub Page -

Available through NCX-Installer: Yes

-

AutoMod is an application that installs a specific set of Minecraft mods I (will) use on my YouTube channel with my collaborators. It is currently a BATCH script that uses cURL to download a .rar archive from Dropbox that contains the mods. It then uses WinRAR (x64 only) and extracts it to the .minecraft/mods folder, before deleting the archive. I am currently working on a re-write of the program in C# using the .NET Framework. It will feature a full GUI and possibly more customization to the installation. The list of mods that it installs is available on the Wiki. Like every other program I've made, it's completely open source and all of the source code is available on the GitHub page. If you encounter any bugs while using the program, report them on the Issues page.

-
\ No newline at end of file +

AutoMod

+GitHub Page +

Available through NCX-Installer: Yes

+

AutoMod is an application that installs a specific set of Minecraft mods I (will) use on my YouTube channel with my collaborators. It is currently a BATCH script that uses cURL to download a .rar archive from Dropbox that contains the mods. It then uses WinRAR (x64 only) and extracts it to the .minecraft/mods folder, before deleting the archive. I am currently working on a re-write of the program in C# using the .NET Framework. It will feature a full GUI and possibly more customization to the installation. The list of mods that it installs is available on the Wiki. Like every other program I've made, it's completely open source and all of the source code is available on the GitHub page. If you encounter any bugs while using the program, report them on the Issues page.

\ No newline at end of file diff --git a/techprojects/csharpcollection.html b/techprojects/csharpcollection.html deleted file mode 100644 index 328b9ec..0000000 --- a/techprojects/csharpcollection.html +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: CSharpCollection -layout: default ---- - -
-

The CSharp Collection Volume 1

- GitHub Page -

Available through NCX-Installer: Yes

-

The CSharp Collection is a project that was a continuation of The Visual Basic Collection Volume 1, which I stopped work on in favor of using C# over Visual Basic. It was created as a way to learn C# and to have fun with it! It's made up of smaller programs that are all part of it.

-

Programs included:

- -
\ No newline at end of file diff --git a/techprojects/index.html b/techprojects/index.html index 7a46c63..a7f1057 100644 --- a/techprojects/index.html +++ b/techprojects/index.html @@ -3,15 +3,9 @@ title: Projects layout: default --- - \ No newline at end of file +

things i've made. this page will get a refresh soon.

+

Key: [A] Archived

+ \ No newline at end of file diff --git a/techprojects/ncxcore.html b/techprojects/ncxcore.html deleted file mode 100644 index 574592a..0000000 --- a/techprojects/ncxcore.html +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: NCX-Core -layout: default ---- - -
-

NCX-Core

- GitHub Page -

Available through NCX-Installer: Technically Yes

- NCX-Core (originally NCX-Installer) is a Windows application for downloading and (where applicable) installing software made by me, or by other verified developers. It now features NCX-News, which can tell you when I've released updates to my programs. It can also now check for updates, meaning you know when there's a new update available. (This page is still a work in progress.) -
\ No newline at end of file diff --git a/techprojects/websitewebpage.html b/techprojects/websitewebpage.html index 4e9a265..52394b2 100644 --- a/techprojects/websitewebpage.html +++ b/techprojects/websitewebpage.html @@ -3,9 +3,7 @@ title: This Website layout: default --- -
-

The NinjaCheetah Gaming Website

- GitHub Page -

Available through NCX-Installer: N/A

-

I created this website as a place for me to put information about my channel, as well as a place for me to share stuff I made for people to download and use. Enjoy :)

-
\ No newline at end of file +

The NinjaCheetah Gaming Website

+GitHub Page +

Available through NCX-Installer: N/A

+

I created this website as a place for me to put information about my channel, as well as a place for me to share stuff I made for people to download and use. Enjoy :)

\ No newline at end of file diff --git a/template.txt b/template.txt deleted file mode 100644 index a4ec40b..0000000 --- a/template.txt +++ /dev/null @@ -1,27 +0,0 @@ - -NinjaCheetah Gaming - - - - - - - - - - - - -