Skip to content

Commit

Permalink
Game added to tech demos
Browse files Browse the repository at this point in the history
  • Loading branch information
ghluka committed Sep 7, 2024
1 parent bde69ef commit 0f2aaea
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
Binary file added assets/img/previews/game.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions techdemos/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,28 @@ layout: default
</div>
</a>
</article>

<article class="card-wrapper card">
<a href="https://ghluka.github.io/First-Unity-Game/" class="post-preview row g-0 flex-md-row-reverse">
{% assign card_body_col = '12' %}
{% assign image = '/assets/img/previews/game.png' %}
{% if image %}
{% assign src = image %}
{% assign alt = 'Preview Image' %}
<div class="col-md-5">
<img src="{{ src }}" alt="{{ alt }}" {{ lqip }}>
</div>
{% assign card_body_col = '7' %}
{% endif %}
<div class="col-md-{{ card_body_col }}">
<div class="card-body d-flex flex-column">
<h1 class="card-title my-2 mt-md-0">First Unity Game</h1>
<div class="card-text content mt-0 mb-3">
<p>Parkour game based off that one famous voxel game involving mining and crafting.</p>
</div>
</div>
</div>
</a>
</article>
</div>

0 comments on commit 0f2aaea

Please sign in to comment.