diff options
author | derchris | 2019-08-22 16:23:01 +0200 |
---|---|---|
committer | derchris | 2019-08-22 16:23:01 +0200 |
commit | 25652cf2464c9209ed23a702b2297bd289219e30 (patch) | |
tree | 6ef4b7dabf916e8a4d1cbe0bdc16eaa38c895bbe /configs/conferences | |
parent | c82e65296852df570af9feaa4444765d1b9b59eb (diff) |
camp2019: add pwny village event
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/camp2019/config.php | 34 | ||||
-rw-r--r-- | configs/conferences/camp2019/main.less | 8 |
2 files changed, 38 insertions, 4 deletions
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; |