Add a new banner for Docker Hub signups

This commit is contained in:
Usha Mandya 2020-07-09 10:37:58 +01:00
parent 94a8c44837
commit 27e2978923
2 changed files with 20 additions and 1 deletions

View File

@ -203,7 +203,7 @@
</div>
</section>
{% include landing-page/dockercon-wrapup-banner.html %}
{% include landing-page/docker-hub-signup.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>
Share and Collaborate with Docker Hub
</h2>
<h5>
The world's leading service for finding and sharing container images with your team and the Docker community.
</h5>
</div>
<div class="col-xs-12 col-md-6 col-lg-4 text-center">
<a class="btn" href="https://hub.docker.com/" target="_blank" class="card">
Sign up for free
</a>
</div>
</div>
</div>
</section>