mirror of
https://codeberg.org/vegvisir/website.git
synced 2025-09-14 17:03: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>
21 lines
No EOL
601 B
PHP
21 lines
No EOL
601 B
PHP
<style><?= VV::css("public/assets/css/pages/docs/header") ?></style>
|
|
<section class="header">
|
|
<nav>
|
|
<a href="/docs"><button class="inline">
|
|
<p>introduction</p>
|
|
</button></a>
|
|
<a href="/docs/get-started"><button class="inline">
|
|
<p>installation</p>
|
|
</button></a>
|
|
<a href="/docs/Reference/PHP"><button class="inline">
|
|
<p>PHP</p>
|
|
</button></a>
|
|
<a href="/docs/Reference/JavaScript"><button class="inline">
|
|
<p>JavaScript</p>
|
|
</button></a>
|
|
</nav>
|
|
<button class="inline menu">
|
|
<?= VV::embed("public/assets/media/icons/hamburger.svg") ?>
|
|
<p>docs menu</p>
|
|
</button>
|
|
</section>
|