added redirects

This commit is contained in:
That-One-Nerd 2022-03-12 17:58:28 -05:00
parent 1c0c53ef63
commit e66137d934
17 changed files with 137 additions and 5 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
# Things like templates and stuff I don't need people to access publicly.
private/

View File

@ -4,7 +4,7 @@
<head> <head>
<link href = "global/globalStyles.css" rel = "stylesheet" type = "text/css"> <link href = "global/globalStyles.css" rel = "stylesheet" type = "text/css">
<link href = "404/styles.css" rel = "stylesheet" type = "text/css"> <link href = "404/styles.css" rel = "stylesheet" type = "text/css">
<link rel="icon" type="image/x-icon" href="global/images/favicon.ico"> <link href = "global/images/favicon.ico" rel = "icon" type = "image/x-icon">
<title>404 | That_One_Nerd</title> <title>404 | That_One_Nerd</title>
</head> </head>

View File

@ -8,7 +8,7 @@ body
.showtext .showtext
{ {
background-color: white; background-color: white;
border-radius: 2.5vw; border-radius: 1.5vw;
color: black; color: black;
font-size: 2.5vh; font-size: 2.5vh;
margin-left: 10%; margin-left: 10%;

View File

@ -4,7 +4,7 @@
<head> <head>
<link href = "global/globalStyles.css" rel = "stylesheet" type = "text/css"> <link href = "global/globalStyles.css" rel = "stylesheet" type = "text/css">
<link href = "about/styles.css" rel = "stylesheet" type = "text/css"> <link href = "about/styles.css" rel = "stylesheet" type = "text/css">
<link rel="icon" type="image/x-icon" href="global/images/favicon.ico"> <link href = "global/images/favicon.ico" rel = "icon" type = "image/x-icon">
<title>About Me | That_One_Nerd</title> <title>About Me | That_One_Nerd</title>
</head> </head>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.0 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -31,7 +31,7 @@
.skills img .skills img
{ {
height: 2vh; height: 1vw;
margin-right: 0.5%; margin-right: 0.5%;
} }

27
arcademaniac Normal file
View File

@ -0,0 +1,27 @@
<html>
<head>
<link href = "global/globalStyles.css" rel = "stylesheet" type = "text/css">
<link href = "redirect/styles.css" rel = "stylesheet" type = "text/css">
<link href = "global/images/favicon.ico" rel = "icon" type = "image/x-icon">
<meta http-equiv = "Refresh" content = "0; url = 'https://arcademaniac.thatonenerd.net/'">
<title>Redirecting to Arcade Maniac | That_One_Nerd</title>
</head>
<body>
<div class = "header whiteselection">
<a href = "index.html">Home</a>
<a href = "about.html">About</a>
<a href = "games.html">Games</a>
<a href = "links.html">Links</a>
<a href = "news.html">News</a>
</div>
<div class = "formattable container">
<h1 class = "nomargin">Redirecting you to Arcade Maniac</h1>
<h3 class = "nomargin">Haven't gone yet? Click <a href = "https://arcademaniac.thatonenerd.net/">here</a>.</h3>
<p>Don't want to go anymore? Here's the <a href = "index.html">home page</a>.</p>
</div>
</body>
</html>

27
github Normal file
View File

@ -0,0 +1,27 @@
<html>
<head>
<link href = "global/globalStyles.css" rel = "stylesheet" type = "text/css">
<link href = "redirect/styles.css" rel = "stylesheet" type = "text/css">
<link href = "global/images/favicon.ico" rel = "icon" type = "image/x-icon">
<meta http-equiv = "Refresh" content = "0; url = 'https://github.com/That-One-Nerd/'">
<title>Redirecting to my Github | That_One_Nerd</title>
</head>
<body>
<div class = "header whiteselection">
<a href = "index.html">Home</a>
<a href = "about.html">About</a>
<a href = "games.html">Games</a>
<a href = "links.html">Links</a>
<a href = "news.html">News</a>
</div>
<div class = "formattable container">
<h1 class = "nomargin">Redirecting you to my Github</h1>
<h3 class = "nomargin">Haven't gone yet? Click <a href = "https://github.com/That-One-Nerd/">here</a>.</h3>
<p>Don't want to go anymore? Here's the <a href = "index.html">home page</a>.</p>
</div>
</body>
</html>

View File

@ -4,7 +4,7 @@
<head> <head>
<link href = "global/globalStyles.css" rel = "stylesheet" type = "text/css"> <link href = "global/globalStyles.css" rel = "stylesheet" type = "text/css">
<link href = "index/styles.css" rel = "stylesheet" type = "text/css"> <link href = "index/styles.css" rel = "stylesheet" type = "text/css">
<link rel="icon" type="image/x-icon" href="global/images/favicon.ico"> <link href = "global/images/favicon.ico" rel = "icon" type = "image/x-icon">
<title>Home | That_One_Nerd</title> <title>Home | That_One_Nerd</title>
</head> </head>
@ -66,6 +66,7 @@
<div class = "formattable thelatest whiteselection whitelink"> <div class = "formattable thelatest whiteselection whitelink">
<h2>What's the latest?</h2> <h2>What's the latest?</h2>
<ul> <ul>
<li>Just added some redirects. Expect an update for the links page soon!</li>
<li>New update of the index and the about page!</li> <li>New update of the index and the about page!</li>
<li>This first edition of this site has been made! More will come, probably.</li> <li>This first edition of this site has been made! More will come, probably.</li>
</ul> </ul>

27
itch Normal file
View File

@ -0,0 +1,27 @@
<html>
<head>
<link href = "global/globalStyles.css" rel = "stylesheet" type = "text/css">
<link href = "redirect/styles.css" rel = "stylesheet" type = "text/css">
<link href = "global/images/favicon.ico" rel = "icon" type = "image/x-icon">
<meta http-equiv = "Refresh" content = "0; url = 'https://that-one-nerd.itch.io/'">
<title>Redirecting to Itch | That_One_Nerd</title>
</head>
<body>
<div class = "header whiteselection">
<a href = "index.html">Home</a>
<a href = "about.html">About</a>
<a href = "games.html">Games</a>
<a href = "links.html">Links</a>
<a href = "news.html">News</a>
</div>
<div class = "formattable container">
<h1 class = "nomargin">Redirecting you to Itch</h1>
<h3 class = "nomargin">Haven't gone yet? Click <a href = "https://that-one-nerd.itch.io/">here</a>.</h3>
<p>Don't want to go anymore? Here's the <a href = "index.html">home page</a>.</p>
</div>
</body>
</html>

21
redirect/styles.css Normal file
View File

@ -0,0 +1,21 @@
body
{
background-color: #f91;
color: white;
text-align: center;
}
.container
{
background-color: white;
border-radius: 1.5vw;
color: black;
font-size: 2.5vh;
margin-left: 10%;
margin-right: 10%;
margin-top: 37.5vh;
padding-bottom: 5vh;
padding-left: 5%;
padding-right: 5%;
padding-top: 5vh;
}

27
saalty Normal file
View File

@ -0,0 +1,27 @@
<html>
<head>
<link href = "global/globalStyles.css" rel = "stylesheet" type = "text/css">
<link href = "redirect/styles.css" rel = "stylesheet" type = "text/css">
<link href = "global/images/favicon.ico" rel = "icon" type = "image/x-icon">
<meta http-equiv = "Refresh" content = "0; url = 'https://about.saalty.net/'">
<title>Redirecting to Saalty's Website | That_One_Nerd</title>
</head>
<body>
<div class = "header whiteselection">
<a href = "index.html">Home</a>
<a href = "about.html">About</a>
<a href = "games.html">Games</a>
<a href = "links.html">Links</a>
<a href = "news.html">News</a>
</div>
<div class = "formattable container">
<h1 class = "nomargin">Redirecting you to Saalty's Website</h1>
<h3 class = "nomargin">Haven't gone yet? Click <a href = "https://about.saalty.net/">here</a>.</h3>
<p>Don't want to go anymore? Here's the <a href = "index.html">home page</a>.</p>
</div>
</body>
</html>