83 lines
4.6 KiB
HTML
83 lines
4.6 KiB
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<link href = "global/globalStyles.css" rel = "stylesheet" type = "text/css">
|
|
<link href = "index/styles.css" rel = "stylesheet" type = "text/css">
|
|
<link href = "global/images/favicon.ico" rel = "icon" type = "image/x-icon">
|
|
|
|
<title>Home | That_One_Nerd</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div class = "header whiteselection">
|
|
<a href = "index.html">Home</a>
|
|
<a href = "about.html">About</a>
|
|
<a href = "games.html">Games</a>
|
|
<a href = "links.html">Links</a>
|
|
<a href = "news.html">News</a>
|
|
</div>
|
|
|
|
<div class = "formattable title whiteselection">
|
|
<h1>That_One_Nerd</h1>
|
|
</div>
|
|
<div id = "title-triangle"></div>
|
|
|
|
<p style="text-align: center; margin-left: 10vw; margin-right: 10vw"><b>Just a head's up: this site is currently undergoing a complete remaking. This website will likely be completely changed within the next week or so.</b></p>
|
|
|
|
<div class="formattable row">
|
|
<div class="column" id = "about-left">
|
|
<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, 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>
|
|
|
|
<div class = "formattable whatido">
|
|
<h2>What kind of stuff do I do?</h2>
|
|
<p>
|
|
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.
|
|
|
|
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>
|
|
|
|
<div id = "hiring-triangle-top"></div>
|
|
<div class = "formattable hiring whiteselection">
|
|
<h2>Want to hire me?</h2>
|
|
<p>
|
|
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" target = "_blank">dev@thatonenerd.net</a>.
|
|
|
|
Employers, you can also check out my <a href = "about.html">About Me</a> page for more information.
|
|
</p>
|
|
</div>
|
|
<div id = "hiring-triangle-bottom"></div>
|
|
|
|
<div class = "formattable thelatest whiteselection whitelink">
|
|
<h2>What's the latest?</h2>
|
|
<ul>
|
|
<li>Just added some redirects. Expect an update for the links page soon!</li>
|
|
<li>New update of the index and the about page!</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>
|
|
</div>
|
|
|
|
<div class = "formattable footer whiteselection">
|
|
<h6 class = "nomargin"><b>That_One_Nerd</b> 2022</h6>
|
|
</div>
|
|
</body>
|
|
</html>
|