From 82c139c0f8f876983af81c972e9bb8f79bf59a00 Mon Sep 17 00:00:00 2001 From: Sara Date: Tue, 7 Nov 2023 20:41:56 +0100 Subject: [PATCH] StS release / added play now tags --- index.html | 101 ++++++++++++++++++++------------------------ shared/projects.css | 14 ++++++ shared/style.css | 1 + 3 files changed, 60 insertions(+), 56 deletions(-) diff --git a/index.html b/index.html index 19cfef6..158804a 100644 --- a/index.html +++ b/index.html @@ -23,49 +23,27 @@
-

Hello, my name is Sara. I'm a programming obsessive with a love for odd solutions and figuring out complex problems.

+

Hello, my name is Sara! I'm a game developer with love for the intricacies of player interaction.

Projects

-

- I have a varied skillset with many different programming and non-programming tools. Professionally I have worked with C++ and C# for games as well as VBA, javascript and python for automation scripts. - I can use the Unreal Editor, Unity Editor, I've worked in SDL2 without any engine, same for SFML. I can make 2d graphics in inkscape or illustrator and 3d graphics in blender. I have a solid understanding of REST, OOP and linear algebra. And where necessary i have no problem learning new tools or languages. -

-

COMING SOON

+

play on steam!

unreal engine

internship

Station to Station

C++ Intern@Galaxy Grove

- -
-
-

unreal engine

-

team

-

hlo

-
-

Tower VR

-

C++ Programmer

-
- -
-
-

unity

-

team

-
-

Ruins of Edis

-

C# Gameplay and physics programmer

-
- Resume

Experience

+
+

Galaxy Grove

+

C++ Intern

+

January 2023 - July 2023

+

Grafisch Lyceum Utrecht

Game Programming Student

@@ -167,7 +159,7 @@

C | Advanced

Frameworks: - ANSI, POSIX, SDL2 + SDL2

@@ -177,6 +169,13 @@ .NET, Google Cloud Functions, Unity

+
+

Rust | Advanced

+

+ Frameworks: + godot-rs +

+

Javascript | Intermediate

@@ -184,34 +183,24 @@ Node, Express, Google Cloud Functions, Airtable Scripting

-
-

UML | Intermediate

-

- Frameworks: - plantUML, draw.io, miro -

-
-
-

Rust | Beginner

-

- Frameworks: - std, sdl2-rs, gtk -

-
-
-

Microsoft Visual Basic For Applications(TM) | Intermediate

-

- Frameworks: - Excel macros -

-
-
-

/bin/bash | User

-

- Frameworks: - rm -rf --no-preserve-root "/*" -

-
+ +
+

/bin/bash | User

+

+ Frameworks: + rm -rf --no-preserve-root "/*" +

+
+
+ +
+

Microsoft Visual Basic For Applications(TM) | Intermediate

+

+ Frameworks: + Excel macros +

+
+
diff --git a/shared/projects.css b/shared/projects.css index acd5447..f431988 100644 --- a/shared/projects.css +++ b/shared/projects.css @@ -21,6 +21,7 @@ margin-top: 50px; } + @media only screen and (max-width: 640px) { .project-grid { display: grid; @@ -84,6 +85,11 @@ background-position: 0 0 } + +.project-card > h2 { + text-decoration: underline; +} + .project-labels { margin-top: 20px; } @@ -105,6 +111,14 @@ line-height: 2em; } +.project-labels > p.play-on-itch { + background:#fa5c5c; +} + +.project-labels > p.play-on-steam { + background:rgb(11, 81, 173); +} + h2.project-title { margin-top: 20px; margin-bottom: 10px; diff --git a/shared/style.css b/shared/style.css index ac281f6..7f5392e 100644 --- a/shared/style.css +++ b/shared/style.css @@ -61,6 +61,7 @@ div.info { font-style: italic; } + .embed { background-color: #000F; border-radius: 10px;