mirror of https://github.com/docker/docs.git
Update the homepage banner
This commit is contained in:
parent
4232eb2c70
commit
0a4442a399
|
@ -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">
|
||||
|
|
|
@ -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