changed about me

This commit is contained in:
Sara 2023-11-24 21:50:40 +01:00
parent c75146bf69
commit 41ca79339a

View file

@ -1,5 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>Portfolio - Sara Gerretsen</title> <title>Portfolio - Sara Gerretsen</title>
@ -15,18 +16,20 @@
margin-bottom: 100px; margin-bottom: 100px;
} }
</style> </style>
<script type="text/javascript" src="shared/jquery.min.js"></script> <script type="text/javascript" src="shared/jquery.min.js"></script>
<div id="site-header"> <div id="site-header">
<script>$(function(){$("#site-header").load("shared/header.html");});</script> <script>$(function () {$("#site-header").load("shared/header.html");});</script>
</div> </div>
</head> </head>
<body> <body>
<section> <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>
<section> <section>
<h2 id="projects">Projects</h2> <h2 id="projects">Projects</h2>
<div indented> <div indented>
<div class="project-grid"> <div class="project-grid">
@ -98,8 +101,12 @@
<div class="personal-info-grid" indented> <div class="personal-info-grid" indented>
<div> <div>
<p> <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. My primary interests are game programming and player interaction.
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. 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> </p>
</div> </div>
<div class="personal-info-photo"></div> <div class="personal-info-photo"></div>
@ -172,8 +179,8 @@
<div> <div>
<h3>Rust | Advanced</h3> <h3>Rust | Advanced</h3>
<p> <p>
<b>Frameworks:</b> <b>Frameworks:</b>
godot-rs godot-rs
</p> </p>
</div> </div>
<div> <div>
@ -203,5 +210,7 @@
</s> </s>
</div> </div>
</section> </section>
<body>
<body>
</html> </html>