website/modules/docs/contribute.php
vlw e5a0a8169c Initial code commit (#1)
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>
2024-08-30 10:01:58 +00:00

12 lines
No EOL
557 B
PHP

<style><?= VV::css("modules/docs/contribute/style.css") ?></style>
<section class="contribute">
<container>
<h1>Contribute? 💕</h1>
<p>Have you found a problem om this page? Would you like to help make this little project a bit better?</p>
<ul>
<li><a href="/"><button class="solid"><p>Quick-report a problem on this page</p></button></a></li>
<li><a href="/"><button class="shade"><p>Report a bug</p></button></a></li>
<li><a href="/"><button class="shade"><p>Learn how to contribute</p></button></a></li>
</ul>
</container>
</section>