added project card for station to station

This commit is contained in:
Scott-G-GD 2023-05-17 13:40:23 +02:00
parent a1e0e83b3f
commit 31b7eae299
2 changed files with 15 additions and 0 deletions

View file

@ -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.
</p>
<div class="project-grid">
<a class="internal" href="projects/station-to-station.html" style="background-color: #fcece3">
<div class="project-card" station-to-station></div>
<div class="project-labels">
<p style="background-color: rgba(0, 132, 255, 255)">COMING SOON</p>
<p>unreal engine</p>
<p>internship</p>
</div>
<h2 class="project-title">Station to Station</h2>
<p class="project-card-role">C++ Intern@Galaxy Grove</p>
</a>
<a class="internal" href="projects/hlo-projectvtd.html">
<div class="project-card" tower-vr></div>
<div class="project-labels">

View file

@ -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;
}