mirror of
https://codeberg.org/vegvisir/website.git
synced 2025-09-13 16:33: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>
12 lines
No EOL
557 B
PHP
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>
|