Merge remote-tracking branch 'ericswpark/master'
diff --git a/index.html b/index.html
index 85d8573..f2972ee 100644
--- a/index.html
+++ b/index.html
@@ -218,16 +218,20 @@
<div class="container">
<div class="row">
<div class="col-md-12" style="">
- <h3 class="display-3 text-truncate">Docs</h3>
- <p class="mb-4 lead">Bliss ROMs documentation can be found on our <a href="https://docs.blissroms.com">docs site</a>, while our development update posts can be found on the XDA thread for that devices release version.<br><br> We recommend all users start with using the documentation we have provided before trying to hunt us down online and ask us questions as this action takes away the valuable development time we have committed towards this project. None of us are paid for the work we do on Bliss, so please set your expectations accordingly. <br><br> For questions on if Bliss will work on your device, please search our public <a href="https://www.blissroms.com/stats.html">stats site</a> for your device, failing that, search the XDA or Google for a Bliss build for your device. </p>
+ <h3 class="display-3 text-truncate">Developers</h3>
<div class="row">
<div class="col-md-3" style=""><img class="img-fluid d-block" src="images/github-logo.png"></div>
<div class="col-md-7" style="">
- <h3>Want to help contribute towards our open source project?</h3>
- <p>We're always adding to Bliss development, and if this is your way of giving back, then feel free to download the source and submit commits through the BlissROMs Gerrit Review or check out our <a href="https://github.com/BlissRoms">GitHub repo</a></p>
+ <h3>Want to help contribute towards our open source projects?</h3>
+ <p>Documentation for BlissRoms and Bliss OS can be found on our wiki, while our development update posts can be found under our blog. Please read the documentation before asking a question on our Telegram development chats!<br><br>To get a glimpse on usage statistics of Bliss, please visit our statistics page.</p>
+ <p>If you want to contribute code, download the source from our GitHub organization and submit commits through our Gerrit review system!</p>
</div>
<div class="col-md-2 mx-auto" style="">
- <a class="btn mb-3 btn-secondary" href="https://docs.blissroms.com" target="_blank">BlissROMs Docs</a>
+ <a class="btn mb-3 btn-secondary" href="https://wiki.blissroms.com" target="_blank">Team Bliss Wiki</a>
+ <a class="btn mb-3 btn-secondary" href="https://blog.blissroms.com" target="_blank">Development blog</a>
+ <a class="btn mb-3 btn-secondary" href="https://stats.blissroms.com" target="_blank">Bliss Statistics</a>
+ <a class="btn mb-3 btn-secondary" href="https://github.com/BlissRoms" target="_blank">BlissRoms GitHub</a>
+ <a class="btn mb-3 btn-secondary" href="https://review.blissroms.com" target="_blank">Gerrit</a>
</div>
</div>
</div>