website/public/examples.php

37 lines
No EOL
1.2 KiB
PHP

<style><?= VV::css("public/assets/css/pages/examples") ?></style>
<section class="heading">
<h1>Vegvisir in production</h1>
<p>Here are some examples of Vegvisir being used on real websites!</p>
</section>
<section class="grid">
<a href="https://codeberg.org/vegvisir/website"><button class="inline">
<img src="/assets/media/img/vegvisir-website.avif">
<div>
<div>
<h3>This website</h3>
<p>The website you're viewing right now has been built from scratch using only Vegvisir components.</p>
</div>
<?= VV::embed("public/assets/media/icons/chevron.svg") ?>
</div>
</button></a>
<a href="https://vlw.se"><button class="inline">
<img src="/assets/media/img/vlw-se.avif">
<div>
<div>
<h3>vlw.se</h3>
<p>My personal website built from scratch in Vegvisir for the front-end and other "in-house" libraries for the rest.</p>
</div>
<?= VV::embed("public/assets/media/icons/chevron.svg") ?>
</div>
</button></a>
<a href="/"><button class="inline">
<img src="/assets/media/img/icellate-com.avif">
<div>
<div>
<h3>icellate.com</h3>
<p>[Archived] Website for the Swedish bio-pharma start-up iCellate Medical.</p>
</div>
<?= VV::embed("public/assets/media/icons/chevron.svg") ?>
</div>
</button></a>
</section>