mirror of https://github.com/docker/docs.git
Merge pull request #11275 from usha-mandya/pricing-banner
Update the homepage banner
This commit is contained in:
commit
f1fcbca274
|
|
@ -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">
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
Loading…
Reference in New Issue