saragerretsen.nl/index.html
2022-10-08 00:21:59 +02:00

103 lines
3.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<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>
<div class="project-grid">
<div>
<a class="internal" href="projects/ruins-of-edis.html">
<div class="project-card" ruins-of-edis></div>
<h2>Ruins of Edis - Unity Game</h2>
<p class="project-card-role">
C# Gameplay and physics programmer
</p>
</a>
</div>
<div>
<a class="internal" href="projects/spirit-of-science.html">
<div class="project-card" spirit-of-science></div>
<h2>Spirit of Science - IEGJ Entry</h2>
<p class="project-card-role">
General C# Programmer
</p>
</a>
</div>
<div>
<a class="internal" href="projects/stig-kart.html">
<div class="project-card" stig-kart></div>
<h2>Stig Kart 64 - Unity Game</h2>
<p class="project-card-role">
C# Gameplay and physics programmer
</p>
</a>
</div>
<div>
<a class="internal" href="projects/boids.html">
<div class="project-card" boids></div>
<h2>Boids - C++ Simulation</h2>
<p class="project-card-role">
C++ Programmer
</p>
</a>
</div>
</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>
<h2 id="experience">Experience</h2>
<div class="experience-grid" indented>
<div>
<h3>Graphisch Lyceum Utrecht</h3>
<p>Game Programming Student</p>
<p>September 2021 - Now</p>
</div>
<div>
<h3>Appalot</h3>
<p>Junior API and automation developer</p>
<p>September 2021 - Now</p>
</div>
<div>
<h3>Appalot(internship)</h3>
<p>API and automation intern</p>
<p>June 2021 - August 2021</p>
</div>
<div>
<h3>Hobby Programmer</h3>
<p>Chief Experimentor</p>
<p>2016 - forever</p>
</div>
</div>
</section>
<body>
</html>