Merge pull request #11275 from usha-mandya/pricing-banner

Update the homepage banner
This commit is contained in:
Usha Mandya 2020-08-22 01:58:16 +01:00 committed by GitHub
commit f1fcbca274
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 1 deletions

View File

@ -203,7 +203,7 @@
</div> </div>
</section> </section>
{% include landing-page/docker-aci.html %} {% include landing-page/docker-pricing.html %}
<section class="container help-by-product"> <section class="container help-by-product">
<div class="row"> <div class="row">

View File

@ -0,0 +1,19 @@
<section class="join-community dockercon">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-6 col-lg-offset-1 col-lg-7">
<h2>
New Pricing and Packaging announced!
</h2>
<h5>
We've created new plans that provide enhanced privacy and security, parallel automated builds, user management, and more for developers and development teams.
</h5>
</div>
<div class="col-xs-12 col-md-6 col-lg-4 text-center">
<a class="btn" href="https://www.docker.com/pricing" target="_blank" class="card">
Check out the details
</a>
</div>
</div>
</div>
</section>