Pārlūkot izejas kodu

Add DockerCon 2020 header image and update font

peter 5 gadi atpakaļ
vecāks
revīzija
43a781581c

BIN
tests/composefiles/aci-demo/web/static/images/dockercon-logo-2020.png


+ 1 - 0
tests/composefiles/aci-demo/web/static/index.html

@@ -7,6 +7,7 @@
 </head>
 
 <body>
+<div class="header logo"><img src="images/dockercon-logo-2020.png" /></div>
 <div class="sentence" ng-controller="LabCtrl">
   <div class="line line1 slide-in">
   <span class="result adjective slide-in">

+ 4 - 3
tests/composefiles/aci-demo/web/static/style.css

@@ -22,8 +22,9 @@ body {
 	background-color: #001f5b;
 }
 
-.logo {
-	margin-top: 30px;
+.logo img{
+	margin: -50px 0;
+	width: 435px;
 }
 
 .footer {
@@ -78,7 +79,7 @@ body {
 
 .result .word {
 	display: inline-block;
-	font-family: 'Raleway', sans-serif;
+	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 	font-size: 45px;
 	color: white;
 	line-height: 155px;