2024-10-12 10:56:37 +00:00
|
|
|
|
---
|
|
|
|
|
layout: art
|
2024-10-26 20:09:30 +00:00
|
|
|
|
title: "hexaitos.com – Art of Hexaitos"
|
|
|
|
|
description: "This page contains art that I have comissioned of Hexaitos."
|
2024-10-12 10:56:37 +00:00
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
<h1>Art of Hexaitos</h1>
|
|
|
|
|
|
|
|
|
|
<div class="art">
|
2024-10-26 20:09:30 +00:00
|
|
|
|
{% for artwork in site.art %}
|
|
|
|
|
<div class="responsive">
|
|
|
|
|
<div class="gallery">
|
|
|
|
|
<a target="_blank" href="{{ artwork.image }}">
|
|
|
|
|
<img src="{{ artwork.thumb }}" alt="{{ artwork.alt }}" width="600" height="400">
|
|
|
|
|
</a>
|
|
|
|
|
<div class="desc">{{ artwork.desc }}</div>
|
|
|
|
|
</div>
|
2024-10-12 10:56:37 +00:00
|
|
|
|
</div>
|
2024-10-26 20:09:30 +00:00
|
|
|
|
{% endfor %}
|
2024-10-12 10:56:37 +00:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="clearfix"></div>
|