Website: contribute page, Discord/Forgejo links, nav update, security cleanup
- New contribute.html with honest project story and contributor guide - Discord and Contribute links added to nav on all pages - Forgejo + Discord links in all footers - Removed sensitive data from project-notes (passwords, server paths) - Updated .gitignore to exclude keystores, APKs, AppImages, credentials Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
800388cda4
commit
e6f55fb1d6
5 changed files with 161 additions and 6 deletions
|
|
@ -15,6 +15,8 @@
|
|||
<a href="tech.html" class="active">How It Works</a>
|
||||
<a href="design.html">Design</a>
|
||||
<a href="download.html">Download</a>
|
||||
<a href="contribute.html">Contribute</a>
|
||||
<a href="https://discord.gg/pCjMbY9PmN">Discord</a>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
|
@ -193,10 +195,21 @@ wrapped_key[i] = X25519_DH(author_ed25519, recipient_ed25519[i]) XOR CEK</code><
|
|||
</table>
|
||||
</div>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Help build ItsGoin</h2>
|
||||
<div class="card">
|
||||
<p>Full disclosure: ItsGoin has been built by a network/tech web dev and junior programmer who's been vibe-coding well beyond his skill level with the help of AI. The architecture is ambitious, the codebase is real, and it works — but it could use experienced eyes and hands.</p>
|
||||
<p>If you're a Rust developer, a systems programmer, a cryptography enthusiast, or just someone who cares about decentralized tech — we'd love your help. The code is open source and the design document lays out everything.</p>
|
||||
<p style="margin-top: 1rem;">
|
||||
<a href="https://git.itsgoin.net/Sologretto/itsgoin" class="btn btn-primary" style="margin-right: 0.5rem;">Browse the code</a>
|
||||
<a href="https://discord.gg/pCjMbY9PmN" class="btn btn-secondary">Join the Discord</a>
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>ItsGoin — Apache 2.0 License — <a href="https://itsgoin.com">itsgoin.com</a></p>
|
||||
<p>ItsGoin — Apache 2.0 License — <a href="https://itsgoin.com">itsgoin.com</a> · <a href="https://discord.gg/pCjMbY9PmN">Discord</a> · <a href="https://git.itsgoin.net/Sologretto/itsgoin">Source Code</a></p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue