mirror of
https://codeberg.org/vegvisir/website.git
synced 2025-09-14 00:43:42 +02:00
First (rushed 😦) release of the Vegvisir website. Reviewed-on: https://codeberg.org/vegvisir/website/pulls/1 Co-authored-by: vlw <victor@vlw.se> Co-committed-by: vlw <victor@vlw.se>
18 lines
No EOL
806 B
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>
|