That-One-Nerd.github.io/news/new-website.html
2022-12-25 17:17:35 -05:00

89 lines
5.0 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<link type="image/x-icon" rel="icon" href="/images/favicon.ico">
<link type="text/css" rel="stylesheet" href="/css/global.css">
<link type="text/css" rel="stylesheet" href="/css/news-template.css">
<meta charset="utf-8">
<meta name="description" content="The new site has been created. Horray! Here's what was added.">
<meta name="keywords" content="That_One_Nerd New Website, New Website">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The New Website | That_One_Nerd</title>
</head>
<!--header-->
<body>
<div id="title">
<h1>The New Website</h1>
</div>
<div class="line-spacer"></div>
<div class="line-spacer2"></div>
<div class="message">
<p>
Hi everybody! In January this year I released the first version of thatonenerd.net. Now, almost a year later, I've barely
touched it. In November I decided to replace the old (and slightly crappy) version of this website with a brand new one.
It was originally meant to be a one-week project, but ended up, you know, slightly longer. To be honest, I haven't actually
worked that hard on the website in that time.
</p>
<p>
So, school is a little boring. I've got a ton of time in classes I'm good at. Enough time for me to bring my personal
laptop to school and work on stuff. That's where most of the website development has been done (along with some other projects,
including some easy parts of Nerd_STF). But I hit a roadblock 2-3 weeks into development when it became time to make the
download pages for each project listed. It's not particularly hard, but the problem is that the school's WiFi has blocked
Itch.IO, where most of my games were. So I couldn't work on it at school anymore, and I didn't feel like working on it at
home because other projects were calling.
</p>
<p>
And it's still kind of like that. You may notice that (at least at the time of publishing), most of the project pages lead
to 404s. But I've decided that I'll add those with time. Winter break has given me enough time to wrap everything else about
the website up. All that's left are the project pages.
</p>
<p>
I was originally going to host this website on my own server. I had a Node.JS server written and working, and I was looking
into either using my own server with a VPN or getting an online provider, but I decided to stick with GitHub Pages just
because it's much simpler and more importantly free. I may eventually use a custom server with more capabilities than
GitHub Pages, but for now that isn't much of a problem.
</p>
<p>
And again, like the last website design, this design has been made with exactly <i>zero</i> website templates or builders.
I've designed all of this myself. I've written the HTML, the CSS, and the JavaScript by hand. I'm doing this for a couple
reasons. I've always had more respect for people who make stuff themselves rather than using an existing tool. I think this
website being made by one person without help is a way to show my skill (and obsession with certain topics). I also don't
want something I put time into being squandered by a company putting their marketing on it. Lastly, let's be honest. Reading
the HTML or JavaScript of a template website is really hard. Their code is super difficult to understand, and whether that's
intentional or a result of automation, I don't like it.
</p>
<p>
So anyway, that's my rant about this website. There's stuff to do, like the project pages as previously said, but I also
want to remake the About Me page because it could be better (I didn't have any time to remake it as I wanted this to be
out by Christmas), but overall I think the new website is a definite improvement over the old one.
<br><br>
Well, I'll be making more announcements when more project pages are released, or anything else happens (update for Nerd_STF
or another project, or just other rants). Stay tuned!
</p>
<p>
- Kyle
</p>
</div>
<div class="back">
<p>Want to read more? <a href="/news.html">See all the news</a></p>
<p>Done? <a href="/index.html">Head back home</a></p>
</div>
<div class="line-spacer"></div>
<div class="line-spacer2-darkgray"></div>
</body>
<!--footer-->
<script type="module" src="/js/imports.js"></script>
<script src="/js/global.js" defer></script>
</html>