Add links to forum on contact page and sidebar

This commit is contained in:
Nick Craig-Wood 2016-10-05 14:55:09 +01:00
parent 9192e0a28d
commit 6c21009c76
2 changed files with 37 additions and 5 deletions

View file

@ -11,3 +11,17 @@
<br><iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Frclone.org%2F&amp;width=110&amp;layout=button_count&amp;action=like&amp;show_faces=true&amp;share=true&amp;height=21&amp;appId=232073720158744" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:200px; height:21px;" allowTransparency="true"></iframe>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" style="padding: 2px 15px;">
<h4>Links.</h4>
</div>
<div class="panel-body">
<p>
<i class="fa fa-comments" aria-hidden="true"></i> <a href="https://forum.rclone.org">Rclone forum.</a><br />
<i class="fa fa-github" aria-hidden="true"></i> <a href="https://github.com/ncw/rclone">Github project.</a><br />
<i class="fa fa-google-plus" aria-hidden="true"></i> <a href="https://google.com/+RcloneOrg" rel="publisher">Google+ page.</a><br />
<i class="fa fa-twitter" aria-hidden="true"></i> <a href="https://twitter.com/njcw">@njcw</a>
</p>
</div>
</div>