landing-page: add link to docker-con register page

Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
This commit is contained in:
Jérémie Drouet 2020-05-12 15:02:42 +02:00
parent 57aecd4e53
commit 3ce6514066
2 changed files with 3 additions and 3 deletions

View File

@ -8,9 +8,9 @@
</h2> </h2>
</div> </div>
<div class="col-xs-12 col-md-6 col-lg-4 text-center"> <div class="col-xs-12 col-md-6 col-lg-4 text-center">
<button type="button" class="btn btn-danger"> <a class="btn" href="https://docker.events.cube365.net/docker/dockercon/">
Register for free Register for free
</button> </a>
</div> </div>
</div> </div>
</div> </div>

View File

@ -201,7 +201,7 @@ body#landing {
line-height: 37px;; line-height: 37px;;
} }
button { a.btn {
background-color: #FF3F73; background-color: #FF3F73;
color: white; color: white;
font-family: 'Open Sans'; font-family: 'Open Sans';