FIX: Only ready work in documented. Images added, view ubtton optional.

This commit is contained in:
MajorDroolz
2023-01-04 22:18:53 -05:00
parent 34e75a3748
commit 87a3c3d2b4
7 changed files with 70 additions and 33 deletions

View File

@@ -28,11 +28,17 @@ layout: default
<li>{{outcome}}</li>
{% endfor %}
</ul>
<a href="/404" id="experience-button" class="nav-link white button r-icon" data-i="arrow_right">View Example</a>
{% if malung.link %}
<a href="{{malung.link}}" id="experience-button" class="nav-link white button r-icon" data-i="arrow_right">View {{malung.title}}</a>
{% endif %}
</div>
<div id="image-side">
<div id="image" class="shadow">
<h1>Image Not Available</h1>
{% if malung.image %}
<img id="image-inner" src="{{malung.image}}" alt="Image of {{malung.title}}">
{% else %}
<h1 aria-hidden>Image Not Available</h1>
{% endif %}
</div>
<div id="stack">
{% for tech in malung.stack %}