Add testimonial to the org tour page
This commit is contained in:
parent
8117c5ead9
commit
ea8f5ba59e
3 changed files with 21 additions and 0 deletions
|
@ -1539,6 +1539,13 @@ form input.ng-valid.ng-dirty,
|
|||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.product-tour .testimonial {
|
||||
margin-bottom: 20px;
|
||||
margin-top: 10px;
|
||||
padding-top: 20px;
|
||||
border-top: 4px solid #ccc;
|
||||
}
|
||||
|
||||
.landing .popover-content {
|
||||
color: black;
|
||||
}
|
||||
|
|
|
@ -182,6 +182,20 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row testimonial">
|
||||
<div class="message">
|
||||
Docker is at the core of Aptible's deployment platform, and Quay provides the secure repository hosting we need to safely store our customer's application images, and our own. With its thorough team access control model, we can be sure that only authorized users are able to access a Docker image repository. No other Docker repository index makes this as easy as Quay.
|
||||
</div>
|
||||
|
||||
<div class="speaker-info">
|
||||
<img src="/static/img/testimonial-frank.png">
|
||||
<span class="speaker-info-internal">
|
||||
<span class="speaker">Frank Macreery</span>
|
||||
<span class="speaker-title"><a href="https://www.aptible.com" target="_blank" alt="Aptible">Aptible</a> - CTO & Co-Founder</span>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tour-action">
|
||||
<a href="/organizations/new/" data-title="Starts the process to create a new organization" bs-tooltip="tooltip.title">
|
||||
<button class="btn btn-success">
|
||||
|
|
BIN
static/img/testimonial-frank.png
Normal file
BIN
static/img/testimonial-frank.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
Reference in a new issue