website/public/demos.php

18 lines
No EOL
806 B
PHP

<style><?= VV::css("public/assets/css/pages/demos.css") ?></style>
<section id="wip">
<container>
<h1>WIP</h1>
<p>Sorry, this whole website is a work in progress.. this page especially so.</p>
</container>
</section>
<section id="websites">
<container>
<h1>Websites built with Vegvisir</h1>
<ul>
<li><a href="https://vlw.se" target="_blank"><button class="shade">https://vlw.se</button></a></li>
<li><a href="https://icellate.com" target="_blank"><button class="shade">https://icellate.com</button></a></li>
<li><a href="https://genemate.se" target="_blank"><button class="shade">https://genemate.se</button></a></li>
<li><a href="https://codeberg.org/vegvisir/website" target="_blank"><button class="shade">..and this website! (view source)</a></li>
</ul>
</container>
</section>