changed about me
This commit is contained in:
parent
c75146bf69
commit
41ca79339a
15
index.html
15
index.html
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Portfolio - Sara Gerretsen</title>
|
||||
|
||||
|
@ -21,9 +22,11 @@
|
|||
<script>$(function () {$("#site-header").load("shared/header.html");});</script>
|
||||
</div>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<section>
|
||||
<h1 id="intro-sentence">Hello, my name is Sara! I'm a game developer with love for the intricacies of player interaction.</h1>
|
||||
<h1 id="intro-sentence">Hello, my name is Sara! I'm a game developer with love for the intricacies of player
|
||||
interaction.</h1>
|
||||
</section>
|
||||
<section>
|
||||
|
||||
|
@ -98,8 +101,12 @@
|
|||
<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.
|
||||
My primary interests are game programming and player interaction.
|
||||
I like learning about algorithms and design patterns.
|
||||
As well as about how to get players invested and excited.
|
||||
In my free time I like making games from scratch, or in custom engines.
|
||||
When it comes to third party engines I'm most experienced with the Unreal and
|
||||
Unity game engines. For personal projects I mainly work with SDL2, though sometimes I use SFML as well.
|
||||
</p>
|
||||
</div>
|
||||
<div class="personal-info-photo"></div>
|
||||
|
@ -203,5 +210,7 @@
|
|||
</s>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<body>
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue