126 lines
4.5 KiB
HTML
126 lines
4.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Portfolio - Scott Gerretsen</title>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="C# and C++ Game Developer">
|
|
<meta name="keywords" content="Developer, Portfolio, Game Developer, Software Developer, Programmer, C, C#, C++">
|
|
<meta name="author" content="Scott Gerretsen">
|
|
|
|
<link rel="stylesheet" href="shared/style.css">
|
|
<link rel="stylesheet" href="shared/projects.css">
|
|
<style>
|
|
#intro-sentence {
|
|
margin-bottom: 100px;
|
|
}
|
|
</style>
|
|
|
|
<script type="text/javascript" src="shared/jquery.min.js"></script>
|
|
<div id="site-header">
|
|
<script>$(function(){$("#site-header").load("shared/header.html");});</script>
|
|
</div>
|
|
</head>
|
|
<body>
|
|
<section>
|
|
<h1 id="intro-sentence">Hello, my name is Scott. I'm a programming obsessive with a love for odd solutions and figuring out complex problems.</h1>
|
|
</section>
|
|
<section>
|
|
|
|
<h2 id="projects">Projects</h2>
|
|
<div indented>
|
|
<p class="intro-paragraph">
|
|
For school my projects are mainly in Unity with programming in C#, though recently I have gotten opportunities to work in Unreal Engine 5 with blueprints and C++ which is rather fun. For personal projects I like working in C or C++ depending on the project's complexity.
|
|
</p>
|
|
<div class="project-grid">
|
|
<a class="internal" href="projects/ruins-of-edis.html">
|
|
<div class="project-card" ruins-of-edis></div>
|
|
<div class="project-labels">
|
|
<p>unity</p>
|
|
<p>team</p>
|
|
</div>
|
|
<h2 class="project-title">Ruins of Edis</h2>
|
|
<p class="project-card-role">C# Gameplay and physics programmer</p>
|
|
</a>
|
|
<a class="internal" href="projects/spirit-of-science.html">
|
|
<div class="project-card" spirit-of-science></div>
|
|
<div class="project-labels">
|
|
<p>unity</p>
|
|
<p>gamejam</p>
|
|
<p>team</p>
|
|
</div>
|
|
<h2 class="project-title">Spirit of Science</h2>
|
|
<p class="project-card-role">General C# Programmer</p>
|
|
</a>
|
|
<a class="internal" href="projects/stig-kart.html">
|
|
<div class="project-card" stig-kart></div>
|
|
<div class="project-labels">
|
|
<p>unity</p>
|
|
<p>team</p>
|
|
</div>
|
|
<h2 class="project-title">Stig Kart 64</h2>
|
|
<p class="project-card-role">C# Gameplay and physics programmer</p>
|
|
</a>
|
|
<a class="internal" href="projects/boids.html">
|
|
<div class="project-card" boids></div>
|
|
<div class="project-labels">
|
|
<p>c</p>
|
|
<p>sdl2</p>
|
|
<p>solo</p>
|
|
</div>
|
|
<h2 class="project-title">Boids</h2>
|
|
<p class="project-card-role">C Programmer</p>
|
|
</a>
|
|
<a class="internal" href="projects/gml-tile-movement.html">
|
|
<div class="project-card" gml-tile-movement></div>
|
|
<div class="project-labels">
|
|
<p>game maker 2</p>
|
|
<p>solo</p>
|
|
</div>
|
|
<h2 class="project-title">Tile Movement System</h2>
|
|
<p class="project-card-role">GML Programmer</p>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<section>
|
|
|
|
<h2 id="about-me">About Me</h2>
|
|
<div class="personal-info-grid" indented>
|
|
<div>
|
|
<p>
|
|
I started out programming at twelve years old and haven't been able to let go ever since. I have intermediate experience working with C# in Unity and Google Cloud Functions. I have worked with Git and Scrum. For personal projects I work with mainly C and C++. I also have previous experience with Javascript and GameMaker-Language.
|
|
I am hardworking with a pragmatic attention to technical detail. I love seeing a project come together and working with motivated teams. My favourite part of any project is learning all the intricacies of my tools as I use them. I strive to write organized code, that is efficient to run, build and maintain.
|
|
</p>
|
|
</div>
|
|
<div class="personal-info-photo"></div>
|
|
</div>
|
|
<a class="button internal" href="files/Resume.pdf">Resume</a>
|
|
|
|
<h2 id="experience">Experience</h2>
|
|
<div class="experience-grid" indented>
|
|
<div>
|
|
<h3>Graphisch Lyceum Utrecht</h3>
|
|
<p>Game Programming Student</p>
|
|
<p class="experience-grid-time">September 2021 - Now</p>
|
|
</div>
|
|
<div>
|
|
<h3>Appalot</h3>
|
|
<p>Junior API and automation developer</p>
|
|
<p class="experience-grid-time">September 2021 - Now</p>
|
|
</div>
|
|
<div>
|
|
<h3>Appalot(internship)</h3>
|
|
<p>API and automation intern</p>
|
|
<p class="experience-grid-time">June 2021 - August 2021</p>
|
|
</div>
|
|
<div>
|
|
<h3>Hobby Programmer</h3>
|
|
<p>Chief Experimentor</p>
|
|
<p class="experience-grid-time">2016 - forever</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<body>
|
|
</html>
|