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 --- -
This site is under construction, so don't expect everything to work, or even to be completed.
-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 --- -First Episode
- -Last Episode
- -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 --- -Only Episode (Second episode was recoreded but never posted)
- -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 --- -Episode 1
- -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 --- -Episode 1
- -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 --- -Episode 1
- -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 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.
-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 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.
-Key: [A] Archived
- -Key: [A] Archived
+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 :)
-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 @@ - -