- Add a repo-circle directive and change all repo icons uses to it

- Have the repo-circle directive show the padlock in all places
- Mention SSL on the landing page and the pricing page
This commit is contained in:
Joseph Schorr 2013-10-22 01:26:14 -04:00
parent 7884fef5f3
commit d51ab5952b
9 changed files with 80 additions and 35 deletions

View file

@ -15,7 +15,7 @@
<div ng-show="!loadingmyrepos && myrepos.length > 0">
<h2>Your Top Repositories</h2>
<div class="repo-listing" ng-repeat="repository in myrepos">
<i class="icon-hdd icon-large"></i>
<span class="repo-circle no-background" repo="repository"></span>
<a ng-href="/repository/{{ repository.namespace }}/{{ repository.name }}">{{repository.namespace}}/{{repository.name}}</a>
<div class="description" ng-bind-html-unsafe="getCommentFirstLine(repository.description)"></div>
</div>
@ -71,8 +71,8 @@
<i class="icon-lock"></i>
<b>Secure</b>
<span class="shoutout-expand">
Store your private docker containers securely where only you and your team
can access it
Store your private docker containers where only you and your team
can access it, with communication secured by <strong>SSL at all times</strong>
</span>
</div>