Beginnings of the enterprise tour content.
This commit is contained in:
parent
a8369128c4
commit
3a7e66458d
2 changed files with 57 additions and 1 deletions
|
@ -1465,7 +1465,7 @@ form input.ng-valid.ng-dirty,
|
|||
.product-tour .tour-header {
|
||||
text-align: center;
|
||||
margin-bottom: 40px;
|
||||
border-bottom: 4px solid black;
|
||||
border-bottom: 4px solid #333;
|
||||
}
|
||||
|
||||
.product-tour .tour-header .tour-shoutout-header {
|
||||
|
@ -4230,4 +4230,8 @@ have a fixed width and height (but it's not required).
|
|||
|
||||
.trusted-logos .trusted-logo.apptentive {
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.enterprise-icon {
|
||||
text-align: center;
|
||||
}
|
|
@ -218,4 +218,56 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tour-section row">
|
||||
<div class="col-sm-3 enterprise-icon">
|
||||
<span class="fa-stack fa-5x">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-lock fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</div>
|
||||
<div class="col-sm-9">
|
||||
<div class="tour-section-title">Take control of your own security</div>
|
||||
<div class="tour-section-description">
|
||||
The nature of machine images is that they often contain keys and passwords. We're pretty proud of the <a href="/security/">security</a> of our hosted offering, but we recognize that there are situations, such as compliance or auditing, where you must control your own end to end security. Quay.io Enterprise Edition runs in your own data centers, inside your firewall.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tour-section row">
|
||||
<div class="col-sm-3 col-sm-push-9 enterprise-icon">
|
||||
<span class="fa-stack fa-5x">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-bar-chart-o fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</div>
|
||||
<div class="col-sm-9 col-sm-pull-3">
|
||||
<div class="tour-section-title">Auditing and insight done right</div>
|
||||
<div class="tour-section-description">
|
||||
Our platform has built in logging and insight tools, allowing you to see who performed every action on the contents and access control settings of your repositories. This will help you pass internal auditing and compliance requirements more easily.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tour-section row">
|
||||
<div class="col-sm-3 enterprise-icon">
|
||||
<span class="fa-stack fa-5x">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-users fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</div>
|
||||
<div class="col-sm-9">
|
||||
<div class="tour-section-title">Organize your repositories like you organize your business</div>
|
||||
<div class="tour-section-description">
|
||||
The built in teams and organizations features of Quay.io allow you to finely control how the different teams and projects within your enterprise collaborate on repositories.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tour-action">
|
||||
<a href="mailto:support@devtable.com?Subject=Enterprise%20Quay.io%20Inquiry" data-title="Email us to find out more." bs-tooltip="tooltip.title">
|
||||
<button class="btn btn-success">
|
||||
Contact Us
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Reference in a new issue