move marktplatz to banner

This commit is contained in:
derchris 2023-08-06 19:15:45 +02:00
parent edfd206d2f
commit bf5acf7f95
2 changed files with 28 additions and 43 deletions

View file

@ -78,7 +78,34 @@ $CONFIG['CONFERENCE'] = array(
*
* Wird diese Zeile auskommentiert, wird kein Banner ausgegeben.
*/
'BANNER_HTML' => '<img src="/configs/conferences/camp2023/logo.svg" class="logo">',
'BANNER_HTML' => '
<div class="container">
<div class="row group group-marktplatz">
<div class="col-xs-12">
<h2><span>Marktplatz</span></h2>
</div>
</div>
<div class="row room-group room-group-n0 room-group-marktplatz">
<div class="room room-marktplatz clearfix wide col-xs-12">
<a href="https://link-to-stream">
<div class="panel panel-default">
<div class="panel-heading">
<div class="panel-title">
<span class="roomtitle regular">Marktplatz</span>
<span class="roomtitle short">Marktplatz</span>
</div>
</div>
<div class="panel-body">
<img class="preview" src="http://cdn.c3voc.de/thumbnail/s6/thumb.jpeg" alt="Marktplatz" width="213" height="120">
</div>
</div>
</a>
</div
</div>
</div>
',
/**
* Link zu den Recordings
@ -119,7 +146,6 @@ $CONFIG['OVERVIEW'] = array(
'c3voctv'
),
'Content' => array(
'marktplatz',
'bits',
'digital',
'milliways',
@ -156,27 +182,6 @@ $CONFIG['ROOMS'] = array(
'IRC' => true,
'TWITTER' => true,
),
'marktplatz' => array(
'DISPLAY' => 'Marktplatz',
'STREAM' => 's1',
'PREVIEW' => true,
'TRANSLATION' => true,
'SD_VIDEO' => true,
'HD_VIDEO' => true,
'DASH' => true,
'H264_ONLY' => true,
'HLS' => true,
'SLIDES' => false,
'AUDIO' => false,
'MUSIC' => false,
'SCHEDULE' => true,
'SCHEDULE_NAME' => 'Marktplatz',
'FEEDBACK' => true,
'SUBTITLES' => false,
'EMBED' => true,
'IRC' => true,
'TWITTER' => true,
),
'bits' => array(
'DISPLAY' => 'Bits & Bäume',
'STREAM' => 's2',

View file

@ -42,25 +42,12 @@
@navbar-default-link-color: @bg-orange;
//@navbar-default-link-hover-color: @link-hover-color;
.logo {
width: 40%;
max-width: 400px;
margin-left: auto;
margin-right: auto;
display: block;
}
nav .navbar-brand .icon {
background-image: url(logo.svg);
background-size: contain;
}
body {
//background-image: url("/configs/conferences/fossgis2023/assets/bg.svg");
background-repeat: no-repeat;
background-position: bottom center;
background-attachment: fixed;
background-size: contain;
padding: @navbar-height 0;
color: @body-text;
font-family: "BeonRegular",Arial,sans-serif;
@ -153,13 +140,6 @@ h1, h2, body.overview .room a.title, body.overview .panel-primary a, .navbar-bra
margin-bottom: 0;
}
.banner img {
max-width: 50%;
}
.banner {
display: none
}
.well a {
color: @dark-grey;
text-decoration: underline;