diff --git a/404.html b/404.html index 74b8932..48e0c64 100644 --- a/404.html +++ b/404.html @@ -4,11 +4,12 @@ + - Webpage Not Found | That_One_Nerd + 404 | That_One_Nerd -
+
Home About Games @@ -17,7 +18,7 @@
-

Webpage Not Found

+

404 - We can't find the page.

Maybe you misspelled the URL?

Click here to return to the home page.

diff --git a/about.html b/about.html index ec2ea3e..a7c2415 100644 --- a/about.html +++ b/about.html @@ -1,9 +1,68 @@ + + + + + + About Me | That_One_Nerd + -

This page is not ready yet. Sorry! Come back soon for more.

-

P.S. This is the next page to be worked on.

- Go home +
+ 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

+ +

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

+
+
+
+

What are my skills?

+

I can program in

+ +

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

+
+
+ +
+
+

How can you contact me?

+

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

+
+ diff --git a/about/logos/cplusplus.png b/about/logos/cplusplus.png new file mode 100644 index 0000000..936741a Binary files /dev/null and b/about/logos/cplusplus.png differ diff --git a/about/logos/csharp.svg b/about/logos/csharp.svg new file mode 100644 index 0000000..0ff5ea2 --- /dev/null +++ b/about/logos/csharp.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + diff --git a/about/logos/java.png b/about/logos/java.png new file mode 100644 index 0000000..2e8c56f Binary files /dev/null and b/about/logos/java.png differ diff --git a/about/logos/python.webp b/about/logos/python.webp new file mode 100644 index 0000000..84f94ef Binary files /dev/null and b/about/logos/python.webp differ diff --git a/about/styles.css b/about/styles.css new file mode 100644 index 0000000..f2c3ee5 --- /dev/null +++ b/about/styles.css @@ -0,0 +1,103 @@ +.contact +{ + background-color: #fff; + margin: 0; + padding: 5vh 10vw 5vh 10vw; + text-align: center; +} + +.interests +{ + background-color: #fff; + margin: 0; + padding: 5vh 10vw 5vh 10vw; + text-align: left; +} + +.skills +{ + background-color: #303030; + color: #fff; + margin: 0; + padding: 5vh 25vw 5vh 25vw; + text-align: center; +} + +.skills h2 +{ + color: #f91; + margin-top: 0; +} + +.skills img +{ + height: 4vh; + margin-right: 0.5%; +} + +.skills ul +{ + margin-left: 15vw; +} + +.title +{ + background-color: #f91; + color: #000; + text-align: center; + margin-top: 0; + padding-bottom: 10.8vh; + padding-left: 2vw; + padding-right: 2vw; + padding-top: 17.3vh; +} + +.title h1 +{ + font-size: 4vw; + margin: 0; +} + +.tools +{ + background-color: #f91; + margin: 0; + padding: 5vh 10vw 5vh 10vw; + text-align: right; +} + +#triangle-contact +{ + width: 0; + height: 0; + border-left: solid 100vw; + border-top: solid 5vh; + border-color: #f91 #f91 transparent transparent; +} + +#triangle-skills +{ + width: 0; + height: 0; + border-right: solid 100vw; + border-bottom: solid 5vh; + border-color: transparent transparent #303030 #303030; +} + +#triangle-tools +{ + width: 0; + height: 0; + border-left: solid 100vw; + border-top: solid 5vh; + border-color: #303030 #303030 #f91 #f91; +} + +#triangle-title +{ + width: 0; + height: 0; + border-left: solid 100vw; + border-top: solid 5vh; + border-color: #f91 #f91 transparent transparent; +} diff --git a/global/globalStyles.css b/global/globalStyles.css index e24b28e..3d92f32 100644 --- a/global/globalStyles.css +++ b/global/globalStyles.css @@ -20,15 +20,6 @@ a text-decoration: none; } -body -{ - background-color: white; - color: black; - font-family: 'Readex Pro', 'Roboto', 'sans-serif'; - font-size: 1.5vw; - margin: 0; -} - a:after { background-color: #f91; @@ -44,6 +35,20 @@ a:after transition: transform 0.25s; } +a::selection +{ + background-color: rgba(255, 255, 255, 0.5); +} + +body +{ + background-color: white; + color: black; + font-family: 'Readex Pro', 'Roboto', 'sans-serif'; + font-size: 1.5vw; + margin: 0; +} + a:hover:after { transform: scale(1, 1); @@ -194,17 +199,22 @@ li clear: both; } -.whitelink +.whitelink a { color: white; } -.whitelink:after +.whitelink a:after { background-color: white; } -.whiteselection ::selection +.whitelink a::selection +{ + background-color: rgba(255, 153, 17, 0.5); +} + +.whiteselection::selection, .whiteselection h1::selection, .whiteselection h2::selection, .whiteselection h3::selection, .whiteselection h4::selection, .whiteselection h5::selection, .whiteselection h6::selection, .whiteselection li::selection, .whiteselection a::selection, .whiteselection p::selection, .whiteselection i::selection, .whiteselection img::selection { background-color: rgba(255, 255, 255, 0.5); } diff --git a/index.html b/index.html index ed38711..86f71cc 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - + Home | That_One_Nerd @@ -25,17 +25,20 @@
- +
-

I am not a professional game developer.

-

(Not yet)

-

- Hey there, I'm Kyle. I'm 14, and I'm a hobbyist game developer, though maybe not a casual one. I like programming, specifically making video games. But, I'm in no need of money right now, and I just want to have a good time making games I would enjoy playing. That's why most of my games are completely free of charge. I'll always accept donations, but don't feel the need to give them. I don't need the money. -
-
- So, welcome aboard! Feel free to look around. I've got some useful stuff here. There is some stuff that I don't want to program here, though, so there are a few links that take you out of site to somewhere like Itch, but I hope one day I'll have all of my games, info, etc, all here to view. We'll see how it goes. +

I am not a professional game developer.

+

(Not yet)

+

+ Hey there, I'm Kyle, and I'm 14 years old. I am a programmer and game developer as a hobby. I've been programming in Unity and C# for about 2 years now, and I don't plan on stopping anytime soon. Most of my games will be free, because I don't need the money. I'm just here to make games that I would enjoy playing myself. +
+
+ I also make things other than games, like this website. This is my first successful website I made myself. No website generator this time, all the raw HTML and CSS. I'm also learning other languages right now, such as Java, C++, and Python. +
+
+ Also, FYI, all URLs on this website have a little underline to show you, and they open in a new tab. And no suspicious links. I don't want this site getting grouped up with other non-trustworthy sites. No ads here, either. Have fun.

@@ -43,9 +46,9 @@

What kind of stuff do I do?

- I usually program in C# and Unity, and I am the best at those languages, but there are some others I know but am not as fluent in, like C++, Python, Java, and most recently, HTML and CSS. This website was the result of those new languages learned. No website builder needed this time! + Whatever I feel like. Usually, some sort of new game, but I'll also work on other things, like libraries and other tools. I've recently gained interest in graphics programming (basically doing what Unity does myself). I've began learning OpenCV and OpenGL, but I'm not as good at that kind of stuff as my buddy Saalty, so credit for that goes to him. - Personally, I have an insistence to make all the code I use myself. I don't like using other people's code for mine. And, especially in C#, that's usually what I'll do. I get the uses of other people writing the code for you, but I still think it's fun to have the same learning experiance in the process, and to end up with code that you understand. There are a few exceptions to that, like Newtonsoft.Json, but who knows, maybe not for long :) + I'll try to make any library I use myself, because I'm the kind of person that likes to re-invent the wheel. But I understand their use, and for more complicated things like Json.Net I won't try and recreate. For now. :)

@@ -53,19 +56,17 @@

Want to hire me?

- Well, sorry to disappoint, but I have no interest in learning the stresses of adulthood 4 years early. I do commissions occasionally, and most of them are completely free of charge, but keep in mind that I'm not here to make myself hate programming by doing it nonstop for months (though I still do that, sometimes, on my own wishes), I'm here to make games. Not for a living, for a hobby. So how about you wait a few more years before you introduce another inspired teen to crunch culture. -
-
-
-
- On the other hand, if you want to come chill, I have a Discord you can join, or you can email me directly at dev@thatonenerd.net + 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 dev@thatonenerd.net. + + Employers, you can also check out my About Me page for more information.

-
+