-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
base config and style for GodotCon 2023
- Loading branch information
Showing
4 changed files
with
252 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,171 @@ | ||
<?php | ||
|
||
$upcoming = Upcoming::getNextEvents('/^dgna$/i'); | ||
|
||
if(count($upcoming) < 1) | ||
{ | ||
$DATE = strtotime('1970-01-01 19:30'); | ||
$TITLE = 'Unknown'; | ||
} | ||
else | ||
{ | ||
$upcoming_event = $upcoming[0]; | ||
$DATE = strtotime($upcoming_event['start_date'].' 19:30'); | ||
$TITLE = $upcoming_event['name']; | ||
} | ||
|
||
/** | ||
* Globaler Schalter für die Embedding-Funktionalitäten | ||
* | ||
* Wird diese Zeile auskommentiert oder auf False gesetzt, werden alle | ||
* Embedding-Funktionen deaktiviert. | ||
*/ | ||
$CONFIG['EMBED'] = true; | ||
|
||
/** | ||
* Globale Konfiguration der Twitter-Links. | ||
* | ||
* Wird dieser Block auskommentiert, werden keine Twitter-Links mehr erzeugt. Sollen die | ||
* Twitter-Links für jeden Raum einzeln konfiguriert werden, muss dieser Block trotzdem | ||
* existieren sein. ggf. einfach auf true setzen: | ||
* | ||
* $CONFIG['TWITTER'] = true | ||
*/ | ||
$CONFIG['TWITTER'] = false; | ||
|
||
$CONFIG['CONFERENCE'] = array( | ||
/** | ||
* Der Startzeitpunkt der Konferenz als Unix-Timestamp. Befinden wir uns davor, wird die Closed-Seite | ||
* mit einem Text der Art "hat noch nicht angefangen" angezeigt. | ||
* | ||
* Wird dieser Zeitpunkt nicht angegeben, gilt die Konferenz immer als angefangen. (Siehe aber ENDS_AT | ||
* und CLOSED weiter unten) | ||
*/ | ||
'STARTS_AT' => $DATE - 60*30, // -30 Minuten, | ||
|
||
/** | ||
* Der Endzeitpunkt der Konferenz als Unix-Timestamp. Befinden wir uns danach, wird eine Danke-Und-Kommen-Sie- | ||
* Gut-Nach-Hause-Seite sowie einem Ausblick auf die kommenden Events angezeigt. | ||
* | ||
* Wird dieser Zeitpunkt nicht angegeben, endet die Konferenz nie. (Siehe aber CLOSED weiter unten) | ||
*/ | ||
'ENDS_AT' => $DATE + 60*150, // +2½ Stunden, | ||
|
||
/** | ||
* Titel der Konferenz (kann Leer- und Sonderzeichen enthalten) | ||
* Dieser im Seiten-Header, im <title>-Tag, in der About-Seite und ggf. ab weiteren Stellen als | ||
* Anzeigetext benutzt | ||
*/ | ||
'TITLE' => 'GodotCon 2023', | ||
|
||
/** | ||
* Veranstalter | ||
* Wird für den <meta name="author">-Tag verdet. Wird diese Zeile auskommentiert, wird kein solcher | ||
* <meta>-Tag generiert. | ||
*/ | ||
'AUTHOR' => 'Godot Foundation', | ||
|
||
/** | ||
* Beschreibungstext | ||
* Wird für den <meta name="description">-Tag verdet. Wird diese Zeile auskommentiert, wird kein solcher | ||
* <meta>-Tag generiert. | ||
*/ | ||
'DESCRIPTION' => 'At GodotCon, we celebrate open source and game development through a series of inspiring talks and workshops. Over two days, learn from experts, share your experiences, and enjoy the company of fellow game developers.', | ||
|
||
/** | ||
* Schlüsselwortliste, Kommasepariert | ||
* Wird für den <meta name="keywords">-Tag verdet. Wird diese Zeile auskommentiert, wird kein solcher | ||
* <meta>-Tag generiert. | ||
*/ | ||
'KEYWORDS' => 'GodotCon,Godot Engine,Godot,Game Development,Game Engine', | ||
|
||
/** | ||
* HTML-Code für den Footer (z.B. für spezielle Attribuierung mit <a>-Tags) | ||
* Sollte üblicherweise nur Inline-Elemente enthalten | ||
* Wird diese Zeile auskommentiert, wird die Standard-Attribuierung für (c3voc.de) verwendet | ||
*/ | ||
'FOOTER_HTML' => ' | ||
<a href="https://conference.godotengine.org/">GodotCon</a>: a <a href="https://godotengine.org/">Godot Engine</a> event. | ||
', | ||
|
||
/** | ||
* HTML-Code für den Banner (nur auf der Startseite, direkt unter dem Header) | ||
* wird üblicherweise für KeyVisuals oder Textmarke verwendet (vgl. Blaues | ||
* Wischiwaschi auf http://media.ccc.de/) | ||
* | ||
* Dieser HTML-Block wird üblicherweise in der main.less speziell für die | ||
* Konferenz umgestaltet. | ||
* | ||
* Wird diese Zeile auskommentiert, wird kein Banner ausgegeben. | ||
*/ | ||
/* 'BANNER_HTML' => ' | ||
<img src="../configs/conferences/pw18/logo3.png"> | ||
', | ||
*/ | ||
|
||
/** | ||
* Link zu den Recordings | ||
* Wird diese Zeile auskommentiert, wird der Link nicht angezeigt | ||
* | ||
* 'RELEASES' => 'https://media.ccc.de/c/pw18', | ||
*/ | ||
|
||
/** | ||
* Um die interne ReLive-Ansicht zu aktivieren, kann hier ein ReLive-JSON | ||
* konfiguriert werden. Üblicherweise wird diese Datei über das Script | ||
* configs/download.sh heruntergeladen, welches von einem Cronjob | ||
* regelmäßig getriggert wird. | ||
* | ||
* Wird diese Zeile auskommentiert, wird der Link nicht angezeigt | ||
*/ | ||
//'RELIVE_JSON' => 'https://cdn.c3voc.de/relive/revision/index.json', | ||
); | ||
|
||
/** | ||
* Konfiguration der Stream-Übersicht auf der Startseite | ||
*/ | ||
$CONFIG['OVERVIEW'] = array( | ||
/** | ||
* Abschnitte aud der Startseite und darunter aufgeführte Räume | ||
* Es können beliebig neue Gruppen und Räume hinzugefügt werden | ||
* | ||
* Die Räume müssen in $CONFIG['ROOMS'] konfiguriert werden, | ||
* sonst werden sie nicht angezeigt. | ||
*/ | ||
'GROUPS' => array( | ||
'Live' => array( | ||
'godotcon' | ||
), | ||
), | ||
); | ||
|
||
|
||
|
||
/** | ||
* Liste der Räume (= Audio & Video Produktionen, also auch DJ-Sets oä.) | ||
*/ | ||
$CONFIG['ROOMS'] = array( | ||
'netzabend' => array( | ||
'DISPLAY' => 'GodotCon', | ||
'STREAM' => 'godotcon', | ||
'PREVIEW' => true, | ||
|
||
'TRANSLATION' => false, | ||
'SD_VIDEO' => true, | ||
'HD_VIDEO' => true, | ||
'H264_ONLY' => true, | ||
'DASH' => true, | ||
'AUDIO' => false, | ||
'SLIDES' => false, | ||
'MUSIC' => false, | ||
|
||
'SCHEDULE' => false, | ||
'FEEDBACK' => false, | ||
'EMBED' => true, | ||
), | ||
|
||
); | ||
|
||
|
||
|
||
return $CONFIG; |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
@import "../../../assets/css/_structure.less"; | ||
|
||
/* BeonRegular */ | ||
@font-face { | ||
font-family: 'Montserrat'; | ||
src: url('/configs/conferences/godotcon/font.ttf') format('truetype'); | ||
} | ||
|
||
@link-color: #78E5F6; | ||
@panel-bg: #445aa1; | ||
@well-bg: @panel-bg; | ||
@panel-primary-border: #445aa1; | ||
@panel-default-heading-bg: #EFF1F5; | ||
@panel-default-text: #EFF1F5; | ||
|
||
@navbar-default-link-color: #FFFFFF; | ||
|
||
@nav-link-hover-bg: #000000; | ||
|
||
@navbar-default-bg: #3D8FCC; | ||
|
||
// conference specific styles here | ||
|
||
body { | ||
background-color: #333F67; | ||
color: #EFF1F5; | ||
font-family: "Montserrat",Arial,sans-serif; | ||
} | ||
|
||
h1, h2, body.overview .room a.title, body.overview .panel-primary a, .navbar-brand { | ||
font-family: "Montserrat",Arial,sans-serif; | ||
font-weight: bold; | ||
} | ||
|
||
.banner { | ||
color: #e22129; | ||
|
||
h2 { | ||
font-weight: normal; | ||
} | ||
} | ||
|
||
.navbar-default { | ||
background: #3D8FCC; | ||
background: linear-gradient(180deg, rgba(47,117,168,1) 0%, rgba(61,143,204,1) 100%); | ||
box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; | ||
} | ||
|
||
.navbar-brand { | ||
// color: transparent !important; | ||
height: 50px; | ||
background-image: url('logo_color.svg'); | ||
background-repeat: no-repeat; | ||
background-size: auto 42px; | ||
background-position: 3px 3px; | ||
padding-left: 60px; | ||
font-size: 20px; | ||
color: #EFF1F5 !important; | ||
.icon { | ||
display: none !important; | ||
} | ||
} | ||
|
||
.btn-default { | ||
color: #EFF1F5; | ||
background-color: #F57389; | ||
border-color: #F57389; | ||
} | ||
|
||
footer { | ||
color: #EFF1F5; | ||
} | ||
|
||
footer a { | ||
color: @link-color; | ||
} | ||
|
||
.nav > li > a:hover, .nav > li > a:focus { | ||
background: #78E5F6; | ||
} |