GEX website at gex.ondrovo.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
gex-website/contact.php

24 lines
695 B

<?php $curpage = basename(__FILE__); require '_header.php'; ?>
<section>
<div>
<h1>How to Contribute</h1>
<p>
GEX is open-source, and I want it to grow beyond the current one-man-show.
A <a href="https://github.com/gexpander/">GitHub mirror</a> of most of the GEX
repositories is available and regularly updated to match the upstream.
Feel free to send pull requests or issues to these repos.
</p>
<h1>Contact</h1>
<p>
You can reach me by e-mail at <a href="mailto:ondra@ondrovo.com">ondra@ondrovo.com</a>,
or send me a message on Mastodon (GNU Social compatible): <a>@MightyPork@dev.glitch.social</a>
</p>
</div>
</section>
<?php require '_footer.php'; ?>