mirror of
https://codeberg.org/vegvisir/website.git
synced 2025-09-14 00:43:42 +02:00
Brand new design for the website following the new design language I used for [version 2.0 of my personal website](https://codeberg.org/vlw/vlw.se/releases/tag/2.0.0). Reviewed-on: https://codeberg.org/vegvisir/website/pulls/2 Co-authored-by: vlw <victor@vlw.se> Co-committed-by: vlw <victor@vlw.se>
33 lines
No EOL
1.1 KiB
PHP
33 lines
No EOL
1.1 KiB
PHP
<style><?= VV::css("public/assets/css/pages/docs/aside") ?></style>
|
|
<aside>
|
|
<nav>
|
|
<a href="/docs"><button class="inline">
|
|
<p>introduction</p>
|
|
<?= VV::embed("public/assets/media/icons/chevron.svg") ?>
|
|
</button></a>
|
|
<a href="/docs/get-started"><button class="inline solid">
|
|
<p>get started guide</p>
|
|
<?= VV::embed("public/assets/media/icons/chevron.svg") ?>
|
|
</button></a>
|
|
</nav>
|
|
<div class="spacer"></div>
|
|
<p>Reference guides</p>
|
|
<nav>
|
|
<a href="/docs/Reference/PHP"><button class="inline">
|
|
<p>PHP Reference</p>
|
|
<?= VV::embed("public/assets/media/icons/chevron.svg") ?>
|
|
</button></a>
|
|
<a href="/docs/Reference/JavaScript"><button class="inline">
|
|
<p>JavaScript Reference</p>
|
|
<?= VV::embed("public/assets/media/icons/chevron.svg") ?>
|
|
</button></a>
|
|
<a href="/docs/Reference/Env"><button class="inline">
|
|
<p>Environement variables</p>
|
|
<?= VV::embed("public/assets/media/icons/chevron.svg") ?>
|
|
</button></a>
|
|
<a href="/docs/Reference/vv-attributes"><button class="inline">
|
|
<p>'vv'-attributes</p>
|
|
<?= VV::embed("public/assets/media/icons/chevron.svg") ?>
|
|
</button></a>
|
|
</nav>
|
|
</aside>
|