website/modules/docs/contribute.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>