Add facebook, twitter and github icons to nav
This commit is contained in:
parent
544e6e7f6c
commit
4c37109ddd
|
@ -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>
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 814 B |
Binary file not shown.
After Width: | Height: | Size: 1004 B |
Loading…
Reference in New Issue