Update the homepage banner

This commit is contained in:
Usha Mandya 2020-08-20 22:47:07 +01:00
parent 4232eb2c70
commit 0a4442a399
2 changed files with 20 additions and 1 deletions

View File

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