From 25652cf2464c9209ed23a702b2297bd289219e30 Mon Sep 17 00:00:00 2001 From: derchris Date: Thu, 22 Aug 2019 16:23:01 +0200 Subject: camp2019: add pwny village event --- configs/conferences/camp2019/config.php | 34 +++++++++++++++++++++++++++++---- configs/conferences/camp2019/main.less | 8 ++++++++ 2 files changed, 38 insertions(+), 4 deletions(-) (limited to 'configs/conferences') diff --git a/configs/conferences/camp2019/config.php b/configs/conferences/camp2019/config.php index 62d3d42..e67d2e0 100644 --- a/configs/conferences/camp2019/config.php +++ b/configs/conferences/camp2019/config.php @@ -125,9 +125,11 @@ $CONFIG['OVERVIEW'] = array( 'tent-1', 'tent-2', 'thm', - ), - - ), + ), + 'Villages' => array( + 'pwny', + ), + ), ); @@ -405,7 +407,31 @@ $CONFIG['ROOMS'] = array( 'EMBED' => true, 'IRC' => true, 'TWITTER' => true, - ), + ), + + 'pwny' => array( + 'DISPLAY' => 'Pwny Racing - Episode 7 @ Dragon Sleep Pwn Sector', + 'STREAM' => 'q2', + 'PREVIEW' => true, + 'STEREO' => false, + + 'TRANSLATION' => false, + 'SD_VIDEO' => true, + 'HD_VIDEO' => true, + 'DASH' => true, + 'AUDIO' => true, + 'SLIDES' => false, + 'MUSIC' => false, + + 'SCHEDULE' => false, + 'SCHEDULE_NAME' => 'Plank', + + 'FEEDBACK' => false, + 'SUBTITLES' => false, + 'EMBED' => true, + 'IRC' => false, + 'TWITTER' => false, + ), ); diff --git a/configs/conferences/camp2019/main.less b/configs/conferences/camp2019/main.less index 5a9251d..c34d07f 100644 --- a/configs/conferences/camp2019/main.less +++ b/configs/conferences/camp2019/main.less @@ -19,10 +19,18 @@ body.overview .room-thm .panel-default > .panel-heading { background-color: @campgreen; } +body.overview .room-pwny .panel-default > .panel-heading { + background-color: @chaosblue; +} + body.overview .room-thm .panel-heading { display: block; } +body.overview .room-pwny .panel-heading { + display: block; +} + body { background-image: url(cccamp19_logo_colors_RGB.png); background-repeat: no-repeat; -- cgit v1.2.3