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

70 lines
1.2 KiB
PHP
Raw Permalink Normal View History

2024-08-07 13:08:48 +02:00
<x-layout>
2024-08-06 16:39:08 +02:00
2024-08-07 13:08:48 +02:00
<main class="col" style="gap:4rem">
2024-08-06 16:39:08 +02:00
<div class="gallery">
2024-08-07 13:08:48 +02:00
<a href="/immo/"
class="th"
>
2024-08-06 16:39:08 +02:00
<figure>
2024-08-07 13:08:48 +02:00
<img src="/pages/immo/th.jpg" width="200" alt="">
2024-08-06 16:39:08 +02:00
<figcaption>immo</figcaption>
</figure>
</a>
2024-08-07 13:08:48 +02:00
<a href="https://expowand.de"
class="th"
>
2024-08-06 16:39:08 +02:00
<figure>
2024-08-07 13:08:48 +02:00
<img src="/pages/expowand/th.jpg" width="200" alt="">
2024-08-06 16:39:08 +02:00
<figcaption>expowand</figcaption>
</figure>
</a>
2024-08-07 13:08:48 +02:00
<a href="/gfs/"
class="th"
>
2024-08-06 16:39:08 +02:00
<figure>
2024-08-07 13:08:48 +02:00
<img src="/pages/gfs/th.jpg" width="200" alt="">
2024-08-06 16:39:08 +02:00
<figcaption>gfs</figcaption>
</figure>
</a>
2024-08-07 13:08:48 +02:00
<a href="/alvarez/"
class="th"
>
2024-08-06 16:39:08 +02:00
<figure>
2024-08-07 13:08:48 +02:00
<img src="/pages/alvarez/th.jpg" width="200" alt="">
2024-08-06 16:39:08 +02:00
<figcaption>alvarez</figcaption>
</figure>
</a>
</div>
2024-08-07 15:33:25 +02:00
<div class="article">
2024-08-06 16:39:08 +02:00
<h2>/vis</h2>
<ul>
2024-08-07 13:08:48 +02:00
<li><a href="/rainbow-star-cluster/">rainbow-star-cluster</a>
</ul>
2024-08-06 16:39:08 +02:00
<h2>/styles</h2>
<ul class="col-2">
2024-08-07 13:08:48 +02:00
<li><a href="/markdown-raw/">markdown-raw</a>
</ul>
2024-08-06 16:39:08 +02:00
<h2>/tools</h2>
<ul>
2024-08-07 13:08:48 +02:00
<li><a href="/gtlds/">gTLD's</a>
</ul>
2024-08-06 16:39:08 +02:00
<h2>~/scripts</h2>
<p>even more code at my instance for <a href="https://source.garden/dym/">source control</a>
</p>
</div>
</main>
2024-08-07 13:08:48 +02:00
</x-layout>