diff --git a/index.md b/index.md index 8fdedf0..4df6e7d 100644 --- a/index.md +++ b/index.md @@ -3,7 +3,11 @@ title: Welcome to the Blazor preview docs website! description: Learn about Blazor, an experimental .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly. documentType: index --- - +
+
+ LinkedIn Learning has unlocked the training course Blazor First Look for a limited time. +
+

diff --git a/template/styles/main.css b/template/styles/main.css index 99bcb95..6f4b005 100644 --- a/template/styles/main.css +++ b/template/styles/main.css @@ -2,6 +2,17 @@ body { font-size: 16px; } +.update-banner { + background-color: #ddd; + width: 100%; + padding: .9em; + margin-top: 50px; +} + +.update-banner div { + text-align: center; +} + .toc .level1 > li { font-weight: normal; } @@ -70,7 +81,7 @@ svg:hover path { .hero { height: 350px; - margin-top: 50px; + /* margin-top: 50px; Add back when removing the update banner */ padding-top: 50px; font-weight: 300; text-align: center; @@ -166,6 +177,9 @@ svg:hover path { .counter-key-section .glyphicon { display: none; } + .update-banner { + margin-top: 0px; + } } .footer {