diff --git a/www/assets/css/main.css b/www/assets/css/main.css index ab79962..2833e06 100644 --- a/www/assets/css/main.css +++ b/www/assets/css/main.css @@ -74,6 +74,23 @@ body { .container { width: 1400px; } +/* Youtube embed size adjustment. + * Taken from https://stackoverflow.com/questions/35814653/automatic-height-when-embedding-a-youtube-video/54924505 + */ +.yt-container { + position: relative; + padding-bottom: 56.25%; /* 16:9 */ + height: 0; +} + +.yt-container iframe { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; +} + @media screen and (max-width: 1680px) { .container.\31 25\25 { width: 100%; @@ -273,6 +290,13 @@ body { .row.uniform.\32 5\25 { margin: -12.5px 0 -1px -12.5px; } +.row-vid-title > * { + padding: 15px 0 0 50px; + float: left; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; } + .\31 2u, .\31 2u\24 { width: 100%; clear: none; diff --git a/www/index.html b/www/index.html index 72313c9..f833d1f 100644 --- a/www/index.html +++ b/www/index.html @@ -114,7 +114,45 @@ - + +
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+

+ Watch the OpenInfra Live Zuul Update +

+
+
+
+
+
+
+
+
+
+ +
@@ -129,6 +167,20 @@ +
+
+
+
+
+
+ +
+
+
+
+
+
+

See how Zuul tests cross-project changes in parallel.