mirror of https://github.com/docker/compose.git
Add DockerCon 2020 header image and update font
This commit is contained in:
parent
20009c55c3
commit
43a781581c
Binary file not shown.
After Width: | Height: | Size: 101 KiB |
|
@ -7,6 +7,7 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<div class="header logo"><img src="images/dockercon-logo-2020.png" /></div>
|
||||||
<div class="sentence" ng-controller="LabCtrl">
|
<div class="sentence" ng-controller="LabCtrl">
|
||||||
<div class="line line1 slide-in">
|
<div class="line line1 slide-in">
|
||||||
<span class="result adjective slide-in">
|
<span class="result adjective slide-in">
|
||||||
|
|
|
@ -22,8 +22,9 @@ body {
|
||||||
background-color: #001f5b;
|
background-color: #001f5b;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo {
|
.logo img{
|
||||||
margin-top: 30px;
|
margin: -50px 0;
|
||||||
|
width: 435px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
|
@ -78,7 +79,7 @@ body {
|
||||||
|
|
||||||
.result .word {
|
.result .word {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-family: 'Raleway', sans-serif;
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
font-size: 45px;
|
font-size: 45px;
|
||||||
color: white;
|
color: white;
|
||||||
line-height: 155px;
|
line-height: 155px;
|
||||||
|
|
Loading…
Reference in New Issue