Change alt text in gallery
This commit is contained in:
parent
b72b4c655e
commit
d004cae406
|
@ -1,30 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
---
|
||||
layout: art
|
||||
title: "Hexaitos.com – Art"
|
||||
---
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
|
||||
<title>Hexaitos.com – Art</title>
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
|
||||
<body>
|
||||
<div class="menu">
|
||||
<a href="/index.html">Home</a>
|
||||
<a href="/blog.html">Blog</a>
|
||||
<a href="/art.html">Art</a>
|
||||
<a href="/refsheet.html">Ref sheet</a>
|
||||
<a href="/contact.html">Contact</a>
|
||||
</div>
|
||||
|
||||
<div class="main">
|
||||
<h1>Art of Hexaitos</h1>
|
||||
<h1>Art of Hexaitos</h1>
|
||||
|
||||
<div class="art">
|
||||
<div class="responsive">
|
||||
<div class="gallery">
|
||||
<a target="_blank" href="/assets/images/Hexaitos/CZGoldEdition/spookyHexaitos_icon.png">
|
||||
<img src="/assets/images/Hexaitos/CZGoldEdition/spookyHexaitos_icon.png" alt="Cinque Terre" width="600" height="400">
|
||||
<img src="/assets/images/Hexaitos/CZGoldEdition/spookyHexaitos_icon.png" alt="A spooky icon of an anthropomorphic bateleur eagle" width="600" height="400">
|
||||
</a>
|
||||
<div class="desc">Spooky icon portrait 2024 – CZGoldEdition</div>
|
||||
</div>
|
||||
|
@ -33,7 +18,7 @@
|
|||
<div class="responsive">
|
||||
<div class="gallery">
|
||||
<a target="_blank" href="/assets/images/Hexaitos/FaultyArts/hexaitos_bateleur.png">
|
||||
<img src="/assets/images/Hexaitos/FaultyArts/hexaitos_bateleur_thumb.png" alt="Cinque Terre" width="600" height="400">
|
||||
<img src="/assets/images/Hexaitos/FaultyArts/hexaitos_bateleur_thumb.png" alt="A reference sheet for an anthropomorphic bateleur eagle" width="600" height="400">
|
||||
</a>
|
||||
<div class="desc">Hexaitos ref sheet – FaultyArts</div>
|
||||
</div>
|
||||
|
@ -42,20 +27,11 @@
|
|||
<div class="responsive">
|
||||
<div class="gallery">
|
||||
<a target="_blank" href="/assets/images/Hexaitos/FaultyArts/hexaitos_icon.png">
|
||||
<img src="/assets/images/Hexaitos/FaultyArts/hexaitos_icon_small.png" alt="Cinque Terre" width="600" height="400">
|
||||
<img src="/assets/images/Hexaitos/FaultyArts/hexaitos_icon_small.png" alt="A simple shaded icon of an anthropomorphic bateleur eagle" width="600" height="400">
|
||||
</a>
|
||||
<div class="desc">Hexaitos bonus icon – FaultyArts</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="clearfix"></div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>2024 - 2024 hexaitos.com</p>
|
||||
<p>Made with Jekyll</p>
|
||||
<a rel="me" href="https://squawk.social/@hexaitos"></a>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
<div class="clearfix"></div>
|
6
art.html
6
art.html
|
@ -9,7 +9,7 @@ title: "Hexaitos.com – Art"
|
|||
<div class="responsive">
|
||||
<div class="gallery">
|
||||
<a target="_blank" href="/assets/images/Hexaitos/CZGoldEdition/spookyHexaitos_icon.png">
|
||||
<img src="/assets/images/Hexaitos/CZGoldEdition/spookyHexaitos_icon.png" alt="Cinque Terre" width="600" height="400">
|
||||
<img src="/assets/images/Hexaitos/CZGoldEdition/spookyHexaitos_icon.png" alt="A spooky icon of an anthropomorphic bateleur eagle" width="600" height="400">
|
||||
</a>
|
||||
<div class="desc">Spooky icon portrait 2024 – CZGoldEdition</div>
|
||||
</div>
|
||||
|
@ -18,7 +18,7 @@ title: "Hexaitos.com – Art"
|
|||
<div class="responsive">
|
||||
<div class="gallery">
|
||||
<a target="_blank" href="/assets/images/Hexaitos/FaultyArts/hexaitos_bateleur.png">
|
||||
<img src="/assets/images/Hexaitos/FaultyArts/hexaitos_bateleur_thumb.png" alt="Cinque Terre" width="600" height="400">
|
||||
<img src="/assets/images/Hexaitos/FaultyArts/hexaitos_bateleur_thumb.png" alt="A reference sheet for an anthropomorphic bateleur eagle" width="600" height="400">
|
||||
</a>
|
||||
<div class="desc">Hexaitos ref sheet – FaultyArts</div>
|
||||
</div>
|
||||
|
@ -27,7 +27,7 @@ title: "Hexaitos.com – Art"
|
|||
<div class="responsive">
|
||||
<div class="gallery">
|
||||
<a target="_blank" href="/assets/images/Hexaitos/FaultyArts/hexaitos_icon.png">
|
||||
<img src="/assets/images/Hexaitos/FaultyArts/hexaitos_icon_small.png" alt="Cinque Terre" width="600" height="400">
|
||||
<img src="/assets/images/Hexaitos/FaultyArts/hexaitos_icon_small.png" alt="A simple shaded icon of an anthropomorphic bateleur eagle" width="600" height="400">
|
||||
</a>
|
||||
<div class="desc">Hexaitos bonus icon – FaultyArts</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue