added project card for station to station
This commit is contained in:
parent
a1e0e83b3f
commit
31b7eae299
10
index.html
10
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.
|
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>
|
</p>
|
||||||
<div class="project-grid">
|
<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">
|
<a class="internal" href="projects/hlo-projectvtd.html">
|
||||||
<div class="project-card" tower-vr></div>
|
<div class="project-card" tower-vr></div>
|
||||||
<div class="project-labels">
|
<div class="project-labels">
|
||||||
|
|
|
@ -78,6 +78,11 @@
|
||||||
background-image: url('../assets/tower-vr-cover.jpg');
|
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 {
|
.project-labels {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue