From a796830cde073ff6b4cdc08e229c2bcc1a75932e Mon Sep 17 00:00:00 2001 From: derchris Date: Wed, 8 Apr 2020 14:07:10 +0200 Subject: divoc: add design --- .../divoc/archivo-black-v9-latin-regular.eot | Bin 0 -> 21175 bytes .../divoc/archivo-black-v9-latin-regular.svg | 312 +++++++++++++++++++++ .../divoc/archivo-black-v9-latin-regular.ttf | Bin 0 -> 46888 bytes .../divoc/archivo-black-v9-latin-regular.woff | Bin 0 -> 23180 bytes .../divoc/archivo-black-v9-latin-regular.woff2 | Bin 0 -> 18584 bytes configs/conferences/divoc/carrotdust.png | Bin 0 -> 146355 bytes configs/conferences/divoc/config.php | 35 ++- configs/conferences/divoc/font.css | 23 ++ .../conferences/divoc/hiddenservicesidebar-01.png | Bin 0 -> 85910 bytes configs/conferences/divoc/main.less | 176 ++++++++++++ configs/conferences/divoc/voctobunny.svg | 107 +++++++ 11 files changed, 651 insertions(+), 2 deletions(-) create mode 100644 configs/conferences/divoc/archivo-black-v9-latin-regular.eot create mode 100644 configs/conferences/divoc/archivo-black-v9-latin-regular.svg create mode 100644 configs/conferences/divoc/archivo-black-v9-latin-regular.ttf create mode 100644 configs/conferences/divoc/archivo-black-v9-latin-regular.woff create mode 100644 configs/conferences/divoc/archivo-black-v9-latin-regular.woff2 create mode 100644 configs/conferences/divoc/carrotdust.png create mode 100644 configs/conferences/divoc/font.css create mode 100644 configs/conferences/divoc/hiddenservicesidebar-01.png create mode 100644 configs/conferences/divoc/main.less create mode 100644 configs/conferences/divoc/voctobunny.svg (limited to 'configs/conferences') diff --git a/configs/conferences/divoc/archivo-black-v9-latin-regular.eot b/configs/conferences/divoc/archivo-black-v9-latin-regular.eot new file mode 100644 index 0000000..b1e0f01 Binary files /dev/null and b/configs/conferences/divoc/archivo-black-v9-latin-regular.eot differ diff --git a/configs/conferences/divoc/archivo-black-v9-latin-regular.svg b/configs/conferences/divoc/archivo-black-v9-latin-regular.svg new file mode 100644 index 0000000..266fcd5 --- /dev/null +++ b/configs/conferences/divoc/archivo-black-v9-latin-regular.svg @@ -0,0 +1,312 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/configs/conferences/divoc/archivo-black-v9-latin-regular.ttf b/configs/conferences/divoc/archivo-black-v9-latin-regular.ttf new file mode 100644 index 0000000..d95b7bb Binary files /dev/null and b/configs/conferences/divoc/archivo-black-v9-latin-regular.ttf differ diff --git a/configs/conferences/divoc/archivo-black-v9-latin-regular.woff b/configs/conferences/divoc/archivo-black-v9-latin-regular.woff new file mode 100644 index 0000000..d128c52 Binary files /dev/null and b/configs/conferences/divoc/archivo-black-v9-latin-regular.woff differ diff --git a/configs/conferences/divoc/archivo-black-v9-latin-regular.woff2 b/configs/conferences/divoc/archivo-black-v9-latin-regular.woff2 new file mode 100644 index 0000000..f9ec55b Binary files /dev/null and b/configs/conferences/divoc/archivo-black-v9-latin-regular.woff2 differ diff --git a/configs/conferences/divoc/carrotdust.png b/configs/conferences/divoc/carrotdust.png new file mode 100644 index 0000000..b5c2e5d Binary files /dev/null and b/configs/conferences/divoc/carrotdust.png differ diff --git a/configs/conferences/divoc/config.php b/configs/conferences/divoc/config.php index 5f891de..8aa4ffe 100644 --- a/configs/conferences/divoc/config.php +++ b/configs/conferences/divoc/config.php @@ -56,7 +56,7 @@ Eine sichtbare Gemeinschaft wird es nur dank des heimlichen Helden des Chaos: De * Wird für den -Tag verdet. Wird diese Zeile auskommentiert, wird kein solcher * -Tag generiert. */ - 'KEYWORDS' => 'divoc, ostern, easter', + 'KEYWORDS' => 'DIVOC, Hacking, Chaos Computer Club, Video, Music, Podcast, Media, Streaming, Hacker, Everywhere, Hidden Service, Ostern, Easter', /** * HTML-Code für den Footer (z.B. für spezielle Attribuierung mit -Tags) @@ -78,7 +78,7 @@ Eine sichtbare Gemeinschaft wird es nur dank des heimlichen Helden des Chaos: De * * Wird diese Zeile auskommentiert, wird kein Banner ausgegeben. */ - 'BANNER_HTML' => '', + 'BANNER_HTML' => '
', /** * Link zu den Recordings @@ -87,6 +87,8 @@ Eine sichtbare Gemeinschaft wird es nur dank des heimlichen Helden des Chaos: De //'RELEASES' => 'https://media.ccc.de/c/osc18', //'RELEASES' => 'https://www.youtube.com/playlist?list=PL_AMhvchzBaeIQntCDiVNUUgmRaAzam1V', + 'RELEASES' => 'https://media.ccc.de/c/divoc', + /** * Link zu einer (externen) ReLive-Übersichts-Seite * Wird diese Zeile auskommentiert, wird der Link nicht angezeigt @@ -355,6 +357,35 @@ $CONFIG['ROOMS'] = array( */ $CONFIG['EMBED'] = true; +/** + * Konfiguration des Feedback-Formulars + * + * Wird dieser Block auskommentiert, wird das gesamte Feedback-System deaktiviert + */ +$CONFIG['FEEDBACK'] = array( + /** + * DSN zum abspeichern der eingegebenen Daten + * die Datenbank muss eine Tabelle enthaltem, die dem in `lib/schema.sql` angegebenen + * Schema entspricht. + * + * Achtung vor Dateirechten: Bei SQLite reicht es nicht, wenn wer Webseiten-Benutzer + * die .sqlite3-Datei schreiben darf, er muss auch im übergeordneten Order neue + * (Lock-)Dateien anlegen dürfen + */ + 'DSN' => 'sqlite:/opt/streaming-feedback/feedback.sqlite3', + + /** + * Login-Daten für die /feedback/read/-Seite, auf der eingegangenes + * Feedback gelesen werden kann. + * + * Durch auskommentieren der beiden Optionen wird diese Seite komplett deaktiviert, + * es kann dann nur noch durch manuelle Inspektion der .sqlite3-Datei auf das Feedback + * zugegriffen werden. + */ + 'USERNAME' => 'katze', + 'PASSWORD' => trim(@file_get_contents('/opt/streaming-feedback/feedback-password')), +); + /** * Konfigurationen zum Konferenz-Fahrplan * Wird dieser Block auskommentiert, werden alle Fahrplan-Bezogenen Features deaktiviert diff --git a/configs/conferences/divoc/font.css b/configs/conferences/divoc/font.css new file mode 100644 index 0000000..4e3e0d1 --- /dev/null +++ b/configs/conferences/divoc/font.css @@ -0,0 +1,23 @@ +/** Blackout Midnight **/ +@font-face { + font-family: "Blackout Midnight"; + font-weight: 100; + font-style: normal; + src: url("blackout_midnight-webfont.eot"); + src: url("blackout_midnight-webfont.eot?#iefix") format('embedded-opentype'), + url("blackout_midnight-webfont.svg") format("svg"), + url("blackout_midnight-webfont.ttf") format("ttf"), + url("blackout_midnight-webfont.woff") format("woff"); +} + +/** Blackout 2AM **/ +@font-face { + font-family: "Blackout 2AM"; + font-weight: 100; + font-style: normal; + src: url("blackout_two_am-webfont.eot"); + src: url("blackout_two_am-webfont.eot?#iefix") format('embedded-opentype'), + url("blackout_two_am-webfont.svg") format("svg"), + url("blackout_two_am-webfont.ttf") format("ttf"), + url("blackout_two_am-webfont.woff") format("woff"); +} \ No newline at end of file diff --git a/configs/conferences/divoc/hiddenservicesidebar-01.png b/configs/conferences/divoc/hiddenservicesidebar-01.png new file mode 100644 index 0000000..dffc07a Binary files /dev/null and b/configs/conferences/divoc/hiddenservicesidebar-01.png differ diff --git a/configs/conferences/divoc/main.less b/configs/conferences/divoc/main.less new file mode 100644 index 0000000..47e81ee --- /dev/null +++ b/configs/conferences/divoc/main.less @@ -0,0 +1,176 @@ +@import "../../../assets/css/_structure.less"; + +@mainGrey: #f79520; +@grey-lighter: #555555; +@greyLight: #666565; +@bggrey: #333333; +@green: #5ab547; +@orange: #f79520; + +@brand-primary: @mainGrey; +@well-bg: @grey-lighter; +@navbar-default-bg: @grey-lighter; +@btn-default-bg: @mainGrey; +@panel-default-heading-bg: @greyLight; +@panel-default-text: @mainGrey; +@panel-bg: @grey-lighter; + +@navbar-height: 70px; +@navbar-default-bg: #444444; +@navbar-default-border: #6d6e71; + +/* + * buttons + */ + @btn-font-weight: 600; + a.btn, input.btn, .btn-primary { + text-transform: uppercase; + //color: @orange; + } + a.btn:hover, input.btn:hover { + color: @green; + } + +/* + * font + */ + @import url("/configs/conferences/divoc2020/font.css"); + +.font-headline { + //color: @color-grey; + font-family: 'Archivo Black', sans-serif; + font-weight: 100; /* black*/ + text-transform: uppercase; +} + +h1, +h2, +//h3, +body.overview .room a.title, +body.overview .panel-primary a, +.navbar-brand, +.panel-heading, +.panel-default > .panel-heading, +.nav.nav-tabs { + .font-headline() +} + +.panel-default { + border-color: #ad621b; +} + +.panel-default > .panel-heading { + border-color: @green; +} + + +body.room .tab-content { + border-left: 1px solid @green; + border-bottom: 1px solid @green; + border-right: 1px solid @green; +} + +.nav-tabs > li.active > a, +.nav-tabs > li.active > a:hover, +.nav-tabs > li.active > a:focus { + color: #FE5000; +} + +.panel { + background-color: transparent; +} + + +.panel-default > .panel-heading { + background-color: #ad621b; +} + +body .schedule .now { + //background-color: rgba(222,103,100,0.6); + //background-color: unset; + +} + +body .schedule .block.event h3 { + overflow: unset; + font-size: 16px; +} + + +h1, h3 { color: @orange; } +h2 { color: @green; } + + +body.overview .panel-body { + min-height: 10px; +} + +body { + background-color: @bggrey; + color: @green; + padding: @navbar-height 0; +} + +body .schedule .block h5 { + color: #767676; +} + +.nav > li { + position: relative; + display: block; + background-color: #333333; +} + + +nav.navbar { + .navbar-brand { + color: @mainGrey; + } + + .navbar-right { + text-align: right; + + .btn-ssl, a.feedback, a.releases, a.about { + color: @mainGrey; + background-color: transparent; + border-color: @mainGrey; + + &:hover { + background-color: @green; + border-color: @green; + } + } + + .btn-ssl.btn-warning { + color: grey; + background: transparent; + border-color: grey; + } + } +} + +.congress { + background-image: url(hiddenservicesidebar-01.png); + background-repeat: no-repeat; + background-size: 200px; + + position: fixed; + left: 10px; + top: 200px; + + width: 290px; + height: 1080px; + + opacity: 1; + z-index: -100; + + @media (max-width: @screen-sm-min) { + display: none; + } + } + + + +nav .navbar-brand .icon { + background-image: url(voctobunny.svg); +} \ No newline at end of file diff --git a/configs/conferences/divoc/voctobunny.svg b/configs/conferences/divoc/voctobunny.svg new file mode 100644 index 0000000..d367515 --- /dev/null +++ b/configs/conferences/divoc/voctobunny.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3