+{{ define "main" }}
+<div class="container-fluid" id="main-image">
+ <div class="row">
+ <div class="col text-center mt-4">
+ <img src="/img/white_logo.png">
+ </div>
+ </div>
+ <div class="row">
+ <div class="col-sm-4 mt-4 mb-4 mx-auto text-center fosdem-subtitle-frame px-2 py-2">
+ <span class="fosdem-subtitle">FOSDEM 2021 STANDS / Online / 6 & 7 February 2021</span>
+ </div>
+ </div>
+</div>
+{{ end }}
\ No newline at end of file
#license-text {
width: 60%;
+}
+
+#main-image {
+ background: url("/img/fosdem-banner.jpg");
+ background-repeat: no-repeat;
+ background-size: cover;
+}
+
+.fosdem-subtitle {
+ font-weight: 600;
+ font-size: 24px;
+ line-height: 28px;
+ color: #fff;
+ text-shadow: 0 1px 0 #000;
+}
+
+.fosdem-subtitle-frame {
+ background: #1e1e1e;
}
\ No newline at end of file