Add a security page and link it from the landing page and footer.

This commit is contained in:
yackob03 2013-11-22 15:54:23 -05:00
parent 650348fc03
commit b00f58d164
6 changed files with 66 additions and 11 deletions

View file

@ -72,17 +72,16 @@
<i class="fa fa-lock"></i>
<b>Secure</b>
<span class="shoutout-expand">
Store your private Docker containers where only you and your team
can access it, with communication secured by <strong>SSL at all times</strong>
Your data is transferred using <strong>SSL at all times</strong> and <strong>encrypted</strong> when at rest. More information available in our <a href="/security/">security guide</a>
</span>
</div>
<div class="col-md-4 shoutout">
<i class="fa fa-user"></i>
<i class="fa fa-group"></i>
<b>Shareable</b>
<span class="shoutout-expand">
Have to share a repository? No problem! Share with anyone you choose
</span>
</span>
</div>
<div class="col-md-4 shoutout">
@ -90,7 +89,7 @@
<b>Cloud Hosted</b>
<span class="shoutout-expand">
Accessible from anywhere, anytime
</span>
</span>
</div>
</div> <!-- row -->
</div> <!-- container -->