dym-sh/resources/views/graphics.blade.php

46 lines
811 B
PHP

<x-layout>
<main>
<div class="gallery">
<a href="https://figma.com/@dym_sh"
class="th"
>
<figure>
<img src="/pages/figma/th.jpg" width="200" alt="">
<figcaption>figma</figcaption>
</figure>
</a>
<a href="/identity/"
class="th"
>
<figure>
<img src="/pages/identity/eye-talk-dark.png" width="200" alt="">
<figcaption>identity</figcaption>
</figure>
</a>
<a href="/posters/"
class="th"
>
<figure>
<img src="/pages/posters/ns5-icons-poster.png" width="200" alt="">
<figcaption>posters</figcaption>
</figure>
</a>
<a href="/scra/"
class="th"
>
<figure>
<img src="/pages/scra/04-fallg.jpg" width="200" alt="">
<figcaption>scra</figcaption>
</figure>
</a>
</div>
</main>
</x-layout>