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
|
|
@ -31,6 +31,8 @@
|
|||
<a href="tech.html">How It Works</a>
|
||||
<a href="design.html" class="active">Design</a>
|
||||
<a href="download.html">Download</a>
|
||||
<a href="contribute.html">Contribute</a>
|
||||
<a href="https://discord.gg/pCjMbY9PmN">Discord</a>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
|
@ -1570,8 +1572,19 @@ frontend/
|
|||
</section>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<section>
|
||||
<h2>Contribute</h2>
|
||||
<p>ItsGoin is open source and built in public. This project was started by a network/tech web dev vibe-coding beyond his skill level with AI assistance. The design is ambitious and the implementation is real — but more hands make lighter work. If any of this interests you, jump in.</p>
|
||||
<p style="margin-top: 0.75rem;">
|
||||
<a href="https://git.itsgoin.net/Sologretto/itsgoin" class="btn btn-primary" style="margin-right: 0.5rem;">Source code on Forgejo</a>
|
||||
<a href="https://discord.gg/pCjMbY9PmN" class="btn btn-secondary">Join the Discord</a>
|
||||
</p>
|
||||
</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