mirror of
https://codeberg.org/vegvisir/website.git
synced 2025-09-13 16:33:42 +02:00
47 lines
No EOL
1.8 KiB
PHP
47 lines
No EOL
1.8 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" target="_blank"><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" target="_blank"><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="https://vlw.se/work/archive?href=https://icellate.srv.vlw.se" target="_blank"><button class="inline">
|
|
<img src="/assets/media/img/icellate-com.avif">
|
|
<div>
|
|
<div>
|
|
<h3>icellate.com</h3>
|
|
<p>Main website for the Swedish bio-pharma start-up iCellate Medical built completely with Vegvisir.</p>
|
|
</div>
|
|
<?= VV::embed("public/assets/media/icons/chevron.svg") ?>
|
|
</div>
|
|
</button></a>
|
|
<a href="https://vlw.se/work/archive?href=https://genemate.srv.vlw.se" target="_blank"><button class="inline">
|
|
<img src="/assets/media/img/genemate-se.avif">
|
|
<div>
|
|
<div>
|
|
<h3>genemate.se</h3>
|
|
<p>E-commerce and service website for Genemate by iCellate Medical in an older version of Vegvisir.</p>
|
|
</div>
|
|
<?= VV::embed("public/assets/media/icons/chevron.svg") ?>
|
|
</div>
|
|
</button></a>
|
|
</section>
|