index update. more probably later

This commit is contained in:
GilberK25 2022-03-11 09:18:41 -05:00 committed by GitHub
parent eea3b4c895
commit 4d974138ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,17 +25,20 @@
<div class="formattable row">
<div class="column" id = "about-left">
<img src = "global/images/logo.png">
<img src = "global/images/logo.png">
</div>
<div class="column" id = "about-right">
<h2 class = "nomargin">I am <i>not</i> a professional game developer.</h2>
<h3 class = "nomargin">(Not yet)</h3>
<p>
Hey there, I'm Kyle. I'm 14, and I'm a hobbyist game developer, though maybe not a <i>casual</i> 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.
<br>
<br>
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 <a href = "https://that-one-nerd.itch.io/" target = "_blank">Itch</a>, but I hope one day I'll have all of my games, info, etc, all here to view. We'll see how it goes.
<h2 class = "nomargin">I am <i>not</i> a professional game developer.</h2>
<h3 class = "nomargin">(Not yet)</h3>
<p>
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.
<br>
<br>
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.
<br>
<br>
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.
</p>
</div>
</div>
@ -43,9 +46,9 @@
<div class = "formattable whatido">
<h2>What kind of stuff do I do?</h2>
<p>
I usually program in <a href = "https://en.wikipedia.org/wiki/C_Sharp_(programming_language)" target = "_blank">C#</a> and <a href = "https://en.wikipedia.org/wiki/Unity_(game_engine)" target = "_blank">Unity</a>, and I am the best at those languages, but there are some others I know but am not as fluent in, like <a href = "https://en.wikipedia.org/wiki/C%2B%2B" target = "_blank">C++</a>, <a href = "https://en.wikipedia.org/wiki/Python_(programming_language)" target = "_blank">Python</a>, <a href = "https://en.wikipedia.org/wiki/Java_(programming_language)">Java</a>, and most recently, <a href = "https://en.wikipedia.org/wiki/HTML" target = "_blank">HTML</a> and <a href = "https://en.wikipedia.org/wiki/CSS" target = "_blank">CSS</a>. 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 <a href = "https://about.saalty.net/" target = "_blank">Saalty</a>, so credit for that goes to him.
Personally, I have an <i>insistence</i> 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 <a href = "https://www.newtonsoft.com/json" target = "_blank">Newtonsoft.Json</a>, 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 <a href = "https://www.newtonsoft.com/json" target = "_blank">Json.Net</a> I won't try and recreate. For now. :)
</p>
</div>
@ -53,12 +56,7 @@
<div class = "formattable hiring whiteselection">
<h2>Want to hire me?</h2>
<p>
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.
<br>
<br>
<br>
<br>
On the other hand, if you want to come chill, I have a <a href = "https://discord.gg/Ek7R3gx" target = "_blank">Discord</a> you can join, or you can email me directly at <a href = "mailto:dev@thatonenerd.net">dev@thatonenerd.net</a>
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>.
</p>
</div>
<div id = "hiring-triangle-bottom"></div>
@ -66,6 +64,7 @@
<div class = "formattable thelatest whiteselection">
<h2>What's the latest?</h2>
<ul>
<li>New update of the index and more!</li>
<li>This first edition of this site has been made! More will come, probably.</li>
</ul>
<p>Want older announcements? Check out the <a class = "whitelink" href = "news.html">news</a> page!</p>