2013-10-03 17:54:59 +00:00
< div class = "jumbotron landing" >
< div class = "container" >
< div class = "row messages" >
< div class = "col-md-7" >
< div ng-show = "user.anonymous" >
< h1 > Secure hosting for < b > private< / b > docker containers< / h1 >
< h3 > Use the docker images < b > your team< / b > needs with the safety of < b > private< / b > storage< / h3 >
2013-10-04 18:35:51 +00:00
< div class = "sellcall" > < a href = "#/plans" > Private repository plans starting at $7/mo< / a > < / div >
2013-10-03 17:54:59 +00:00
< / div >
2013-10-02 04:28:24 +00:00
2013-10-03 17:54:59 +00:00
< div ng-show = "!user.anonymous" >
< div ng-show = "loadingmyrepos" >
2013-10-03 17:57:55 +00:00
< i class = "icon-spinner icon-spin icon-3x" > < / i >
2013-10-03 17:54:59 +00:00
< / div >
< 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 >
< 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 >
< / div >
< div ng-show = "!loadingmyrepos && myrepos.length == 0" >
< div class = "sub-message" >
You don't have any < b > private< / b > repositories yet!
2013-10-02 04:28:24 +00:00
2013-10-03 17:54:59 +00:00
< div class = "options" >
< div class = "option" > < a href = "#/guide" > Learn how to create a repository< / a > < / div >
< div class = "or" > < span > or< / span > < / div >
< div class = "option" > < a href = "#/repository" > Browse the public repositories< / a > < / div >
< / div >
< / div >
< / div >
< / div >
< / div > <!-- col -->
2013-10-02 04:28:24 +00:00
2013-10-03 17:54:59 +00:00
< div class = "col-md-4 col-md-offset-1" >
< div ng-show = "user.anonymous" >
< form class = "form-signup" name = "signupForm" ng-submit = "register()" data-trigger = "manual" data-content = "{{ registerError }}" data-placement = "left" ng-show = "!awaitingConfirmation && !registering" >
< input type = "text" class = "form-control" placeholder = "Create a username" name = "username" ng-model = "newUser.username" autofocus required >
< input type = "email" class = "form-control" placeholder = "Email address" ng-model = "newUser.email" required >
< input type = "password" class = "form-control" placeholder = "Create a password" ng-model = "newUser.password" required >
< input type = "password" class = "form-control" placeholder = "Verify your password" ng-model = "newUser.repeatePassword" match = "newUser.password" required >
2013-10-04 18:35:51 +00:00
< div class = "form-group" >
< button class = "btn btn-lg btn-primary btn-block" ng-disabled = "signupForm.$invalid" type = "submit" > Sign Up for Free!< / button >
< p class = "help-block" > No credit card required.< / p >
< / div >
2013-10-03 17:54:59 +00:00
< / form >
< div ng-show = "registering" style = "text-align: center" >
< span class = "spin" color = "#fff" style = "display: inline-block" > < / span >
< / div >
< div ng-show = "awaitingConfirmation" >
< div class = "sub-message" > Thank you for registering! We have sent you an activation email. You must < b > verify your email address< / b > before you can continue.< / div >
< / div >
< / div >
< div ng-show = "!user.anonymous" class = "user-welcome" >
< img class = "gravatar" src = "//www.gravatar.com/avatar/{{ user.gravatar }}?s=128&d=identicon" / >
< div class = "sub-message" > Welcome < b > {{ user.username }}< / b > !< / div >
< button ng-show = "myrepos" class = "btn btn-lg btn-primary btn-block" ng-click = "browseRepos()" > Browse all repositories< / button >
< / div >
< / div > <!-- col -->
< / div > <!-- row -->
2013-10-01 01:11:30 +00:00
2013-10-03 17:54:59 +00:00
< div class = "row" ng-show = "user.anonymous" >
2013-10-03 17:57:55 +00:00
< div class = "col-md-4 shoutout" >
< i class = "icon-lock" > < / i >
< b > Secure< / b >
Store your private docker containers securely where only you and your team
can access it
2013-10-02 02:13:43 +00:00
< / div >
2013-10-01 01:11:30 +00:00
2013-10-03 17:57:55 +00:00
< div class = "col-md-4 shoutout" >
2013-10-04 18:35:51 +00:00
< i class = "icon-user" > < / i >
< b > Shareable< / b >
Have to share a container? No problem! Share with anyone you choose
2013-10-01 23:37:33 +00:00
< / div >
2013-10-01 01:11:30 +00:00
2013-10-03 17:57:55 +00:00
< div class = "col-md-4 shoutout" >
2013-10-04 18:35:51 +00:00
< i class = "icon-cloud" > < / i >
< b > Cloud Hosted< / b >
Accessible from anywhere, anytime
2013-10-02 02:28:39 +00:00
< / div >
2013-10-03 17:54:59 +00:00
< / div > <!-- row -->
< / div > <!-- container -->
< / div > <!-- jumbotron -->
2013-10-01 01:11:30 +00:00
2013-10-05 02:18:42 +00:00
< div class = "product-tour container" ng-show = "user.anonymous" >
< div class = "tour-header row" >
< div class = "tour-shoutout-header" > < i class = "icon-chevron-sign-down" > < / i > < / div >
< div class = "tour-shoutout" > Why use Quay< / div >
< / div >
< div class = "tour-section row" >
2013-10-05 18:33:31 +00:00
< div class = "col-md-7" > < img src = "http://1.bp.blogspot.com/-HieEyF9wvVQ/Uk3epFZc6QI/AAAAAAAAADU/-Ov_3v2JkHQ/s640/Screenshot+from+2013-10-03+17%253A12%253A21.png" class = "img-responsive" > < / div >
< div class = "col-md-5" >
2013-10-05 02:18:42 +00:00
< div class = "tour-section-title" > Customized for you< / div >
< div class = "tour-section-description" >
2013-10-05 18:33:31 +00:00
Your personal home screen shows those repositories most important to you, ordered by recent activity.
2013-10-05 02:18:42 +00:00
< / div >
< div class = "tour-section-description" > Keep up to date on the status of those repositories you deem important.< / div >
< / div >
< / div >
< div class = "tour-section row" >
2013-10-05 18:33:31 +00:00
< div class = "col-md-7 col-md-push-5" > < img src = "http://4.bp.blogspot.com/-0uJZWmoTuaU/Uk3eo8BHAjI/AAAAAAAAADM/PhY-ZNNj0tw/s640/Screenshot+from+2013-10-03+17%253A12%253A41.png" class = "img-responsive" > < / div >
< div class = "col-md-5 col-md-pull-7" >
2013-10-05 02:18:42 +00:00
< div class = "tour-section-title" > Useful views of respositories< / div >
< div class = "tour-section-description" >
2013-10-05 18:33:31 +00:00
Each repository is presented with the maximum amount of useful information, including its image history, < b > markdown< / b > -based description, and tags.
2013-10-05 02:18:42 +00:00
< / div >
< / div >
< / div >
< div class = "tour-section row" >
2013-10-05 18:33:31 +00:00
< div class = "col-md-7" > < img src = "http://4.bp.blogspot.com/-aF-RMMxhKmw/Uk3eoys3wsI/AAAAAAAAADc/1uxE8BJ-QHY/s640/Screenshot+from+2013-10-03+17%253A13%253A07.png" class = "img-responsive" > < / div >
< div class = "col-md-5" >
2013-10-05 02:18:42 +00:00
< div class = "tour-section-title" > Share at your control< / div >
< div class = "tour-section-description" >
2013-10-05 18:33:31 +00:00
Share any repository with as many (or as few) users as you choose.
2013-10-05 02:18:42 +00:00
< / div >
< div class = "tour-section-description" > Want to share with the world? Make your repository public.< / div >
< div class = "tour-section-description" > Need a repository only for your team? Share with your team members.< / div >
< div class = "tour-section-description" > Need finer grain control? Mark a user as read-only or read/write.< / div >
2013-10-05 18:33:31 +00:00
< / div >
2013-10-05 02:18:42 +00:00
< / div >
< / div >
2013-10-03 17:54:59 +00:00
< nav class = "landing-footer" >
< div class = "row" >
< div class = "col-md-2 col-md-offset-1" >
< h4 > About< / h4 >
< ul >
< li > < a href = "http://blog.devtable.com/" > Blog< / a > < / li >
< / ul >
2013-10-01 01:11:30 +00:00
< / div >
2013-10-03 17:54:59 +00:00
< div class = "col-md-2" >
< h4 > Legal< / h4 >
< ul >
< li > < a href = "/tos" > Terms of Service< / a > < / li >
< li > < a href = "/privacy" > Privacy Policy< / a > < / li >
< / ul >
2013-10-01 01:11:30 +00:00
< / div >
2013-10-03 17:54:59 +00:00
< div class = "col-md-2" >
< h4 > Support< / h4 >
< ul >
< li > < a href = "mailto:support@quay.io" > Contact Support< / a > < / li >
< li > < a href = "#/guide/" > Getting Started Guide< / a > < / li >
< / ul >
2013-10-01 01:11:30 +00:00
< / div >
2013-10-03 17:54:59 +00:00
< div class = "col-md-3 col-md-offset-2 copyright-container" >
< a href = "https://devtable.com" > < img class = "dt-logo" src = "/static/dt-logo.png" > < / a >
< span class = "copyright" > © 2013 DevTable, LLC< / span >
< / div >
< / div > <!-- row -->
2013-10-01 01:11:30 +00:00
2013-10-03 17:54:59 +00:00
< / nav >