initial
This commit is contained in:
+24
@@ -0,0 +1,24 @@
|
||||
<?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'; ?>
|
||||
|
||||
Reference in New Issue
Block a user