Merge pull request #10923 from usha-mandya/landing-page-banner

Replace the DockerCon banner
This commit is contained in:
Usha Mandya 2020-05-29 17:02:50 +01:00 committed by GitHub
commit bcbe243edb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 1 deletions

View File

@ -239,7 +239,7 @@
</div>
</section>
{% include landing-page/dockercon-banner.html %}
{% include landing-page/dockercon-wrapup-banner.html %}
<section class="container help-by-product">
<div class="row">

View File

@ -0,0 +1,20 @@
<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">
<img src="/images/docker-con-2020.svg" alt="docker con" />
<h2>
Thank you for attending DockerCon 2020!
</h2>
<h5>
You can now watch the sessions you missed and share your favourites with your friends and colleagues.
</h5>
</div>
<div class="col-xs-12 col-md-6 col-lg-4 text-center">
<a class="btn" href="https://docker.events.cube365.net/docker/dockercon/" target="_blank" class="card">
Watch the recordings
</a>
</div>
</div>
</div>
</section>