70 lines
1.2 KiB
PHP
70 lines
1.2 KiB
PHP
<x-layout>
|
|
|
|
<main class="col" style="gap:4rem">
|
|
<div class="gallery">
|
|
|
|
<a href="/immo/"
|
|
class="th"
|
|
>
|
|
<figure>
|
|
<img src="/pages/immo/th.jpg" width="200" alt="">
|
|
<figcaption>immo</figcaption>
|
|
</figure>
|
|
</a>
|
|
|
|
<a href="https://expowand.de"
|
|
class="th"
|
|
>
|
|
<figure>
|
|
<img src="/pages/expowand/th.jpg" width="200" alt="">
|
|
<figcaption>expowand</figcaption>
|
|
</figure>
|
|
</a>
|
|
|
|
<a href="/gfs/"
|
|
class="th"
|
|
>
|
|
<figure>
|
|
<img src="/pages/gfs/th.jpg" width="200" alt="">
|
|
<figcaption>gfs</figcaption>
|
|
</figure>
|
|
</a>
|
|
|
|
<a href="/alvarez/"
|
|
class="th"
|
|
>
|
|
<figure>
|
|
<img src="/pages/alvarez/th.jpg" width="200" alt="">
|
|
<figcaption>alvarez</figcaption>
|
|
</figure>
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<div class="article">
|
|
|
|
<h2>/vis</h2>
|
|
<ul>
|
|
<li><a href="/rainbow-star-cluster/">rainbow-star-cluster</a>
|
|
</ul>
|
|
|
|
<h2>/styles</h2>
|
|
<ul class="col-2">
|
|
<li><a href="/markdown-raw/">markdown-raw</a>
|
|
</ul>
|
|
|
|
<h2>/tools</h2>
|
|
<ul>
|
|
<li><a href="/gtlds/">gTLD's</a>
|
|
</ul>
|
|
|
|
<h2>~/scripts</h2>
|
|
<p>even more code at my instance for <a href="https://source.garden/dym/">source control</a>
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</main>
|
|
|
|
</x-layout>
|