-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (63 loc) · 3.41 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Sol Toder</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Oswald" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/res/style.css">
<link rel="shortcut icon" href="/favicon.png">
<script async src="https://platform.twitter.com/widgets.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta itemprop="gen-timestamp" content="1595540231.609218">
</head>
<body>
<header id="sidebar">
<img src="/img/me.jpg" alt="My handsome mug">
<div class="personal-info">
<h1>Sol Toder</h1>
<h2 class="job-title">Software Engineer</h2>
<h2 class="job-title">Game Developer</h2>
<div class="contact">
<a href="mailto:soldevlintoder@gmail.com">soldevlintoder@gmail.com</a>
<a href="tel:+1-845-376-2497">(845) 376-2497</a>
<a href="https://www.linkedin.com/in/sol-toder/">linkedin.com/in/sol-toder</a>
</div>
</div>
<nav id="navbar" class="static-chevron">
<div class="selector"></div>
<a href="/" class="current">ABOUT ME</a>
<a href="/portfolio">PORTFOLIO</a>
<a href="/resume">RESUMÉ</a>
</nav>
</header>
<div id="page-wrapper">
<div class="loading-bar-wrapper">
<div class="loading-bar-text">LOADING</div>
<div class="loading-bar-bg"><div class="loading-bar"></div></div>
</div>
<main id="page">
<article class="images-right">
<img src="/img/crocman.png">
<h1>About Me, Sol Toder</h1>
<main>
<p>
I'm a <strong>software engineer</strong> and <strong>game developer</strong> from the Hudson Valley in New York. I graduated from <strong>Rensselaer Polytechnic Institute</strong> in December 2019 with a dual Bachelor of Science in <strong>Computer Science</strong> and <strong>Games and Simulation Arts and Sciences</strong>.
</p>
<h2>Professional</h2>
<p>
My main passions are <strong>programming</strong> and <strong>game development</strong>. I love building things for other people to use and experience, and I love solving new problems. I am experienced in a number of languages and technologies, including <strong>C++</strong>, <strong>C</strong>, <strong>Unity</strong>, <strong>JavaScript</strong>, <strong>Python</strong>, <strong>C#</strong>, and <strong>Java</strong>, and I learn new ones quickly. I have experience working on games both personal and professional. I also have experience building websites and web apps using <strong>HTML</strong> and <strong>CSS</strong>, including the one that you're reading right now.
</p>
<p>
Some of my projects both past and current can be seen over in my <a href="/portfolio">portfolio</a>.
</p>
<h2>Personal</h2>
<p>
Outside of programming and games, I like <strong>animation</strong> (the watching, not the producing, although I've dabbled in creating small ones). I enjoy <strong>fantasy and sci-fi novels</strong>, and follow a <em>lot</em> of <strong>webcomics</strong> (my life wouldn't be the same without RSS). I have a niche interest in creating vanilla extensions for <strong>Minecraft</strong> using its <strong>datapack and command systems</strong>, and have been a “verified helper” on the unofficial Minecraft Commands Discord server for several years. I'm decent at <strong>art</strong> and <strong>digital image editing</strong>, and I sometimes mess around with <strong>audio editing</strong>.
</p>
</main>
</article>
</main>
</div>
<script src="/res/dynamic-navbar.js"></script>
</body>
</html>