Add facebook, twitter and github icons to nav

This commit is contained in:
Kyle Johnson 2014-07-24 09:33:54 -04:00
parent 544e6e7f6c
commit 4c37109ddd
4 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,11 @@
<li><a href="{{ nav.link }}" target="{{ nav.target }}">{{ nav.text }}</a></li>
{% endfor %}
</ul>
<div class="pull-right">
<a href="http://www.facebook.com/zoneminder"><img src="/images/social/facebook.png" class="navbar-btn" /></a>
<a href="https://twitter.com/zoneminder"><img src="/images/social/twitter.png" class="navbar-btn" /></a>
<a href="https://github.com/ZoneMinder/ZoneMinder/"><img src="/images/social/Octocat.png" class="navbar-btn" /></a>
</div>
</div>
</div>
</div>

BIN
images/social/Octocat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
images/social/facebook.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 814 B

BIN
images/social/twitter.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1004 B