Added 2 other projects
parent
343fcb6b9d
commit
32108f81ad
Binary file not shown.
40
index.html
40
index.html
|
@ -100,6 +100,26 @@
|
|||
|
||||
<div class="games-list" full-width>
|
||||
|
||||
<div>
|
||||
<figure class="video pb-5">
|
||||
<video autoplay muted loop alt="A display of the hermitcollective homepage" style="border-radius: 15px;"
|
||||
src="assets/HermitCollective.webm">
|
||||
</figure>
|
||||
<div class="pb-3">
|
||||
<a class="button is-large is-link is-rounded" style="background-color: #b30000" target="_blank"
|
||||
href="https://hermitcollective.net">
|
||||
<span class="icon">
|
||||
<i class="mdi mdi-play"></i>
|
||||
</span>
|
||||
<strong>HermitCollective.net</strong>
|
||||
</a>
|
||||
</div>
|
||||
<br />
|
||||
<p class="has-text-white">HermitCollective is a collective of services that I have setup using <a href="https://nixos.org" target="_blank">NixOS</a>. </p>
|
||||
<p class="has-text-white">It is a project that I use to practice and hone my system administrator skills. </p>
|
||||
<a href="https://git.saragerretsen.nl/Hertog/HermitCollective.net" target="_blank">>Website source code can be found here<</a>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<figure class="video pb-5">
|
||||
<video autoplay muted loop alt="Gameplay of the Match3 minigame within playground heroes" style="border-radius: 15px;"
|
||||
|
@ -140,6 +160,26 @@
|
|||
<a href="https://github.com/Hertog-lab/-AbyssalKart">>The project github page can be found here<</a>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<figure class="video pb-5">
|
||||
<video autoplay muted loop alt="A wireframe spaceship flying through a purple space" style="border-radius: 15px;"
|
||||
src="assets/SpaceyGameplay.webm">
|
||||
</figure>
|
||||
<div class="pb-3">
|
||||
<a class="button is-large is-link is-rounded" style="background-color: #b30000" target="_blank"
|
||||
href="https://jikkej.itch.io/spacey">
|
||||
<span class="icon">
|
||||
<i class="mdi mdi-play"></i>
|
||||
</span>
|
||||
<strong>Spacey</strong>
|
||||
</a>
|
||||
</div>
|
||||
<br />
|
||||
<p class="has-text-white">Spacey is a game made during the International Education Game Jam 2022. </p>
|
||||
<p class="has-text-white">This game was made in 3 days seen as that was the limit for the game jam. </p>
|
||||
<a href="https://github.com/Hertog-lab/space" target="_blank">>Project source code can be found here<</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue