reformatted most of the project grid for clarity and hover over effects
This commit is contained in:
parent
320539fae9
commit
a7ea79fe9a
74
index.html
74
index.html
|
@ -1,6 +1,8 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Portfolio - Scott Gerretsen</title>
|
||||
|
||||
<link rel="stylesheet" href="shared/style.css">
|
||||
<link rel="stylesheet" href="shared/projects.css">
|
||||
<style>
|
||||
|
@ -15,49 +17,63 @@
|
|||
</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>
|
||||
<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>
|
||||
<p class="intro-paragraph" indented>
|
||||
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 my preference is C++ with more and more pure C.
|
||||
</p>
|
||||
</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 class="project-labels">
|
||||
<p>unity</p>
|
||||
<p>team</p>
|
||||
</div>
|
||||
<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>
|
||||
<h2>Spirit of Science - IEGJ Entry</h2>
|
||||
<p class="project-card-role">
|
||||
General C# Programmer
|
||||
</p>
|
||||
</a>
|
||||
<div class="project-labels">
|
||||
<p>unity</p>
|
||||
<p>gamejam</p>
|
||||
<p>team</p>
|
||||
</div>
|
||||
<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>
|
||||
<h2>Stig Kart 64 - Unity Game</h2>
|
||||
<p class="project-card-role">
|
||||
C# Gameplay and physics programmer
|
||||
</p>
|
||||
</a>
|
||||
<div class="project-labels">
|
||||
<p>unity</p>
|
||||
<p>team</p>
|
||||
</div>
|
||||
<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/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>
|
||||
<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 class="project-labels">
|
||||
<p>c++</p>
|
||||
<p>sfml</p>
|
||||
<p>solo</p>
|
||||
</div>
|
||||
<h2 class="project-title">Boids</h2>
|
||||
<p class="project-card-role">C++ Programmer</p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
@ -79,22 +95,22 @@
|
|||
<div>
|
||||
<h3>Graphisch Lyceum Utrecht</h3>
|
||||
<p>Game Programming Student</p>
|
||||
<p>September 2021 - Now</p>
|
||||
<p class="experience-grid-time">September 2021 - Now</p>
|
||||
</div>
|
||||
<div>
|
||||
<h3>Appalot</h3>
|
||||
<p>Junior API and automation developer</p>
|
||||
<p>September 2021 - Now</p>
|
||||
<p class="experience-grid-time">September 2021 - Now</p>
|
||||
</div>
|
||||
<div>
|
||||
<h3>Appalot(internship)</h3>
|
||||
<p>API and automation intern</p>
|
||||
<p>June 2021 - August 2021</p>
|
||||
<p class="experience-grid-time">June 2021 - August 2021</p>
|
||||
</div>
|
||||
<div>
|
||||
<h3>Hobby Programmer</h3>
|
||||
<p>Chief Experimentor</p>
|
||||
<p>2016 - forever</p>
|
||||
<p class="experience-grid-time">2016 - forever</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue