will change more in a moment

This commit is contained in:
GilberK25 2022-03-11 09:48:53 -05:00 committed by GitHub
parent 4d974138ef
commit 10fd7b9e8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 4 deletions

View File

@ -4,8 +4,9 @@
<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">
<title>Webpage Not Found | That_One_Nerd</title> <title>404 | That_One_Nerd</title>
</head> </head>
<body> <body>
<div class = "header"> <div class = "header">
@ -17,7 +18,7 @@
</div> </div>
<div class = "formattable showtext"> <div class = "formattable showtext">
<h1 class = "nomargin">Webpage Not Found</h1> <h1 class = "nomargin">404 - We can't find the page.</h1>
<h3 class = "nomargin">Maybe you misspelled the URL?</h3> <h3 class = "nomargin">Maybe you misspelled the URL?</h3>
<p>Click <a href = "index.html">here</a> to return to the home page.</p> <p>Click <a href = "index.html">here</a> to return to the home page.</p>
</div> </div>

View File

@ -1,6 +1,13 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head>
<link href = "about/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">
<title>About Me | That_One_Nerd</title>
</head>
<body> <body>
<h1>This page is not ready yet. Sorry! Come back soon for more.</h1> <h1>This page is not ready yet. Sorry! Come back soon for more.</h1>
<h2>P.S. This is the next page to be worked on.</h2> <h2>P.S. This is the next page to be worked on.</h2>

View File

@ -3,7 +3,7 @@
<html> <html>
<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 rel="icon" type="image/x-icon" href="global/images/favicon.ico">
<title>Home | That_One_Nerd</title> <title>Home | That_One_Nerd</title>
@ -56,7 +56,9 @@
<div class = "formattable hiring whiteselection"> <div class = "formattable hiring whiteselection">
<h2>Want to hire me?</h2> <h2>Want to hire me?</h2>
<p> <p>
I'm not up for full-on jobs yet, I'll wait a few more years first. But, if any company looking here is up for an internship in software development, I might be interested. You can email me at <a href = "mailto:dev@thatonenerd.net">dev@thatonenerd.net</a>. Unfortunately, I'm not up for full-on jobs yet, I'll wait a few more years first. But, if any company looking here is up for an internship in software development, I might be interested. You can email me at <a href = "mailto:dev@thatonenerd.net">dev@thatonenerd.net</a>.
Employers, you can also check out my <a href = "about.html">About Me</a> page for more information.
</p> </p>
</div> </div>
<div id = "hiring-triangle-bottom"></div> <div id = "hiring-triangle-bottom"></div>