diff --git a/.gitignore b/.gitignore index e816234..8998d5f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -# Things like templates and stuff I don't need people to access publicly. -private/ +# Personal stuff I use for website building +/news/_template.html diff --git a/404.html b/404.html index 787011b..d9c9645 100644 --- a/404.html +++ b/404.html @@ -1,26 +1,32 @@ - - - - + + + + - 404 | That_One_Nerd + + + + How did we get here? | That_One_Nerd - -
- Home - About - Games - Links - News -
-
-

404 - We can't find the page.

-

Maybe you misspelled the URL?

-

Click here to return to the home page.

+ + + +

↿ Or you can go to any of these places, I guess. ↾

+

Hey, I opened the header for your convenience, you know. Close it when you go somewhere.

+

You know, the header has a bunch of links to help you find your way out of here. It might be useful.

+ +
+

Whoops, looks like you got lost.

+

Can't find %url%. Not sure how you even got here.

+

Here's my ultimatum: either go or go .

+ + + + diff --git a/404/styles.css b/404/styles.css deleted file mode 100644 index 3dbcedb..0000000 --- a/404/styles.css +++ /dev/null @@ -1,21 +0,0 @@ -body -{ - background-color: #f91; - color: white; - text-align: center; -} - -.showtext -{ - 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; -} diff --git a/about.html b/about.html index 1dec039..3c2a1c3 100644 --- a/about.html +++ b/about.html @@ -2,68 +2,89 @@ - - - + + + + + + + + About Me | That_One_Nerd + + + -
- Home - About - Games - Links - News -
- -
+

About Me

-

My name is Kyle. I am 14 years old. I am a Software and Game Developer.

-
+ +
+
-
-

What are my interests?

-

I love software development and logical thinking, such as

+
+
+ +
+
+

+ Hey there. I'm Kyle. I am %age% years old and I like to program as a hobby. +

+ I've been programming for almost %start% years now, right at the start of Covid-19, and it was love at first sight. I don't plan on stopping anytime soon. +

+ I originally started with the programming language C#, but since then I've spread to other languages, namely C++, Python, Java, and JavaScript. +

+
+
+ +
+

I love software development and logical thinking. Some fields I have an interest in are (in no particular order):

  • Graphical programming (not to be confused with graphic design)
  • General algorithm development
  • Library development
  • Game development
  • +
  • Server and website development
-

Graphical programming is my latest hobby, and also the one I am the least saavy at. But I'm getting there sooner or later.

+

Here's how I'd rate my programming skills

+ +
+
+

Beginner

+
+
+

Expert

+
+
+

I'm definitely no expert (compared to some serious computer scientists I look up to), but I'd say I'm past the Intermediate stage. Somewhere in the middle of those two.

-
-
-

What are my skills?

-

I can program in

+ +
+

Here's some noteworthy stuff I've done:

    -
  • C#
  • -
  • Java
  • -
  • C++
  • -
  • HTML and CSS
  • -
  • Python
  • +
  • Created and maintained Nerd_STF as a solo project.
  • +
  • Created Trick Or Treat, Rebuild, and some other small Itch games.
  • +
  • Developing Brigade Laboratories, a game that I'm staying mostly secretive about. Learn More
-

This is ranked in my expertise in each language. I am the best at C#, decent at Java and C++, and okay at Python.

+ +




+ +

I like to reinvent the wheel in software development. For example, Nerd_STF. I know there is a bunch in Nerd_STF that already exists in a different library, and it's likely better. But I feel like doing it myself teaches me more than just using somebody else's code. I wouldn't have learned nearly as much if I just used a different library.

-
- -
-
-

How can you contact me?

-

My preferred email for contact is dev@thatonenerd.net.

-
-