diff --git a/index.html b/index.html index 90d4486..615863e 100644 --- a/index.html +++ b/index.html @@ -33,6 +33,16 @@ 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 I like working in C or C++ depending on the project's complexity.

+ +
+
+

COMING SOON

+

unreal engine

+

internship

+
+

Station to Station

+

C++ Intern@Galaxy Grove

+
diff --git a/shared/projects.css b/shared/projects.css index 5aea659..de8eb98 100644 --- a/shared/projects.css +++ b/shared/projects.css @@ -78,6 +78,11 @@ background-image: url('../assets/tower-vr-cover.jpg'); } +.project-card[station-to-station] { + background-image: url('../assets/station-to-station-cover.jpg'); + background-position: 0 0 +} + .project-labels { margin-top: 20px; }