mirror of https://github.com/docker/docs.git
Add a new banner for Docker Hub signups
This commit is contained in:
parent
94a8c44837
commit
27e2978923
|
@ -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">
|
||||
|
|
|
@ -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>
|
Loading…
Reference in New Issue