diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..14bb747 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +_site +.sass-cache +.jekyll-metadata +bower_components diff --git a/404.md b/404.md new file mode 100644 index 0000000..34aa404 --- /dev/null +++ b/404.md @@ -0,0 +1,18 @@ +--- +layout: error +permalink: /404.html +error-code: 404 - Not Found +--- + +# 404 - Not found + +Uhhh, ahhh. Seems that we do not know this page. +Please try it again on the [website]({{ site.baseurl }}/). + +**Top 5 reasons, why this happens:** + +* A ninja stole the content right in front your nose. Of course you have seen nothing. +* A disruption of the space-time continuum formed. The content was desintegrated. +* Chuck Norris did not allow us to create this site. +* You tried to do something very nasty to our site. Do not try it again. +* Seems this page does not exist ... sorry :( \ No newline at end of file diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..ab38815 --- /dev/null +++ b/Gemfile @@ -0,0 +1,3 @@ +source 'https://rubygems.org' + +gem 'jekyll' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..8510b32 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,45 @@ +GEM + remote: https://rubygems.org/ + specs: + addressable (2.4.0) + colorator (1.1.0) + ffi (1.9.14) + forwardable-extended (2.6.0) + jekyll (3.3.0) + addressable (~> 2.4) + colorator (~> 1.0) + jekyll-sass-converter (~> 1.0) + jekyll-watch (~> 1.1) + kramdown (~> 1.3) + liquid (~> 3.0) + mercenary (~> 0.3.3) + pathutil (~> 0.9) + rouge (~> 1.7) + safe_yaml (~> 1.0) + jekyll-sass-converter (1.4.0) + sass (~> 3.4) + jekyll-watch (1.5.0) + listen (~> 3.0, < 3.1) + kramdown (1.12.0) + liquid (3.0.6) + listen (3.0.8) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + mercenary (0.3.6) + pathutil (0.14.0) + forwardable-extended (~> 2.6) + rb-fsevent (0.9.7) + rb-inotify (0.9.7) + ffi (>= 0.5.0) + rouge (1.11.1) + safe_yaml (1.0.4) + sass (3.4.22) + +PLATFORMS + ruby + +DEPENDENCIES + jekyll + +BUNDLED WITH + 1.12.5 diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..27d7d64 --- /dev/null +++ b/_config.yml @@ -0,0 +1,119 @@ +# Site settings +title: "Leon Braje" +email: leon@braje.org +baseurl: "/leon" # the subpath of your site, e.g. /blog/ +url: "https://marauderxtreme.github.io" # the base hostname & protocol for your site + +# Global Metatags +metatag: + de: + description: "" + abstract: + keywords: + "og:title": "" + "og:description": "" + "og:locale": + "og:locale:alternate": + "og:image": + "og:image:secure:url": + "og:type": + "og:site_name": + "og:url": + "og:type": + HandheldFriendly: true + en: + description: "" + abstract: + keywords: + "og:title": "" + "og:description": "" + "og:locale": + "og:ocale-alternate": + "og:image": + "og:secure-url": + "og:type": + "og:site_name": + "og:url": + "og:type": + HandheldFriendly: true + +# Build settings +markdown: kramdown + +gems: + - jekyll + - jekyll-paginate + +exclude: + - .c9 + - .git + - bower_components + - Gemfile + - Gemfile.lock + +permalink: none + +paginate: 5 +paginate_path: "/blog/page:num" + +teaser-length: 500 + +defaults: + - + scope: + path: "" + type: "pages" + values: + layout: "page" + lang: de + i18n: true + - + scope: + path: "" + type: "posts" + values: + layout: "post" + permalink: blog/:path:output_ext + lang: de + i18n: true + - + scope: + path: "" + type: "drafts" + values: + layout: "post" + category: drafts + i18n: true + - + scope: + path: "" + type: "en" + values: + layout: "page" + permalink: en/:path:output_ext + lang: en + i18n: true + - + scope: + path: "" + type: "en-posts" + values: + layout: "post" + permalink: en/blog/:path:output_ext + lang: en + i18n: true + +sass: + sass_dir: _scss + # development setting + style: :expanded + # production setting + # style: :compressed + +collections: + sidebar: {} + en: + output: true + en-posts: + output: true + en-sidebar: {} diff --git a/_data/events.yaml b/_data/events.yaml new file mode 100644 index 0000000..5d7e7fc --- /dev/null +++ b/_data/events.yaml @@ -0,0 +1,31 @@ +events: + - + date: 13.11.2016 + date-en: "11/13/2016" + location: Dresden + location-en: Dresden + - + date: 14.11.2016 + date-en: "11/14/2016" + location: Köln + location-en: Cologne + - + date: 15.11.2016 + date-en: "11/15/2016" + location: München + location-en: Munich + - + date: 16.11.2016 + date-en: "11/16/2016" + location: Berlin + location-en: Berlin + - + date: 17.11.2016 + date-en: "11/17/2016" + location: Bremen + location-en: Bremen + - + date: 18.11.2016 + date-en: "11/18/2016" + location: Wien/AT + location-en: Vienna/AT \ No newline at end of file diff --git a/_data/icons.yaml b/_data/icons.yaml new file mode 100644 index 0000000..e332240 --- /dev/null +++ b/_data/icons.yaml @@ -0,0 +1,35 @@ +groups: + - + type: android + path: /img/icons/android-icon- + sizes: + - 192x192 + - + type: apple + rel: apple-touch-icon + path: /img/icons/apple-touch-icons- + sizes: + - 57x57 + - 60x60 + - 72x72 + - 76x76 + - 114x114 + - 120x120 + - 144x144 + - 152x152 + - 180x180 + - 192x192 + - + type: favicon + path: /img/icons/favicon- + sizes: + - 16x16 + - 32x32 + - 96x96 + - + type: ms + path: /img/icons/ms-icon- + sizes: + - 144x144 +android-manifest: /img/icons/manifest.json +ms-tilecolor: "#FFFFFF" \ No newline at end of file diff --git a/_data/scripts.yaml b/_data/scripts.yaml new file mode 100644 index 0000000..9ac8f9b --- /dev/null +++ b/_data/scripts.yaml @@ -0,0 +1,16 @@ +default: + pre: + # The following scripts are included in the + - + src: /js/vendor/modernizr.min.js + + post: + # these scripts are included as the last elements in + - + src: /js/vendor/jquery.min.js + - + src: /js/vendor/foundation.min.js + - + src: /js/vendor/slick.min.js + - + src: /js/app.js \ No newline at end of file diff --git a/_data/slider.yaml b/_data/slider.yaml new file mode 100644 index 0000000..cc1ede4 --- /dev/null +++ b/_data/slider.yaml @@ -0,0 +1,21 @@ +index: + - + absolute: true + src: https://placeholdit.imgix.net/~text?txtsize=75&txt=First&w=900&h=300&txttrack=0 + alt: First + - + absolute: true + src: https://placeholdit.imgix.net/~text?txtsize=75&bg=aaaaaa&txtclr=e8117f&txt=Second&w=900&h=300&txttrack=0 + alt: Second + - + absolute: true + src: https://placeholdit.imgix.net/~text?txtsize=75&bg=e8117f&txtclr=aaaaaa&txt=Third&w=900&h=300&txttrack=0 + alt: Third + - + absolute: true + src: https://placekitten.com/900/300 + alt: Kitten + - + absolute: true + src: https://placeholdit.imgix.net/~text?txtsize=75&bg=000000&txtclr=ffffff&txt=Last&w=900&h=300&txttrack=0 + alt: Last \ No newline at end of file diff --git a/_data/stylesheets.yaml b/_data/stylesheets.yaml new file mode 100644 index 0000000..9555488 --- /dev/null +++ b/_data/stylesheets.yaml @@ -0,0 +1,4 @@ +default: + head: + - + src: /css/style.css diff --git a/_en-posts/2016-10-13-first.md b/_en-posts/2016-10-13-first.md new file mode 100644 index 0000000..3beaebd --- /dev/null +++ b/_en-posts/2016-10-13-first.md @@ -0,0 +1,11 @@ +--- +title: First +layout: post +author: Leon +--- + +Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. + +Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. + +Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. \ No newline at end of file diff --git a/_en-sidebar/events.md b/_en-sidebar/events.md new file mode 100644 index 0000000..e79cc3d --- /dev/null +++ b/_en-sidebar/events.md @@ -0,0 +1,25 @@ +--- +title: Events +index: 200 +--- + + \ No newline at end of file diff --git a/_en-sidebar/videos.md b/_en-sidebar/videos.md new file mode 100644 index 0000000..dc5812d --- /dev/null +++ b/_en-sidebar/videos.md @@ -0,0 +1,14 @@ +--- +title: Videos +index: 400 +--- + +
+ +
+
+ +
+
+ +
\ No newline at end of file diff --git a/_en/band.md b/_en/band.md new file mode 100644 index 0000000..3c4b65d --- /dev/null +++ b/_en/band.md @@ -0,0 +1,11 @@ +--- +title: Band +layout: page +index: 300 +--- + +Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. + +Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. + +Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. \ No newline at end of file diff --git a/_en/disclaimer.md b/_en/disclaimer.md new file mode 100644 index 0000000..fb086cc --- /dev/null +++ b/_en/disclaimer.md @@ -0,0 +1,20 @@ +--- +title: Disclaimner +layout: page +special: true +i18n: false +--- + +Haftung für Inhalte +------------------- +Als Diensteanbieter sind wir gemäß § 7 Abs.1 TMG für eigene Inhalte auf diesen Seiten nach den allgemeinen Gesetzen verantwortlich. Nach §§ 8 bis 10 TMG sind wir als Diensteanbieter jedoch nicht verpflichtet, übermittelte oder gespeicherte fremde Informationen zu überwachen oder nach Umständen zu forschen, die auf eine rechtswidrige Tätigkeit hinweisen. Verpflichtungen zur Entfernung oder Sperrung der Nutzung von Informationen nach den allgemeinen Gesetzen bleiben hiervon unberührt. Eine diesbezügliche Haftung ist jedoch erst ab dem Zeitpunkt der Kenntnis einer konkreten Rechtsverletzung möglich. Bei Bekanntwerden von entsprechenden Rechtsverletzungen werden wir diese Inhalte umgehend entfernen. + +Haftung für Links +----------------- +Unser Angebot enthält Links zu externen Webseiten Dritter, auf deren Inhalte wir keinen Einfluss haben. Deshalb können wir für diese fremden Inhalte auch keine Gewähr übernehmen. Für die Inhalte der verlinkten Seiten ist stets der jeweilige Anbieter oder Betreiber der Seiten verantwortlich. Die verlinkten Seiten wurden zum Zeitpunkt der Verlinkung auf mögliche Rechtsverstöße überprüft. Rechtswidrige Inhalte waren zum Zeitpunkt der Verlinkung nicht erkennbar. Eine permanente inhaltliche Kontrolle der verlinkten Seiten ist jedoch ohne konkrete Anhaltspunkte einer Rechtsverletzung nicht zumutbar. Bei Bekanntwerden von Rechtsverletzungen werden wir derartige Links umgehend entfernen. + +Urheberrecht +------------ +Die durch die Seitenbetreiber erstellten Inhalte und Werke auf diesen Seiten unterliegen dem deutschen Urheberrecht. Die Vervielfältigung, Bearbeitung, Verbreitung und jede Art der Verwertung außerhalb der Grenzen des Urheberrechtes bedürfen der schriftlichen Zustimmung des jeweiligen Autors bzw. Erstellers. Downloads und Kopien dieser Seite sind nur für den privaten, nicht kommerziellen Gebrauch gestattet. Soweit die Inhalte auf dieser Seite nicht vom Betreiber erstellt wurden, werden die Urheberrechte Dritter beachtet. Insbesondere werden Inhalte Dritter als solche gekennzeichnet. Sollten Sie trotzdem auf eine Urheberrechtsverletzung aufmerksam werden, bitten wir um einen entsprechenden Hinweis. Bei Bekanntwerden von Rechtsverletzungen werden wir derartige Inhalte umgehend entfernen. + +Quellverweis: _[eRecht24](https://www.e-recht24.de/muster-disclaimer.html){:target="blank"}{:rel="nofollow"}_ \ No newline at end of file diff --git a/_en/feed.rss b/_en/feed.rss new file mode 100644 index 0000000..c7690f3 --- /dev/null +++ b/_en/feed.rss @@ -0,0 +1,31 @@ +--- +layout: null +special: true +--- + + + + {{ site.title | xml_escape }} + {{ site.metatag.description | xml_escape }} + {{ site.url }}{{ site.baseurl }}/ + + {{ site.time | date_to_rfc822 }} + {{ site.time | date_to_rfc822 }} + Jekyll v{{ jekyll.version }} + {% for post in site.en-posts limit:10 %} + + {{ post.title | xml_escape }} + {{ post.content | xml_escape }} + {{ post.date | date_to_rfc822 }} + {{ post.url | prepend: site.baseurl | prepend: site.url }} + {{ post.url | prepend: site.baseurl | prepend: site.url }} + {% for tag in post.tags %} + {{ tag | xml_escape }} + {% endfor %} + {% for cat in post.categories %} + {{ cat | xml_escape }} + {% endfor %} + + {% endfor %} + + \ No newline at end of file diff --git a/_en/imprint.md b/_en/imprint.md new file mode 100644 index 0000000..835299d --- /dev/null +++ b/_en/imprint.md @@ -0,0 +1,18 @@ +--- +title: Imprint +layout: page +special: true +i18n: false +--- + +Angaben gemäß § 5 TMG: +---------------------- +Leon Braje +Maxstr. 42 +42666 German Town + +Kontakt: +-------- +E-Mail: + +Quellverweis: _[eRecht24](https://www.e-recht24.de/impressum-generator.html){:target="blank"}{:rel="nofollow"}_ \ No newline at end of file diff --git a/_en/index.md b/_en/index.md new file mode 100644 index 0000000..237b564 --- /dev/null +++ b/_en/index.md @@ -0,0 +1,13 @@ +--- +title: Welcome to my site +layout: page +special: true +--- + +{% include slider-index.html %} + +Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. + +Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. + +Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. diff --git a/_en/kontakt.md b/_en/kontakt.md new file mode 100644 index 0000000..508bdea --- /dev/null +++ b/_en/kontakt.md @@ -0,0 +1,11 @@ +--- +title: Contact +layout: page +index: 500 +--- + +Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. + +Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. + +Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. \ No newline at end of file diff --git a/_en/privacy.md b/_en/privacy.md new file mode 100644 index 0000000..cb48c0e --- /dev/null +++ b/_en/privacy.md @@ -0,0 +1,43 @@ +--- +title: Privacy Policy +layout: page +special: true +i18n: false +--- + +Datenschutz +--------------- +Die Betreiber dieser Seiten nehmen den Schutz Ihrer persönlichen Daten sehr ernst. Wir behandeln Ihre personenbezogenen Daten vertraulich und entsprechend der gesetzlichen Datenschutzvorschriften sowie dieser Datenschutzerklärung. + +Die Nutzung unserer Webseite ist in der Regel ohne Angabe personenbezogener Daten möglich. Soweit auf unseren Seiten personenbezogene Daten (beispielsweise Name, Anschrift oder E-Mail-Adressen) erhoben werden, erfolgt dies, soweit möglich, stets auf freiwilliger Basis. Diese Daten werden ohne Ihre ausdrückliche Zustimmung nicht an Dritte weitergegeben. + +Wir weisen darauf hin, dass die Datenübertragung im Internet (z.B. bei der Kommunikation per E-Mail) Sicherheitslücken aufweisen kann. Ein lückenloser Schutz der Daten vor dem Zugriff durch Dritte ist nicht möglich. + +Cookies +------- +Die Internetseiten verwenden teilweise so genannte Cookies. Cookies richten auf Ihrem Rechner keinen Schaden an und enthalten keine Viren. Cookies dienen dazu, unser Angebot nutzerfreundlicher, effektiver und sicherer zu machen. Cookies sind kleine Textdateien, die auf Ihrem Rechner abgelegt werden und die Ihr Browser speichert. + +Die meisten der von uns verwendeten Cookies sind so genannte „Session-Cookies“. Sie werden nach Ende Ihres Besuchs automatisch gelöscht. Andere Cookies bleiben auf Ihrem Endgerät gespeichert, bis Sie diese löschen. Diese Cookies ermöglichen es uns, Ihren Browser beim nächsten Besuch wiederzuerkennen. + +Sie können Ihren Browser so einstellen, dass Sie über das Setzen von Cookies informiert werden und Cookies nur im Einzelfall erlauben, die Annahme von Cookies für bestimmte Fälle oder generell ausschließen sowie das automatische Löschen der Cookies beim Schließen des Browser aktivieren. Bei der Deaktivierung von Cookies kann die Funktionalität dieser Website eingeschränkt sein. + +Server-Log-Files +---------------- +Der Provider der Seiten erhebt und speichert automatisch Informationen in so genannten Server-Log Files, die Ihr Browser automatisch an uns übermittelt. Dies sind: +* Browsertyp/ Browserversion +* verwendetes Betriebssystem +* Referrer URL +* Hostname des zugreifenden Rechners +* Uhrzeit der Serveranfrage + +Diese Daten sind nicht bestimmten Personen zuordenbar. Eine Zusammenführung dieser Daten mit anderen Datenquellen wird nicht vorgenommen. Wir behalten uns vor, diese Daten nachträglich zu prüfen, wenn uns konkrete Anhaltspunkte für eine rechtswidrige Nutzung bekannt werden. + +Auskunft, Löschung, Sperrung +---------------------------- +Sie haben jederzeit das Recht auf unentgeltliche Auskunft über Ihre gespeicherten personenbezogenen Daten, deren Herkunft und Empfänger und den Zweck der Datenverarbeitung sowie ein Recht auf Berichtigung, Sperrung oder Löschung dieser Daten. Hierzu sowie zu weiteren Fragen zum Thema personenbezogene Daten können Sie sich jederzeit unter der im Impressum angegebenen Adresse an uns wenden. + +Widerspruch Werbe-Mails +----------------------- +Der Nutzung von im Rahmen der Impressumspflicht veröffentlichten Kontaktdaten zur Übersendung von nicht ausdrücklich angeforderter Werbung und Informationsmaterialien wird hiermit widersprochen. Die Betreiber der Seiten behalten sich ausdrücklich rechtliche Schritte im Falle der unverlangten Zusendung von Werbeinformationen, etwa durch Spam-E-Mails, vor. + +Quellverweis: _[eRecht24](https://www.e-recht24.de/muster-datenschutzerklaerung.html){:target="blank"}{:rel="nofollow"}_ \ No newline at end of file diff --git a/_en/referenzen.md b/_en/referenzen.md new file mode 100644 index 0000000..cc55670 --- /dev/null +++ b/_en/referenzen.md @@ -0,0 +1,11 @@ +--- +title: References +layout: page +index: 400 +--- + +Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. + +Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. + +Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. \ No newline at end of file diff --git a/_en/singer-songwriter.md b/_en/singer-songwriter.md new file mode 100644 index 0000000..7693c2d --- /dev/null +++ b/_en/singer-songwriter.md @@ -0,0 +1,11 @@ +--- +title: Singer Songwriter +layout: page +index: 200 +--- + +Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. + +Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. + +Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. \ No newline at end of file diff --git a/_en/solo-musiker.md b/_en/solo-musiker.md new file mode 100644 index 0000000..ce537e3 --- /dev/null +++ b/_en/solo-musiker.md @@ -0,0 +1,11 @@ +--- +title: Solo Musician +layout: page +index: 100 +--- + +Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. + +Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. + +Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. \ No newline at end of file diff --git a/_includes/author.html b/_includes/author.html new file mode 100644 index 0000000..58a3829 --- /dev/null +++ b/_includes/author.html @@ -0,0 +1,18 @@ +{% if include.author %}{% assign author = include.author %}{% else %}{% assign author = page.author %}{% endif %} +
+ + {% case author %} + {% when 'Leon' %} + {% include author/leon.html %} + {% when 'Jan' %} + {% include author/jan.html %} + {% when 'Root' %} + {% include author/root.html %} + {% else %} + {% include author/leon.html %} + {% endcase %} +
\ No newline at end of file diff --git a/_includes/author/jan.html b/_includes/author/jan.html new file mode 100644 index 0000000..54f0063 --- /dev/null +++ b/_includes/author/jan.html @@ -0,0 +1,2 @@ +author +Jan Braje \ No newline at end of file diff --git a/_includes/author/leon.html b/_includes/author/leon.html new file mode 100644 index 0000000..057f8ad --- /dev/null +++ b/_includes/author/leon.html @@ -0,0 +1,2 @@ +author +Leon Braje \ No newline at end of file diff --git a/_includes/author/root.html b/_includes/author/root.html new file mode 100644 index 0000000..359aeb4 --- /dev/null +++ b/_includes/author/root.html @@ -0,0 +1,2 @@ +author +Admin \ No newline at end of file diff --git a/_includes/events.html b/_includes/events.html new file mode 100644 index 0000000..eef2046 --- /dev/null +++ b/_includes/events.html @@ -0,0 +1,14 @@ +

+ Events +

+ \ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..18aa48a --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,15 @@ + \ No newline at end of file diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 0000000..32cf4dc --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,53 @@ + + + + + + {% if page.title %}{{ page.title | append: ' | ' | append: site.title }}{% else %}{{ site.title }}{% endif %} + + {% case include.lang %} + {% when "en" %} + {% assign metatags=site.metatag.en %} + {% else %} + {% assign metatags=site.metatag.de %} + {% endcase %} + {% for metatag in metatags %} + {% assign key = metatag[0] %} + {% if page.metatag[key] %} + + {% elsif key == "description" and page.excerpt %} + + {% elsif metatag[1] %} + + {% endif %} + {% endfor %} + + {% assign path = site.data.icons.apple.path %} + {% for group in site.data.icons.groups %} + {% assign path = group.path %} + {% capture rel %}{% if group.rel %}{{ group.rel }}{% else %}icon{% endif %}{% endcapture %} + {% for size in group.sizes %} + {% if group.type == "ms" %} + + {% else %} + + {% endif %} + {% endfor %} + {% endfor %} + + + + + + + {% for sheet in site.data.stylesheets.default.head %} + {% include stylesheet.html stylesheet=sheet %} + {% endfor %} + + + + + {% for s in site.data.scripts.default.pre %} + {% include script.html script=s %} + {% endfor %} + \ No newline at end of file diff --git a/_includes/header.html b/_includes/header.html new file mode 100644 index 0000000..dfacf84 --- /dev/null +++ b/_includes/header.html @@ -0,0 +1,55 @@ +
+
+
+ + +
+
+
+ Logo +
+
+ +
+
\ No newline at end of file diff --git a/_includes/icons/facebook.html b/_includes/icons/facebook.html new file mode 100644 index 0000000..f3c6424 --- /dev/null +++ b/_includes/icons/facebook.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_includes/icons/instagram.html b/_includes/icons/instagram.html new file mode 100644 index 0000000..d8e2b1c --- /dev/null +++ b/_includes/icons/instagram.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_includes/icons/rss.html b/_includes/icons/rss.html new file mode 100644 index 0000000..bcb84ba --- /dev/null +++ b/_includes/icons/rss.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_includes/icons/soundcloud.html b/_includes/icons/soundcloud.html new file mode 100644 index 0000000..a993612 --- /dev/null +++ b/_includes/icons/soundcloud.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_includes/icons/youtube.html b/_includes/icons/youtube.html new file mode 100644 index 0000000..7a0b2e2 --- /dev/null +++ b/_includes/icons/youtube.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_includes/language-switch.html b/_includes/language-switch.html new file mode 100644 index 0000000..eba165b --- /dev/null +++ b/_includes/language-switch.html @@ -0,0 +1,24 @@ +
+ +
\ No newline at end of file diff --git a/_includes/lateload-scripts.html b/_includes/lateload-scripts.html new file mode 100644 index 0000000..20e6b71 --- /dev/null +++ b/_includes/lateload-scripts.html @@ -0,0 +1,3 @@ +{% for s in site.data.scripts.default.post %} + {% include script.html script=s %} +{% endfor %} \ No newline at end of file diff --git a/_includes/law.html b/_includes/law.html new file mode 100644 index 0000000..098e926 --- /dev/null +++ b/_includes/law.html @@ -0,0 +1,27 @@ +{% if include.lang == 'en' %} +

Legal

+ +{% else %} +

Rechtliches

+ +{% endif %} \ No newline at end of file diff --git a/_includes/off-canvas.html b/_includes/off-canvas.html new file mode 100644 index 0000000..c0bd9e2 --- /dev/null +++ b/_includes/off-canvas.html @@ -0,0 +1,29 @@ +
+ + + + + + + {% if page.i18n %} + {% include language-switch.html %} + {% endif %} + + +
\ No newline at end of file diff --git a/_includes/script.html b/_includes/script.html new file mode 100644 index 0000000..2fb5106 --- /dev/null +++ b/_includes/script.html @@ -0,0 +1,5 @@ +{% if include.script %} + {% assign script = include.script %} +{% endif %} + + diff --git a/_includes/sidebar.html b/_includes/sidebar.html new file mode 100644 index 0000000..503ef11 --- /dev/null +++ b/_includes/sidebar.html @@ -0,0 +1,23 @@ + \ No newline at end of file diff --git a/_includes/skip-link.html b/_includes/skip-link.html new file mode 100644 index 0000000..77438ab --- /dev/null +++ b/_includes/skip-link.html @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/_includes/slider-index.html b/_includes/slider-index.html new file mode 100644 index 0000000..7beee8a --- /dev/null +++ b/_includes/slider-index.html @@ -0,0 +1,19 @@ +
+ {% for image in site.data.slider.index %} +
+ {% if forloop.first %} + {% if image.absolute %} + {{ image.alt }} + {% else %} + {{ image.alt }} + {% endif %} + {% else %} + {% if image.absolute %} + {{ image.alt }} + {% else %} + {{ image.alt }} + {% endif %} + {% endif %} +
+ {% endfor %} +
\ No newline at end of file diff --git a/_includes/social-media.html b/_includes/social-media.html new file mode 100644 index 0000000..e0e13b3 --- /dev/null +++ b/_includes/social-media.html @@ -0,0 +1,18 @@ +

+ Social Media +

+ + {% include icons/facebook.html %} + + + {% include icons/youtube.html %} + + + {% include icons/instagram.html %} + + + + {% include icons/rss.html %} + \ No newline at end of file diff --git a/_includes/stylesheet.html b/_includes/stylesheet.html new file mode 100644 index 0000000..ca5d1da --- /dev/null +++ b/_includes/stylesheet.html @@ -0,0 +1,4 @@ +{% if include.stylesheet %} + {% assign stylesheet = include.stylesheet %} +{% endif %} + diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..f8892ef --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,32 @@ + + + + {% include head.html %} + + + {% include skip-link.html %} +
+
+ {% include off-canvas.html %} +
+ {% include header.html %} + +
+ {{ content }} + {% if page.lang == 'en' %} + {% assign items = site.en-sidebar %} + {% else %} + {% assign items = site.sidebar %} + {% endif %} + {% assign items = items | sort: 'index' %} + {% include sidebar.html items=items %} +
+ + {% include footer.html %} +
+
+
+ + {% include lateload-scripts.html %} + + diff --git a/_layouts/error.html b/_layouts/error.html new file mode 100644 index 0000000..86f448d --- /dev/null +++ b/_layouts/error.html @@ -0,0 +1,69 @@ + + + + + {{ page.error-code }} | {{ site.title }} + + + + + {{ content }} + + + diff --git a/_layouts/null.html b/_layouts/null.html new file mode 100644 index 0000000..e02a27c --- /dev/null +++ b/_layouts/null.html @@ -0,0 +1 @@ +{{ content }} \ No newline at end of file diff --git a/_layouts/page.html b/_layouts/page.html new file mode 100644 index 0000000..9347e87 --- /dev/null +++ b/_layouts/page.html @@ -0,0 +1,11 @@ +--- +layout: default +--- +
+
+

{{ page.title }}

+
+
+ {{ content }} +
+
\ No newline at end of file diff --git a/_layouts/post.html b/_layouts/post.html new file mode 100644 index 0000000..7a53c2b --- /dev/null +++ b/_layouts/post.html @@ -0,0 +1,15 @@ +--- +layout: default +--- +
+
+

{{ page.title }}

+ {{ page.date | date: "%d.%m.%Y" }} +
+
+ {{ content }} +
+
+ {% include author.html %} +
+
\ No newline at end of file diff --git a/_posts/2016-10-13-first.md b/_posts/2016-10-13-first.md new file mode 100644 index 0000000..3cfc6e5 --- /dev/null +++ b/_posts/2016-10-13-first.md @@ -0,0 +1,11 @@ +--- +title: Erster +layout: post +author: Root +--- + +Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. + +Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. + +Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. \ No newline at end of file diff --git a/_scss/_custom.scss b/_scss/_custom.scss new file mode 100644 index 0000000..2db2585 --- /dev/null +++ b/_scss/_custom.scss @@ -0,0 +1,124 @@ +/** + * Place for site specific settings + */ + +/** + * Social Media + */ +.social-media svg { + width: 2rem; +} + +.facebook { + svg path { + fill: #3B5998; + } +} + +.youtube { + svg path { + fill: #CD201F; + } +} + +.instagram { + svg path { + fill: #E4405F; + } +} + +.soundcloud { + svg path { + fill: #FF3300; + } +} + +.rss { + svg path { + fill: #FFA500; + } +} + +/** + * Styles for the Skip link + */ +.element-invisible { + clip: rect(1px, 1px, 1px, 1px); + height: 1px; + overflow: hidden; + position: absolute !important; + + &.element-focusable:active, + &.element-focusable:focus { + clip: auto; + height: auto; + overflow: visible; + position: static !important; + + } +} + +/** + * Language switcher + */ +.language-switcher { + + .language-list { + list-style: none; + margin-left: 0; + + li { + margin-left: 1.375rem; + + &:first-of-type { + margin-left: 0; + } + } + } + img.language-icon { + filter: url("#{$baseurl}/css/img/desaturate.svg#greyscale"); + margin-top: -0.2rem; + + } + .language-link { + text-decoration: none; + + &.active { + cursor: default; + pointer-events: none; + + } + &.active, + &:hover, + &:focus { + + img.language-icon { + filter: none; + + } + } + } +} + +/** + * Sticky Nav + */ +header .sticky.title-bar { + position: fixed; + top: 0; + // Over 9000 + z-index: 9001; +} + +.sticky.title-bar, +.sticky.top-bar { + width: 100%; + +} +.sticky-container { + &.column, + &.columns { + padding-left: 0; + padding-right: 0; + } +} \ No newline at end of file diff --git a/_scss/_large.scss b/_scss/_large.scss new file mode 100644 index 0000000..e69de29 diff --git a/_scss/_medium.scss b/_scss/_medium.scss new file mode 100644 index 0000000..e69de29 diff --git a/_scss/_normalize.scss b/_scss/_normalize.scss new file mode 100644 index 0000000..9b77e0e --- /dev/null +++ b/_scss/_normalize.scss @@ -0,0 +1,461 @@ +/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */ + +/** + * 1. Change the default font family in all browsers (opinionated). + * 2. Correct the line height in all browsers. + * 3. Prevent adjustments of font size after orientation changes in + * IE on Windows Phone and in iOS. + */ + +/* Document + ========================================================================== */ + +html { + font-family: sans-serif; /* 1 */ + line-height: 1.15; /* 2 */ + -ms-text-size-adjust: 100%; /* 3 */ + -webkit-text-size-adjust: 100%; /* 3 */ +} + +/* Sections + ========================================================================== */ + +/** + * Remove the margin in all browsers (opinionated). + */ + +body { + margin: 0; +} + +/** + * Add the correct display in IE 9-. + */ + +article, +aside, +footer, +header, +nav, +section { + display: block; +} + +/** + * Correct the font size and margin on `h1` elements within `section` and + * `article` contexts in Chrome, Firefox, and Safari. + */ + +h1 { + font-size: 2em; + margin: 0.67em 0; +} + +/* Grouping content + ========================================================================== */ + +/** + * Add the correct display in IE 9-. + * 1. Add the correct display in IE. + */ + +figcaption, +figure, +main { /* 1 */ + display: block; +} + +/** + * Add the correct margin in IE 8. + */ + +figure { + margin: 1em 40px; +} + +/** + * 1. Add the correct box sizing in Firefox. + * 2. Show the overflow in Edge and IE. + */ + +hr { + box-sizing: content-box; /* 1 */ + height: 0; /* 1 */ + overflow: visible; /* 2 */ +} + +/** + * 1. Correct the inheritance and scaling of font size in all browsers. + * 2. Correct the odd `em` font sizing in all browsers. + */ + +pre { + font-family: monospace, monospace; /* 1 */ + font-size: 1em; /* 2 */ +} + +/* Text-level semantics + ========================================================================== */ + +/** + * 1. Remove the gray background on active links in IE 10. + * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. + */ + +a { + background-color: transparent; /* 1 */ + -webkit-text-decoration-skip: objects; /* 2 */ +} + +/** + * Remove the outline on focused links when they are also active or hovered + * in all browsers (opinionated). + */ + +a:active, +a:hover { + outline-width: 0; +} + +/** + * 1. Remove the bottom border in Firefox 39-. + * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. + */ + +abbr[title] { + border-bottom: none; /* 1 */ + text-decoration: underline; /* 2 */ + text-decoration: underline dotted; /* 2 */ +} + +/** + * Prevent the duplicate application of `bolder` by the next rule in Safari 6. + */ + +b, +strong { + font-weight: inherit; +} + +/** + * Add the correct font weight in Chrome, Edge, and Safari. + */ + +b, +strong { + font-weight: bolder; +} + +/** + * 1. Correct the inheritance and scaling of font size in all browsers. + * 2. Correct the odd `em` font sizing in all browsers. + */ + +code, +kbd, +samp { + font-family: monospace, monospace; /* 1 */ + font-size: 1em; /* 2 */ +} + +/** + * Add the correct font style in Android 4.3-. + */ + +dfn { + font-style: italic; +} + +/** + * Add the correct background and color in IE 9-. + */ + +mark { + background-color: #ff0; + color: #000; +} + +/** + * Add the correct font size in all browsers. + */ + +small { + font-size: 80%; +} + +/** + * Prevent `sub` and `sup` elements from affecting the line height in + * all browsers. + */ + +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} + +sub { + bottom: -0.25em; +} + +sup { + top: -0.5em; +} + +/* Embedded content + ========================================================================== */ + +/** + * Add the correct display in IE 9-. + */ + +audio, +video { + display: inline-block; +} + +/** + * Add the correct display in iOS 4-7. + */ + +audio:not([controls]) { + display: none; + height: 0; +} + +/** + * Remove the border on images inside links in IE 10-. + */ + +img { + border-style: none; +} + +/** + * Hide the overflow in IE. + */ + +svg:not(:root) { + overflow: hidden; +} + +/* Forms + ========================================================================== */ + +/** + * 1. Change the font styles in all browsers (opinionated). + * 2. Remove the margin in Firefox and Safari. + */ + +button, +input, +optgroup, +select, +textarea { + font-family: sans-serif; /* 1 */ + font-size: 100%; /* 1 */ + line-height: 1.15; /* 1 */ + margin: 0; /* 2 */ +} + +/** + * Show the overflow in IE. + * 1. Show the overflow in Edge. + */ + +button, +input { /* 1 */ + overflow: visible; +} + +/** + * Remove the inheritance of text transform in Edge, Firefox, and IE. + * 1. Remove the inheritance of text transform in Firefox. + */ + +button, +select { /* 1 */ + text-transform: none; +} + +/** + * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` + * controls in Android 4. + * 2. Correct the inability to style clickable types in iOS and Safari. + */ + +button, +html [type="button"], /* 1 */ +[type="reset"], +[type="submit"] { + -webkit-appearance: button; /* 2 */ +} + +/** + * Remove the inner border and padding in Firefox. + */ + +button::-moz-focus-inner, +[type="button"]::-moz-focus-inner, +[type="reset"]::-moz-focus-inner, +[type="submit"]::-moz-focus-inner { + border-style: none; + padding: 0; +} + +/** + * Restore the focus styles unset by the previous rule. + */ + +button:-moz-focusring, +[type="button"]:-moz-focusring, +[type="reset"]:-moz-focusring, +[type="submit"]:-moz-focusring { + outline: 1px dotted ButtonText; +} + +/** + * Change the border, margin, and padding in all browsers (opinionated). + */ + +fieldset { + border: 1px solid #c0c0c0; + margin: 0 2px; + padding: 0.35em 0.625em 0.75em; +} + +/** + * 1. Correct the text wrapping in Edge and IE. + * 2. Correct the color inheritance from `fieldset` elements in IE. + * 3. Remove the padding so developers are not caught out when they zero out + * `fieldset` elements in all browsers. + */ + +legend { + box-sizing: border-box; /* 1 */ + color: inherit; /* 2 */ + display: table; /* 1 */ + max-width: 100%; /* 1 */ + padding: 0; /* 3 */ + white-space: normal; /* 1 */ +} + +/** + * 1. Add the correct display in IE 9-. + * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. + */ + +progress { + display: inline-block; /* 1 */ + vertical-align: baseline; /* 2 */ +} + +/** + * Remove the default vertical scrollbar in IE. + */ + +textarea { + overflow: auto; +} + +/** + * 1. Add the correct box sizing in IE 10-. + * 2. Remove the padding in IE 10-. + */ + +[type="checkbox"], +[type="radio"] { + box-sizing: border-box; /* 1 */ + padding: 0; /* 2 */ +} + +/** + * Correct the cursor style of increment and decrement buttons in Chrome. + */ + +[type="number"]::-webkit-inner-spin-button, +[type="number"]::-webkit-outer-spin-button { + height: auto; +} + +/** + * 1. Correct the odd appearance in Chrome and Safari. + * 2. Correct the outline style in Safari. + */ + +[type="search"] { + -webkit-appearance: textfield; /* 1 */ + outline-offset: -2px; /* 2 */ +} + +/** + * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. + */ + +[type="search"]::-webkit-search-cancel-button, +[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} + +/** + * 1. Correct the inability to style clickable types in iOS and Safari. + * 2. Change font properties to `inherit` in Safari. + */ + +::-webkit-file-upload-button { + -webkit-appearance: button; /* 1 */ + font: inherit; /* 2 */ +} + +/* Interactive + ========================================================================== */ + +/* + * Add the correct display in IE 9-. + * 1. Add the correct display in Edge, IE, and Firefox. + */ + +details, /* 1 */ +menu { + display: block; +} + +/* + * Add the correct display in all browsers. + */ + +summary { + display: list-item; +} + +/* Scripting + ========================================================================== */ + +/** + * Add the correct display in IE 9-. + */ + +canvas { + display: inline-block; +} + +/** + * Add the correct display in IE. + */ + +template { + display: none; +} + +/* Hidden + ========================================================================== */ + +/** + * Add the correct display in IE 10-. + */ + +[hidden] { + display: none; +} diff --git a/_scss/_print.scss b/_scss/_print.scss new file mode 100644 index 0000000..e69de29 diff --git a/_scss/_settings.scss b/_scss/_settings.scss new file mode 100644 index 0000000..45600bc --- /dev/null +++ b/_scss/_settings.scss @@ -0,0 +1,2 @@ +@import 'foundation/util/util'; +$body-background: $white; \ No newline at end of file diff --git a/_scss/_small.scss b/_scss/_small.scss new file mode 100644 index 0000000..e69de29 diff --git a/_scss/foundation/_global.scss b/_scss/foundation/_global.scss new file mode 100644 index 0000000..86c83d8 --- /dev/null +++ b/_scss/foundation/_global.scss @@ -0,0 +1,638 @@ +// Foundation for Sites by ZURB +// foundation.zurb.com +// Licensed under MIT Open Source + +// scss-lint:disable ColorVariable, QualifyingElement, VendorPrefix + +//// +/// @group global +//// + +/// Font size attribute applied to `` and ``. We use 100% by default so the value is inherited from the user's browser settings. +/// @type Number +$global-font-size: 100% !default; + +/// Global width of your site. Used by the grid to determine row width. +/// @type Number +$global-width: rem-calc(1200) !default; + +/// Default line height for all type. `$global-lineheight` is 24px while `$global-font-size` is 16px +/// @type Number +$global-lineheight: 1.5 !default; + +/// Colors used for buttons, callouts, links, etc. There must always be a color called `primary`. +/// @type Map +$foundation-palette: ( + primary: #2199e8, + secondary: #777, + success: #3adb76, + warning: #ffae00, + alert: #ec5840, +) !default; + +/// Color used for light gray UI items. +/// @type Color +$light-gray: #e6e6e6 !default; + +/// Color used for medium gray UI items. +/// @type Color +$medium-gray: #cacaca !default; + +/// Color used for dark gray UI items. +/// @type Color +$dark-gray: #8a8a8a !default; + +/// Color used for black ui items. +/// @type Color +$black: #0a0a0a !default; + +/// Color used for white ui items. +/// @type Color +$white: #fefefe !default; + +/// Background color of the body. +/// @type Color +$body-background: $white !default; + +/// Text color of the body. +/// @type Color +$body-font-color: $black !default; + +/// Font stack of the body. +/// @type List +$body-font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif !default; + +/// Set to `true` to enable antialiased type, using the `-webkit-font-smoothing` and `-moz-osx-font-smoothing` CSS properties. +/// @type Boolean +$body-antialiased: true !default; + +/// Global value used for margin on components. +/// @type Number +$global-margin: 1rem !default; + +/// Global value used for padding on components. +/// @type Number +$global-padding: 1rem !default; + +/// Global font weight used for normal type. +/// @type Keyword | Number +$global-weight-normal: normal !default; + +/// Global font weight used for bold type. +/// @type Keyword | Number +$global-weight-bold: bold !default; + +/// Global value used for all elements that have a border radius. +/// @type Number +$global-radius: 0 !default; + +/// Sets the text direction of the CSS. Can be either `ltr` or `rtl`. +/// @type Keyword +$global-text-direction: ltr !default; + +/// Enables flexbox for components that support it. +/// @type Boolean +$global-flexbox: false !default; + +@if not map-has-key($foundation-palette, primary) { + @error 'In $foundation-palette, you must have a color named "primary".'; +} + +// Internal variables used for text direction +$global-left: if($global-text-direction == rtl, right, left); +$global-right: if($global-text-direction == rtl, left, right); + +// Internal variables used for colors +$primary-color: map-get($foundation-palette, primary); +$secondary-color: map-get($foundation-palette, secondary); +$success-color: map-get($foundation-palette, success); +$warning-color: map-get($foundation-palette, warning); +$alert-color: map-get($foundation-palette, alert); + +// Remove this in 6.3 +$-zf-menu-icon-imported: false; +$-zf-flex-classes-imported: false; + +@mixin foundation-global-styles { + @include -zf-normalize; + + // These styles are applied to a tag, which is read by the Foundation JavaScript + .foundation-mq { + font-family: '#{-zf-bp-serialize($breakpoints)}'; + } + + html { + font-size: $global-font-size; + box-sizing: border-box; + } + + // Set box-sizing globally to handle padding and border widths + *, + *::before, + *::after { + box-sizing: inherit; + } + + // Default body styles + body { + padding: 0; + margin: 0; + font-family: $body-font-family; + font-weight: $global-weight-normal; + line-height: $global-lineheight; + color: $body-font-color; + background: $body-background; + + @if ($body-antialiased) { + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + } + } + + img { + // Grid defaults to get images and embeds to work properly + max-width: 100%; + height: auto; + -ms-interpolation-mode: bicubic; + + // Get rid of gap under images by making them display: inline-block; by default + display: inline-block; + vertical-align: middle; + } + + // Make sure textarea takes on height automatically + textarea { + height: auto; + min-height: 50px; + border-radius: $global-radius; + } + + // Make select elements are 100% width by default + select { + width: 100%; + border-radius: $global-radius; + } + + // Styles Google Maps and MapQuest embeds properly + // scss-lint:disable IdSelector + #map_canvas, + .map_canvas, + .mqa-display { + img, + embed, + object { + max-width: none !important; + } + } + + // Reset