aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--assets/images/gitter.pngbin0 -> 364 bytes
-rw-r--r--index.html3
2 files changed, 2 insertions, 1 deletions
diff --git a/assets/images/gitter.png b/assets/images/gitter.png
new file mode 100644
index 0000000..b69d3ff
--- /dev/null
+++ b/assets/images/gitter.png
Binary files differ
diff --git a/index.html b/index.html
index 6210842..13d67ee 100644
--- a/index.html
+++ b/index.html
@@ -21,7 +21,8 @@
<img src="assets/images/logo.svg" alt="logo" style="max-width: 100%;">
<h1>Project Condor</h1>
<p>DIY Drone System</p>
- <a class="btn btn-default" href="https://github.com/project-condor"><i class="fa fa-github"></i></a>
+ <a class="btn btn-default" href="https://github.com/project-condor"><i class="fa fa-github"></i> Source on GitHub</a>
+ <a class="btn btn-default" href="https://gitter.im/project-condor/project-condor"><img src="assets/images/gitter.png" style="height:12px"> Chat</a>
</div>
</div>
</header>