changed things

This commit is contained in:
Lucas Kent 2023-03-08 12:05:39 -05:00 committed by GitHub
parent 619fcb8d4f
commit 0088560f58
9 changed files with 4 additions and 273 deletions

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Binary file not shown.

View File

@ -14,7 +14,7 @@ body {
background: #868686;
margin: 0;
overflow-x: hidden;
font-family: jetbrains_monoregular;
font-family: tiltneon;
}
.leftcolumn {
@ -88,9 +88,9 @@ body {
}
@font-face {
font-family: 'jetbrains_monoregular';
src: url('/assets/styles/Font/jetbrainsmono-regular-webfont.woff2') format('woff2'),
url('/assets/styles/Font/jetbrainsmono-regular-webfont.woff') format('woff');
font-family: 'tiltneon';
src: url('/assets/styles/Font/tiltneon.woff2') format('woff2'),
url('/assets/styles/Font/tiltneon.woff') format('woff');
font-weight: normal;
font-style: normal;

View File

@ -1,87 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>Blog</title>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/assets/Favicons/Base_Favicon/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/assets/Favicons/Base_Favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/assets/Favicons/Base_Favicon/favicon-16x16.png"
/>
<link
rel="manifest"
href="/assets/Favicons/Base_Favicon/site.webmanifest"
/>
<link
rel="mask-icon"
href="/assets/Favicons/Base_Favicon/safari-pinned-tab.svg"
color="#5bbad5"
/>
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ff0000" />
<link rel="stylesheet" href="/assets/styles/button.css" />
<link rel="stylesheet" href="/assets/styles/backround.css" />
<link rel="stylesheet" href="/assets/styles/noscroll.css" />
<link rel="stylesheet" href="/assets/styles/navbar.css" />
<link rel="stylesheet" href="/assets/styles/main.css" />
</head>
<body>
<div id="page-container">
<div class="bg"></div>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/nav.html">Navigation</a></li>
<li><a class="active" href="/blog.html">Blog</a></li>
<li><a href="/wip.html">WIP</a></li>
</ul>
<div id="content-wrap">
<div class="header">
<h2>Blog I guess</h2>
</div>
<div class="row">
<div class="leftcolumn">
<div class="card">
<h2>Hello World</h2>
<h5>First Blog Post, Nov 23, 2022</h5>
<div style="height:300px;">
<img
class="image"
src="/assets/Blog Files/Images/HelloWorld.png"
alt=""
/>
</div>
<p>This Blog will have update notes and other things.</p>
</div>
</div>
<div class="rightcolumn">
<div class="card">
<h2>Time and Date</h2>
<iframe style="pointer-events: none;" src="https://free.timeanddate.com/clock/i8mv1or7/n904/tct/pct/tt0/tm3/td2/ta1/tb3" frameborder="0" width="220" height="18" allowtransparency="true"></iframe>
</div>
<div class="card">
<h3>Follow Me</h3>
<p>Nothing Here Yet</p>
</div>
</div>
</div>
<br />
<br />
<br />
</div>
<div id="footer">
</div>
</div>
</body>
</html>

View File

@ -1,182 +0,0 @@
<!DOCTYPE html>
<html class="noscroll">
<head>
<title>Nav</title>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/assets/Favicons/Base_Favicon/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/assets/Favicons/Base_Favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/assets/Favicons/Base_Favicon/favicon-16x16.png"
/>
<link
rel="manifest"
href="/assets/Favicons/Base_Favicon/site.webmanifest"
/>
<link
rel="mask-icon"
href="/assets/Favicons/Base_Favicon/safari-pinned-tab.svg"
color="#5bbad5"
/>
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ff0000" />
<link rel="stylesheet" href="/assets/styles/button.css" />
<link rel="stylesheet" href="/assets/styles/backround.css" />
<link rel="stylesheet" href="/assets/styles/noscroll.css" />
<link rel="stylesheet" href="/assets/styles/navbar.css" />
<link rel="stylesheet" href="/assets/styles/main.css" />
</head>
<body>
<div class="bg"></div>
<div id="page-container">
<ul>
<li><a href="/">Home</a></li>
<li><a class="active" href="/nav.html">Navigation</a></li>
<li><a href="/blog.html">Blog</a></li>
<li><a href="/wip.html">WIP</a></li>
</ul>
<div id="content-wrap">
<br />
<br />
<br />
<p style="text-align: center;">
Click an image to go to its corresponding page.
</p>
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
<a href="/pages/calculator"
><img
class="br"
src="/assets/imgs/calculator.png"
alt="calculator"
style="width: 100px; height: 100px;"
/></a>
&nbsp;
<a href="/pages/retro-bowl"
><img
src="/assets/imgs/retrobowl.png"
alt="retro-bowl"
style="width: 100px; height: 100px;"
/></a>
&nbsp;
<a href="/pages/btd4"
><img
src="/assets/imgs/btd4.jpg"
alt="BTD4"
style="width: 100px; height: 100px;"
/></a>
&nbsp;
<a href="/pages/swfs"
><img
src="/assets/imgs/flash.png"
alt="Flash Player"
style="width: 100px; height: 100px;"
/></a>
&nbsp;
<a href="/pages/2048"
><img
src="/assets/imgs/2048.png"
alt="2048"
style="width: 100px; height: 100px;"
/></a>
&nbsp;
<a href="/tools/sm64"
><img
src="/assets/imgs/sm64.jpg"
alt="sm64"
style="width: 100px;height: 100px;"
/></a>
&nbsp;
<a href="/tools/mc-classic"
><img
src="/assets/imgs/minecraft.png"
alt="minecraft"
style="width: 100px;height: 100px;"
/></a>
&nbsp;
<a href="/tools/geometry"
><img
src="/assets/imgs/Geometry_Dash_Logo.png"
alt="Geometry Dash"
style="width: 100px;height: 100px;"
/></a>
&nbsp;
<a href="/tools/fireboy-and-watergirl-forest-temple"
><img
src="/assets/imgs/fbwg.jpg"
alt="Fireboy and Watergirl Forest Temple"
style="width: 100;height: 100px;"
/></a>
&nbsp;
<a href="/tools/dinosaur"
><img
src="/assets/imgs/Dinosaur.png"
alt="Dinosaur Game"
style="width: 100px;height: 100px;"
/></a>
&nbsp;
<a href="/tools/vex3"
><img
src="/assets/imgs/vex3.jpg"
alt="vex3"
style="width: 100px;height: 100px;"
/></a>
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
<a href="/tools/vex4"
><img
src="/assets/imgs/vex4.jpg"
alt="vex4"
style="width: 100px;height: 100px;"
/></a>
&nbsp;
<a href="/tools/vex5"
><img
src="/assets/imgs/Vex5.jpg"
alt="vex5"
style="width: 100px;height: 100px;"
/></a>
&nbsp;
<a href="/tools/flash/?swf=ducklife3.swf"
><img
src="/assets/imgs/ducklife3.jpg"
alt="ducklife3"
style="width: 100px;height: 100px;"
/></a>
&nbsp;
<a href="/tools/flash/?swf=theimpossiblequiz.swf"
><img
src="/assets/imgs/quiz.jpg"
alt="theimpossiblequiz"
style="width: 100px;height: 100px;"
/></a>
&nbsp;
<a href="/tools/flash/?swf=theimpossiblequiz2.swf"
><img
src="/assets/imgs/quiz2.jpg"
alt="theimpossiblequiz2"
style="width: 100px;height: 100px;"
/></a>
&nbsp;
<a href="/tools/flash/?swf=ducklife2.swf"
><img
src="/assets/imgs/ducklife2.jpg"
alt="ducklife2"
style="width: 100px;height:100px"
/></a>
</div>
<div id="footer">
</div>
</div>
</body>
</html>