diff options
Diffstat (limited to '')
| -rwxr-xr-x | configs/conferences/bub2018/config.php | 304 | ||||
| -rw-r--r-- | configs/conferences/bub2018/logo.png | 699 | ||||
| -rwxr-xr-x | configs/conferences/bub2018/main.less | 93 | 
3 files changed, 1096 insertions, 0 deletions
| diff --git a/configs/conferences/bub2018/config.php b/configs/conferences/bub2018/config.php new file mode 100755 index 0000000..152c9f0 --- /dev/null +++ b/configs/conferences/bub2018/config.php @@ -0,0 +1,304 @@ +<?php + +$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' => strtotime("2018-11-17 10:00"), + +	/** +	 * 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' => strtotime("2018-11-18 18:00"), + +	/** +	 * Hiermit kann die Funktionalitaet von STARTS_AT/ENDS_AT überschrieben werden. Der Wert 'before' +	 * simuliert, dass die Konferenz noch nicht begonnen hat. Der Wert 'after' simuliert, dass die Konferenz +	 * bereits beendet ist. 'running' simuliert eine laufende Konferenz. +	 * +	 * Der Boolean true ist aus Abwärtskompatibilitätsgründen äquivalent zu 'after'. False ist äquivalent +	 * zu 'running'. +	 */ +//	'CLOSED' => 'running', + +	/** +	 * 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' => 'Bits & Bäume', + +	/** +	 * Veranstalter +	 * Wird für den <meta name="author">-Tag verdet. Wird diese Zeile auskommentiert, wird kein solcher +	 * <meta>-Tag generiert. +	 */ +  'AUTHOR' => 'Bits & Bäume', + +	/** +	 * Beschreibungstext +	 * Wird für den <meta name="description">-Tag verdet. Wird diese Zeile auskommentiert, wird kein solcher +	 * <meta>-Tag generiert. +	 */ +  'DESCRIPTION' => 'Die Konferenz für Digitalisierung und Nachhaltigkeit 17. bis 18. November 2018 in Berlin (Technische Universität)', + +	/** +	 * Schlüsselwortliste, Kommasepariert +	 * Wird für den <meta name="keywords">-Tag verdet. Wird diese Zeile auskommentiert, wird kein solcher +	 * <meta>-Tag generiert. +	 */ +	'KEYWORDS' => 'Bits und Bäume, FIfF, CCC, Nachhaltigkeit, Digitalisierung', + +	/** +	 * 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' => ' +		by <a href="https://bits-und-baeume.org">Bits & Bäume</a> +	', + +	/** +	 * 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/fiffkon16/logo.png" class="FIfFKon">', **/ + +	/** +	 * Link zu den Recordings +	 * Wird diese Zeile auskommentiert, wird der Link nicht angezeigt +	 */ +	'RELEASES' => 'https://media.ccc.de/c/bub2018', + +	/** +	 * Link zu einer (externen) ReLive-Übersichts-Seite +	 * Wird diese Zeile auskommentiert, wird der Link nicht angezeigt +	 */ +	//'RELIVE' => 'http://vod.c3voc.de/', + +	/** +	 * Alternativ kann ein ReLive-Json konfiguriert werden, um die interne +	 * ReLive-Ansicht zu aktivieren. +	 * +	 * Wird beides aktiviert, hat der externe Link Vorrang! +	 * Wird beides auskommentiert, wird der Link nicht angezeigt +	 */ +	 'RELIVE_JSON' => 'http://live.ber.c3voc.de/relive/bub2018/index.json' +	/** +	 * APCU-Cache-Zeit in Sekunden +	 * Wird diese Zeile auskommentiert, werden die apc_*-Methoden nicht verwendet und +	 * das Relive-Json bei jedem Request von der Quelle geladen und geparst +	 */ +	//'RELIVE_JSON_CACHE' => 30*60, +); + +/** + * 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( +		'Lecture Rooms' => array( +			'Saal1', +			'Saal2', +			'Saal3', +			'Saal4', +			'Saal5' +		), +	), +); + + + +/** + * Liste der Räume (= Audio & Video Produktionen, also auch DJ-Sets oä.) + */ +$CONFIG['ROOMS'] = array( +	/** +	 * Array-Key ist der Raum-Slug, der z.B. auch zum erstellen der URLs, +	 * in $CONFIG['OVERVIEW'] oder im Feedback verwendet wird. +	 */ +	'Saal1' => array( +                'DISPLAY' => 'MA 001', +                'STREAM' => 's1', +                'PREVIEW' => true, +                'TRANSLATION' => false, +                'STEREO' => false, + +                'SD_VIDEO' => true, +                'HD_VIDEO' => true, +                'SLIDES' => false, +                'DASH' => true, + +                'AUDIO' => true, +                'MUSIC' => false, + +                'SCHEDULE' => true, +                'SCHEDULE_NAME' => 'MA 001', + +                'FEEDBACK' => false, +                'SUBTITLES' => false, + +                'EMBED' => true, +                'IRC' => false, +	), +        'Saal2' => array( +		'DISPLAY' => 'MA 001', +                'STREAM' => 's2', +                'PREVIEW' => true, +                'TRANSLATION' => false, +                'STEREO' => false, + +                'SD_VIDEO' => true, +                'HD_VIDEO' => true, +                'SLIDES' => false, +                'DASH' => true, + +                'AUDIO' => true, +                'MUSIC' => false, + +                'SCHEDULE' => true, +                'SCHEDULE_NAME' => 'MA 001', + +                'FEEDBACK' => false, +                'SUBTITLES' => false, + +                'EMBED' => true, +                'IRC' => false, +        ), +        'Saal3' => array( +                'DISPLAY' => 'MA 001', +                'STREAM' => 's3', +                'PREVIEW' => true, +                'TRANSLATION' => false, +                'STEREO' => false, + +                'SD_VIDEO' => true, +                'HD_VIDEO' => true, +                'SLIDES' => false, +                'DASH' => true, + +                'AUDIO' => true, +                'MUSIC' => false, + +                'SCHEDULE' => true, +                'SCHEDULE_NAME' => 'MA 001', + +                'FEEDBACK' => false, +                'SUBTITLES' => false, + +                'EMBED' => true, +                'IRC' => false, +        ), +        'Saal4' => array( +                'DISPLAY' => 'MA 001', +                'STREAM' => 's4', +                'PREVIEW' => true, +                'TRANSLATION' => false, +                'STEREO' => false, + +                'SD_VIDEO' => true, +                'HD_VIDEO' => true, +                'SLIDES' => false, +                'DASH' => true, + +                'AUDIO' => true, +                'MUSIC' => false, + +                'SCHEDULE' => true, +                'SCHEDULE_NAME' => 'MA 001', + +                'FEEDBACK' => false, +                'SUBTITLES' => false, + +                'EMBED' => true, +                'IRC' => false, +        ), +        'Saal5' => array( +                'DISPLAY' => 'HE 101', +                'STREAM' => 's5', +                'PREVIEW' => true, +                'TRANSLATION' => false, +                'STEREO' => false, + +                'SD_VIDEO' => true, +                'HD_VIDEO' => true, +                'SLIDES' => false, +                'DASH' => true, + +                'AUDIO' => true, +                'MUSIC' => false, + +                'SCHEDULE' => true, +                'SCHEDULE_NAME' => 'HE 101', + +                'FEEDBACK' => false, +		'SUBTITLES' => false, +	) +); + +/** + * Globaler Schalter für die Embedding-Funktionalitäten + * + * Wird diese Zeile auskommentiert oder auf False gesetzt, werden alle + * Embedding-Funktionen deaktiviert. + */ +$CONFIG['EMBED'] = true; + +/** + * Konfigurationen zum Konferenz-Fahrplan + * Wird dieser Block auskommentiert, werden alle Fahrplan-Bezogenen Features deaktiviert + */ +$CONFIG['SCHEDULE'] = array( +	/** +	 * URL zum Fahrplan-XML +	 * +	 * Diese URL muss immer verfügbar sein, sonst können kann die Programm-Ansicht +	 * aufhören zu funktionieren. Wenn die Quelle unverlässlich ist ;) sollte ein +	 * externer HTTP-Cache vorgeschaltet werden. +	 */ +	'URL' => 'https://fahrplan.bits-und-baeume.org/schedule.xml', + +        /** +         * Nur die angegebenen Räume aus dem Fahrplan beachten +         * +         * Wird diese Zeile auskommentiert, werden alle Räume angezeigt +         */ +        'ROOMFILTER' => array('HE 101', 'MA 001'), + +	/** +	 * Skalierung der Programm-Vorschau in Sekunden pro Pixel +	 */ +	'SCALE' => 7, + +	/** +	 * Simuliere das Verhalten als wäre die Konferenz bereits heute +	 * +	 * Diese folgende Beispiel-Zeile Simuliert, dass das +	 * Konferenz-Datum 2014-12-29 auf den heutigen Tag 2015-02-24 verschoben ist. +	 */ +	//'SIMULATE_OFFSET' => strtotime(/* Conference-Date */ '2016-05-21') - strtotime(/* Today */ '2016-05-19'), +	'SIMULATE_OFFSET' => 0, +); + + +return $CONFIG; diff --git a/configs/conferences/bub2018/logo.png b/configs/conferences/bub2018/logo.png new file mode 100644 index 0000000..3531702 --- /dev/null +++ b/configs/conferences/bub2018/logo.png @@ -0,0 +1,699 @@ + + + + + + +<!DOCTYPE html> +<html lang="en"> +  <head> +    <meta charset="utf-8"> +  <link rel="dns-prefetch" href="https://assets-cdn.github.com"> +  <link rel="dns-prefetch" href="https://avatars0.githubusercontent.com"> +  <link rel="dns-prefetch" href="https://avatars1.githubusercontent.com"> +  <link rel="dns-prefetch" href="https://avatars2.githubusercontent.com"> +  <link rel="dns-prefetch" href="https://avatars3.githubusercontent.com"> +  <link rel="dns-prefetch" href="https://github-cloud.s3.amazonaws.com"> +  <link rel="dns-prefetch" href="https://user-images.githubusercontent.com/"> + + + +  <link crossorigin="anonymous" media="all" integrity="sha512-pO33jvcHJW+Is841g3EjvCxCYy5felC5kerQ4UrmoxEtKiPefXZ/Cqmo+guuBClWRTs0c0/rjDWAV5oELOxJtg==" rel="stylesheet" href="https://assets-cdn.github.com/assets/frameworks-595acde653bb1d1cb9b98b07b1be666b.css" /> +  <link crossorigin="anonymous" media="all" integrity="sha512-btFbzgwqcDr9rq2lolZDFbbdAqyX8y2CtXJnrnJTuKZKL9dRzd0kB4SdPEV3lwBEKuZ2BWYerlmZy6YQ1Zv8NQ==" rel="stylesheet" href="https://assets-cdn.github.com/assets/github-1a3e56249642c333c5085877422cffed.css" /> +   +   +  <link crossorigin="anonymous" media="all" integrity="sha512-XMnl1lEs+KqOPID0g7WiPfNtDSz0I5TCCutE2rWgZE0TWUWFyLq6MUBGUzYelJNK7P8U9ghBTkH1U1x7WYP8Ew==" rel="stylesheet" href="https://assets-cdn.github.com/assets/site-7cf2bca82360cdd8fa99b17b8ffa052d.css" /> +   +   + +  <meta name="viewport" content="width=device-width"> +   +  <title>bitbaum/bits-und-baeume-logo.png at master · AfeefaDe/bitbaum · GitHub</title> +    <meta name="description" content="Bits & Bäume – Die Konferenz für Digitalisierung und Nachhaltigkeit - AfeefaDe/bitbaum"> +    <link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="GitHub"> +  <link rel="fluid-icon" href="https://github.com/fluidicon.png" title="GitHub"> +  <meta property="fb:app_id" content="1401488693436528"> + +     +    <meta property="og:image" content="https://avatars1.githubusercontent.com/u/13986800?s=400&v=4" /><meta property="og:site_name" content="GitHub" /><meta property="og:type" content="object" /><meta property="og:title" content="AfeefaDe/bitbaum" /><meta property="og:url" content="https://github.com/AfeefaDe/bitbaum" /><meta property="og:description" content="Bits & Bäume – Die Konferenz für Digitalisierung und Nachhaltigkeit - AfeefaDe/bitbaum" /> + +  <link rel="assets" href="https://assets-cdn.github.com/"> +   +  <meta name="pjax-timeout" content="1000"> +   +  <meta name="request-id" content="C7D7:222AC:15E1E70:2093CD8:5BE098B0" data-pjax-transient> + + +   + +  <meta name="selected-link" value="repo_source" data-pjax-transient> + +      <meta name="google-site-verification" content="KT5gs8h0wvaagLKAVWq8bbeNwnZZK1r1XQysX3xurLU"> +    <meta name="google-site-verification" content="ZzhVyEFwb7w3e0-uOTltm8Jsck2F5StVihD0exw2fsA"> +    <meta name="google-site-verification" content="GXs5KoUUkNCoaAZn7wPN-t01Pywp9M3sEjnt_3_ZWPc"> + +  <meta name="octolytics-host" content="collector.githubapp.com" /><meta name="octolytics-app-id" content="github" /><meta name="octolytics-event-url" content="https://collector.githubapp.com/github-external/browser_event" /><meta name="octolytics-dimension-request_id" content="C7D7:222AC:15E1E70:2093CD8:5BE098B0" /><meta name="octolytics-dimension-region_edge" content="ams" /><meta name="octolytics-dimension-region_render" content="iad" /> +<meta name="analytics-location" content="/<user-name>/<repo-name>/blob/show" data-pjax-transient="true" /> + + + +    <meta name="google-analytics" content="UA-3769691-2"> + + +<meta class="js-ga-set" name="dimension1" content="Logged Out"> + + + +   + +      <meta name="hostname" content="github.com"> +    <meta name="user-login" content=""> + +      <meta name="expected-hostname" content="github.com"> +    <meta name="js-proxy-site-detection-payload" content="NDNhNjBjOTA0MDAwNzM4OTY2YjAwMmFiZGI1MGVlNjY0YTkyYmM1ZmY1MTc5ZjQ4MzNhODg0M2E0NTVmMWI1ZXx7InJlbW90ZV9hZGRyZXNzIjoiMTk1LjE2MC4xNzIuNDIiLCJyZXF1ZXN0X2lkIjoiQzdENzoyMjJBQzoxNUUxRTcwOjIwOTNDRDg6NUJFMDk4QjAiLCJ0aW1lc3RhbXAiOjE1NDE0NDU4MDgsImhvc3QiOiJnaXRodWIuY29tIn0="> + +    <meta name="enabled-features" content="DASHBOARD_V2_LAYOUT_OPT_IN,EXPLORE_DISCOVER_REPOSITORIES,UNIVERSE_BANNER,MARKETPLACE_PLAN_RESTRICTION_EDITOR"> + +  <meta name="html-safe-nonce" content="536686e3b28e57d6ca571e54650cec759feea01f"> + +  <meta http-equiv="x-pjax-version" content="81dc72008d28dfe0de2e59c65be1c083"> +   + +      <link href="https://github.com/AfeefaDe/bitbaum/commits/master.atom" rel="alternate" title="Recent Commits to bitbaum:master" type="application/atom+xml"> + +  <meta name="go-import" content="github.com/AfeefaDe/bitbaum git https://github.com/AfeefaDe/bitbaum.git"> + +  <meta name="octolytics-dimension-user_id" content="13986800" /><meta name="octolytics-dimension-user_login" content="AfeefaDe" /><meta name="octolytics-dimension-repository_id" content="137195148" /><meta name="octolytics-dimension-repository_nwo" content="AfeefaDe/bitbaum" /><meta name="octolytics-dimension-repository_public" content="true" /><meta name="octolytics-dimension-repository_is_fork" content="false" /><meta name="octolytics-dimension-repository_network_root_id" content="137195148" /><meta name="octolytics-dimension-repository_network_root_nwo" content="AfeefaDe/bitbaum" /><meta name="octolytics-dimension-repository_explore_github_marketplace_ci_cta_shown" content="false" /> + + +    <link rel="canonical" href="https://github.com/AfeefaDe/bitbaum/blob/master/public/img/bits-und-baeume-logo.png" data-pjax-transient> + + +  <meta name="browser-stats-url" content="https://api.github.com/_private/browser/stats"> + +  <meta name="browser-errors-url" content="https://api.github.com/_private/browser/errors"> + +  <link rel="mask-icon" href="https://assets-cdn.github.com/pinned-octocat.svg" color="#000000"> +  <link rel="icon" type="image/x-icon" class="js-site-favicon" href="https://assets-cdn.github.com/favicon.ico"> + +<meta name="theme-color" content="#1e2327"> + + + +  <link rel="manifest" href="/manifest.json" crossOrigin="use-credentials"> + +  </head> + +  <body class="logged-out env-production page-blob"> +     + +  <div class="position-relative js-header-wrapper "> +    <a href="#start-of-content" tabindex="1" class="px-2 py-4 bg-blue text-white show-on-focus js-skip-to-content">Skip to content</a> +    <div id="js-pjax-loader-bar" class="pjax-loader-bar"><div class="progress"></div></div> + +     +     +     + + + +         +<header class="Header header-logged-out  position-relative f4 py-3" role="banner"> +  <div class="container-lg d-flex px-3"> +    <div class="d-flex flex-justify-between flex-items-center"> +      <a class="header-logo-invertocat my-0" href="https://github.com/" aria-label="Homepage" data-ga-click="(Logged out) Header, go to homepage, icon:logo-wordmark"> +        <svg height="32" class="octicon octicon-mark-github" viewBox="0 0 16 16" version="1.1" width="32" aria-hidden="true"><path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"/></svg> +      </a> + +    </div> + +    <div class="HeaderMenu d-flex flex-justify-between flex-auto"> +        <nav class="mt-0"> +          <ul class="d-flex list-style-none"> +              <li class="ml-2"> +                <a class="js-selected-navigation-item HeaderNavlink px-0 py-2 m-0" data-ga-click="Header, click, Nav menu - item:features" data-selected-links="/features /features/project-management /features/code-review /features/project-management /features/integrations /features" href="/features"> +                  Features +</a>              </li> +              <li class="ml-4"> +                <a class="js-selected-navigation-item HeaderNavlink px-0 py-2 m-0" data-ga-click="Header, click, Nav menu - item:business" data-selected-links="/business /business/security /business/customers /business" href="/business"> +                  Business +</a>              </li> + +              <li class="ml-4"> +                <a class="js-selected-navigation-item HeaderNavlink px-0 py-2 m-0" data-ga-click="Header, click, Nav menu - item:explore" data-selected-links="/explore /trending /trending/developers /integrations /integrations/feature/code /integrations/feature/collaborate /integrations/feature/ship showcases showcases_search showcases_landing /explore" href="/explore"> +                  Explore +</a>              </li> + +              <li class="ml-4"> +                    <a class="js-selected-navigation-item HeaderNavlink px-0 py-2 m-0" data-ga-click="Header, click, Nav menu - item:marketplace" data-selected-links=" /marketplace" href="/marketplace"> +                      Marketplace +</a>              </li> +              <li class="ml-4"> +                <a class="js-selected-navigation-item HeaderNavlink px-0 py-2 m-0" data-ga-click="Header, click, Nav menu - item:pricing" data-selected-links="/pricing /pricing/developer /pricing/team /pricing/business-hosted /pricing/business-enterprise /pricing" href="/pricing"> +                  Pricing +</a>              </li> +          </ul> +        </nav> + +      <div class="d-flex"> +          <div class="d-lg-flex flex-items-center mr-3"> +            <div class="header-search scoped-search site-scoped-search js-site-search position-relative js-jump-to" +  role="combobox" +  aria-owns="jump-to-results" +  aria-label="Search or jump to" +  aria-haspopup="listbox" +  aria-expanded="false" +> +  <div class="position-relative"> +    <!-- '"` --><!-- </textarea></xmp> --></option></form><form class="js-site-search-form" data-scope-type="Repository" data-scope-id="137195148" data-scoped-search-url="/AfeefaDe/bitbaum/search" data-unscoped-search-url="/search" action="/AfeefaDe/bitbaum/search" accept-charset="UTF-8" method="get"><input name="utf8" type="hidden" value="✓" /> +      <label class="form-control header-search-wrapper header-search-wrapper-jump-to position-relative d-flex flex-justify-between flex-items-center js-chromeless-input-container"> +        <input type="text" +          class="form-control header-search-input jump-to-field js-jump-to-field js-site-search-focus js-site-search-field is-clearable" +          data-hotkey="s,/" +          name="q" +          value="" +          placeholder="Search" +          data-unscoped-placeholder="Search GitHub" +          data-scoped-placeholder="Search" +          autocapitalize="off" +          aria-autocomplete="list" +          aria-controls="jump-to-results" +          data-jump-to-suggestions-path="/_graphql/GetSuggestedNavigationDestinations#csrf-token=BO9Py0MPsokKUynOKqMT2CslNmXMt2Ky5OBEqwkaIrrkVMCfeurAkf6TjSThXiJzFEvC8xcIQ0Vnr1hi4WjB+A==" +          spellcheck="false" +          autocomplete="off" +          > +          <input type="hidden" class="js-site-search-type-field" name="type" > +            <img src="https://assets-cdn.github.com/images/search-shortcut-hint.svg" alt="" class="mr-2 header-search-key-slash"> + +            <div class="Box position-absolute overflow-hidden d-none jump-to-suggestions js-jump-to-suggestions-container"> +              <ul class="d-none js-jump-to-suggestions-template-container"> +                <li class="d-flex flex-justify-start flex-items-center p-0 f5 navigation-item js-navigation-item" role="option"> +                  <a tabindex="-1" class="no-underline d-flex flex-auto flex-items-center p-2 jump-to-suggestions-path js-jump-to-suggestion-path js-navigation-open" href=""> +                    <div class="jump-to-octicon js-jump-to-octicon flex-shrink-0 mr-2 text-center d-none"> +                      <svg height="16" width="16" class="octicon octicon-repo flex-shrink-0 js-jump-to-octicon-repo d-none" title="Repository" aria-label="Repository" viewBox="0 0 12 16" version="1.1" role="img"><path fill-rule="evenodd" d="M4 9H3V8h1v1zm0-3H3v1h1V6zm0-2H3v1h1V4zm0-2H3v1h1V2zm8-1v12c0 .55-.45 1-1 1H6v2l-1.5-1.5L3 16v-2H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1zm-1 10H1v2h2v-1h3v1h5v-2zm0-10H2v9h9V1z"/></svg> +                      <svg height="16" width="16" class="octicon octicon-project flex-shrink-0 js-jump-to-octicon-project d-none" title="Project" aria-label="Project" viewBox="0 0 15 16" version="1.1" role="img"><path fill-rule="evenodd" d="M10 12h3V2h-3v10zm-4-2h3V2H6v8zm-4 4h3V2H2v12zm-1 1h13V1H1v14zM14 0H1a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h13a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1z"/></svg> +                      <svg height="16" width="16" class="octicon octicon-search flex-shrink-0 js-jump-to-octicon-search d-none" title="Search" aria-label="Search" viewBox="0 0 16 16" version="1.1" role="img"><path fill-rule="evenodd" d="M15.7 13.3l-3.81-3.83A5.93 5.93 0 0 0 13 6c0-3.31-2.69-6-6-6S1 2.69 1 6s2.69 6 6 6c1.3 0 2.48-.41 3.47-1.11l3.83 3.81c.19.2.45.3.7.3.25 0 .52-.09.7-.3a.996.996 0 0 0 0-1.41v.01zM7 10.7c-2.59 0-4.7-2.11-4.7-4.7 0-2.59 2.11-4.7 4.7-4.7 2.59 0 4.7 2.11 4.7 4.7 0 2.59-2.11 4.7-4.7 4.7z"/></svg> +                    </div> + +                    <img class="avatar mr-2 flex-shrink-0 js-jump-to-suggestion-avatar d-none" alt="" aria-label="Team" src="" width="28" height="28"> + +                    <div class="jump-to-suggestion-name js-jump-to-suggestion-name flex-auto overflow-hidden text-left no-wrap css-truncate css-truncate-target"> +                    </div> + +                    <div class="border rounded-1 flex-shrink-0 bg-gray px-1 text-gray-light ml-1 f6 d-none js-jump-to-badge-search"> +                      <span class="js-jump-to-badge-search-text-default d-none" aria-label="in this repository"> +                        In this repository +                      </span> +                      <span class="js-jump-to-badge-search-text-global d-none" aria-label="in all of GitHub"> +                        All GitHub +                      </span> +                      <span aria-hidden="true" class="d-inline-block ml-1 v-align-middle">↵</span> +                    </div> + +                    <div aria-hidden="true" class="border rounded-1 flex-shrink-0 bg-gray px-1 text-gray-light ml-1 f6 d-none d-on-nav-focus js-jump-to-badge-jump"> +                      Jump to +                      <span class="d-inline-block ml-1 v-align-middle">↵</span> +                    </div> +                  </a> +                </li> +              </ul> +              <ul class="d-none js-jump-to-no-results-template-container"> +                <li class="d-flex flex-justify-center flex-items-center p-3 f5 d-none"> +                  <span class="text-gray">No suggested jump to results</span> +                </li> +              </ul> + +              <ul id="jump-to-results" role="listbox" class="js-navigation-container jump-to-suggestions-results-container js-jump-to-suggestions-results-container" > +                <li class="d-flex flex-justify-center flex-items-center p-0 f5"> +                  <img src="https://assets-cdn.github.com/images/spinners/octocat-spinner-128.gif" alt="Octocat Spinner Icon" class="m-2" width="28"> +                </li> +              </ul> +            </div> +      </label> +</form>  </div> +</div> + +          </div> + +        <span class="d-inline-block"> +            <div class="HeaderNavlink px-0 py-2 m-0"> +              <a class="text-bold text-white no-underline" href="/login?return_to=%2FAfeefaDe%2Fbitbaum%2Fblob%2Fmaster%2Fpublic%2Fimg%2Fbits-und-baeume-logo.png" data-ga-click="(Logged out) Header, clicked Sign in, text:sign-in">Sign in</a> +                <span class="text-gray">or</span> +                <a class="text-bold text-white no-underline" href="/join?source=header-repo" data-ga-click="(Logged out) Header, clicked Sign up, text:sign-up">Sign up</a> +            </div> +        </span> +      </div> +    </div> +  </div> +</header> + +  </div> + +  <div id="start-of-content" class="show-on-focus"></div> + +    <div id="js-flash-container"> + + +</div> + + + +  <div role="main" class="application-main " > +        <div itemscope itemtype="http://schema.org/SoftwareSourceCode" class=""> +    <div id="js-repo-pjax-container" data-pjax-container > +       + + + + + +   + + + +  <div class="pagehead repohead instapaper_ignore readability-menu experiment-repo-nav  "> +    <div class="repohead-details-container clearfix container"> + +      <ul class="pagehead-actions"> +  <li> +      <a href="/login?return_to=%2FAfeefaDe%2Fbitbaum" +    class="btn btn-sm btn-with-count tooltipped tooltipped-s" +    aria-label="You must be signed in to watch a repository" rel="nofollow"> +    <svg class="octicon octicon-eye v-align-text-bottom" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M8.06 2C3 2 0 8 0 8s3 6 8.06 6C13 14 16 8 16 8s-3-6-7.94-6zM8 12c-2.2 0-4-1.78-4-4 0-2.2 1.8-4 4-4 2.22 0 4 1.8 4 4 0 2.22-1.78 4-4 4zm2-4c0 1.11-.89 2-2 2-1.11 0-2-.89-2-2 0-1.11.89-2 2-2 1.11 0 2 .89 2 2z"/></svg> +    Watch +  </a> +  <a class="social-count" href="/AfeefaDe/bitbaum/watchers" +     aria-label="3 users are watching this repository"> +    3 +  </a> + +  </li> + +  <li> +      <a href="/login?return_to=%2FAfeefaDe%2Fbitbaum" +    class="btn btn-sm btn-with-count tooltipped tooltipped-s" +    aria-label="You must be signed in to star a repository" rel="nofollow"> +    <svg class="octicon octicon-star v-align-text-bottom" viewBox="0 0 14 16" version="1.1" width="14" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"/></svg> +    Star +  </a> + +    <a class="social-count js-social-count" href="/AfeefaDe/bitbaum/stargazers" +      aria-label="1 user starred this repository"> +      1 +    </a> + +  </li> + +  <li> +      <a href="/login?return_to=%2FAfeefaDe%2Fbitbaum" +        class="btn btn-sm btn-with-count tooltipped tooltipped-s" +        aria-label="You must be signed in to fork a repository" rel="nofollow"> +        <svg class="octicon octicon-repo-forked v-align-text-bottom" viewBox="0 0 10 16" version="1.1" width="10" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></svg> +        Fork +      </a> + +    <a href="/AfeefaDe/bitbaum/network/members" class="social-count" +       aria-label="0 users forked this repository"> +      0 +    </a> +  </li> +</ul> + +      <h1 class="public "> +  <svg class="octicon octicon-repo" viewBox="0 0 12 16" version="1.1" width="12" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M4 9H3V8h1v1zm0-3H3v1h1V6zm0-2H3v1h1V4zm0-2H3v1h1V2zm8-1v12c0 .55-.45 1-1 1H6v2l-1.5-1.5L3 16v-2H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1zm-1 10H1v2h2v-1h3v1h5v-2zm0-10H2v9h9V1z"/></svg> +  <span class="author" itemprop="author"><a class="url fn" rel="author" data-hovercard-type="organization" data-hovercard-url="/orgs/AfeefaDe/hovercard" href="/AfeefaDe">AfeefaDe</a></span><!-- +--><span class="path-divider">/</span><!-- +--><strong itemprop="name"><a data-pjax="#js-repo-pjax-container" href="/AfeefaDe/bitbaum">bitbaum</a></strong> + +</h1> + +    </div> +     +<nav class="reponav js-repo-nav js-sidenav-container-pjax container" +     itemscope +     itemtype="http://schema.org/BreadcrumbList" +     role="navigation" +     data-pjax="#js-repo-pjax-container"> + +  <span itemscope itemtype="http://schema.org/ListItem" itemprop="itemListElement"> +    <a class="js-selected-navigation-item selected reponav-item" itemprop="url" data-hotkey="g c" data-selected-links="repo_source repo_downloads repo_commits repo_releases repo_tags repo_branches repo_packages /AfeefaDe/bitbaum" href="/AfeefaDe/bitbaum"> +      <svg class="octicon octicon-code" viewBox="0 0 14 16" version="1.1" width="14" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M9.5 3L8 4.5 11.5 8 8 11.5 9.5 13 14 8 9.5 3zm-5 0L0 8l4.5 5L6 11.5 2.5 8 6 4.5 4.5 3z"/></svg> +      <span itemprop="name">Code</span> +      <meta itemprop="position" content="1"> +</a>  </span> + +    <span itemscope itemtype="http://schema.org/ListItem" itemprop="itemListElement"> +      <a itemprop="url" data-hotkey="g i" class="js-selected-navigation-item reponav-item" data-selected-links="repo_issues repo_labels repo_milestones /AfeefaDe/bitbaum/issues" href="/AfeefaDe/bitbaum/issues"> +        <svg class="octicon octicon-issue-opened" viewBox="0 0 14 16" version="1.1" width="14" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"/></svg> +        <span itemprop="name">Issues</span> +        <span class="Counter">2</span> +        <meta itemprop="position" content="2"> +</a>    </span> + +  <span itemscope itemtype="http://schema.org/ListItem" itemprop="itemListElement"> +    <a data-hotkey="g p" itemprop="url" class="js-selected-navigation-item reponav-item" data-selected-links="repo_pulls checks /AfeefaDe/bitbaum/pulls" href="/AfeefaDe/bitbaum/pulls"> +      <svg class="octicon octicon-git-pull-request" viewBox="0 0 12 16" version="1.1" width="12" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M11 11.28V5c-.03-.78-.34-1.47-.94-2.06C9.46 2.35 8.78 2.03 8 2H7V0L4 3l3 3V4h1c.27.02.48.11.69.31.21.2.3.42.31.69v6.28A1.993 1.993 0 0 0 10 15a1.993 1.993 0 0 0 1-3.72zm-1 2.92c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zM4 3c0-1.11-.89-2-2-2a1.993 1.993 0 0 0-1 3.72v6.56A1.993 1.993 0 0 0 2 15a1.993 1.993 0 0 0 1-3.72V4.72c.59-.34 1-.98 1-1.72zm-.8 10c0 .66-.55 1.2-1.2 1.2-.65 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></svg> +      <span itemprop="name">Pull requests</span> +      <span class="Counter">0</span> +      <meta itemprop="position" content="3"> +</a>  </span> + + + + + +  <a class="js-selected-navigation-item reponav-item" data-selected-links="repo_graphs repo_contributors dependency_graph pulse alerts /AfeefaDe/bitbaum/pulse" href="/AfeefaDe/bitbaum/pulse"> +    <svg class="octicon octicon-graph" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M16 14v1H0V0h1v14h15zM5 13H3V8h2v5zm4 0H7V3h2v10zm4 0h-2V6h2v7z"/></svg> +    Insights +</a> + +</nav> + + +  </div> + +<div class="container new-discussion-timeline experiment-repo-nav  "> +  <div class="repository-content "> + +     + +   +    <a class="d-none js-permalink-shortcut" data-hotkey="y" href="/AfeefaDe/bitbaum/blob/461d619522a2dc4d024cfec4326f3a4d516139c2/public/img/bits-und-baeume-logo.png">Permalink</a> + +    <!-- blob contrib key: blob_contributors:v21:a6ab4e1cea38539b2e55ef42d348dbae --> + +        <div class="signup-prompt-bg rounded-1"> +      <div class="signup-prompt p-4 text-center mb-4 rounded-1"> +        <div class="position-relative"> +          <!-- '"` --><!-- </textarea></xmp> --></option></form><form action="/site/dismiss_signup_prompt" accept-charset="UTF-8" method="post"><input name="utf8" type="hidden" value="✓" /><input type="hidden" name="authenticity_token" value="V42JDw/cnD/+f+TP2D64XMa/o0NyzcG8XCc1aaQiUSsRQmXi+GFW+xMaWcMlJG5YLoA/pKfsTe7cOBgCp1Xd7Q==" /> +            <button type="submit" class="position-absolute top-0 right-0 btn-link link-gray" data-ga-click="(Logged out) Sign up prompt, clicked Dismiss, text:dismiss"> +              Dismiss +            </button> +</form>          <h3 class="pt-2">Join GitHub today</h3> +          <p class="col-6 mx-auto">GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.</p> +          <a class="btn btn-primary" href="/join?source=prompt-blob-show" data-ga-click="(Logged out) Sign up prompt, clicked Sign up, text:sign-up">Sign up</a> +        </div> +      </div> +    </div> + + +    <div class="file-navigation"> +       +<div class="select-menu branch-select-menu js-menu-container js-select-menu float-left"> +  <button class=" btn btn-sm select-menu-button js-menu-target css-truncate" data-hotkey="w" +     +    type="button" aria-label="Switch branches or tags" aria-expanded="false" aria-haspopup="true"> +      <i>Branch:</i> +      <span class="js-select-button css-truncate-target">master</span> +  </button> + +  <div class="select-menu-modal-holder js-menu-content js-navigation-container" data-pjax> + +    <div class="select-menu-modal"> +      <div class="select-menu-header"> +        <svg class="octicon octicon-x js-menu-close" role="img" aria-label="Close" viewBox="0 0 12 16" version="1.1" width="12" height="16"><path fill-rule="evenodd" d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48L7.48 8z"/></svg> +        <span class="select-menu-title">Switch branches/tags</span> +      </div> + +      <div class="select-menu-filters"> +        <div class="select-menu-text-filter"> +          <input type="text" aria-label="Filter branches/tags" id="context-commitish-filter-field" class="form-control js-filterable-field js-navigation-enable" placeholder="Filter branches/tags"> +        </div> +        <div class="select-menu-tabs"> +          <ul> +            <li class="select-menu-tab"> +              <a href="#" data-tab-filter="branches" data-filter-placeholder="Filter branches/tags" class="js-select-menu-tab" role="tab">Branches</a> +            </li> +            <li class="select-menu-tab"> +              <a href="#" data-tab-filter="tags" data-filter-placeholder="Find a tag…" class="js-select-menu-tab" role="tab">Tags</a> +            </li> +          </ul> +        </div> +      </div> + +      <div class="select-menu-list select-menu-tab-bucket js-select-menu-tab-bucket" data-tab-filter="branches" role="menu"> + +        <div data-filterable-for="context-commitish-filter-field" data-filterable-type="substring"> + + +            <a class="select-menu-item js-navigation-item js-navigation-open " +               href="/AfeefaDe/bitbaum/blob/dev-frab/public/img/bits-und-baeume-logo.png" +               data-name="dev-frab" +               data-skip-pjax="true" +               rel="nofollow"> +              <svg class="octicon octicon-check select-menu-item-icon" viewBox="0 0 12 16" version="1.1" width="12" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5L12 5z"/></svg> +              <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> +                dev-frab +              </span> +            </a> +            <a class="select-menu-item js-navigation-item js-navigation-open " +               href="/AfeefaDe/bitbaum/blob/dev/public/img/bits-und-baeume-logo.png" +               data-name="dev" +               data-skip-pjax="true" +               rel="nofollow"> +              <svg class="octicon octicon-check select-menu-item-icon" viewBox="0 0 12 16" version="1.1" width="12" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5L12 5z"/></svg> +              <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> +                dev +              </span> +            </a> +            <a class="select-menu-item js-navigation-item js-navigation-open selected" +               href="/AfeefaDe/bitbaum/blob/master/public/img/bits-und-baeume-logo.png" +               data-name="master" +               data-skip-pjax="true" +               rel="nofollow"> +              <svg class="octicon octicon-check select-menu-item-icon" viewBox="0 0 12 16" version="1.1" width="12" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5L12 5z"/></svg> +              <span class="select-menu-item-text css-truncate-target js-select-menu-filter-text"> +                master +              </span> +            </a> +        </div> + +          <div class="select-menu-no-results">Nothing to show</div> +      </div> + +      <div class="select-menu-list select-menu-tab-bucket js-select-menu-tab-bucket" data-tab-filter="tags"> +        <div data-filterable-for="context-commitish-filter-field" data-filterable-type="substring"> + + +        </div> + +        <div class="select-menu-no-results">Nothing to show</div> +      </div> + +    </div> +  </div> +</div> + +      <div class="BtnGroup float-right"> +        <a href="/AfeefaDe/bitbaum/find/master" +              class="js-pjax-capture-input btn btn-sm BtnGroup-item" +              data-pjax +              data-hotkey="t"> +          Find file +        </a> +        <clipboard-copy for="blob-path" class="btn btn-sm BtnGroup-item"> +          Copy path +        </clipboard-copy> +      </div> +      <div id="blob-path" class="breadcrumb"> +        <span class="repo-root js-repo-root"><span class="js-path-segment"><a data-pjax="true" href="/AfeefaDe/bitbaum"><span>bitbaum</span></a></span></span><span class="separator">/</span><span class="js-path-segment"><a data-pjax="true" href="/AfeefaDe/bitbaum/tree/master/public"><span>public</span></a></span><span class="separator">/</span><span class="js-path-segment"><a data-pjax="true" href="/AfeefaDe/bitbaum/tree/master/public/img"><span>img</span></a></span><span class="separator">/</span><strong class="final-path">bits-und-baeume-logo.png</strong> +      </div> +    </div> + + +     +  <div class="commit-tease"> +      <span class="float-right"> +        <a class="commit-tease-sha" href="/AfeefaDe/bitbaum/commit/a786cfc750e39d02c609f6c8cb50f00c6099c23f" data-pjax> +          a786cfc +        </a> +        <relative-time datetime="2018-10-18T10:23:30Z">Oct 18, 2018</relative-time> +      </span> +      <div> +        <a rel="contributor" data-skip-pjax="true" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=748785" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="/laryllian"><img class="avatar" src="https://avatars1.githubusercontent.com/u/748785?s=40&v=4" width="20" height="20" alt="@laryllian" /></a> +        <a class="user-mention" rel="contributor" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=748785" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="/laryllian">laryllian</a> +          <a data-pjax="true" title="new logo" class="message" href="/AfeefaDe/bitbaum/commit/a786cfc750e39d02c609f6c8cb50f00c6099c23f">new logo</a> +      </div> + +    <div class="commit-tease-contributors"> +       +<details class="details-reset details-overlay details-overlay-dark lh-default text-gray-dark float-left mr-2" id="blob_contributors_box"> +  <summary class="btn-link" aria-haspopup="dialog"  > +     +    <span><strong>2</strong> contributors</span> +  </summary> +  <details-dialog class="Box Box--overlay d-flex flex-column anim-fade-in fast " aria-label="Users who have contributed to this file"> +    <div class="Box-header"> +      <button class="Box-btn-octicon btn-octicon float-right" type="button" aria-label="Close dialog" data-close-dialog> +        <svg class="octicon octicon-x" viewBox="0 0 12 16" version="1.1" width="12" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48L7.48 8z"/></svg> +      </button> +      <h3 class="Box-title">Users who have contributed to this file</h3> +    </div> +     +        <ul class="list-style-none overflow-auto"> +            <li class="Box-row"> +              <a class="link-gray-dark no-underline" href="/foobar0112"> +                <img class="avatar mr-2" alt="" src="https://avatars1.githubusercontent.com/u/9091138?s=40&v=4" width="20" height="20" /> +                foobar0112 +</a>            </li> +            <li class="Box-row"> +              <a class="link-gray-dark no-underline" href="/laryllian"> +                <img class="avatar mr-2" alt="" src="https://avatars1.githubusercontent.com/u/748785?s=40&v=4" width="20" height="20" /> +                laryllian +</a>            </li> +        </ul> + +  </details-dialog> +</details> +          <a class="avatar-link" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=9091138" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="/AfeefaDe/bitbaum/commits/master/public/img/bits-und-baeume-logo.png?author=foobar0112"> +      <img class="avatar" src="https://avatars1.githubusercontent.com/u/9091138?s=40&v=4" width="20" height="20" alt="@foobar0112" />  +</a>    <a class="avatar-link" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=748785" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="/AfeefaDe/bitbaum/commits/master/public/img/bits-und-baeume-logo.png?author=laryllian"> +      <img class="avatar" src="https://avatars1.githubusercontent.com/u/748785?s=40&v=4" width="20" height="20" alt="@laryllian" />  +</a> + +    </div> +  </div> + + + +    <div class="file "> +      <div class="file-header"> +  <div class="file-actions"> + +    <div class="BtnGroup"> +      <a id="raw-url" class="btn btn-sm BtnGroup-item" href="/AfeefaDe/bitbaum/raw/master/public/img/bits-und-baeume-logo.png">Download</a> +      <a rel="nofollow" class="btn btn-sm BtnGroup-item" href="/AfeefaDe/bitbaum/commits/master/public/img/bits-und-baeume-logo.png">History</a> +    </div> + + +        <!-- '"` --><!-- </textarea></xmp> --></option></form><form class="inline-form" action="/AfeefaDe/bitbaum/delete/master/public/img/bits-und-baeume-logo.png" accept-charset="UTF-8" method="post"><input name="utf8" type="hidden" value="✓" /><input type="hidden" name="authenticity_token" value="HT34jrxTW3SXZd2bdy4ZYUEiM37rMfXCFViJL6kATlrAKZDmsKRdFfyf/62a6wyyFeeqodM4CA1kIWEW99vQvw==" /> +          <button class="btn-octicon btn-octicon-danger tooltipped tooltipped-nw" type="submit" +            aria-label="You must be signed in to make or propose changes" data-disable-with> +            <svg class="octicon octicon-trashcan" viewBox="0 0 12 16" version="1.1" width="12" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M11 2H9c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1H2c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1v9c0 .55.45 1 1 1h7c.55 0 1-.45 1-1V5c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm-1 12H3V5h1v8h1V5h1v8h1V5h1v8h1V5h1v9zm1-10H2V3h9v1z"/></svg> +          </button> +</form>  </div> + +  <div class="file-info"> +    11.4 KB +  </div> +</div> + +       + +  <div itemprop="text" class="blob-wrapper data type-text "> +      <div class="image"> +          <span class="border-wrap"><img src="/AfeefaDe/bitbaum/blob/master/public/img/bits-und-baeume-logo.png?raw=true" alt="bits-und-baeume-logo.png"></span> +      </div> +  </div> + +    </div> + +   + +  <details class="details-reset details-overlay details-overlay-dark"> +    <summary data-hotkey="l" aria-label="Jump to line"></summary> +    <details-dialog class="Box Box--overlay d-flex flex-column anim-fade-in fast linejump" aria-label="Jump to line"> +      <!-- '"` --><!-- </textarea></xmp> --></option></form><form class="js-jump-to-line-form Box-body d-flex" action="" accept-charset="UTF-8" method="get"><input name="utf8" type="hidden" value="✓" /> +        <input class="form-control flex-auto mr-3 linejump-input js-jump-to-line-field" type="text" placeholder="Jump to line…" aria-label="Jump to line" autofocus> +        <button type="submit" class="btn" data-close-dialog>Go</button> +</form>    </details-dialog> +  </details> + + +  </div> +  <div class="modal-backdrop js-touch-events"></div> +</div> + +    </div> +  </div> + +  </div> + +         +<div class="footer container-lg px-3" role="contentinfo"> +  <div class="position-relative d-flex flex-justify-between pt-6 pb-2 mt-6 f6 text-gray border-top border-gray-light "> +    <ul class="list-style-none d-flex flex-wrap "> +      <li class="mr-3">© 2018 <span title="0.21532s from unicorn-d55bf6f64-cmq2f">GitHub</span>, Inc.</li> +        <li class="mr-3"><a data-ga-click="Footer, go to terms, text:terms" href="https://github.com/site/terms">Terms</a></li> +        <li class="mr-3"><a data-ga-click="Footer, go to privacy, text:privacy" href="https://github.com/site/privacy">Privacy</a></li> +        <li class="mr-3"><a href="https://help.github.com/articles/github-security/" data-ga-click="Footer, go to security, text:security">Security</a></li> +        <li class="mr-3"><a href="https://status.github.com/" data-ga-click="Footer, go to status, text:status">Status</a></li> +        <li><a data-ga-click="Footer, go to help, text:help" href="https://help.github.com">Help</a></li> +    </ul> + +    <a aria-label="Homepage" title="GitHub" class="footer-octicon mr-lg-4" href="https://github.com"> +      <svg height="24" class="octicon octicon-mark-github" viewBox="0 0 16 16" version="1.1" width="24" aria-hidden="true"><path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"/></svg> +</a> +   <ul class="list-style-none d-flex flex-wrap "> +        <li class="mr-3"><a data-ga-click="Footer, go to contact, text:contact" href="https://github.com/contact">Contact GitHub</a></li> +        <li class="mr-3"><a href="https://github.com/pricing" data-ga-click="Footer, go to Pricing, text:Pricing">Pricing</a></li> +      <li class="mr-3"><a href="https://developer.github.com" data-ga-click="Footer, go to api, text:api">API</a></li> +      <li class="mr-3"><a href="https://training.github.com" data-ga-click="Footer, go to training, text:training">Training</a></li> +        <li class="mr-3"><a href="https://blog.github.com" data-ga-click="Footer, go to blog, text:blog">Blog</a></li> +        <li><a data-ga-click="Footer, go to about, text:about" href="https://github.com/about">About</a></li> + +    </ul> +  </div> +  <div class="d-flex flex-justify-center pb-6"> +    <span class="f6 text-gray-light"></span> +  </div> +</div> + + + +  <div id="ajax-error-message" class="ajax-error-message flash flash-error"> +    <svg class="octicon octicon-alert" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M8.893 1.5c-.183-.31-.52-.5-.887-.5s-.703.19-.886.5L.138 13.499a.98.98 0 0 0 0 1.001c.193.31.53.501.886.501h13.964c.367 0 .704-.19.877-.5a1.03 1.03 0 0 0 .01-1.002L8.893 1.5zm.133 11.497H6.987v-2.003h2.039v2.003zm0-3.004H6.987V5.987h2.039v4.006z"/></svg> +    <button type="button" class="flash-close js-ajax-error-dismiss" aria-label="Dismiss error"> +      <svg class="octicon octicon-x" viewBox="0 0 12 16" version="1.1" width="12" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48L7.48 8z"/></svg> +    </button> +    You can’t perform that action at this time. +  </div> + + +    <script crossorigin="anonymous" integrity="sha512-aHaqtszjvmh8rQnujHaMEjMwCFpNQTJ2Ykxl76jMpDMIPhpS6lJqo/ee89kv/wiqkqBMDO2FZmQpRFTpJprPmw==" type="application/javascript" src="https://assets-cdn.github.com/assets/compat-13f576d1ae8eadc6e23eaf5f67ddc35e.js"></script> +    <script crossorigin="anonymous" integrity="sha512-BjStveQngBxAFgK3s9i1i3e0UVOGs30bNKlDGxEBVnKafhuoW2dFMDxOmzVV7iNGiFYq5Ks5349AdgqV86vO5g==" type="application/javascript" src="https://assets-cdn.github.com/assets/frameworks-ffc171466564e0794f5ca22623586452.js"></script> +     +    <script crossorigin="anonymous" async="async" integrity="sha512-UQ6KRBsm600Iy6JOMYs4pOCf0ytKiFnmJA7tW1QZjzWk9QaDT7MW3BM6CUePIf1DqRsM9fhqbJeiDKNpvy6U9w==" type="application/javascript" src="https://assets-cdn.github.com/assets/github-a3ede6ed892aee4b100454d77264f7d3.js"></script> +     +     +     +  <div class="js-stale-session-flash stale-session-flash flash flash-warn flash-banner d-none"> +    <svg class="octicon octicon-alert" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M8.893 1.5c-.183-.31-.52-.5-.887-.5s-.703.19-.886.5L.138 13.499a.98.98 0 0 0 0 1.001c.193.31.53.501.886.501h13.964c.367 0 .704-.19.877-.5a1.03 1.03 0 0 0 .01-1.002L8.893 1.5zm.133 11.497H6.987v-2.003h2.039v2.003zm0-3.004H6.987V5.987h2.039v4.006z"/></svg> +    <span class="signed-in-tab-flash">You signed in with another tab or window. <a href="">Reload</a> to refresh your session.</span> +    <span class="signed-out-tab-flash">You signed out in another tab or window. <a href="">Reload</a> to refresh your session.</span> +  </div> +  <div class="facebox" id="facebox" style="display:none;"> +  <div class="facebox-popup"> +    <div class="facebox-content" role="dialog" aria-labelledby="facebox-header" aria-describedby="facebox-description"> +    </div> +    <button type="button" class="facebox-close js-facebox-close" aria-label="Close modal"> +      <svg class="octicon octicon-x" viewBox="0 0 12 16" version="1.1" width="12" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48L7.48 8z"/></svg> +    </button> +  </div> +</div> + +  <template id="site-details-dialog"> +  <details class="details-reset details-overlay details-overlay-dark lh-default text-gray-dark" open> +    <summary aria-haspopup="dialog" aria-label="Close dialog"></summary> +    <details-dialog class="Box Box--overlay d-flex flex-column anim-fade-in fast"> +      <button class="Box-btn-octicon m-0 btn-octicon position-absolute right-0 top-0" type="button" aria-label="Close dialog" data-close-dialog> +        <svg class="octicon octicon-x" viewBox="0 0 12 16" version="1.1" width="12" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48L7.48 8z"/></svg> +      </button> +      <div class="octocat-spinner my-6 js-details-dialog-spinner"></div> +    </details-dialog> +  </details> +</template> + +  <div class="Popover js-hovercard-content position-absolute" style="display: none; outline: none;" tabindex="0"> +  <div class="Popover-message Popover-message--bottom-left Popover-message--large Box box-shadow-large" style="width:360px;"> +  </div> +</div> + +<div id="hovercard-aria-description" class="sr-only"> +  Press h to open a hovercard with more details. +</div> + + +  </body> +</html> + diff --git a/configs/conferences/bub2018/main.less b/configs/conferences/bub2018/main.less new file mode 100755 index 0000000..de56a68 --- /dev/null +++ b/configs/conferences/bub2018/main.less @@ -0,0 +1,93 @@ +@import "../../../assets/css/_structure.less"; + +@font-face { +    font-family: SourceSansPro; +    src: url('fonts/SourceSansPro-Regular.otf'); +} +@font-face { +    font-family: SourceSansPro; +    src: url('fonts/SourceSansPro-Bold.otf'); +    font-weight: bold; +} +@font-face { +    font-family: SourceSansPro; +    src: url('fonts/SourceSansPro-Italic.otf'); +    font-style: italic; +} +@font-face { +    font-family: SourceSansPro; +    src: url('fonts/SourceSansPro-BoldItalic.otf'); +    font-weight: bold; +    font-style: italic; +} +@font-face { +    font-family: SourceSansPro; +    src: url('fonts/SourceSansPro-Light.otf'); +    font-weight: 300; +} +@font-face { +    font-family: SourceSansPro; +    src: url('fonts/SourceSansPro-LightItalic.otf'); +    font-style: italic; +    font-weight: 300; +} + +// conference specific styles here +@grey:  #fafafa; +@white: #FFFFFF; +@dsred: #ff4141; +@dstext: #480202; +@black: #000000; + +// often configured values (and their defaults): +// +@brand-primary:         @white; +@text-color:            black; + +@link-color:            @dsred; +@link-hover-color:      darken(@dsred, 20%); + +@navbar-default-color:  @dsred; +@navbar-default-bg:     @black; + +@navbar-default-link-color:           @dsred; +@navbar-default-link-hover-color:     darken(@dsred, 20%); + +@panel-default-border:  @grey; + +.tab-pane { background-color: @black; } + +.tab-pane h3 { color: @dsred; }; +h1,h2,h3 { color: @white; }; + +.desktop-player-hint h3 {} + +.nav-tabs > li > a { +	background-color: darken(@dsred, 33%); +	color: @white +	 +} + +nav .navbar-brand .icon { +    background-image: url("/assets/img/voctocat-inverse.svg"); +    background-size: 27px 27px; +} + + +body { +	color: @dstext; +	font-family: "Source Sans Pro", Helvetica, sans-serif; +	background-image: url("/configs/conferences/fiffkon18/logo.png"); +	background-size: cover; +} + + +@font-face { +	font-weight: normal; +	font-style: normal; +} + +.panel-body a { +  font-weight: lighter; +} + | 
