Final push .o7

This commit is contained in:
NinjaCheetah 2021-11-01 21:02:20 -04:00
parent 67053b4904
commit faaf4204d5
No known key found for this signature in database
GPG Key ID: 6EC6DD38B449B426
2 changed files with 44 additions and 32 deletions

View File

@ -1,34 +1,12 @@
<!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>
<li><a href="/ncxnews">NCX-News</a></li>
</ul>
</nav>
</div>
</head>
<body>
<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>
</body>
<style>
.banner, .banner > .banner-image {
width: 100%;
display: block;
}
</style>
<div class="banner">
<image class="banner-image" src="https://cdn.ncxprogramming.com/file/image/banner/banner.png">
</div>
<p>Welcome. This site is no longer maintained. If you would like to visit the archive, <a href="/index_OLD.html">click here</a>. Many links <i>will</i> be broken. Otherwise, please visit my new site, <a href="https://ncxprogramming.com">ncxprogramming.com.</p>
</html>

34
index_OLD.html Normal file
View File

@ -0,0 +1,34 @@
<!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>
<li><a href="/ncxnews">NCX-News</a></li>
</ul>
</nav>
</div>
</head>
<body>
<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>
</body>
</html>