mirror of https://github.com/docker/docs.git
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:
parent
57aecd4e53
commit
3ce6514066
|
@ -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>
|
||||||
|
|
|
@ -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';
|
||||||
|
|
Loading…
Reference in New Issue