Cleaned up old files and removed old classes

This commit is contained in:
NinjaCheetah 2022-04-22 22:00:20 -04:00
parent bf4c500446
commit 66a51770d3
No known key found for this signature in database
GPG Key ID: 6EC6DD38B449B426
18 changed files with 253 additions and 623 deletions

View File

@ -3,75 +3,75 @@ body {
margin: 0;
padding: 0;
}
footer {
footer {
text-align: center;
font-size: 12px;
margin-bottom: 10px;
}
.footer a {
}
.footer a {
color: blue;
}
h1, h2 {
}
h1, h2 {
font-weight: normal;
}
a {
}
a {
color: blue;
}
.banner, .banner > .banner-image {
}
.banner, .banner > .banner-image {
width: 100%;
display: block;
}
.nav ul {
}
.nav ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
}
.navstd {
}
.navstd {
float: left;
}
.navalt {
}
.navalt {
float: right;
}
.navstd a, .navalt a {
}
.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 {
}
.navstd a:hover, .navalt a:hover, .navimg:hover, .dropdown:hover, .dropbtn {
background-color: #111;
}
.navimg {
}
.navimg {
text-align: center;
float: right;
padding: 6px 14px;
object-fit: scale-down;
}
.img-container {
}
.img-container {
text-align: center;
display: block;
max-width: 100%;
min-width: 100%;
}
.projectimg {
}
.projectimg {
display: block;
margin-left: auto;
margin-right: auto;
}
h1, h2, h3, h4, p {
}
h1, h2, h3, h4, p {
margin-left: 8px;
margin-right: 8px;
}
code {
}
code {
font-family: Consolas,"courier new";
color: black;
background-color: #dedede;
padding: 2px;
}
.neonText {
}
.neonText {
font-family: "Vibur", sans-serif;
color: #fff;
text-shadow:
@ -83,8 +83,8 @@ body {
0 0 92px #0fa,
0 0 102px #0fa,
0 0 151px #0fa;
}
@keyframes pulsate0 {
}
@keyframes pulsate0 {
100% {
/* Larger blur radius */
text-shadow:
@ -109,9 +109,9 @@ body {
0 0 94px #0fa,
0 0 140px #0fa;
}
}
}
@keyframes pulsate1 {
@keyframes pulsate1 {
100% {
/* Larger blur radius */
text-shadow:
@ -136,8 +136,8 @@ body {
0 0 94px #0c1,
0 0 140px #0c1;
}
}
@keyframes pulsate2 {
}
@keyframes pulsate2 {
100% {
/* Larger blur radius */
text-shadow:
@ -162,49 +162,48 @@ body {
0 0 94px #f00,
0 0 140px #f00;
}
}
.dropdown-content {
}
.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 {
.dropdown-content a {
float: none;
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
}
.dropdown-content a:hover {
.dropdown-content a:hover {
background-color: #ddd;
}
}
.dropdown:hover .dropdown-content {
.dropdown:hover .dropdown-content {
display: block;
}
.dropdown {
}
.dropdown {
float: left;
overflow: hidden;
}
}
.dropdown .dropbtn {
.dropdown .dropbtn {
border: none;
outline: none;
color: white;
background-color: inherit;
font-family: inherit;
margin: 0;
}
}
.centertext {
.centertext {
text-align:center;
margin-left:5%;
margin-right:5%;
}
}

View File

@ -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).

View File

@ -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;
}

View File

@ -3,11 +3,6 @@ title: Home
layout: default
---
<div class="construction">
<img src="NewNCGLogo.png">
<h1>Welcome to my site!</h1>
<p>This site is under construction, so don't expect everything to work, or even to be completed.</p>
</div>
<div class="main_mainpage">
<h2>Navigate this site using the navigation bar at the top. This home page will get updated in the future.</h2>
</div>
<h1>welcome to my site!</h1>
<p>I'm currently in the process of remaking this site, so bear with me.</p>
<p>This home page will get updated in the future.</p>

View File

@ -3,12 +3,10 @@ title: Fear The Mods
layout: default
---
<div class="seriesinfo">
<h1>Fear The Mods</h1>
<h2>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.</h2>
<h3>Reason for discontinuation: World was corrupted</h3>
<p>First Episode</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/_V4XaSEoOfg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p>Last Episode</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/FI_ZP3TEqPs" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<h1>Fear The Mods</h1>
<h2>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.</h2>
<h3>Reason for discontinuation: World was corrupted</h3>
<p>First Episode</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/_V4XaSEoOfg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p>Last Episode</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/FI_ZP3TEqPs" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

View File

@ -3,13 +3,9 @@ title: The Archive
layout: default
---
<div class="thearchive">
<img src="TheArchive.png" width="720" height="480">
<h1>Welcome to The Archive. Any series that has ended, on purpose or prematurely will appear here with all of its information.</h1>
</div>
<div class="series_links">
<ul>
<img src="TheArchive.png" width="720" height="480">
<h1>old things i made on youtube</h1>
<ul>
<li><a href="/series/archive/fearthemods">Fear The Mods</a></li>
<li><a href="/series/archive/wasteland">Wastelands</a></li>
</ul>
</div>
</ul>

View File

@ -3,10 +3,8 @@ title: Wasteland
layout: default
---
<div class="seriesinfo">
<h1>Wasteland</h1>
<h2>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.</h2>
<h3>Reason for discontinuation: Lack of intrest from viewers and collaborators</h3>
<p>Only Episode (Second episode was recoreded but never posted)</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/ZjUHPxAkVx0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<h1>Wasteland</h1>
<h2>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.</h2>
<h3>Reason for discontinuation: Lack of intrest from viewers and collaborators</h3>
<p>Only Episode (Second episode was recoreded but never posted)</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/ZjUHPxAkVx0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

View File

@ -3,9 +3,7 @@ title: Base Builders
layout: default
---
<div class="seriesinfo">
<h1>Base Builders</h1>
<h2>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.</h2>
<p>Episode 1</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/2-Kg3nk35js" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<h1>Base Builders</h1>
<h2>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.</h2>
<p>Episode 1</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/2-Kg3nk35js" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

View File

@ -3,18 +3,10 @@ title: Series
layout: default
---
<div class="standard_heading">
<h1>This page contains current series running on my channel, and older ones that have been discontinued.</h1>
</div>
<div class="archive">
<ul>
<li><a href="/series/archive">The Archive</a></li>
</ul>
</div>
<div class="series_links">
<ul>
<h1>things i made on youtube</h1>
<p><a href="/series/archive">The Archive</a></p>
<ul>
<li><a href="/series/basebuilders">Base Builders</a></li>
<li><a href="/series/ncgsadventures">NCG's Adventures</a></li>
<li><a href="/series/skylands"> Skylands</a></li>
</ul>
</div>
</ul>

View File

@ -3,9 +3,7 @@ title: NCG's Adventures
layout: default
---
<div class="seriesinfo">
<h1>NCG's Adventures</h1>
<h2>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.</h2>
<p>Episode 1</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/4iATw6nAoIo" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<h1>NCG's Adventures</h1>
<h2>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.</h2>
<p>Episode 1</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/4iATw6nAoIo" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

View File

@ -3,9 +3,7 @@ title: Skylands
layout: default
---
<div class="seriesinfo">
<h1>Skylands</h1>
<h2>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.</h2>
<p>Episode 1</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/YuFV7ALy6Dg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<h1>Skylands</h1>
<h2>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.</h2>
<p>Episode 1</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/YuFV7ALy6Dg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

190
style.css
View File

@ -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;
}

View File

@ -3,9 +3,7 @@ title: AutoMod
layout: default
---
<div class="tech_projects">
<h1>AutoMod</h1>
<a href="https://github.com/NinjaCheetah/automod">GitHub Page</a>
<h1>Available through NCX-Installer: Yes</h1>
<p>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.</p>
</div>
<h1>AutoMod</h1>
<a href="https://github.com/NinjaCheetah/automod">GitHub Page</a>
<h1>Available through NCX-Installer: Yes</h1>
<p>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.</p>

View File

@ -1,19 +0,0 @@
---
title: CSharpCollection
layout: default
---
<div class="tech_projects">
<h1>The CSharp Collection Volume 1</h1>
<a href="https://github.com/NinjaCheetah/CSharp-Collection-Vol1">GitHub Page</a>
<h1>Available through NCX-Installer: Yes</h1>
<p>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.</p>
<h1>Programs included:</h1>
<ul>
<li>Color Buttons</li>
<li>C#Calc</li>
<li>Tic Tac No</li>
<li>C#Notes</li>
<li>C#Seach</li>
</ul>
</div>

View File

@ -3,15 +3,9 @@ title: Projects
layout: default
---
<div class="series_links">
<div class="standard_heading">
<h1>Here are pages about all of the various tech projects that I'm working on!</h1>
</div>
<p>Key: [A] Archived</p>
<ul>
<h1>things i've made. this page will get a refresh soon.</h1>
<p>Key: [A] Archived</p>
<ul>
<li><a href="/techprojects/websitewebpage">This Website</a></li>
<li><a href="/techprojects/ncxcore">NCX-Core (Previously NCX-Installer)</a></li>
<li><a href="/techprojects/csharpcollection">The CSharp Collection</a></li>
<li><a href="/techprojects/automod">[A] AutoMod</a></li>
</ul>
</div>
</ul>

View File

@ -1,11 +0,0 @@
---
title: NCX-Core
layout: default
---
<div class="tech_projects">
<h1>NCX-Core</h1>
<a href="https://github.com/NinjaCheetah/NinjaCheetah-Installer">GitHub Page</a>
<h1>Available through NCX-Installer: Technically Yes</h1>
<p1>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.)</p1>
</div>

View File

@ -3,9 +3,7 @@ title: This Website
layout: default
---
<div class="tech_projects">
<h1>The NinjaCheetah Gaming Website</h1>
<a href="https://github.com/NinjaCheetah/NinjaCheetah.github.io">GitHub Page</a>
<h1>Available through NCX-Installer: N/A</h1>
<p>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 :)</p>
</div>
<h1>The NinjaCheetah Gaming Website</h1>
<a href="https://github.com/NinjaCheetah/NinjaCheetah.github.io">GitHub Page</a>
<h1>Available through NCX-Installer: N/A</h1>
<p>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 :)</p>

View File

@ -1,27 +0,0 @@
<!DOCTYPE html>
<title>NinjaCheetah Gaming</title>
<html>
<head>
<link rel="icon" type="image/png" href="/NewNCGLogoCompressed.png"/>
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat|Raleway&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Baloo+Paaji+2&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inconsolata&display=swap" rel="stylesheet">
<div class="nav">
<nav>
<ul>
<li><img src="NewNCGLogo.png" width="50" height="50"></li>
<li><a href="https://ninjacheetah-gaming.site">Home</a></li>
<li><a href="/series">Series</a></li>
<li><a href="/aboutme">About Me</a></li>
<li><a href="/downloads">Downloads</a></li>
<li><a href="/techprojects">My Projects</a></li>
</ul>
</nav>
</div>
</head>
<body>
</body>
</html>