diff --git a/docs/assets/data/cacheBust.js b/docs/assets/data/cacheBust.js deleted file mode 100755 index 40618b02..00000000 --- a/docs/assets/data/cacheBust.js +++ /dev/null @@ -1,20 +0,0 @@ -const md5File = require('md5-file'); - -const cacheBust = () => { - // A "map" of files to cache bust - const files = { - mainCss: './src/compiled-assets/main.css', - mainJs: './src/assets/scripts/main.js', - }; - - return Object.entries(files).reduce((acc, [key, path]) => { - const now = Date.now(); - const bust = process.env.ELEVENTY_ENV === 'production' ? md5File.sync(path, (_err, hash) => hash) : now; - - acc[key] = bust; - - return acc; - }, {}); -}; - -module.exports = cacheBust; diff --git a/docs/assets/data/gdwFragen.json b/docs/assets/data/gdwFragen.json deleted file mode 100755 index 29a6f5e0..00000000 --- a/docs/assets/data/gdwFragen.json +++ /dev/null @@ -1,104 +0,0 @@ -{ - "Das Web": [ - "Was ist «das Web»?", - "Was meint der Begriff «Netz Neutralität»?", - "Was versteht man unter dem Konzept «Big is Beautiful» im Kontext des Webs.", - "Was versteht man unter dem Prinzip «Bottom Up» im Kontext des Webs.", - "Was ist der «AAA Slogan»?", - "Inwiefern wirkt der Grundsatz der «Offenheit» im Web." - ], - "Grundlegende Begriffe des Web": [ - "Was charakterisiert eine Ressource im Web und was unterscheidet eine Ressource von deren Repräsentation?", - "Was ist eine URI?", - "Was unterscheidet eine URL von einer URN?", - "Was versteht man unter einem RFC und wofür wird ein RFC im Kontext des Webs eingesetzt?", - "Was meint «eine Ressource muss nicht immer den gleichen Inhalt haben, aber eine Ressource bezeichnet inhaltlich immer das gleiche»?", - "Wie ist eine URL aufgebaut?", - "Was könnte die Repräsentation einer Ressource sein?", - "Was unterscheidet die Repräsentation einer Ressource von der Präsentation derselben?", - "Was versteht man unter HTTP?", - "Skizzieren Sie einen kompletten HTTP Request-Response Cycle.", - "Was versteht man unter dem Begriff «Hypertext» und welche Idee steckt hinter dem Konzept?", - "Was unterscheidet ein Protokoll von einem Dienst und wie sind beide zu charakterisieren?", - "Welche Mechanik steckt hinter mehrerer Repräsentation einer Ressource?" - ], - "Grundlegende Begriffe verteilter Systeme": [ - "Was unterscheidet eine Softwarekomponente von einem Dienst?", - "Was versteht man unter einem «verteilen System»?", - "Wozu dient ein Kontrakt bei verteilten Systemen?", - "Welcher Mechanismus steckt hinter dem Publish-Subscribe Paradigma?", - "Wodurch ist das Paradigma der Synchronität gekennzeichnet?" - ], - "Webservices": [ - "Was unterscheidet einen Internetdienst von einem Webservice?", - "Was wird mit dem Begriff «Endpunkt» bezeichnet?", - "Was versteht man unter einem «Microservice» und welche Vor- und Nachteile bringt dieses Konzept mit sich?", - "Was sollte bei der Nutzung von Drittanbieterdiensten berücksichtigt werden?", - "Was ist der Unterschied zwischen der Anwendungs- und der Präsentationslogik? Warum ist des sinnvoll diese voneinander zu trennen?", - "Was versteht man unter dem Akronym «API»?" - ], - "(Daten-)/modellierung":[ - - "Warum ist es bei der Entwicklung komplexerer Anwendungen wichtig, zunächst ein Domänenmodell zu entwickeln?", - "Erklären Sie die Unterschiede geläufiger «Standards für Zeichensätze» im Web.", - "Erklären Sie das Konzept von «Auszeichnungssprachen» (Markup Languages).", - "Was versteht man unter «Marshalling»?", - "Erklären Sie die Rolle und Bedeutung von «Schemasprachen» für den Datenaustausch im Web.", - "Erklären Sie den Unterschied zwischen «Wohlgeformtheit» und «Gültigkeit» von XML Dokumenten.", - "Was ist ein «Element» in einem XML Dokument.", - "Erklären Sie das Konzept der «Namespaces».", - "Was versteht man unter dem Begriff/ Konzept «Ubiquitous Language» im Kontext von *Domain-Driven Design*?", - "Was ist ein Domänenmodell? Was sind Assoziationen darin?", - "Was ist ein «Bounded Context» in einem Domänenmodell?", - "Was meint «lose Kopplung» und was ist der Vorteil dieser Idee?", - "Was sind Merkmale einer losen Kupplung?", - "Warum wird die lose Kopplung von Softwarekomponenten propagiert und was sind Elemente der losen Kopplung?", - "Warum ist es wichtig bei der Modellierung mit einem Domänenmodell zu beginnen?" - ], - - "REST": [ - "Was verbirgt sich hinter dem Akronym «REST»?", - "Was sind die REST Prinzipien?", - "Erklären Sie in drei Sätzen die Grundidee von REST.", - "Was unterscheidet eine Architekturstil von einem Standard?", - "Charakterisieren Sie die Beziehung zwischen einer Ressource und ihren Repräsentationen.", - "Was versteht man unter Idempotenz von HTTP Verben?", - "Unter welchen Bedingungen wird ein HTTP Verb als sicher bezeichnet?", - "Was ist mit dem Begriff „Web as a application platform“ gemeint?", - "Erklären Sie die wesentlichen REST Prinzipien.", - "Erklären Sie «Richardson’s maturity model».", - "Warum ist es wichtig dass Anwendungen die beabsichtigte Semantik von http Verben befolgen?", - "Was versteht man unter «URI tunneling»?", - "Warum klassifiziert man «POX applications» als «level 0» und «URI-Tunneling applications» als «level 1»?", - "Wie kann das Konzept der «http status codes» adäquat in REST Anwendungen eingesetzt werden?", - "Was spricht für und gegen die Verwendung von selbstdefinierten Verben bei der Konzeption eines REST Service?", - "Welche Information sollte das «location»-Feld des http headers in der Antwort auf einen POST Request beinhalten?", - "Erklären Sie den Unterschied zwischen der Nutzung von http als «transport protocol» und der Nutzung als «application protocol».", - "Wenn man die Beschreibung eines Web Service als «contract» betrachtet: welche Informationen müssen dann in einem Überblick über den contract eines RESTful Web Service enthalten sein?", - "Nennen Sie Konventionen, die helfen zu entscheiden, ob zur Übermittlung von Daten vom Client an den Server PUT oder POST verwendet werden soll.", - "Unter welchen Bedingungen bezeichnet man ein http Verb als «idempotent», unter welchen als «safe»?", - "Zu welchem Zweck werden «Entity Tags» (ETags) in RESTful Architekturen verwendet?", - "Stellen Sie ein Beispiel detailliert dar, bei dem es zu Konflikten bei der Veränderung des Zustandes von Ressourcen kommen kann! Das Beispiel kann gerne auch aus Ihrer Workshop Anwendung abgeleitet sein.", - "Welche Werte kann das rel-Attribut von Links in REST Anwendungen annehmen?", - "Erklären Sie inwiefern die Verwendung von Hypermedia in REST Architekturen zur losen Kopplung von Dienstanbieter und Dienstnutzer beiträgt!", - "Erklären Sie warum für Hypermediaformate in XML als content type nicht application/XML angegeben werden sollte.", - "Was versteht man unter Primär-, Listen- und Subressourcen?" - ], - "Asynchrone Kommunikation": [ - "Erklären Sie Sinn und Funktionsweise von AJAX. Gehen Sie auch darauf ein, welche Vorgänge asynchron sind.", - "Erklären Sie die Möglichkeiten auf der Basis von http asynchrone Kommunikation umzusetzen.", - "Erklären Sie die Unterschiede zwischen «Fat Ping» und «Light Ping».", - "Was versteht man unter einen Queuing System?", - "Was sind die Vorteile von «zeitlich entkoppelter» und «referenziell entkoppelter» Kommunikation?", - "Erklären Sie die Grundidee von Publish/subscribe?", - "Was sind die Besonderheiten von Push Diensten auf mobilen Endgeräten.", - "Erklären Sie die grundsätzlichen Abläufe bei der Einrichtung und Nutzung einer auf «Firebase Cloud Messaging» basierenden Kommunikation.", - "Erklären Sie die Architektur eines auf XMPP basierenden Systems.", - "Erklären Sie, wie XML zur Kommunikation in XMPP genutzt wird.", - "Was versteht man unter den «stanza» element Namen «message», «presence», und «iq»?", - "Wie kann eine «Multi-Party-Kommunikation» mit XMPP verwirklicht werden?", - "Wie wird eine Publish/Subscribe Kommunikation in XMPP verwirklicht?", - "Grenzen Sie Publish/Subribe- und Client-Server voneinander ab.", - "Wie kommt man von einem Domänenmodell zu REST?", - "Wie funktioniert asynchrone Kommunikation bei HTTP?" - ]} \ No newline at end of file diff --git a/docs/assets/data/project.json b/docs/assets/data/project.json deleted file mode 100755 index adbe9c26..00000000 --- a/docs/assets/data/project.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "baseTitle": "Screendesign" -} \ No newline at end of file diff --git a/docs/assets/fonts/Barlow/Barlow-Black.ttf b/docs/assets/fonts/Barlow/Barlow-Black.ttf deleted file mode 100755 index 4d9bb93b..00000000 Binary files a/docs/assets/fonts/Barlow/Barlow-Black.ttf and /dev/null differ diff --git a/docs/assets/fonts/Barlow/Barlow-BlackItalic.ttf b/docs/assets/fonts/Barlow/Barlow-BlackItalic.ttf deleted file mode 100755 index 1947969e..00000000 Binary files a/docs/assets/fonts/Barlow/Barlow-BlackItalic.ttf and /dev/null differ diff --git a/docs/assets/fonts/Barlow/Barlow-Bold.ttf b/docs/assets/fonts/Barlow/Barlow-Bold.ttf deleted file mode 100755 index 86f237c6..00000000 Binary files a/docs/assets/fonts/Barlow/Barlow-Bold.ttf and /dev/null differ diff --git a/docs/assets/fonts/Barlow/Barlow-BoldItalic.ttf b/docs/assets/fonts/Barlow/Barlow-BoldItalic.ttf deleted file mode 100755 index bc59eaf3..00000000 Binary files a/docs/assets/fonts/Barlow/Barlow-BoldItalic.ttf and /dev/null differ diff --git a/docs/assets/fonts/Barlow/Barlow-ExtraBold.ttf b/docs/assets/fonts/Barlow/Barlow-ExtraBold.ttf deleted file mode 100755 index 0da03830..00000000 Binary files a/docs/assets/fonts/Barlow/Barlow-ExtraBold.ttf and /dev/null differ diff --git a/docs/assets/fonts/Barlow/Barlow-ExtraBoldItalic.ttf b/docs/assets/fonts/Barlow/Barlow-ExtraBoldItalic.ttf deleted file mode 100755 index a1f1612f..00000000 Binary files a/docs/assets/fonts/Barlow/Barlow-ExtraBoldItalic.ttf and /dev/null differ diff --git a/docs/assets/fonts/Barlow/Barlow-ExtraLight.ttf b/docs/assets/fonts/Barlow/Barlow-ExtraLight.ttf deleted file mode 100755 index b70214d1..00000000 Binary files a/docs/assets/fonts/Barlow/Barlow-ExtraLight.ttf and /dev/null differ diff --git a/docs/assets/fonts/Barlow/Barlow-ExtraLightItalic.ttf b/docs/assets/fonts/Barlow/Barlow-ExtraLightItalic.ttf deleted file mode 100755 index a5f9351b..00000000 Binary files a/docs/assets/fonts/Barlow/Barlow-ExtraLightItalic.ttf and /dev/null differ diff --git a/docs/assets/fonts/Barlow/Barlow-Italic.ttf b/docs/assets/fonts/Barlow/Barlow-Italic.ttf deleted file mode 100755 index 987594e7..00000000 Binary files a/docs/assets/fonts/Barlow/Barlow-Italic.ttf and /dev/null differ diff --git a/docs/assets/fonts/Barlow/Barlow-Light.ttf b/docs/assets/fonts/Barlow/Barlow-Light.ttf deleted file mode 100755 index a6f71f27..00000000 Binary files a/docs/assets/fonts/Barlow/Barlow-Light.ttf and /dev/null differ diff --git a/docs/assets/fonts/Barlow/Barlow-LightItalic.ttf b/docs/assets/fonts/Barlow/Barlow-LightItalic.ttf deleted file mode 100755 index 28b8a381..00000000 Binary files a/docs/assets/fonts/Barlow/Barlow-LightItalic.ttf and /dev/null differ diff --git a/docs/assets/fonts/Barlow/Barlow-Medium.ttf b/docs/assets/fonts/Barlow/Barlow-Medium.ttf deleted file mode 100755 index 18067831..00000000 Binary files a/docs/assets/fonts/Barlow/Barlow-Medium.ttf and /dev/null differ diff --git a/docs/assets/fonts/Barlow/Barlow-MediumItalic.ttf b/docs/assets/fonts/Barlow/Barlow-MediumItalic.ttf deleted file mode 100755 index 46e2a76b..00000000 Binary files a/docs/assets/fonts/Barlow/Barlow-MediumItalic.ttf and /dev/null differ diff --git a/docs/assets/fonts/Barlow/Barlow-Regular.ttf b/docs/assets/fonts/Barlow/Barlow-Regular.ttf deleted file mode 100755 index 340f1c63..00000000 Binary files a/docs/assets/fonts/Barlow/Barlow-Regular.ttf and /dev/null differ diff --git a/docs/assets/fonts/Barlow/Barlow-SemiBold.ttf b/docs/assets/fonts/Barlow/Barlow-SemiBold.ttf deleted file mode 100755 index e95527e7..00000000 Binary files a/docs/assets/fonts/Barlow/Barlow-SemiBold.ttf and /dev/null differ diff --git a/docs/assets/fonts/Barlow/Barlow-SemiBoldItalic.ttf b/docs/assets/fonts/Barlow/Barlow-SemiBoldItalic.ttf deleted file mode 100755 index ba4f5219..00000000 Binary files a/docs/assets/fonts/Barlow/Barlow-SemiBoldItalic.ttf and /dev/null differ diff --git a/docs/assets/fonts/Barlow/Barlow-Thin.ttf b/docs/assets/fonts/Barlow/Barlow-Thin.ttf deleted file mode 100755 index d8882fe3..00000000 Binary files a/docs/assets/fonts/Barlow/Barlow-Thin.ttf and /dev/null differ diff --git a/docs/assets/fonts/Barlow/Barlow-ThinItalic.ttf b/docs/assets/fonts/Barlow/Barlow-ThinItalic.ttf deleted file mode 100755 index 869f1a34..00000000 Binary files a/docs/assets/fonts/Barlow/Barlow-ThinItalic.ttf and /dev/null differ diff --git a/docs/assets/fonts/Barlow/OFL.txt b/docs/assets/fonts/Barlow/OFL.txt deleted file mode 100755 index 264ffc52..00000000 --- a/docs/assets/fonts/Barlow/OFL.txt +++ /dev/null @@ -1,93 +0,0 @@ -Copyright 2017 The Barlow Project Authors (https://github.com/jpt/barlow) - -This Font Software is licensed under the SIL Open Font License, Version 1.1. -This license is copied below, and is also available with a FAQ at: -http://scripts.sil.org/OFL - - ------------------------------------------------------------ -SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 ------------------------------------------------------------ - -PREAMBLE -The goals of the Open Font License (OFL) are to stimulate worldwide -development of collaborative font projects, to support the font creation -efforts of academic and linguistic communities, and to provide a free and -open framework in which fonts may be shared and improved in partnership -with others. - -The OFL allows the licensed fonts to be used, studied, modified and -redistributed freely as long as they are not sold by themselves. The -fonts, including any derivative works, can be bundled, embedded, -redistributed and/or sold with any software provided that any reserved -names are not used by derivative works. The fonts and derivatives, -however, cannot be released under any other type of license. The -requirement for fonts to remain under this license does not apply -to any document created using the fonts or their derivatives. - -DEFINITIONS -"Font Software" refers to the set of files released by the Copyright -Holder(s) under this license and clearly marked as such. This may -include source files, build scripts and documentation. - -"Reserved Font Name" refers to any names specified as such after the -copyright statement(s). - -"Original Version" refers to the collection of Font Software components as -distributed by the Copyright Holder(s). - -"Modified Version" refers to any derivative made by adding to, deleting, -or substituting -- in part or in whole -- any of the components of the -Original Version, by changing formats or by porting the Font Software to a -new environment. - -"Author" refers to any designer, engineer, programmer, technical -writer or other person who contributed to the Font Software. - -PERMISSION & CONDITIONS -Permission is hereby granted, free of charge, to any person obtaining -a copy of the Font Software, to use, study, copy, merge, embed, modify, -redistribute, and sell modified and unmodified copies of the Font -Software, subject to the following conditions: - -1) Neither the Font Software nor any of its individual components, -in Original or Modified Versions, may be sold by itself. - -2) Original or Modified Versions of the Font Software may be bundled, -redistributed and/or sold with any software, provided that each copy -contains the above copyright notice and this license. These can be -included either as stand-alone text files, human-readable headers or -in the appropriate machine-readable metadata fields within text or -binary files as long as those fields can be easily viewed by the user. - -3) No Modified Version of the Font Software may use the Reserved Font -Name(s) unless explicit written permission is granted by the corresponding -Copyright Holder. This restriction only applies to the primary font name as -presented to the users. - -4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font -Software shall not be used to promote, endorse or advertise any -Modified Version, except to acknowledge the contribution(s) of the -Copyright Holder(s) and the Author(s) or with their explicit written -permission. - -5) The Font Software, modified or unmodified, in part or in whole, -must be distributed entirely under this license, and must not be -distributed under any other license. The requirement for fonts to -remain under this license does not apply to any document created -using the Font Software. - -TERMINATION -This license becomes null and void if any of the above conditions are -not met. - -DISCLAIMER -THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT -OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE -COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL -DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM -OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Bold.ttf b/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Bold.ttf deleted file mode 100755 index 94717b8b..00000000 Binary files a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Bold.ttf and /dev/null differ diff --git a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Bold.woff2 b/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Bold.woff2 deleted file mode 100755 index f86a4f4e..00000000 Binary files a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Bold.woff2 and /dev/null differ diff --git a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-BoldItalic.ttf b/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-BoldItalic.ttf deleted file mode 100755 index 6ee81941..00000000 Binary files a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-BoldItalic.ttf and /dev/null differ diff --git a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-BoldItalic.woff2 b/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-BoldItalic.woff2 deleted file mode 100755 index 804fb7f9..00000000 Binary files a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-BoldItalic.woff2 and /dev/null differ diff --git a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-ExtraLight.ttf b/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-ExtraLight.ttf deleted file mode 100755 index 3f74ac6a..00000000 Binary files a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-ExtraLight.ttf and /dev/null differ diff --git a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-ExtraLight.woff2 b/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-ExtraLight.woff2 deleted file mode 100755 index a431c96b..00000000 Binary files a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-ExtraLight.woff2 and /dev/null differ diff --git a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-ExtraLightItalic.ttf b/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-ExtraLightItalic.ttf deleted file mode 100755 index 33846814..00000000 Binary files a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-ExtraLightItalic.ttf and /dev/null differ diff --git a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-ExtraLightItalic.woff2 b/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-ExtraLightItalic.woff2 deleted file mode 100755 index f9f139c5..00000000 Binary files a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-ExtraLightItalic.woff2 and /dev/null differ diff --git a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Italic.ttf b/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Italic.ttf deleted file mode 100755 index 7793bae5..00000000 Binary files a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Italic.ttf and /dev/null differ diff --git a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Italic.woff2 b/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Italic.woff2 deleted file mode 100755 index 9916d03a..00000000 Binary files a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Italic.woff2 and /dev/null differ diff --git a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Light.ttf b/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Light.ttf deleted file mode 100755 index 5c25d874..00000000 Binary files a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Light.ttf and /dev/null differ diff --git a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Light.woff2 b/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Light.woff2 deleted file mode 100755 index d20e44e3..00000000 Binary files a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Light.woff2 and /dev/null differ diff --git a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-LightItalic.ttf b/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-LightItalic.ttf deleted file mode 100755 index 8869a9ad..00000000 Binary files a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-LightItalic.ttf and /dev/null differ diff --git a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-LightItalic.woff2 b/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-LightItalic.woff2 deleted file mode 100755 index 309ea20f..00000000 Binary files a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-LightItalic.woff2 and /dev/null differ diff --git a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Medium.ttf b/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Medium.ttf deleted file mode 100755 index 4c74ec61..00000000 Binary files a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Medium.ttf and /dev/null differ diff --git a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Medium.woff2 b/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Medium.woff2 deleted file mode 100755 index e08b27b8..00000000 Binary files a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Medium.woff2 and /dev/null differ diff --git a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-MediumItalic.ttf b/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-MediumItalic.ttf deleted file mode 100755 index 110e8194..00000000 Binary files a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-MediumItalic.ttf and /dev/null differ diff --git a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-MediumItalic.woff2 b/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-MediumItalic.woff2 deleted file mode 100755 index 3b02f3c9..00000000 Binary files a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-MediumItalic.woff2 and /dev/null differ diff --git a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Regular.ttf b/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Regular.ttf deleted file mode 100755 index 702c637f..00000000 Binary files a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Regular.ttf and /dev/null differ diff --git a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Regular.woff2 b/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Regular.woff2 deleted file mode 100755 index a6aad7cd..00000000 Binary files a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Regular.woff2 and /dev/null differ diff --git a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-SemiBold.ttf b/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-SemiBold.ttf deleted file mode 100755 index a0cde8ed..00000000 Binary files a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-SemiBold.ttf and /dev/null differ diff --git a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-SemiBold.woff2 b/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-SemiBold.woff2 deleted file mode 100755 index 5f2456fa..00000000 Binary files a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-SemiBold.woff2 and /dev/null differ diff --git a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-SemiBoldItalic.ttf b/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-SemiBoldItalic.ttf deleted file mode 100755 index 514306ef..00000000 Binary files a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-SemiBoldItalic.ttf and /dev/null differ diff --git a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-SemiBoldItalic.woff2 b/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-SemiBoldItalic.woff2 deleted file mode 100755 index d149c076..00000000 Binary files a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-SemiBoldItalic.woff2 and /dev/null differ diff --git a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Text.woff2 b/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Text.woff2 deleted file mode 100755 index 8f31b934..00000000 Binary files a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Text.woff2 and /dev/null differ diff --git a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-TextItalic.woff2 b/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-TextItalic.woff2 deleted file mode 100755 index be5f3d67..00000000 Binary files a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-TextItalic.woff2 and /dev/null differ diff --git a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Thin.ttf b/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Thin.ttf deleted file mode 100755 index 1ff8fb0f..00000000 Binary files a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Thin.ttf and /dev/null differ diff --git a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Thin.woff2 b/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Thin.woff2 deleted file mode 100755 index 4f0a33f7..00000000 Binary files a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Thin.woff2 and /dev/null differ diff --git a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-ThinItalic.ttf b/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-ThinItalic.ttf deleted file mode 100755 index 17a0812c..00000000 Binary files a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-ThinItalic.ttf and /dev/null differ diff --git a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-ThinItalic.woff2 b/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-ThinItalic.woff2 deleted file mode 100755 index 45749171..00000000 Binary files a/docs/assets/fonts/IBM_Plex_Sans/IBMPlexSans-ThinItalic.woff2 and /dev/null differ diff --git a/docs/assets/fonts/IBM_Plex_Sans/OFL.txt b/docs/assets/fonts/IBM_Plex_Sans/OFL.txt deleted file mode 100755 index 379e7356..00000000 --- a/docs/assets/fonts/IBM_Plex_Sans/OFL.txt +++ /dev/null @@ -1,93 +0,0 @@ -Copyright © 2017 IBM Corp. with Reserved Font Name "Plex" - -This Font Software is licensed under the SIL Open Font License, Version 1.1. -This license is copied below, and is also available with a FAQ at: -http://scripts.sil.org/OFL - - ------------------------------------------------------------ -SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 ------------------------------------------------------------ - -PREAMBLE -The goals of the Open Font License (OFL) are to stimulate worldwide -development of collaborative font projects, to support the font creation -efforts of academic and linguistic communities, and to provide a free and -open framework in which fonts may be shared and improved in partnership -with others. - -The OFL allows the licensed fonts to be used, studied, modified and -redistributed freely as long as they are not sold by themselves. The -fonts, including any derivative works, can be bundled, embedded, -redistributed and/or sold with any software provided that any reserved -names are not used by derivative works. The fonts and derivatives, -however, cannot be released under any other type of license. The -requirement for fonts to remain under this license does not apply -to any document created using the fonts or their derivatives. - -DEFINITIONS -"Font Software" refers to the set of files released by the Copyright -Holder(s) under this license and clearly marked as such. This may -include source files, build scripts and documentation. - -"Reserved Font Name" refers to any names specified as such after the -copyright statement(s). - -"Original Version" refers to the collection of Font Software components as -distributed by the Copyright Holder(s). - -"Modified Version" refers to any derivative made by adding to, deleting, -or substituting -- in part or in whole -- any of the components of the -Original Version, by changing formats or by porting the Font Software to a -new environment. - -"Author" refers to any designer, engineer, programmer, technical -writer or other person who contributed to the Font Software. - -PERMISSION & CONDITIONS -Permission is hereby granted, free of charge, to any person obtaining -a copy of the Font Software, to use, study, copy, merge, embed, modify, -redistribute, and sell modified and unmodified copies of the Font -Software, subject to the following conditions: - -1) Neither the Font Software nor any of its individual components, -in Original or Modified Versions, may be sold by itself. - -2) Original or Modified Versions of the Font Software may be bundled, -redistributed and/or sold with any software, provided that each copy -contains the above copyright notice and this license. These can be -included either as stand-alone text files, human-readable headers or -in the appropriate machine-readable metadata fields within text or -binary files as long as those fields can be easily viewed by the user. - -3) No Modified Version of the Font Software may use the Reserved Font -Name(s) unless explicit written permission is granted by the corresponding -Copyright Holder. This restriction only applies to the primary font name as -presented to the users. - -4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font -Software shall not be used to promote, endorse or advertise any -Modified Version, except to acknowledge the contribution(s) of the -Copyright Holder(s) and the Author(s) or with their explicit written -permission. - -5) The Font Software, modified or unmodified, in part or in whole, -must be distributed entirely under this license, and must not be -distributed under any other license. The requirement for fonts to -remain under this license does not apply to any document created -using the Font Software. - -TERMINATION -This license becomes null and void if any of the above conditions are -not met. - -DISCLAIMER -THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT -OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE -COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL -DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM -OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/docs/assets/fonts/IBM_Plex_Sans/fonts.txt b/docs/assets/fonts/IBM_Plex_Sans/fonts.txt deleted file mode 100755 index 14658e0a..00000000 --- a/docs/assets/fonts/IBM_Plex_Sans/fonts.txt +++ /dev/null @@ -1,33 +0,0 @@ -total 7136 --rw-rw-r--@ 1 cnoss staff 181468 11 Mär 2018 IBMPlexSans-Bold.ttf --rw-r--r--@ 1 cnoss staff 56592 2 Sep 2020 IBMPlexSans-Bold.woff2 --rw-rw-r--@ 1 cnoss staff 190220 11 Mär 2018 IBMPlexSans-BoldItalic.ttf --rw-r--r--@ 1 cnoss staff 60472 2 Sep 2020 IBMPlexSans-BoldItalic.woff2 --rw-rw-r--@ 1 cnoss staff 184948 11 Mär 2018 IBMPlexSans-ExtraLight.ttf --rw-r--r--@ 1 cnoss staff 60188 2 Sep 2020 IBMPlexSans-ExtraLight.woff2 --rw-rw-r--@ 1 cnoss staff 193096 11 Mär 2018 IBMPlexSans-ExtraLightItalic.ttf --rw-r--r--@ 1 cnoss staff 64248 2 Sep 2020 IBMPlexSans-ExtraLightItalic.woff2 --rw-rw-r--@ 1 cnoss staff 190172 11 Mär 2018 IBMPlexSans-Italic.ttf --rw-r--r--@ 1 cnoss staff 60772 2 Sep 2020 IBMPlexSans-Italic.woff2 --rw-rw-r--@ 1 cnoss staff 183676 11 Mär 2018 IBMPlexSans-Light.ttf --rw-r--r--@ 1 cnoss staff 59980 2 Sep 2020 IBMPlexSans-Light.woff2 --rw-rw-r--@ 1 cnoss staff 192436 11 Mär 2018 IBMPlexSans-LightItalic.ttf --rw-r--r--@ 1 cnoss staff 64188 2 Sep 2020 IBMPlexSans-LightItalic.woff2 --rw-rw-r--@ 1 cnoss staff 182716 11 Mär 2018 IBMPlexSans-Medium.ttf --rw-r--r--@ 1 cnoss staff 59912 2 Sep 2020 IBMPlexSans-Medium.woff2 --rw-rw-r--@ 1 cnoss staff 191396 11 Mär 2018 IBMPlexSans-MediumItalic.ttf --rw-r--r--@ 1 cnoss staff 64632 2 Sep 2020 IBMPlexSans-MediumItalic.woff2 --rw-rw-r--@ 1 cnoss staff 181492 11 Mär 2018 IBMPlexSans-Regular.ttf --rw-r--r--@ 1 cnoss staff 56516 2 Sep 2020 IBMPlexSans-Regular.woff2 --rw-rw-r--@ 1 cnoss staff 182944 11 Mär 2018 IBMPlexSans-SemiBold.ttf --rw-r--r--@ 1 cnoss staff 60280 2 Sep 2020 IBMPlexSans-SemiBold.woff2 --rw-rw-r--@ 1 cnoss staff 191940 11 Mär 2018 IBMPlexSans-SemiBoldItalic.ttf --rw-r--r--@ 1 cnoss staff 63852 2 Sep 2020 IBMPlexSans-SemiBoldItalic.woff2 --rw-r--r--@ 1 cnoss staff 59624 2 Sep 2020 IBMPlexSans-Text.woff2 --rw-r--r--@ 1 cnoss staff 64208 2 Sep 2020 IBMPlexSans-TextItalic.woff2 --rw-rw-r--@ 1 cnoss staff 184660 11 Mär 2018 IBMPlexSans-Thin.ttf --rw-r--r--@ 1 cnoss staff 55820 2 Sep 2020 IBMPlexSans-Thin.woff2 --rw-rw-r--@ 1 cnoss staff 193800 11 Mär 2018 IBMPlexSans-ThinItalic.ttf --rw-r--r--@ 1 cnoss staff 60816 2 Sep 2020 IBMPlexSans-ThinItalic.woff2 --rw-rw-r--@ 1 cnoss staff 4455 11 Mär 2018 OFL.txt --rw-r--r-- 1 cnoss staff 0 17 Jun 14:52 fonts.txt diff --git a/docs/assets/fonts/MaterialIcons/MaterialIcons-Regular.eot b/docs/assets/fonts/MaterialIcons/MaterialIcons-Regular.eot deleted file mode 100755 index 70508eba..00000000 Binary files a/docs/assets/fonts/MaterialIcons/MaterialIcons-Regular.eot and /dev/null differ diff --git a/docs/assets/fonts/MaterialIcons/MaterialIcons-Regular.ijmap b/docs/assets/fonts/MaterialIcons/MaterialIcons-Regular.ijmap deleted file mode 100755 index d9f1d259..00000000 --- a/docs/assets/fonts/MaterialIcons/MaterialIcons-Regular.ijmap +++ /dev/null @@ -1 +0,0 @@ -{"icons":{"e84d":{"name":"3d Rotation"},"eb3b":{"name":"Ac Unit"},"e190":{"name":"Access Alarm"},"e191":{"name":"Access Alarms"},"e192":{"name":"Access Time"},"e84e":{"name":"Accessibility"},"e914":{"name":"Accessible"},"e84f":{"name":"Account Balance"},"e850":{"name":"Account Balance Wallet"},"e851":{"name":"Account Box"},"e853":{"name":"Account Circle"},"e60e":{"name":"Adb"},"e145":{"name":"Add"},"e439":{"name":"Add A Photo"},"e193":{"name":"Add Alarm"},"e003":{"name":"Add Alert"},"e146":{"name":"Add Box"},"e147":{"name":"Add Circle"},"e148":{"name":"Add Circle Outline"},"e567":{"name":"Add Location"},"e854":{"name":"Add Shopping Cart"},"e39d":{"name":"Add To Photos"},"e05c":{"name":"Add To Queue"},"e39e":{"name":"Adjust"},"e630":{"name":"Airline Seat Flat"},"e631":{"name":"Airline Seat Flat Angled"},"e632":{"name":"Airline Seat Individual Suite"},"e633":{"name":"Airline Seat Legroom Extra"},"e634":{"name":"Airline Seat Legroom Normal"},"e635":{"name":"Airline Seat Legroom Reduced"},"e636":{"name":"Airline Seat Recline Extra"},"e637":{"name":"Airline Seat Recline Normal"},"e195":{"name":"Airplanemode Active"},"e194":{"name":"Airplanemode Inactive"},"e055":{"name":"Airplay"},"eb3c":{"name":"Airport Shuttle"},"e855":{"name":"Alarm"},"e856":{"name":"Alarm Add"},"e857":{"name":"Alarm Off"},"e858":{"name":"Alarm On"},"e019":{"name":"Album"},"eb3d":{"name":"All Inclusive"},"e90b":{"name":"All Out"},"e859":{"name":"Android"},"e85a":{"name":"Announcement"},"e5c3":{"name":"Apps"},"e149":{"name":"Archive"},"e5c4":{"name":"Arrow Back"},"e5db":{"name":"Arrow Downward"},"e5c5":{"name":"Arrow Drop Down"},"e5c6":{"name":"Arrow Drop Down Circle"},"e5c7":{"name":"Arrow Drop Up"},"e5c8":{"name":"Arrow Forward"},"e5d8":{"name":"Arrow Upward"},"e060":{"name":"Art Track"},"e85b":{"name":"Aspect Ratio"},"e85c":{"name":"Assessment"},"e85d":{"name":"Assignment"},"e85e":{"name":"Assignment Ind"},"e85f":{"name":"Assignment Late"},"e860":{"name":"Assignment Return"},"e861":{"name":"Assignment Returned"},"e862":{"name":"Assignment Turned In"},"e39f":{"name":"Assistant"},"e3a0":{"name":"Assistant Photo"},"e226":{"name":"Attach File"},"e227":{"name":"Attach Money"},"e2bc":{"name":"Attachment"},"e3a1":{"name":"Audiotrack"},"e863":{"name":"Autorenew"},"e01b":{"name":"Av Timer"},"e14a":{"name":"Backspace"},"e864":{"name":"Backup"},"e19c":{"name":"Battery Alert"},"e1a3":{"name":"Battery Charging Full"},"e1a4":{"name":"Battery Full"},"e1a5":{"name":"Battery Std"},"e1a6":{"name":"Battery Unknown"},"eb3e":{"name":"Beach Access"},"e52d":{"name":"Beenhere"},"e14b":{"name":"Block"},"e1a7":{"name":"Bluetooth"},"e60f":{"name":"Bluetooth Audio"},"e1a8":{"name":"Bluetooth Connected"},"e1a9":{"name":"Bluetooth Disabled"},"e1aa":{"name":"Bluetooth Searching"},"e3a2":{"name":"Blur Circular"},"e3a3":{"name":"Blur Linear"},"e3a4":{"name":"Blur Off"},"e3a5":{"name":"Blur On"},"e865":{"name":"Book"},"e866":{"name":"Bookmark"},"e867":{"name":"Bookmark Border"},"e228":{"name":"Border All"},"e229":{"name":"Border Bottom"},"e22a":{"name":"Border Clear"},"e22b":{"name":"Border Color"},"e22c":{"name":"Border Horizontal"},"e22d":{"name":"Border Inner"},"e22e":{"name":"Border Left"},"e22f":{"name":"Border Outer"},"e230":{"name":"Border Right"},"e231":{"name":"Border Style"},"e232":{"name":"Border Top"},"e233":{"name":"Border Vertical"},"e06b":{"name":"Branding Watermark"},"e3a6":{"name":"Brightness 1"},"e3a7":{"name":"Brightness 2"},"e3a8":{"name":"Brightness 3"},"e3a9":{"name":"Brightness 4"},"e3aa":{"name":"Brightness 5"},"e3ab":{"name":"Brightness 6"},"e3ac":{"name":"Brightness 7"},"e1ab":{"name":"Brightness Auto"},"e1ac":{"name":"Brightness High"},"e1ad":{"name":"Brightness Low"},"e1ae":{"name":"Brightness Medium"},"e3ad":{"name":"Broken Image"},"e3ae":{"name":"Brush"},"e6dd":{"name":"Bubble Chart"},"e868":{"name":"Bug Report"},"e869":{"name":"Build"},"e43c":{"name":"Burst Mode"},"e0af":{"name":"Business"},"eb3f":{"name":"Business Center"},"e86a":{"name":"Cached"},"e7e9":{"name":"Cake"},"e0b0":{"name":"Call"},"e0b1":{"name":"Call End"},"e0b2":{"name":"Call Made"},"e0b3":{"name":"Call Merge"},"e0b4":{"name":"Call Missed"},"e0e4":{"name":"Call Missed Outgoing"},"e0b5":{"name":"Call Received"},"e0b6":{"name":"Call Split"},"e06c":{"name":"Call To Action"},"e3af":{"name":"Camera"},"e3b0":{"name":"Camera Alt"},"e8fc":{"name":"Camera Enhance"},"e3b1":{"name":"Camera Front"},"e3b2":{"name":"Camera Rear"},"e3b3":{"name":"Camera Roll"},"e5c9":{"name":"Cancel"},"e8f6":{"name":"Card Giftcard"},"e8f7":{"name":"Card Membership"},"e8f8":{"name":"Card Travel"},"eb40":{"name":"Casino"},"e307":{"name":"Cast"},"e308":{"name":"Cast Connected"},"e3b4":{"name":"Center Focus Strong"},"e3b5":{"name":"Center Focus Weak"},"e86b":{"name":"Change History"},"e0b7":{"name":"Chat"},"e0ca":{"name":"Chat Bubble"},"e0cb":{"name":"Chat Bubble Outline"},"e5ca":{"name":"Check"},"e834":{"name":"Check Box"},"e835":{"name":"Check Box Outline Blank"},"e86c":{"name":"Check Circle"},"e5cb":{"name":"Chevron Left"},"e5cc":{"name":"Chevron Right"},"eb41":{"name":"Child Care"},"eb42":{"name":"Child Friendly"},"e86d":{"name":"Chrome Reader Mode"},"e86e":{"name":"Class"},"e14c":{"name":"Clear"},"e0b8":{"name":"Clear All"},"e5cd":{"name":"Close"},"e01c":{"name":"Closed Caption"},"e2bd":{"name":"Cloud"},"e2be":{"name":"Cloud Circle"},"e2bf":{"name":"Cloud Done"},"e2c0":{"name":"Cloud Download"},"e2c1":{"name":"Cloud Off"},"e2c2":{"name":"Cloud Queue"},"e2c3":{"name":"Cloud Upload"},"e86f":{"name":"Code"},"e3b6":{"name":"Collections"},"e431":{"name":"Collections Bookmark"},"e3b7":{"name":"Color Lens"},"e3b8":{"name":"Colorize"},"e0b9":{"name":"Comment"},"e3b9":{"name":"Compare"},"e915":{"name":"Compare Arrows"},"e30a":{"name":"Computer"},"e638":{"name":"Confirmation Number"},"e0d0":{"name":"Contact Mail"},"e0cf":{"name":"Contact Phone"},"e0ba":{"name":"Contacts"},"e14d":{"name":"Content Copy"},"e14e":{"name":"Content Cut"},"e14f":{"name":"Content Paste"},"e3ba":{"name":"Control Point"},"e3bb":{"name":"Control Point Duplicate"},"e90c":{"name":"Copyright"},"e150":{"name":"Create"},"e2cc":{"name":"Create New Folder"},"e870":{"name":"Credit Card"},"e3be":{"name":"Crop"},"e3bc":{"name":"Crop 16 9"},"e3bd":{"name":"Crop 3 2"},"e3bf":{"name":"Crop 5 4"},"e3c0":{"name":"Crop 7 5"},"e3c1":{"name":"Crop Din"},"e3c2":{"name":"Crop Free"},"e3c3":{"name":"Crop Landscape"},"e3c4":{"name":"Crop Original"},"e3c5":{"name":"Crop Portrait"},"e437":{"name":"Crop Rotate"},"e3c6":{"name":"Crop Square"},"e871":{"name":"Dashboard"},"e1af":{"name":"Data Usage"},"e916":{"name":"Date Range"},"e3c7":{"name":"Dehaze"},"e872":{"name":"Delete"},"e92b":{"name":"Delete Forever"},"e16c":{"name":"Delete Sweep"},"e873":{"name":"Description"},"e30b":{"name":"Desktop Mac"},"e30c":{"name":"Desktop Windows"},"e3c8":{"name":"Details"},"e30d":{"name":"Developer Board"},"e1b0":{"name":"Developer Mode"},"e335":{"name":"Device Hub"},"e1b1":{"name":"Devices"},"e337":{"name":"Devices Other"},"e0bb":{"name":"Dialer Sip"},"e0bc":{"name":"Dialpad"},"e52e":{"name":"Directions"},"e52f":{"name":"Directions Bike"},"e532":{"name":"Directions Boat"},"e530":{"name":"Directions Bus"},"e531":{"name":"Directions Car"},"e534":{"name":"Directions Railway"},"e566":{"name":"Directions Run"},"e533":{"name":"Directions Subway"},"e535":{"name":"Directions Transit"},"e536":{"name":"Directions Walk"},"e610":{"name":"Disc Full"},"e875":{"name":"Dns"},"e612":{"name":"Do Not Disturb"},"e611":{"name":"Do Not Disturb Alt"},"e643":{"name":"Do Not Disturb Off"},"e644":{"name":"Do Not Disturb On"},"e30e":{"name":"Dock"},"e7ee":{"name":"Domain"},"e876":{"name":"Done"},"e877":{"name":"Done All"},"e917":{"name":"Donut Large"},"e918":{"name":"Donut Small"},"e151":{"name":"Drafts"},"e25d":{"name":"Drag Handle"},"e613":{"name":"Drive Eta"},"e1b2":{"name":"Dvr"},"e3c9":{"name":"Edit"},"e568":{"name":"Edit Location"},"e8fb":{"name":"Eject"},"e0be":{"name":"Email"},"e63f":{"name":"Enhanced Encryption"},"e01d":{"name":"Equalizer"},"e000":{"name":"Error"},"e001":{"name":"Error Outline"},"e926":{"name":"Euro Symbol"},"e56d":{"name":"Ev Station"},"e878":{"name":"Event"},"e614":{"name":"Event Available"},"e615":{"name":"Event Busy"},"e616":{"name":"Event Note"},"e903":{"name":"Event Seat"},"e879":{"name":"Exit To App"},"e5ce":{"name":"Expand Less"},"e5cf":{"name":"Expand More"},"e01e":{"name":"Explicit"},"e87a":{"name":"Explore"},"e3ca":{"name":"Exposure"},"e3cb":{"name":"Exposure Neg 1"},"e3cc":{"name":"Exposure Neg 2"},"e3cd":{"name":"Exposure Plus 1"},"e3ce":{"name":"Exposure Plus 2"},"e3cf":{"name":"Exposure Zero"},"e87b":{"name":"Extension"},"e87c":{"name":"Face"},"e01f":{"name":"Fast Forward"},"e020":{"name":"Fast Rewind"},"e87d":{"name":"Favorite"},"e87e":{"name":"Favorite Border"},"e06d":{"name":"Featured Play List"},"e06e":{"name":"Featured Video"},"e87f":{"name":"Feedback"},"e05d":{"name":"Fiber Dvr"},"e061":{"name":"Fiber Manual Record"},"e05e":{"name":"Fiber New"},"e06a":{"name":"Fiber Pin"},"e062":{"name":"Fiber Smart Record"},"e2c4":{"name":"File Download"},"e2c6":{"name":"File Upload"},"e3d3":{"name":"Filter"},"e3d0":{"name":"Filter 1"},"e3d1":{"name":"Filter 2"},"e3d2":{"name":"Filter 3"},"e3d4":{"name":"Filter 4"},"e3d5":{"name":"Filter 5"},"e3d6":{"name":"Filter 6"},"e3d7":{"name":"Filter 7"},"e3d8":{"name":"Filter 8"},"e3d9":{"name":"Filter 9"},"e3da":{"name":"Filter 9 Plus"},"e3db":{"name":"Filter B And W"},"e3dc":{"name":"Filter Center Focus"},"e3dd":{"name":"Filter Drama"},"e3de":{"name":"Filter Frames"},"e3df":{"name":"Filter Hdr"},"e152":{"name":"Filter List"},"e3e0":{"name":"Filter None"},"e3e2":{"name":"Filter Tilt Shift"},"e3e3":{"name":"Filter Vintage"},"e880":{"name":"Find In Page"},"e881":{"name":"Find Replace"},"e90d":{"name":"Fingerprint"},"e5dc":{"name":"First Page"},"eb43":{"name":"Fitness Center"},"e153":{"name":"Flag"},"e3e4":{"name":"Flare"},"e3e5":{"name":"Flash Auto"},"e3e6":{"name":"Flash Off"},"e3e7":{"name":"Flash On"},"e539":{"name":"Flight"},"e904":{"name":"Flight Land"},"e905":{"name":"Flight Takeoff"},"e3e8":{"name":"Flip"},"e882":{"name":"Flip To Back"},"e883":{"name":"Flip To Front"},"e2c7":{"name":"Folder"},"e2c8":{"name":"Folder Open"},"e2c9":{"name":"Folder Shared"},"e617":{"name":"Folder Special"},"e167":{"name":"Font Download"},"e234":{"name":"Format Align Center"},"e235":{"name":"Format Align Justify"},"e236":{"name":"Format Align Left"},"e237":{"name":"Format Align Right"},"e238":{"name":"Format Bold"},"e239":{"name":"Format Clear"},"e23a":{"name":"Format Color Fill"},"e23b":{"name":"Format Color Reset"},"e23c":{"name":"Format Color Text"},"e23d":{"name":"Format Indent Decrease"},"e23e":{"name":"Format Indent Increase"},"e23f":{"name":"Format Italic"},"e240":{"name":"Format Line Spacing"},"e241":{"name":"Format List Bulleted"},"e242":{"name":"Format List Numbered"},"e243":{"name":"Format Paint"},"e244":{"name":"Format Quote"},"e25e":{"name":"Format Shapes"},"e245":{"name":"Format Size"},"e246":{"name":"Format Strikethrough"},"e247":{"name":"Format Textdirection L To R"},"e248":{"name":"Format Textdirection R To L"},"e249":{"name":"Format Underlined"},"e0bf":{"name":"Forum"},"e154":{"name":"Forward"},"e056":{"name":"Forward 10"},"e057":{"name":"Forward 30"},"e058":{"name":"Forward 5"},"eb44":{"name":"Free Breakfast"},"e5d0":{"name":"Fullscreen"},"e5d1":{"name":"Fullscreen Exit"},"e24a":{"name":"Functions"},"e927":{"name":"G Translate"},"e30f":{"name":"Gamepad"},"e021":{"name":"Games"},"e90e":{"name":"Gavel"},"e155":{"name":"Gesture"},"e884":{"name":"Get App"},"e908":{"name":"Gif"},"eb45":{"name":"Golf Course"},"e1b3":{"name":"Gps Fixed"},"e1b4":{"name":"Gps Not Fixed"},"e1b5":{"name":"Gps Off"},"e885":{"name":"Grade"},"e3e9":{"name":"Gradient"},"e3ea":{"name":"Grain"},"e1b8":{"name":"Graphic Eq"},"e3eb":{"name":"Grid Off"},"e3ec":{"name":"Grid On"},"e7ef":{"name":"Group"},"e7f0":{"name":"Group Add"},"e886":{"name":"Group Work"},"e052":{"name":"Hd"},"e3ed":{"name":"Hdr Off"},"e3ee":{"name":"Hdr On"},"e3f1":{"name":"Hdr Strong"},"e3f2":{"name":"Hdr Weak"},"e310":{"name":"Headset"},"e311":{"name":"Headset Mic"},"e3f3":{"name":"Healing"},"e023":{"name":"Hearing"},"e887":{"name":"Help"},"e8fd":{"name":"Help Outline"},"e024":{"name":"High Quality"},"e25f":{"name":"Highlight"},"e888":{"name":"Highlight Off"},"e889":{"name":"History"},"e88a":{"name":"Home"},"eb46":{"name":"Hot Tub"},"e53a":{"name":"Hotel"},"e88b":{"name":"Hourglass Empty"},"e88c":{"name":"Hourglass Full"},"e902":{"name":"Http"},"e88d":{"name":"Https"},"e3f4":{"name":"Image"},"e3f5":{"name":"Image Aspect Ratio"},"e0e0":{"name":"Import Contacts"},"e0c3":{"name":"Import Export"},"e912":{"name":"Important Devices"},"e156":{"name":"Inbox"},"e909":{"name":"Indeterminate Check Box"},"e88e":{"name":"Info"},"e88f":{"name":"Info Outline"},"e890":{"name":"Input"},"e24b":{"name":"Insert Chart"},"e24c":{"name":"Insert Comment"},"e24d":{"name":"Insert Drive File"},"e24e":{"name":"Insert Emoticon"},"e24f":{"name":"Insert Invitation"},"e250":{"name":"Insert Link"},"e251":{"name":"Insert Photo"},"e891":{"name":"Invert Colors"},"e0c4":{"name":"Invert Colors Off"},"e3f6":{"name":"Iso"},"e312":{"name":"Keyboard"},"e313":{"name":"Keyboard Arrow Down"},"e314":{"name":"Keyboard Arrow Left"},"e315":{"name":"Keyboard Arrow Right"},"e316":{"name":"Keyboard Arrow Up"},"e317":{"name":"Keyboard Backspace"},"e318":{"name":"Keyboard Capslock"},"e31a":{"name":"Keyboard Hide"},"e31b":{"name":"Keyboard Return"},"e31c":{"name":"Keyboard Tab"},"e31d":{"name":"Keyboard Voice"},"eb47":{"name":"Kitchen"},"e892":{"name":"Label"},"e893":{"name":"Label Outline"},"e3f7":{"name":"Landscape"},"e894":{"name":"Language"},"e31e":{"name":"Laptop"},"e31f":{"name":"Laptop Chromebook"},"e320":{"name":"Laptop Mac"},"e321":{"name":"Laptop Windows"},"e5dd":{"name":"Last Page"},"e895":{"name":"Launch"},"e53b":{"name":"Layers"},"e53c":{"name":"Layers Clear"},"e3f8":{"name":"Leak Add"},"e3f9":{"name":"Leak Remove"},"e3fa":{"name":"Lens"},"e02e":{"name":"Library Add"},"e02f":{"name":"Library Books"},"e030":{"name":"Library Music"},"e90f":{"name":"Lightbulb Outline"},"e919":{"name":"Line Style"},"e91a":{"name":"Line Weight"},"e260":{"name":"Linear Scale"},"e157":{"name":"Link"},"e438":{"name":"Linked Camera"},"e896":{"name":"List"},"e0c6":{"name":"Live Help"},"e639":{"name":"Live Tv"},"e53f":{"name":"Local Activity"},"e53d":{"name":"Local Airport"},"e53e":{"name":"Local Atm"},"e540":{"name":"Local Bar"},"e541":{"name":"Local Cafe"},"e542":{"name":"Local Car Wash"},"e543":{"name":"Local Convenience Store"},"e556":{"name":"Local Dining"},"e544":{"name":"Local Drink"},"e545":{"name":"Local Florist"},"e546":{"name":"Local Gas Station"},"e547":{"name":"Local Grocery Store"},"e548":{"name":"Local Hospital"},"e549":{"name":"Local Hotel"},"e54a":{"name":"Local Laundry Service"},"e54b":{"name":"Local Library"},"e54c":{"name":"Local Mall"},"e54d":{"name":"Local Movies"},"e54e":{"name":"Local Offer"},"e54f":{"name":"Local Parking"},"e550":{"name":"Local Pharmacy"},"e551":{"name":"Local Phone"},"e552":{"name":"Local Pizza"},"e553":{"name":"Local Play"},"e554":{"name":"Local Post Office"},"e555":{"name":"Local Printshop"},"e557":{"name":"Local See"},"e558":{"name":"Local Shipping"},"e559":{"name":"Local Taxi"},"e7f1":{"name":"Location City"},"e1b6":{"name":"Location Disabled"},"e0c7":{"name":"Location Off"},"e0c8":{"name":"Location On"},"e1b7":{"name":"Location Searching"},"e897":{"name":"Lock"},"e898":{"name":"Lock Open"},"e899":{"name":"Lock Outline"},"e3fc":{"name":"Looks"},"e3fb":{"name":"Looks 3"},"e3fd":{"name":"Looks 4"},"e3fe":{"name":"Looks 5"},"e3ff":{"name":"Looks 6"},"e400":{"name":"Looks One"},"e401":{"name":"Looks Two"},"e028":{"name":"Loop"},"e402":{"name":"Loupe"},"e16d":{"name":"Low Priority"},"e89a":{"name":"Loyalty"},"e158":{"name":"Mail"},"e0e1":{"name":"Mail Outline"},"e55b":{"name":"Map"},"e159":{"name":"Markunread"},"e89b":{"name":"Markunread Mailbox"},"e322":{"name":"Memory"},"e5d2":{"name":"Menu"},"e252":{"name":"Merge Type"},"e0c9":{"name":"Message"},"e029":{"name":"Mic"},"e02a":{"name":"Mic None"},"e02b":{"name":"Mic Off"},"e618":{"name":"Mms"},"e253":{"name":"Mode Comment"},"e254":{"name":"Mode Edit"},"e263":{"name":"Monetization On"},"e25c":{"name":"Money Off"},"e403":{"name":"Monochrome Photos"},"e7f2":{"name":"Mood"},"e7f3":{"name":"Mood Bad"},"e619":{"name":"More"},"e5d3":{"name":"More Horiz"},"e5d4":{"name":"More Vert"},"e91b":{"name":"Motorcycle"},"e323":{"name":"Mouse"},"e168":{"name":"Move To Inbox"},"e02c":{"name":"Movie"},"e404":{"name":"Movie Creation"},"e43a":{"name":"Movie Filter"},"e6df":{"name":"Multiline Chart"},"e405":{"name":"Music Note"},"e063":{"name":"Music Video"},"e55c":{"name":"My Location"},"e406":{"name":"Nature"},"e407":{"name":"Nature People"},"e408":{"name":"Navigate Before"},"e409":{"name":"Navigate Next"},"e55d":{"name":"Navigation"},"e569":{"name":"Near Me"},"e1b9":{"name":"Network Cell"},"e640":{"name":"Network Check"},"e61a":{"name":"Network Locked"},"e1ba":{"name":"Network Wifi"},"e031":{"name":"New Releases"},"e16a":{"name":"Next Week"},"e1bb":{"name":"Nfc"},"e641":{"name":"No Encryption"},"e0cc":{"name":"No Sim"},"e033":{"name":"Not Interested"},"e06f":{"name":"Note"},"e89c":{"name":"Note Add"},"e7f4":{"name":"Notifications"},"e7f7":{"name":"Notifications Active"},"e7f5":{"name":"Notifications None"},"e7f6":{"name":"Notifications Off"},"e7f8":{"name":"Notifications Paused"},"e90a":{"name":"Offline Pin"},"e63a":{"name":"Ondemand Video"},"e91c":{"name":"Opacity"},"e89d":{"name":"Open In Browser"},"e89e":{"name":"Open In New"},"e89f":{"name":"Open With"},"e7f9":{"name":"Pages"},"e8a0":{"name":"Pageview"},"e40a":{"name":"Palette"},"e925":{"name":"Pan Tool"},"e40b":{"name":"Panorama"},"e40c":{"name":"Panorama Fish Eye"},"e40d":{"name":"Panorama Horizontal"},"e40e":{"name":"Panorama Vertical"},"e40f":{"name":"Panorama Wide Angle"},"e7fa":{"name":"Party Mode"},"e034":{"name":"Pause"},"e035":{"name":"Pause Circle Filled"},"e036":{"name":"Pause Circle Outline"},"e8a1":{"name":"Payment"},"e7fb":{"name":"People"},"e7fc":{"name":"People Outline"},"e8a2":{"name":"Perm Camera Mic"},"e8a3":{"name":"Perm Contact Calendar"},"e8a4":{"name":"Perm Data Setting"},"e8a5":{"name":"Perm Device Information"},"e8a6":{"name":"Perm Identity"},"e8a7":{"name":"Perm Media"},"e8a8":{"name":"Perm Phone Msg"},"e8a9":{"name":"Perm Scan Wifi"},"e7fd":{"name":"Person"},"e7fe":{"name":"Person Add"},"e7ff":{"name":"Person Outline"},"e55a":{"name":"Person Pin"},"e56a":{"name":"Person Pin Circle"},"e63b":{"name":"Personal Video"},"e91d":{"name":"Pets"},"e0cd":{"name":"Phone"},"e324":{"name":"Phone Android"},"e61b":{"name":"Phone Bluetooth Speaker"},"e61c":{"name":"Phone Forwarded"},"e61d":{"name":"Phone In Talk"},"e325":{"name":"Phone Iphone"},"e61e":{"name":"Phone Locked"},"e61f":{"name":"Phone Missed"},"e620":{"name":"Phone Paused"},"e326":{"name":"Phonelink"},"e0db":{"name":"Phonelink Erase"},"e0dc":{"name":"Phonelink Lock"},"e327":{"name":"Phonelink Off"},"e0dd":{"name":"Phonelink Ring"},"e0de":{"name":"Phonelink Setup"},"e410":{"name":"Photo"},"e411":{"name":"Photo Album"},"e412":{"name":"Photo Camera"},"e43b":{"name":"Photo Filter"},"e413":{"name":"Photo Library"},"e432":{"name":"Photo Size Select Actual"},"e433":{"name":"Photo Size Select Large"},"e434":{"name":"Photo Size Select Small"},"e415":{"name":"Picture As Pdf"},"e8aa":{"name":"Picture In Picture"},"e911":{"name":"Picture In Picture Alt"},"e6c4":{"name":"Pie Chart"},"e6c5":{"name":"Pie Chart Outlined"},"e55e":{"name":"Pin Drop"},"e55f":{"name":"Place"},"e037":{"name":"Play Arrow"},"e038":{"name":"Play Circle Filled"},"e039":{"name":"Play Circle Outline"},"e906":{"name":"Play For Work"},"e03b":{"name":"Playlist Add"},"e065":{"name":"Playlist Add Check"},"e05f":{"name":"Playlist Play"},"e800":{"name":"Plus One"},"e801":{"name":"Poll"},"e8ab":{"name":"Polymer"},"eb48":{"name":"Pool"},"e0ce":{"name":"Portable Wifi Off"},"e416":{"name":"Portrait"},"e63c":{"name":"Power"},"e336":{"name":"Power Input"},"e8ac":{"name":"Power Settings New"},"e91e":{"name":"Pregnant Woman"},"e0df":{"name":"Present To All"},"e8ad":{"name":"Print"},"e645":{"name":"Priority High"},"e80b":{"name":"Public"},"e255":{"name":"Publish"},"e8ae":{"name":"Query Builder"},"e8af":{"name":"Question Answer"},"e03c":{"name":"Queue"},"e03d":{"name":"Queue Music"},"e066":{"name":"Queue Play Next"},"e03e":{"name":"Radio"},"e837":{"name":"Radio Button Checked"},"e836":{"name":"Radio Button Unchecked"},"e560":{"name":"Rate Review"},"e8b0":{"name":"Receipt"},"e03f":{"name":"Recent Actors"},"e91f":{"name":"Record Voice Over"},"e8b1":{"name":"Redeem"},"e15a":{"name":"Redo"},"e5d5":{"name":"Refresh"},"e15b":{"name":"Remove"},"e15c":{"name":"Remove Circle"},"e15d":{"name":"Remove Circle Outline"},"e067":{"name":"Remove From Queue"},"e417":{"name":"Remove Red Eye"},"e928":{"name":"Remove Shopping Cart"},"e8fe":{"name":"Reorder"},"e040":{"name":"Repeat"},"e041":{"name":"Repeat One"},"e042":{"name":"Replay"},"e059":{"name":"Replay 10"},"e05a":{"name":"Replay 30"},"e05b":{"name":"Replay 5"},"e15e":{"name":"Reply"},"e15f":{"name":"Reply All"},"e160":{"name":"Report"},"e8b2":{"name":"Report Problem"},"e56c":{"name":"Restaurant"},"e561":{"name":"Restaurant Menu"},"e8b3":{"name":"Restore"},"e929":{"name":"Restore Page"},"e0d1":{"name":"Ring Volume"},"e8b4":{"name":"Room"},"eb49":{"name":"Room Service"},"e418":{"name":"Rotate 90 Degrees Ccw"},"e419":{"name":"Rotate Left"},"e41a":{"name":"Rotate Right"},"e920":{"name":"Rounded Corner"},"e328":{"name":"Router"},"e921":{"name":"Rowing"},"e0e5":{"name":"Rss Feed"},"e642":{"name":"Rv Hookup"},"e562":{"name":"Satellite"},"e161":{"name":"Save"},"e329":{"name":"Scanner"},"e8b5":{"name":"Schedule"},"e80c":{"name":"School"},"e1be":{"name":"Screen Lock Landscape"},"e1bf":{"name":"Screen Lock Portrait"},"e1c0":{"name":"Screen Lock Rotation"},"e1c1":{"name":"Screen Rotation"},"e0e2":{"name":"Screen Share"},"e623":{"name":"Sd Card"},"e1c2":{"name":"Sd Storage"},"e8b6":{"name":"Search"},"e32a":{"name":"Security"},"e162":{"name":"Select All"},"e163":{"name":"Send"},"e811":{"name":"Sentiment Dissatisfied"},"e812":{"name":"Sentiment Neutral"},"e813":{"name":"Sentiment Satisfied"},"e814":{"name":"Sentiment Very Dissatisfied"},"e815":{"name":"Sentiment Very Satisfied"},"e8b8":{"name":"Settings"},"e8b9":{"name":"Settings Applications"},"e8ba":{"name":"Settings Backup Restore"},"e8bb":{"name":"Settings Bluetooth"},"e8bd":{"name":"Settings Brightness"},"e8bc":{"name":"Settings Cell"},"e8be":{"name":"Settings Ethernet"},"e8bf":{"name":"Settings Input Antenna"},"e8c0":{"name":"Settings Input Component"},"e8c1":{"name":"Settings Input Composite"},"e8c2":{"name":"Settings Input Hdmi"},"e8c3":{"name":"Settings Input Svideo"},"e8c4":{"name":"Settings Overscan"},"e8c5":{"name":"Settings Phone"},"e8c6":{"name":"Settings Power"},"e8c7":{"name":"Settings Remote"},"e1c3":{"name":"Settings System Daydream"},"e8c8":{"name":"Settings Voice"},"e80d":{"name":"Share"},"e8c9":{"name":"Shop"},"e8ca":{"name":"Shop Two"},"e8cb":{"name":"Shopping Basket"},"e8cc":{"name":"Shopping Cart"},"e261":{"name":"Short Text"},"e6e1":{"name":"Show Chart"},"e043":{"name":"Shuffle"},"e1c8":{"name":"Signal Cellular 4 Bar"},"e1cd":{"name":"Signal Cellular Connected No Internet 4 Bar"},"e1ce":{"name":"Signal Cellular No Sim"},"e1cf":{"name":"Signal Cellular Null"},"e1d0":{"name":"Signal Cellular Off"},"e1d8":{"name":"Signal Wifi 4 Bar"},"e1d9":{"name":"Signal Wifi 4 Bar Lock"},"e1da":{"name":"Signal Wifi Off"},"e32b":{"name":"Sim Card"},"e624":{"name":"Sim Card Alert"},"e044":{"name":"Skip Next"},"e045":{"name":"Skip Previous"},"e41b":{"name":"Slideshow"},"e068":{"name":"Slow Motion Video"},"e32c":{"name":"Smartphone"},"eb4a":{"name":"Smoke Free"},"eb4b":{"name":"Smoking Rooms"},"e625":{"name":"Sms"},"e626":{"name":"Sms Failed"},"e046":{"name":"Snooze"},"e164":{"name":"Sort"},"e053":{"name":"Sort By Alpha"},"eb4c":{"name":"Spa"},"e256":{"name":"Space Bar"},"e32d":{"name":"Speaker"},"e32e":{"name":"Speaker Group"},"e8cd":{"name":"Speaker Notes"},"e92a":{"name":"Speaker Notes Off"},"e0d2":{"name":"Speaker Phone"},"e8ce":{"name":"Spellcheck"},"e838":{"name":"Star"},"e83a":{"name":"Star Border"},"e839":{"name":"Star Half"},"e8d0":{"name":"Stars"},"e0d3":{"name":"Stay Current Landscape"},"e0d4":{"name":"Stay Current Portrait"},"e0d5":{"name":"Stay Primary Landscape"},"e0d6":{"name":"Stay Primary Portrait"},"e047":{"name":"Stop"},"e0e3":{"name":"Stop Screen Share"},"e1db":{"name":"Storage"},"e8d1":{"name":"Store"},"e563":{"name":"Store Mall Directory"},"e41c":{"name":"Straighten"},"e56e":{"name":"Streetview"},"e257":{"name":"Strikethrough S"},"e41d":{"name":"Style"},"e5d9":{"name":"Subdirectory Arrow Left"},"e5da":{"name":"Subdirectory Arrow Right"},"e8d2":{"name":"Subject"},"e064":{"name":"Subscriptions"},"e048":{"name":"Subtitles"},"e56f":{"name":"Subway"},"e8d3":{"name":"Supervisor Account"},"e049":{"name":"Surround Sound"},"e0d7":{"name":"Swap Calls"},"e8d4":{"name":"Swap Horiz"},"e8d5":{"name":"Swap Vert"},"e8d6":{"name":"Swap Vertical Circle"},"e41e":{"name":"Switch Camera"},"e41f":{"name":"Switch Video"},"e627":{"name":"Sync"},"e628":{"name":"Sync Disabled"},"e629":{"name":"Sync Problem"},"e62a":{"name":"System Update"},"e8d7":{"name":"System Update Alt"},"e8d8":{"name":"Tab"},"e8d9":{"name":"Tab Unselected"},"e32f":{"name":"Tablet"},"e330":{"name":"Tablet Android"},"e331":{"name":"Tablet Mac"},"e420":{"name":"Tag Faces"},"e62b":{"name":"Tap And Play"},"e564":{"name":"Terrain"},"e262":{"name":"Text Fields"},"e165":{"name":"Text Format"},"e0d8":{"name":"Textsms"},"e421":{"name":"Texture"},"e8da":{"name":"Theaters"},"e8db":{"name":"Thumb Down"},"e8dc":{"name":"Thumb Up"},"e8dd":{"name":"Thumbs Up Down"},"e62c":{"name":"Time To Leave"},"e422":{"name":"Timelapse"},"e922":{"name":"Timeline"},"e425":{"name":"Timer"},"e423":{"name":"Timer 10"},"e424":{"name":"Timer 3"},"e426":{"name":"Timer Off"},"e264":{"name":"Title"},"e8de":{"name":"Toc"},"e8df":{"name":"Today"},"e8e0":{"name":"Toll"},"e427":{"name":"Tonality"},"e913":{"name":"Touch App"},"e332":{"name":"Toys"},"e8e1":{"name":"Track Changes"},"e565":{"name":"Traffic"},"e570":{"name":"Train"},"e571":{"name":"Tram"},"e572":{"name":"Transfer Within A Station"},"e428":{"name":"Transform"},"e8e2":{"name":"Translate"},"e8e3":{"name":"Trending Down"},"e8e4":{"name":"Trending Flat"},"e8e5":{"name":"Trending Up"},"e429":{"name":"Tune"},"e8e6":{"name":"Turned In"},"e8e7":{"name":"Turned In Not"},"e333":{"name":"Tv"},"e169":{"name":"Unarchive"},"e166":{"name":"Undo"},"e5d6":{"name":"Unfold Less"},"e5d7":{"name":"Unfold More"},"e923":{"name":"Update"},"e1e0":{"name":"Usb"},"e8e8":{"name":"Verified User"},"e258":{"name":"Vertical Align Bottom"},"e259":{"name":"Vertical Align Center"},"e25a":{"name":"Vertical Align Top"},"e62d":{"name":"Vibration"},"e070":{"name":"Video Call"},"e071":{"name":"Video Label"},"e04a":{"name":"Video Library"},"e04b":{"name":"Videocam"},"e04c":{"name":"Videocam Off"},"e338":{"name":"Videogame Asset"},"e8e9":{"name":"View Agenda"},"e8ea":{"name":"View Array"},"e8eb":{"name":"View Carousel"},"e8ec":{"name":"View Column"},"e42a":{"name":"View Comfy"},"e42b":{"name":"View Compact"},"e8ed":{"name":"View Day"},"e8ee":{"name":"View Headline"},"e8ef":{"name":"View List"},"e8f0":{"name":"View Module"},"e8f1":{"name":"View Quilt"},"e8f2":{"name":"View Stream"},"e8f3":{"name":"View Week"},"e435":{"name":"Vignette"},"e8f4":{"name":"Visibility"},"e8f5":{"name":"Visibility Off"},"e62e":{"name":"Voice Chat"},"e0d9":{"name":"Voicemail"},"e04d":{"name":"Volume Down"},"e04e":{"name":"Volume Mute"},"e04f":{"name":"Volume Off"},"e050":{"name":"Volume Up"},"e0da":{"name":"Vpn Key"},"e62f":{"name":"Vpn Lock"},"e1bc":{"name":"Wallpaper"},"e002":{"name":"Warning"},"e334":{"name":"Watch"},"e924":{"name":"Watch Later"},"e42c":{"name":"Wb Auto"},"e42d":{"name":"Wb Cloudy"},"e42e":{"name":"Wb Incandescent"},"e436":{"name":"Wb Iridescent"},"e430":{"name":"Wb Sunny"},"e63d":{"name":"Wc"},"e051":{"name":"Web"},"e069":{"name":"Web Asset"},"e16b":{"name":"Weekend"},"e80e":{"name":"Whatshot"},"e1bd":{"name":"Widgets"},"e63e":{"name":"Wifi"},"e1e1":{"name":"Wifi Lock"},"e1e2":{"name":"Wifi Tethering"},"e8f9":{"name":"Work"},"e25b":{"name":"Wrap Text"},"e8fa":{"name":"Youtube Searched For"},"e8ff":{"name":"Zoom In"},"e900":{"name":"Zoom Out"},"e56b":{"name":"Zoom Out Map"}}} \ No newline at end of file diff --git a/docs/assets/fonts/MaterialIcons/MaterialIcons-Regular.svg b/docs/assets/fonts/MaterialIcons/MaterialIcons-Regular.svg deleted file mode 100755 index a449327e..00000000 --- a/docs/assets/fonts/MaterialIcons/MaterialIcons-Regular.svg +++ /dev/null @@ -1,2373 +0,0 @@ - - - - - -Created by FontForge 20151118 at Mon Feb 8 11:58:02 2016 - By shyndman -Copyright 2015 Google, Inc. All Rights Reserved. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/assets/fonts/MaterialIcons/MaterialIcons-Regular.ttf b/docs/assets/fonts/MaterialIcons/MaterialIcons-Regular.ttf deleted file mode 100755 index 7015564a..00000000 Binary files a/docs/assets/fonts/MaterialIcons/MaterialIcons-Regular.ttf and /dev/null differ diff --git a/docs/assets/fonts/MaterialIcons/MaterialIcons-Regular.woff b/docs/assets/fonts/MaterialIcons/MaterialIcons-Regular.woff deleted file mode 100755 index b648a3ee..00000000 Binary files a/docs/assets/fonts/MaterialIcons/MaterialIcons-Regular.woff and /dev/null differ diff --git a/docs/assets/fonts/MaterialIcons/MaterialIcons-Regular.woff2 b/docs/assets/fonts/MaterialIcons/MaterialIcons-Regular.woff2 deleted file mode 100755 index 9fa21125..00000000 Binary files a/docs/assets/fonts/MaterialIcons/MaterialIcons-Regular.woff2 and /dev/null differ diff --git a/docs/assets/fonts/MaterialIcons/codepoints b/docs/assets/fonts/MaterialIcons/codepoints deleted file mode 100755 index 3c8b0750..00000000 --- a/docs/assets/fonts/MaterialIcons/codepoints +++ /dev/null @@ -1,932 +0,0 @@ -3d_rotation e84d -ac_unit eb3b -access_alarm e190 -access_alarms e191 -access_time e192 -accessibility e84e -accessible e914 -account_balance e84f -account_balance_wallet e850 -account_box e851 -account_circle e853 -adb e60e -add e145 -add_a_photo e439 -add_alarm e193 -add_alert e003 -add_box e146 -add_circle e147 -add_circle_outline e148 -add_location e567 -add_shopping_cart e854 -add_to_photos e39d -add_to_queue e05c -adjust e39e -airline_seat_flat e630 -airline_seat_flat_angled e631 -airline_seat_individual_suite e632 -airline_seat_legroom_extra e633 -airline_seat_legroom_normal e634 -airline_seat_legroom_reduced e635 -airline_seat_recline_extra e636 -airline_seat_recline_normal e637 -airplanemode_active e195 -airplanemode_inactive e194 -airplay e055 -airport_shuttle eb3c -alarm e855 -alarm_add e856 -alarm_off e857 -alarm_on e858 -album e019 -all_inclusive eb3d -all_out e90b -android e859 -announcement e85a -apps e5c3 -archive e149 -arrow_back e5c4 -arrow_downward e5db -arrow_drop_down e5c5 -arrow_drop_down_circle e5c6 -arrow_drop_up e5c7 -arrow_forward e5c8 -arrow_upward e5d8 -art_track e060 -aspect_ratio e85b -assessment e85c -assignment e85d -assignment_ind e85e -assignment_late e85f -assignment_return e860 -assignment_returned e861 -assignment_turned_in e862 -assistant e39f -assistant_photo e3a0 -attach_file e226 -attach_money e227 -attachment e2bc -audiotrack e3a1 -autorenew e863 -av_timer e01b -backspace e14a -backup e864 -battery_alert e19c -battery_charging_full e1a3 -battery_full e1a4 -battery_std e1a5 -battery_unknown e1a6 -beach_access eb3e -beenhere e52d -block e14b -bluetooth e1a7 -bluetooth_audio e60f -bluetooth_connected e1a8 -bluetooth_disabled e1a9 -bluetooth_searching e1aa -blur_circular e3a2 -blur_linear e3a3 -blur_off e3a4 -blur_on e3a5 -book e865 -bookmark e866 -bookmark_border e867 -border_all e228 -border_bottom e229 -border_clear e22a -border_color e22b -border_horizontal e22c -border_inner e22d -border_left e22e -border_outer e22f -border_right e230 -border_style e231 -border_top e232 -border_vertical e233 -branding_watermark e06b -brightness_1 e3a6 -brightness_2 e3a7 -brightness_3 e3a8 -brightness_4 e3a9 -brightness_5 e3aa -brightness_6 e3ab -brightness_7 e3ac -brightness_auto e1ab -brightness_high e1ac -brightness_low e1ad -brightness_medium e1ae -broken_image e3ad -brush e3ae -bubble_chart e6dd -bug_report e868 -build e869 -burst_mode e43c -business e0af -business_center eb3f -cached e86a -cake e7e9 -call e0b0 -call_end e0b1 -call_made e0b2 -call_merge e0b3 -call_missed e0b4 -call_missed_outgoing e0e4 -call_received e0b5 -call_split e0b6 -call_to_action e06c -camera e3af -camera_alt e3b0 -camera_enhance e8fc -camera_front e3b1 -camera_rear e3b2 -camera_roll e3b3 -cancel e5c9 -card_giftcard e8f6 -card_membership e8f7 -card_travel e8f8 -casino eb40 -cast e307 -cast_connected e308 -center_focus_strong e3b4 -center_focus_weak e3b5 -change_history e86b -chat e0b7 -chat_bubble e0ca -chat_bubble_outline e0cb -check e5ca -check_box e834 -check_box_outline_blank e835 -check_circle e86c -chevron_left e5cb -chevron_right e5cc -child_care eb41 -child_friendly eb42 -chrome_reader_mode e86d -class e86e -clear e14c -clear_all e0b8 -close e5cd -closed_caption e01c -cloud e2bd -cloud_circle e2be -cloud_done e2bf -cloud_download e2c0 -cloud_off e2c1 -cloud_queue e2c2 -cloud_upload e2c3 -code e86f -collections e3b6 -collections_bookmark e431 -color_lens e3b7 -colorize e3b8 -comment e0b9 -compare e3b9 -compare_arrows e915 -computer e30a -confirmation_number e638 -contact_mail e0d0 -contact_phone e0cf -contacts e0ba -content_copy e14d -content_cut e14e -content_paste e14f -control_point e3ba -control_point_duplicate e3bb -copyright e90c -create e150 -create_new_folder e2cc -credit_card e870 -crop e3be -crop_16_9 e3bc -crop_3_2 e3bd -crop_5_4 e3bf -crop_7_5 e3c0 -crop_din e3c1 -crop_free e3c2 -crop_landscape e3c3 -crop_original e3c4 -crop_portrait e3c5 -crop_rotate e437 -crop_square e3c6 -dashboard e871 -data_usage e1af -date_range e916 -dehaze e3c7 -delete e872 -delete_forever e92b -delete_sweep e16c -description e873 -desktop_mac e30b -desktop_windows e30c -details e3c8 -developer_board e30d -developer_mode e1b0 -device_hub e335 -devices e1b1 -devices_other e337 -dialer_sip e0bb -dialpad e0bc -directions e52e -directions_bike e52f -directions_boat e532 -directions_bus e530 -directions_car e531 -directions_railway e534 -directions_run e566 -directions_subway e533 -directions_transit e535 -directions_walk e536 -disc_full e610 -dns e875 -do_not_disturb e612 -do_not_disturb_alt e611 -do_not_disturb_off e643 -do_not_disturb_on e644 -dock e30e -domain e7ee -done e876 -done_all e877 -donut_large e917 -donut_small e918 -drafts e151 -drag_handle e25d -drive_eta e613 -dvr e1b2 -edit e3c9 -edit_location e568 -eject e8fb -email e0be -enhanced_encryption e63f -equalizer e01d -error e000 -error_outline e001 -euro_symbol e926 -ev_station e56d -event e878 -event_available e614 -event_busy e615 -event_note e616 -event_seat e903 -exit_to_app e879 -expand_less e5ce -expand_more e5cf -explicit e01e -explore e87a -exposure e3ca -exposure_neg_1 e3cb -exposure_neg_2 e3cc -exposure_plus_1 e3cd -exposure_plus_2 e3ce -exposure_zero e3cf -extension e87b -face e87c -fast_forward e01f -fast_rewind e020 -favorite e87d -favorite_border e87e -featured_play_list e06d -featured_video e06e -feedback e87f -fiber_dvr e05d -fiber_manual_record e061 -fiber_new e05e -fiber_pin e06a -fiber_smart_record e062 -file_download e2c4 -file_upload e2c6 -filter e3d3 -filter_1 e3d0 -filter_2 e3d1 -filter_3 e3d2 -filter_4 e3d4 -filter_5 e3d5 -filter_6 e3d6 -filter_7 e3d7 -filter_8 e3d8 -filter_9 e3d9 -filter_9_plus e3da -filter_b_and_w e3db -filter_center_focus e3dc -filter_drama e3dd -filter_frames e3de -filter_hdr e3df -filter_list e152 -filter_none e3e0 -filter_tilt_shift e3e2 -filter_vintage e3e3 -find_in_page e880 -find_replace e881 -fingerprint e90d -first_page e5dc -fitness_center eb43 -flag e153 -flare e3e4 -flash_auto e3e5 -flash_off e3e6 -flash_on e3e7 -flight e539 -flight_land e904 -flight_takeoff e905 -flip e3e8 -flip_to_back e882 -flip_to_front e883 -folder e2c7 -folder_open e2c8 -folder_shared e2c9 -folder_special e617 -font_download e167 -format_align_center e234 -format_align_justify e235 -format_align_left e236 -format_align_right e237 -format_bold e238 -format_clear e239 -format_color_fill e23a -format_color_reset e23b -format_color_text e23c -format_indent_decrease e23d -format_indent_increase e23e -format_italic e23f -format_line_spacing e240 -format_list_bulleted e241 -format_list_numbered e242 -format_paint e243 -format_quote e244 -format_shapes e25e -format_size e245 -format_strikethrough e246 -format_textdirection_l_to_r e247 -format_textdirection_r_to_l e248 -format_underlined e249 -forum e0bf -forward e154 -forward_10 e056 -forward_30 e057 -forward_5 e058 -free_breakfast eb44 -fullscreen e5d0 -fullscreen_exit e5d1 -functions e24a -g_translate e927 -gamepad e30f -games e021 -gavel e90e -gesture e155 -get_app e884 -gif e908 -golf_course eb45 -gps_fixed e1b3 -gps_not_fixed e1b4 -gps_off e1b5 -grade e885 -gradient e3e9 -grain e3ea -graphic_eq e1b8 -grid_off e3eb -grid_on e3ec -group e7ef -group_add e7f0 -group_work e886 -hd e052 -hdr_off e3ed -hdr_on e3ee -hdr_strong e3f1 -hdr_weak e3f2 -headset e310 -headset_mic e311 -healing e3f3 -hearing e023 -help e887 -help_outline e8fd -high_quality e024 -highlight e25f -highlight_off e888 -history e889 -home e88a -hot_tub eb46 -hotel e53a -hourglass_empty e88b -hourglass_full e88c -http e902 -https e88d -image e3f4 -image_aspect_ratio e3f5 -import_contacts e0e0 -import_export e0c3 -important_devices e912 -inbox e156 -indeterminate_check_box e909 -info e88e -info_outline e88f -input e890 -insert_chart e24b -insert_comment e24c -insert_drive_file e24d -insert_emoticon e24e -insert_invitation e24f -insert_link e250 -insert_photo e251 -invert_colors e891 -invert_colors_off e0c4 -iso e3f6 -keyboard e312 -keyboard_arrow_down e313 -keyboard_arrow_left e314 -keyboard_arrow_right e315 -keyboard_arrow_up e316 -keyboard_backspace e317 -keyboard_capslock e318 -keyboard_hide e31a -keyboard_return e31b -keyboard_tab e31c -keyboard_voice e31d -kitchen eb47 -label e892 -label_outline e893 -landscape e3f7 -language e894 -laptop e31e -laptop_chromebook e31f -laptop_mac e320 -laptop_windows e321 -last_page e5dd -launch e895 -layers e53b -layers_clear e53c -leak_add e3f8 -leak_remove e3f9 -lens e3fa -library_add e02e -library_books e02f -library_music e030 -lightbulb_outline e90f -line_style e919 -line_weight e91a -linear_scale e260 -link e157 -linked_camera e438 -list e896 -live_help e0c6 -live_tv e639 -local_activity e53f -local_airport e53d -local_atm e53e -local_bar e540 -local_cafe e541 -local_car_wash e542 -local_convenience_store e543 -local_dining e556 -local_drink e544 -local_florist e545 -local_gas_station e546 -local_grocery_store e547 -local_hospital e548 -local_hotel e549 -local_laundry_service e54a -local_library e54b -local_mall e54c -local_movies e54d -local_offer e54e -local_parking e54f -local_pharmacy e550 -local_phone e551 -local_pizza e552 -local_play e553 -local_post_office e554 -local_printshop e555 -local_see e557 -local_shipping e558 -local_taxi e559 -location_city e7f1 -location_disabled e1b6 -location_off e0c7 -location_on e0c8 -location_searching e1b7 -lock e897 -lock_open e898 -lock_outline e899 -looks e3fc -looks_3 e3fb -looks_4 e3fd -looks_5 e3fe -looks_6 e3ff -looks_one e400 -looks_two e401 -loop e028 -loupe e402 -low_priority e16d -loyalty e89a -mail e158 -mail_outline e0e1 -map e55b -markunread e159 -markunread_mailbox e89b -memory e322 -menu e5d2 -merge_type e252 -message e0c9 -mic e029 -mic_none e02a -mic_off e02b -mms e618 -mode_comment e253 -mode_edit e254 -monetization_on e263 -money_off e25c -monochrome_photos e403 -mood e7f2 -mood_bad e7f3 -more e619 -more_horiz e5d3 -more_vert e5d4 -motorcycle e91b -mouse e323 -move_to_inbox e168 -movie e02c -movie_creation e404 -movie_filter e43a -multiline_chart e6df -music_note e405 -music_video e063 -my_location e55c -nature e406 -nature_people e407 -navigate_before e408 -navigate_next e409 -navigation e55d -near_me e569 -network_cell e1b9 -network_check e640 -network_locked e61a -network_wifi e1ba -new_releases e031 -next_week e16a -nfc e1bb -no_encryption e641 -no_sim e0cc -not_interested e033 -note e06f -note_add e89c -notifications e7f4 -notifications_active e7f7 -notifications_none e7f5 -notifications_off e7f6 -notifications_paused e7f8 -offline_pin e90a -ondemand_video e63a -opacity e91c -open_in_browser e89d -open_in_new e89e -open_with e89f -pages e7f9 -pageview e8a0 -palette e40a -pan_tool e925 -panorama e40b -panorama_fish_eye e40c -panorama_horizontal e40d -panorama_vertical e40e -panorama_wide_angle e40f -party_mode e7fa -pause e034 -pause_circle_filled e035 -pause_circle_outline e036 -payment e8a1 -people e7fb -people_outline e7fc -perm_camera_mic e8a2 -perm_contact_calendar e8a3 -perm_data_setting e8a4 -perm_device_information e8a5 -perm_identity e8a6 -perm_media e8a7 -perm_phone_msg e8a8 -perm_scan_wifi e8a9 -person e7fd -person_add e7fe -person_outline e7ff -person_pin e55a -person_pin_circle e56a -personal_video e63b -pets e91d -phone e0cd -phone_android e324 -phone_bluetooth_speaker e61b -phone_forwarded e61c -phone_in_talk e61d -phone_iphone e325 -phone_locked e61e -phone_missed e61f -phone_paused e620 -phonelink e326 -phonelink_erase e0db -phonelink_lock e0dc -phonelink_off e327 -phonelink_ring e0dd -phonelink_setup e0de -photo e410 -photo_album e411 -photo_camera e412 -photo_filter e43b -photo_library e413 -photo_size_select_actual e432 -photo_size_select_large e433 -photo_size_select_small e434 -picture_as_pdf e415 -picture_in_picture e8aa -picture_in_picture_alt e911 -pie_chart e6c4 -pie_chart_outlined e6c5 -pin_drop e55e -place e55f -play_arrow e037 -play_circle_filled e038 -play_circle_outline e039 -play_for_work e906 -playlist_add e03b -playlist_add_check e065 -playlist_play e05f -plus_one e800 -poll e801 -polymer e8ab -pool eb48 -portable_wifi_off e0ce -portrait e416 -power e63c -power_input e336 -power_settings_new e8ac -pregnant_woman e91e -present_to_all e0df -print e8ad -priority_high e645 -public e80b -publish e255 -query_builder e8ae -question_answer e8af -queue e03c -queue_music e03d -queue_play_next e066 -radio e03e -radio_button_checked e837 -radio_button_unchecked e836 -rate_review e560 -receipt e8b0 -recent_actors e03f -record_voice_over e91f -redeem e8b1 -redo e15a -refresh e5d5 -remove e15b -remove_circle e15c -remove_circle_outline e15d -remove_from_queue e067 -remove_red_eye e417 -remove_shopping_cart e928 -reorder e8fe -repeat e040 -repeat_one e041 -replay e042 -replay_10 e059 -replay_30 e05a -replay_5 e05b -reply e15e -reply_all e15f -report e160 -report_problem e8b2 -restaurant e56c -restaurant_menu e561 -restore e8b3 -restore_page e929 -ring_volume e0d1 -room e8b4 -room_service eb49 -rotate_90_degrees_ccw e418 -rotate_left e419 -rotate_right e41a -rounded_corner e920 -router e328 -rowing e921 -rss_feed e0e5 -rv_hookup e642 -satellite e562 -save e161 -scanner e329 -schedule e8b5 -school e80c -screen_lock_landscape e1be -screen_lock_portrait e1bf -screen_lock_rotation e1c0 -screen_rotation e1c1 -screen_share e0e2 -sd_card e623 -sd_storage e1c2 -search e8b6 -security e32a -select_all e162 -send e163 -sentiment_dissatisfied e811 -sentiment_neutral e812 -sentiment_satisfied e813 -sentiment_very_dissatisfied e814 -sentiment_very_satisfied e815 -settings e8b8 -settings_applications e8b9 -settings_backup_restore e8ba -settings_bluetooth e8bb -settings_brightness e8bd -settings_cell e8bc -settings_ethernet e8be -settings_input_antenna e8bf -settings_input_component e8c0 -settings_input_composite e8c1 -settings_input_hdmi e8c2 -settings_input_svideo e8c3 -settings_overscan e8c4 -settings_phone e8c5 -settings_power e8c6 -settings_remote e8c7 -settings_system_daydream e1c3 -settings_voice e8c8 -share e80d -shop e8c9 -shop_two e8ca -shopping_basket e8cb -shopping_cart e8cc -short_text e261 -show_chart e6e1 -shuffle e043 -signal_cellular_4_bar e1c8 -signal_cellular_connected_no_internet_4_bar e1cd -signal_cellular_no_sim e1ce -signal_cellular_null e1cf -signal_cellular_off e1d0 -signal_wifi_4_bar e1d8 -signal_wifi_4_bar_lock e1d9 -signal_wifi_off e1da -sim_card e32b -sim_card_alert e624 -skip_next e044 -skip_previous e045 -slideshow e41b -slow_motion_video e068 -smartphone e32c -smoke_free eb4a -smoking_rooms eb4b -sms e625 -sms_failed e626 -snooze e046 -sort e164 -sort_by_alpha e053 -spa eb4c -space_bar e256 -speaker e32d -speaker_group e32e -speaker_notes e8cd -speaker_notes_off e92a -speaker_phone e0d2 -spellcheck e8ce -star e838 -star_border e83a -star_half e839 -stars e8d0 -stay_current_landscape e0d3 -stay_current_portrait e0d4 -stay_primary_landscape e0d5 -stay_primary_portrait e0d6 -stop e047 -stop_screen_share e0e3 -storage e1db -store e8d1 -store_mall_directory e563 -straighten e41c -streetview e56e -strikethrough_s e257 -style e41d -subdirectory_arrow_left e5d9 -subdirectory_arrow_right e5da -subject e8d2 -subscriptions e064 -subtitles e048 -subway e56f -supervisor_account e8d3 -surround_sound e049 -swap_calls e0d7 -swap_horiz e8d4 -swap_vert e8d5 -swap_vertical_circle e8d6 -switch_camera e41e -switch_video e41f -sync e627 -sync_disabled e628 -sync_problem e629 -system_update e62a -system_update_alt e8d7 -tab e8d8 -tab_unselected e8d9 -tablet e32f -tablet_android e330 -tablet_mac e331 -tag_faces e420 -tap_and_play e62b -terrain e564 -text_fields e262 -text_format e165 -textsms e0d8 -texture e421 -theaters e8da -thumb_down e8db -thumb_up e8dc -thumbs_up_down e8dd -time_to_leave e62c -timelapse e422 -timeline e922 -timer e425 -timer_10 e423 -timer_3 e424 -timer_off e426 -title e264 -toc e8de -today e8df -toll e8e0 -tonality e427 -touch_app e913 -toys e332 -track_changes e8e1 -traffic e565 -train e570 -tram e571 -transfer_within_a_station e572 -transform e428 -translate e8e2 -trending_down e8e3 -trending_flat e8e4 -trending_up e8e5 -tune e429 -turned_in e8e6 -turned_in_not e8e7 -tv e333 -unarchive e169 -undo e166 -unfold_less e5d6 -unfold_more e5d7 -update e923 -usb e1e0 -verified_user e8e8 -vertical_align_bottom e258 -vertical_align_center e259 -vertical_align_top e25a -vibration e62d -video_call e070 -video_label e071 -video_library e04a -videocam e04b -videocam_off e04c -videogame_asset e338 -view_agenda e8e9 -view_array e8ea -view_carousel e8eb -view_column e8ec -view_comfy e42a -view_compact e42b -view_day e8ed -view_headline e8ee -view_list e8ef -view_module e8f0 -view_quilt e8f1 -view_stream e8f2 -view_week e8f3 -vignette e435 -visibility e8f4 -visibility_off e8f5 -voice_chat e62e -voicemail e0d9 -volume_down e04d -volume_mute e04e -volume_off e04f -volume_up e050 -vpn_key e0da -vpn_lock e62f -wallpaper e1bc -warning e002 -watch e334 -watch_later e924 -wb_auto e42c -wb_cloudy e42d -wb_incandescent e42e -wb_iridescent e436 -wb_sunny e430 -wc e63d -web e051 -web_asset e069 -weekend e16b -whatshot e80e -widgets e1bd -wifi e63e -wifi_lock e1e1 -wifi_tethering e1e2 -work e8f9 -wrap_text e25b -youtube_searched_for e8fa -zoom_in e8ff -zoom_out e900 -zoom_out_map e56b diff --git a/docs/assets/fonts/PT_Sans/OFL.txt b/docs/assets/fonts/PT_Sans/OFL.txt deleted file mode 100755 index 1e09546e..00000000 --- a/docs/assets/fonts/PT_Sans/OFL.txt +++ /dev/null @@ -1,94 +0,0 @@ -Copyright (c) 2010, ParaType Ltd. (http://www.paratype.com/public), -with Reserved Font Names "PT Sans" and "ParaType". - -This Font Software is licensed under the SIL Open Font License, Version 1.1. -This license is copied below, and is also available with a FAQ at: -http://scripts.sil.org/OFL - - ------------------------------------------------------------ -SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 ------------------------------------------------------------ - -PREAMBLE -The goals of the Open Font License (OFL) are to stimulate worldwide -development of collaborative font projects, to support the font creation -efforts of academic and linguistic communities, and to provide a free and -open framework in which fonts may be shared and improved in partnership -with others. - -The OFL allows the licensed fonts to be used, studied, modified and -redistributed freely as long as they are not sold by themselves. The -fonts, including any derivative works, can be bundled, embedded, -redistributed and/or sold with any software provided that any reserved -names are not used by derivative works. The fonts and derivatives, -however, cannot be released under any other type of license. The -requirement for fonts to remain under this license does not apply -to any document created using the fonts or their derivatives. - -DEFINITIONS -"Font Software" refers to the set of files released by the Copyright -Holder(s) under this license and clearly marked as such. This may -include source files, build scripts and documentation. - -"Reserved Font Name" refers to any names specified as such after the -copyright statement(s). - -"Original Version" refers to the collection of Font Software components as -distributed by the Copyright Holder(s). - -"Modified Version" refers to any derivative made by adding to, deleting, -or substituting -- in part or in whole -- any of the components of the -Original Version, by changing formats or by porting the Font Software to a -new environment. - -"Author" refers to any designer, engineer, programmer, technical -writer or other person who contributed to the Font Software. - -PERMISSION & CONDITIONS -Permission is hereby granted, free of charge, to any person obtaining -a copy of the Font Software, to use, study, copy, merge, embed, modify, -redistribute, and sell modified and unmodified copies of the Font -Software, subject to the following conditions: - -1) Neither the Font Software nor any of its individual components, -in Original or Modified Versions, may be sold by itself. - -2) Original or Modified Versions of the Font Software may be bundled, -redistributed and/or sold with any software, provided that each copy -contains the above copyright notice and this license. These can be -included either as stand-alone text files, human-readable headers or -in the appropriate machine-readable metadata fields within text or -binary files as long as those fields can be easily viewed by the user. - -3) No Modified Version of the Font Software may use the Reserved Font -Name(s) unless explicit written permission is granted by the corresponding -Copyright Holder. This restriction only applies to the primary font name as -presented to the users. - -4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font -Software shall not be used to promote, endorse or advertise any -Modified Version, except to acknowledge the contribution(s) of the -Copyright Holder(s) and the Author(s) or with their explicit written -permission. - -5) The Font Software, modified or unmodified, in part or in whole, -must be distributed entirely under this license, and must not be -distributed under any other license. The requirement for fonts to -remain under this license does not apply to any document created -using the Font Software. - -TERMINATION -This license becomes null and void if any of the above conditions are -not met. - -DISCLAIMER -THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT -OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE -COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL -DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM -OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/docs/assets/fonts/PT_Sans/PTSans-Bold.ttf b/docs/assets/fonts/PT_Sans/PTSans-Bold.ttf deleted file mode 100755 index 7f2bddb5..00000000 Binary files a/docs/assets/fonts/PT_Sans/PTSans-Bold.ttf and /dev/null differ diff --git a/docs/assets/fonts/PT_Sans/PTSans-BoldItalic.ttf b/docs/assets/fonts/PT_Sans/PTSans-BoldItalic.ttf deleted file mode 100755 index c4b6a521..00000000 Binary files a/docs/assets/fonts/PT_Sans/PTSans-BoldItalic.ttf and /dev/null differ diff --git a/docs/assets/fonts/PT_Sans/PTSans-Italic.ttf b/docs/assets/fonts/PT_Sans/PTSans-Italic.ttf deleted file mode 100755 index 130fa710..00000000 Binary files a/docs/assets/fonts/PT_Sans/PTSans-Italic.ttf and /dev/null differ diff --git a/docs/assets/fonts/PT_Sans/PTSans-Regular.ttf b/docs/assets/fonts/PT_Sans/PTSans-Regular.ttf deleted file mode 100755 index 5222968f..00000000 Binary files a/docs/assets/fonts/PT_Sans/PTSans-Regular.ttf and /dev/null differ diff --git a/docs/assets/fonts/PT_Serif/OFL.txt b/docs/assets/fonts/PT_Serif/OFL.txt deleted file mode 100755 index 164074b6..00000000 --- a/docs/assets/fonts/PT_Serif/OFL.txt +++ /dev/null @@ -1,94 +0,0 @@ -Copyright (c) 2010, ParaType Ltd. (http://www.paratype.com/public), -with Reserved Font Names "PT Sans", "PT Serif" and "ParaType". - -This Font Software is licensed under the SIL Open Font License, Version 1.1. -This license is copied below, and is also available with a FAQ at: -http://scripts.sil.org/OFL - - ------------------------------------------------------------ -SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 ------------------------------------------------------------ - -PREAMBLE -The goals of the Open Font License (OFL) are to stimulate worldwide -development of collaborative font projects, to support the font creation -efforts of academic and linguistic communities, and to provide a free and -open framework in which fonts may be shared and improved in partnership -with others. - -The OFL allows the licensed fonts to be used, studied, modified and -redistributed freely as long as they are not sold by themselves. The -fonts, including any derivative works, can be bundled, embedded, -redistributed and/or sold with any software provided that any reserved -names are not used by derivative works. The fonts and derivatives, -however, cannot be released under any other type of license. The -requirement for fonts to remain under this license does not apply -to any document created using the fonts or their derivatives. - -DEFINITIONS -"Font Software" refers to the set of files released by the Copyright -Holder(s) under this license and clearly marked as such. This may -include source files, build scripts and documentation. - -"Reserved Font Name" refers to any names specified as such after the -copyright statement(s). - -"Original Version" refers to the collection of Font Software components as -distributed by the Copyright Holder(s). - -"Modified Version" refers to any derivative made by adding to, deleting, -or substituting -- in part or in whole -- any of the components of the -Original Version, by changing formats or by porting the Font Software to a -new environment. - -"Author" refers to any designer, engineer, programmer, technical -writer or other person who contributed to the Font Software. - -PERMISSION & CONDITIONS -Permission is hereby granted, free of charge, to any person obtaining -a copy of the Font Software, to use, study, copy, merge, embed, modify, -redistribute, and sell modified and unmodified copies of the Font -Software, subject to the following conditions: - -1) Neither the Font Software nor any of its individual components, -in Original or Modified Versions, may be sold by itself. - -2) Original or Modified Versions of the Font Software may be bundled, -redistributed and/or sold with any software, provided that each copy -contains the above copyright notice and this license. These can be -included either as stand-alone text files, human-readable headers or -in the appropriate machine-readable metadata fields within text or -binary files as long as those fields can be easily viewed by the user. - -3) No Modified Version of the Font Software may use the Reserved Font -Name(s) unless explicit written permission is granted by the corresponding -Copyright Holder. This restriction only applies to the primary font name as -presented to the users. - -4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font -Software shall not be used to promote, endorse or advertise any -Modified Version, except to acknowledge the contribution(s) of the -Copyright Holder(s) and the Author(s) or with their explicit written -permission. - -5) The Font Software, modified or unmodified, in part or in whole, -must be distributed entirely under this license, and must not be -distributed under any other license. The requirement for fonts to -remain under this license does not apply to any document created -using the Font Software. - -TERMINATION -This license becomes null and void if any of the above conditions are -not met. - -DISCLAIMER -THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT -OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE -COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL -DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM -OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/docs/assets/fonts/PT_Serif/PTSerif-Italic.ttf b/docs/assets/fonts/PT_Serif/PTSerif-Italic.ttf deleted file mode 100755 index e53ac86f..00000000 Binary files a/docs/assets/fonts/PT_Serif/PTSerif-Italic.ttf and /dev/null differ diff --git a/docs/assets/fonts/PT_Serif/PTSerif-Regular.ttf b/docs/assets/fonts/PT_Serif/PTSerif-Regular.ttf deleted file mode 100755 index 24af4785..00000000 Binary files a/docs/assets/fonts/PT_Serif/PTSerif-Regular.ttf and /dev/null differ diff --git a/docs/assets/fonts/Roboto_Mono/RobotoMono-Regular.ttf b/docs/assets/fonts/Roboto_Mono/RobotoMono-Regular.ttf deleted file mode 100755 index 7c4ce36a..00000000 Binary files a/docs/assets/fonts/Roboto_Mono/RobotoMono-Regular.ttf and /dev/null differ diff --git a/docs/assets/fonts/Roboto_Slab/README.txt b/docs/assets/fonts/Roboto_Slab/README.txt deleted file mode 100755 index c2b50739..00000000 --- a/docs/assets/fonts/Roboto_Slab/README.txt +++ /dev/null @@ -1,71 +0,0 @@ -Roboto Slab Variable Font -========================= - -This download contains Roboto Slab as both a variable font and static fonts. - -Roboto Slab is a variable font with this axis: - wght - -This means all the styles are contained in a single file: - RobotoSlab-VariableFont_wght.ttf - -If your app fully supports variable fonts, you can now pick intermediate styles -that aren’t available as static fonts. Not all apps support variable fonts, and -in those cases you can use the static font files for Roboto Slab: - static/RobotoSlab-Thin.ttf - static/RobotoSlab-ExtraLight.ttf - static/RobotoSlab-Light.ttf - static/RobotoSlab-Regular.ttf - static/RobotoSlab-Medium.ttf - static/RobotoSlab-SemiBold.ttf - static/RobotoSlab-Bold.ttf - static/RobotoSlab-ExtraBold.ttf - static/RobotoSlab-Black.ttf - -Get started ------------ - -1. Install the font files you want to use - -2. Use your app's font picker to view the font family and all the -available styles - -Learn more about variable fonts -------------------------------- - - https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts - https://variablefonts.typenetwork.com - https://medium.com/variable-fonts - -In desktop apps - - https://theblog.adobe.com/can-variable-fonts-illustrator-cc - https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts - -Online - - https://developers.google.com/fonts/docs/getting_started - https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide - https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts - -Installing fonts - - MacOS: https://support.apple.com/en-us/HT201749 - Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux - Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows - -Android Apps - - https://developers.google.com/fonts/docs/android - https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts - -License -------- -Please read the full license text (LICENSE.txt) to understand the permissions, -restrictions and requirements for usage, redistribution, and modification. - -You can use them freely in your products & projects - print or digital, -commercial or otherwise. However, you can't sell the fonts on their own. - -This isn't legal advice, please consider consulting a lawyer and see the full -license for all details. diff --git a/docs/assets/fonts/Roboto_Slab/RobotoSlab-Black.ttf b/docs/assets/fonts/Roboto_Slab/RobotoSlab-Black.ttf deleted file mode 100755 index 024b7b79..00000000 Binary files a/docs/assets/fonts/Roboto_Slab/RobotoSlab-Black.ttf and /dev/null differ diff --git a/docs/assets/fonts/Roboto_Slab/RobotoSlab-Bold.ttf b/docs/assets/fonts/Roboto_Slab/RobotoSlab-Bold.ttf deleted file mode 100755 index 463745ac..00000000 Binary files a/docs/assets/fonts/Roboto_Slab/RobotoSlab-Bold.ttf and /dev/null differ diff --git a/docs/assets/fonts/Roboto_Slab/RobotoSlab-Medium.ttf b/docs/assets/fonts/Roboto_Slab/RobotoSlab-Medium.ttf deleted file mode 100755 index c6982215..00000000 Binary files a/docs/assets/fonts/Roboto_Slab/RobotoSlab-Medium.ttf and /dev/null differ diff --git a/docs/assets/fonts/Roboto_Slab/RobotoSlab-SemiBold.ttf b/docs/assets/fonts/Roboto_Slab/RobotoSlab-SemiBold.ttf deleted file mode 100755 index 7989f071..00000000 Binary files a/docs/assets/fonts/Roboto_Slab/RobotoSlab-SemiBold.ttf and /dev/null differ diff --git a/docs/assets/images/cnoss.jpeg b/docs/assets/images/cnoss.jpeg deleted file mode 100755 index f4ec102f..00000000 Binary files a/docs/assets/images/cnoss.jpeg and /dev/null differ diff --git a/docs/assets/images/outline_face_black_24dp.png b/docs/assets/images/outline_face_black_24dp.png deleted file mode 100755 index db948e39..00000000 Binary files a/docs/assets/images/outline_face_black_24dp.png and /dev/null differ diff --git a/docs/assets/images/preview_black_24dp.svg b/docs/assets/images/preview_black_24dp.svg deleted file mode 100755 index 61ab204c..00000000 --- a/docs/assets/images/preview_black_24dp.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/docs/assets/main.css b/docs/assets/main.css deleted file mode 100644 index 0f49e8c7..00000000 --- a/docs/assets/main.css +++ /dev/null @@ -1 +0,0 @@ -*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,p,ul[class],ol[class],li,figure,figcaption,blockquote,dl,dd{margin:0}body{min-height:100vh;line-height:1.5;scroll-behavior:smooth;text-rendering:optimizeSpeed}ul[class],ol[class]{padding:0;list-style:none}a:not([class]){text-decoration-skip-ink:auto}img{display:block;max-width:100%}article>*+*{margin-top:1em}input,button,textarea,select{font:inherit}.reveal .slides{text-align:left}.reveal .controls{transform:scale(0.8)}.reveal .controls .highlight{animation:none !important}.reveal .progress span{background-color:var(--color-decoration)}@font-face{font-family:PTsans;font-style:normal;font-weight:300;src:url("./fonts/PT_Sans/PTSans-Regular.ttf")}@font-face{font-family:PTsans;font-style:bold;font-weight:600;src:url("./fonts/PT_Sans/PTSans-Bold.ttf")}@font-face{font-family:Barlow;font-style:normal;font-weight:300;src:url("./fonts/Barlow/Barlow-Light.ttf")}@font-face{font-family:Barlow;font-style:normal;font-weight:400;src:url("./fonts/Barlow/Barlow-Regular.ttf")}@font-face{font-family:Barlow;font-style:normal;font-weight:500;src:url("./fonts/Barlow/Barlow-Medium.ttf")}@font-face{font-family:Barlow;font-style:normal;font-weight:700;src:url("./fonts/Barlow/Barlow-Bold.ttf")}@font-face{font-family:Barlow;font-style:normal;font-weight:300;src:url("./fonts/Barlow/Barlow-Regular.ttf")}@font-face{font-family:PTserif;font-style:normal;font-weight:300;src:url("./fonts/PT_Serif/PTSerif-Regular.ttf")}@font-face{font-family:RobotoCode;font-style:normal;font-weight:300;src:url("./fonts/Roboto_Mono/RobotoMono-Regular.ttf")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:url("./fonts/Roboto_Slab/RobotoSlab-Medium.ttf")}@font-face{font-family:Roboto;font-style:bold;font-weight:600;src:url("./fonts/Roboto_Slab/RobotoSlab-Bold.ttf")}@font-face{font-family:"MaterialIcons";font-style:normal;font-weight:400;src:url("./fonts/MaterialIcons/MaterialIcons-Regular.eot");src:local("Material Icons"),local("MaterialIcons-Regular"),url("./fonts/MaterialIcons/MaterialIcons-Regular.woff2") format("woff2"),url("./fonts/MaterialIcons/MaterialIcons-Regular.woff") format("woff"),url("./fonts/MaterialIcons/MaterialIcons-Regular.ttf") format("truetype")}:root{--bfs: 0.8vw;--half: calc(var(--bfs) / 2);--quat: calc(var(--bfs) / 4);--xxs: calc(var(--bfs) * 1);--xs: calc(var(--bfs) * 1.25);--s: calc(var(--bfs) * 1.6);--m: calc(var(--bfs) * 2);--l: calc(var(--bfs) * 2.5);--xl: calc(var(--bfs) * 3.15);--xxl: calc(var(--bfs) * 4);--xxxl: calc(var(--bfs) * 5);--xxxxl: calc(var(--bfs) * 6.3);--light: #ccc;--lighter: #eee;--lightest: #fff;--lighten: rgba(255,255,255,0.5);--lighten-strong: rgba(255,255,255,0.8);--dark: #888;--darker: #111;--darkest: #000;--darken: rgba(0, 0, 0, 0.1);--color-text: var(--darker);--color-headline: var(--dark);--color-accent: var(--mi-pink);--color-decoration: var(--mi-gruen);--mi-blau: #4952e1;--mi-pink: #d16;--mi-gruen: #00ad2f;--mi-lila: #9313ce;--mi-black: #231f20;--mi-grau: #aaa;--mi-hellgrau: #efefef;--ff-normal: "Barlow", sans-serif;--ff-serif: "PTserif", serif;--ff-code: "RobotoCode", monospace;--ff-headline: "Roboto", monospace;--ff-icons: "MaterialIcons", serif;--fw-normal: 400;--fw-medium: 500;--fw-bold: 700;--lh-normal: 140%;--lh-tight: 110%;--lh-loose: 150%;--tr-fast: 0.2s;--tr-slow: 0.6s;--tr-delay: 1.2s;--op-low: 0.4;--op-medium: 0.6;--shadow-l: 0 0 var(--xs) rgba(0, 0, 0, 0.5);--shadow-xl: var(--half) var(--half) var(--m) rgba(0, 0, 0, 0.3);--border-width-s: 1px;--border-width-m: 3px;--border-width-l: 6px;--radius-s: 3px}.icon{display:inline-block;width:auto;height:auto;direction:ltr;font-family:var(--ff-icons);font-feature-settings:"liga";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:normal;letter-spacing:normal;line-height:inherit;text-rendering:optimizeLegibility;text-transform:none;vertical-align:middle;white-space:nowrap;word-wrap:normal}.icon--s{font-size:var(--s);line-height:var(--s)}.icon--m{font-size:var(--m);line-height:var(--m)}.icon--l{font-size:var(--l);line-height:var(--l)}.icon--xl{font-size:var(--xl);line-height:var(--xl)}.icon.md-dark{color:var(--lightest)}.icon.md-light{color:var(--darkest)}.icon--inline{margin-right:var(--xs);font-size:var(--m)}.icon::before{content:attr(data-icon)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background-color:var(--lightest);color:var(--color-text);font-family:var(--ff-normal);font-size:var(--m);font-weight:var(--fw-normal);hyphens:auto;line-height:var(--lh-normal)}h1,h2,h3,h4,h5,h6{color:var(--color-headline);font-family:var(--ff-headline);font-weight:bold;hyphens:none}h1{padding-top:var(--xxxl);padding-bottom:var(--xxxl);color:var(--darkest);font-size:var(--xxl);line-height:var(--lh-tight);font-weight:var(--fw-bold);color:var(--mi-black);text-shadow:0 0 10px rgba(0,0,0,.2)}h2{padding-top:var(--xxl);margin-bottom:var(--xxl);font-size:var(--xxl);font-weight:var(--fw-medium)}h3{padding-top:var(--xl);margin-bottom:var(--xl);font-size:var(--xl);font-weight:normal}p,div{hyphens:auto}p>strong,div>strong{color:var(--mi-lila)}p>mark,p>em,div>mark,div>em{font-weight:var(--fw-medium);background-color:transparent}a{color:var(--color-accent);text-decoration:none}small{opacity:var(--op-medium);font-size:80%}@keyframes fadein{from{bottom:calc(var(--xxl) * -1);opacity:0}to{bottom:0;opacity:1}}.list,.simple div p+ul li{border-left:solid var(--border-width-l) var(--mi-blau);padding-left:var(--s);background-color:var(--lighter);padding-top:var(--quat);padding-bottom:var(--half);margin-bottom:var(--m) !important}.has-gap{margin-top:var(--xxl) !important;margin-bottom:var(--xxl) !important}.has-whitener{padding:var(--l);background-color:rgba(255,255,255,.7)}.has-dark-bg{background-color:var(--dark)}.has-black-bg{background-color:var(--darkest)}.is-full-width{width:100%}.is-fullscreen{width:100vw;height:100vh}.is-centered{display:flex;height:100%;align-items:center;justify-content:center}.is-stacked{flex-direction:column}.js-fit-text{display:flex;height:90%;align-items:center;justify-content:center;text-align:center}.js-delay{opacity:0;transform:scale(0);transition:all var(--tr-fast) var(--tr-delay)}.js-delay.has-delay{opacity:1;transform:scale(1)}.is-purple{color:var(--mi-lila)}.is-green{color:var(--mi-gruen)}.is-add-on-info{opacity:var(--op-low);transform:perspective(200px) rotateY(85deg);perspective-origin:0 50%;transform-origin:0 50%;transition:opacity var(--tr-fast),transform var(--tr-slow)}.is-add-on-info:hover{opacity:1;transform:perspective(400px) rotateY(0)}.is-important *{font-weight:var(--fw-medium)}.status{position:absolute;top:0;right:0;z-index:1000;background-color:var(--mi-pink);color:var(--lightest);padding:var(--xs) var(--xxs)}dl.simple-definition{margin-bottom:var(--xl)}dl.simple-definition dt::after{content:":"}dl.simple-definition dd{font-weight:var(--fw-medium);margin-bottom:var(--s);padding-left:var(--m)}.inline li{display:inline-block}.inline li+li::before{color:var(--color-decoration);content:"// "}.src{font-size:var(--xxs);opacity:.2;transform:scale(0.5);transform-origin:left top;transition:all var(--tr-fast)}.src:hover{opacity:.8;transform:scale(1)}.bu{position:absolute;bottom:0;left:var(--xxs);display:inline-block;max-width:calc(var(--bfs) * 20);padding:var(--xxs) var(--xxs) var(--s) var(--xxs);background-color:var(--lighter);color:var(--darker);font-size:var(--xs);opacity:0;transition:opacity var(--tr-slow) var(--tr-delay)}.bu p{hyphens:none !important}.bu .credit{font-size:var(--xxs);margin-top:var(--half)}.bu .credit>span{color:var(--color-accent)}.bu.is-dark{background-color:var(--darken);color:var(--lightest)}.bu.is-active{opacity:1}.bu h2,.bu h3{padding-top:0;margin-bottom:0;color:var(--darkest);font-size:var(--s)}.bu h2+*,.bu h3+*{margin-top:var(--half)}.bu-hero{color:var(--lightest);font-family:var(--ff-headline);font-size:var(--xxl);font-weight:bold;opacity:.7}.content-blocks p,.content-blocks li,.content-blocks h3{display:block;padding:var(--xxs) var(--xs);margin-bottom:var(--xxs);background-color:var(--lighten-strong);box-shadow:var(--shadow-l)}.content-blocks h3{color:var(--mi-lila)}.content-blocks strong{font-weight:var(--fw-bold)}.document{--bfs: 0.7rem;--quat: calc(var(--bfs) / 4);--xxs: calc(var(--bfs) * 1);--xs: calc(var(--bfs) * 1.25);--s: calc(var(--bfs) * 1.6);--m: calc(var(--bfs) * 2);--l: calc(var(--bfs) * 2.5);--xl: calc(var(--bfs) * 3.15);--xxl: calc(var(--bfs) * 4);--xxxl: calc(var(--bfs) * 5);--xxxxl: calc(var(--bfs) * 6.3);padding:var(--l) var(--m)}.document h1{padding-top:var(--s);padding-bottom:var(--s);font-size:var(--xl)}.document h2{color:var(--mi-lila);font-size:var(--l)}.count{color:var(--darkest);font-weight:var(--fw-light);font-size:80%}.count::before{content:" // #";color:var(--darkest)}.question-count{position:absolute;right:var(--m);top:var(--xs);font-size:var(--s);color:var(--mi-gruen)}.question-count::before{content:"#";color:var(--dark)}.shout blockquote{max-width:90rem !important}.shout blockquote p{font-family:var(--ff-normal) !important}#questionSelector{-moz-appearance:none;-webkit-appearance:none;appearance:none;border:none;-moz-padding-start:calc(10px - 3px);outline:none;position:absolute;right:var(--m);bottom:0;font-size:var(--xxs);border:solid var(--border-width-s) var(--light);padding:0 var(--xs);border-radius:var(--radius-s);opacity:.5;transition:opacity var(--tr-fast)}#questionSelector::-ms-expand{display:none}#questionSelector option{font-size:var(--xxs)}#questionSelector:hover{opacity:1}.is-black{color:var(--darkest)}.is-blue{color:var(--mi-blau)}.is-important{font-weight:var(--fw-medium)}a.is-black{color:var(--darkest)}a.is-black:hover{color:var(--color-accent)}.mi-slide{position:relative;width:100vw;height:95vh}.mi-slide>section{height:100%}.intro{padding:var(--m)}.intro h1{display:block;width:100%;padding-top:0;padding-bottom:var(--half);margin-top:0;color:var(--lightest);font-size:var(--xxxl)}.intro h2{padding-top:0;color:rgba(255,255,255,.6);font-size:var(--m)}.outro-avatar{display:flex;align-items:center;color:var(--lightest)}.outro-avatar img{border-radius:50%;width:100%;max-width:10vw;margin-right:var(--m);border:solid var(--border-width-m) var(--mi-gruen)}.outro-avatar figcaption{font-size:var(--l)}.outro-avatar figcaption .small{font-size:var(--s);color:var(--dark)}.outro-avatar figcaption p{margin-bottom:var(--half)}.cite{display:flex !important;align-items:center;justify-content:center}.cite blockquote{max-width:60rem}.cite blockquote cite{display:block;margin-bottom:var(--half);color:var(--dark);color:var(--mi-lila);font-size:var(--xs)}.cite blockquote p{position:relative;display:inline-block;margin-bottom:var(--xl);font-family:var(--ff-serif);font-size:var(--xl);hyphens:none;line-height:var(--lh-tight)}.cite blockquote p::before{position:absolute;left:calc(1ch * -1);color:var(--mi-lila);content:"« "}.cite blockquote p::after{color:var(--mi-lila);content:"»"}.screenshot{display:flex !important;align-items:center;justify-content:center}.screenshot figure{display:flex;height:100%;max-height:100vh;align-items:center;justify-content:center;aspect-ratio:16/9;overflow:auto}.screenshot figure img,.screenshot figure svg{max-width:90%;max-height:90%;object-fit:contain}.screenshot figure img{box-shadow:var(--shadow-xl)}.screenshot figure.zoom{box-shadow:var(--shadow-xl);align-items:normal}.screenshot figure.zoom img,.screenshot figure.zoom svg{height:max-content;max-height:none}.screenshot.no-shadow figure{box-shadow:none}.screenshot.no-shadow figure img{box-shadow:none}.video{display:flex !important;align-items:center;justify-content:center}.video figure{width:100%;max-width:90vw;height:100%;max-height:80vh}.video figure iframe{width:100%;height:100%;aspect-ratio:16/9;box-shadow:var(--shadow-xl);object-fit:contain}.video .bu{top:auto;bottom:var(--m);background-color:transparent}.statement{display:flex !important;align-items:center;justify-content:center}.statement div{max-width:80vw}.statement div h1{padding-bottom:var(--s);font-size:var(--xl);font-family:var(--ff-normal)}.statement div p{margin-bottom:var(--xl);color:var(--darker);font-size:var(--l);line-height:var(--lh-tight)}.statement.is-green{background-color:var(--mi-gruen)}.statement.is-green *{color:var(--lightest)}.statement.is-purple{background-color:var(--mi-lila)}.statement.is-purple *{color:var(--lightest)}.statement.is-blue{background-color:var(--mi-blau)}.statement.is-blue *{color:var(--lightest)}.interlude{display:flex !important;align-items:center;justify-content:center}.interlude .title{font-size:var(--xxl);padding:0;color:var(--lightest)}.interlude .title strong{font-weight:var(--fw-bold)}.interlude .subtitle{padding:0;font-family:var(--ff-normal);color:var(--darkest);opacity:var(--op-medium)}.interlude .subtitle strong{font-weight:var(--fw-bold)}.interlude a{color:var(--lightest);opacity:var(--op-medium)}.interlude a:hover{opacity:1}.shout{display:flex !important;align-items:center;justify-content:center}.shout blockquote{max-width:60rem;transition:all var(--tr-slow)}.shout blockquote cite{display:block;margin-bottom:var(--half);color:var(--dark);color:var(--mi-lila);font-size:var(--xs);font-style:normal}.shout blockquote p{position:relative;display:inline-block;margin-bottom:var(--xl);font-family:var(--ff-headline);font-size:var(--xl);hyphens:none;line-height:var(--lh-tight)}.shout blockquote.is-passive{transform:scale(0.5);transform-origin:center right}.shout .info{position:absolute;top:0;left:0;font-size:var(--s);padding:var(--l);background-color:var(--lighter);color:var(--dark);border-radius:50%;line-height:var(--lh-normal);overflow-y:auto;transform-origin:top left;max-width:calc(var(--s) * 30);transform:scale(0.1) translateX(-50%) translateY(-50%);transition:all var(--tr-fast)}.shout .info:hover{top:0;left:0;cursor:pointer;transform:scale(0.1) translateX(-25%) translateY(-25%)}.shout .info.is-active{top:0;left:0;transform:scale(1) translateX(0) translateY(0);height:100vh;border-radius:0;color:var(--darkest)}.question{display:flex !important;align-items:center;justify-content:center}.question div{text-align:center}.question div .title{padding:0;padding-bottom:var(--half)}.question div .subtitle{font-family:var(--ff-normal);color:var(--mi-lila);font-size:var(--m);padding:0}.simple{display:flex !important;align-items:center;justify-content:center}.simple div>*{max-width:calc(var(--m) * 40)}.simple div h1{padding:0;padding-bottom:var(--s);margin-bottom:var(--s)}.simple div h2{padding:0;padding-bottom:0;margin-bottom:var(--xxs);color:var(--mi-blau);font-family:var(--ff-normal);font-size:var(--l)}.simple div p{margin-bottom:var(--xl);color:var(--darker);font-size:var(--l);line-height:var(--lh-tight)}.simple div p+ul{margin-bottom:var(--xl)}.simple div p+ul li{font-size:var(--l);display:block}.simple div blockquote{border-left:solid var(--border-width-l) var(--mi-blau);padding:var(--m) var(--m) var(--l) var(--m);background-color:var(--darken);margin-bottom:var(--l)}.simple div blockquote *{font-weight:var(--fw-medium)}.simple div blockquote p:last-child{margin-bottom:0}.qa{display:flex !important;align-items:center;justify-content:center;max-height:90vh}.qa-wrap{display:grid !important;max-width:90vw;grid-template-columns:33% 1fr;grid-gap:var(--m)}.qa-question{padding:0;font-family:var(--ff-normal);font-size:var(--m) !important;line-height:var(--lh-normal);font-weight:var(--fw-medium);text-align:right;color:var(--mi-lila)}.qa h2{padding:0;padding-bottom:0;margin-bottom:var(--xxs);color:var(--mi-blau);font-family:var(--ff-normal);font-size:var(--l);text-align:right}.qa p{color:var(--darker);font-size:var(--m);line-height:var(--lh-normal)}.wrap h1{font-family:var(--ff-normal);font-size:var(--l);font-weight:var(--fw-medium)}.overview .slides .mi-slide{width:400px !important;height:300px !important}/*# sourceMappingURL=main.css.map */ diff --git a/docs/assets/scripts/gdw.js b/docs/assets/scripts/gdw.js deleted file mode 100755 index 27c31017..00000000 --- a/docs/assets/scripts/gdw.js +++ /dev/null @@ -1,127 +0,0 @@ -/* Config -============================================================================ */ - -const urlQuestions = "/assets/data/gdwFragen.json"; - - -/* Functions -============================================================================ */ - -const fetchData = async function(url) { - try { - const response = await fetch(url); - - if (!response.ok) { - throw new Error(`HTTP error! status: ${response.status}`); - } - - return await response.json(); - } catch (e) { - // eslint-disable-next-line no-console - console.error(e); - } - - return true; -} - -const generateCurrentQuestion = (questions) => { - const params = new URLSearchParams(window.location.search); - const targetQuestion = document.getElementById("question"); - const targetQuestionCount = document.getElementById("questionCount"); - const targetBlock = document.getElementById("block"); - const blockID = params.has('block') ? params.get('block') - 1: 0; - const questionID = params.has('question') ? params.get('question') - 1 : 0; - const keys = Object.keys(questions); - const block = keys[blockID]; - let question = questions[block][questionID]; - question = question.replace(/«(.*?)»/, (x) => { return `${x}`; }); - - targetQuestion.innerHTML = question; - targetBlock.innerHTML = `${block}${blockID+1}` ; - targetQuestionCount.innerHTML = questionID+1; -} - -const changeQuestion = (newQuestionID) => { - const params = new URLSearchParams(window.location.search); - const blockID = params.has('block') ? params.get('block') : 0; - const pathname = window.location.pathname; - - const newURL = `${pathname}?block=${blockID}&question=${newQuestionID}`; - window.location.replace(newURL); -} - -const getRandomInt = (max) => { - return Math.floor(Math.random() * max); -} - -const generateQuestionDropdown = (questions) => { - const params = new URLSearchParams(window.location.search); - const targetQuestionSelector= document.getElementById("questionSelector"); - const blockID = params.has('block') ? params.get('block') - 1: 0; - const keys = Object.keys(questions); - const block = keys[blockID]; - let questionsHTML= [""]; - - for (question in questions[block]) { - const c = question * 1 + 1; - questionsHTML.push(``) - } - questionsHTML.push(``) - - targetQuestionSelector.innerHTML = questionsHTML.join("\n"); - - targetQuestionSelector.addEventListener("change", (event) => { - let newQuestionID = event.target.value; - - if(newQuestionID === "r"){ - newQuestionID = getRandomInt(questions[block].length -1) + 1; - } - changeQuestion(newQuestionID); - }); - - document.addEventListener('keydown', (event) => { - const keyName = event.key; - if(keyName === "r"){ - const newQuestionID = getRandomInt(questions[block].length -1) + 1; - changeQuestion(newQuestionID); - } - }); - -} - - - -const getQuestions = async function () { - const questions = await fetchData(urlQuestions); - - generateCurrentQuestion(questions); - generateQuestionDropdown(questions); - - const frageHTML = []; - /* praxisprojekte.forEach(item => { - const praxisprojektCard = ` -
  • -
    - ${item.bildcredits} -
    -

    ${item.title}

    - -

    ${item.date}, ${item.autor}

    -
    -
    -
  • - `; - praxisprojekteHTML.push(praxisprojektCard); - }); - - const containerPraxisprojekte = document.getElementById("praxisprojekte"); - containerPraxisprojekte.innerHTML = praxisprojekteHTML.join(" "); - new Expander(containerPraxisprojekte);*/ -} - -/* Main -============================================================================ */ - -document.addEventListener('DOMContentLoaded', () => { - getQuestions(); -}); \ No newline at end of file diff --git a/docs/assets/scripts/libs/fittext.js b/docs/assets/scripts/libs/fittext.js deleted file mode 100755 index 75928c3b..00000000 --- a/docs/assets/scripts/libs/fittext.js +++ /dev/null @@ -1,60 +0,0 @@ -/*! -* FitText.js 1.0 jQuery free version -* -* Copyright 2011, Dave Rupert http://daverupert.com -* Released under the WTFPL license -* http://sam.zoy.org/wtfpl/ -* Modified by Slawomir Kolodziej http://slawekk.info -* -* Date: Tue Aug 09 2011 10:45:54 GMT+0200 (CEST) -*/ -(function(){ - - var addEvent = function (el, type, fn) { - if (el.addEventListener) - el.addEventListener(type, fn, false); - else - el.attachEvent('on'+type, fn); - }; - - var extend = function(obj,ext){ - for(var key in ext) - if(ext.hasOwnProperty(key)) - obj[key] = ext[key]; - return obj; - }; - - window.fitText = function (el, kompressor, options) { - - var settings = extend({ - 'minFontSize' : -1/0, - 'maxFontSize' : 1/0 - },options); - - var fit = function (el) { - var compressor = kompressor || 1; - - var resizer = function () { - el.style.fontSize = Math.max(Math.min(el.clientWidth / (compressor*10), parseFloat(settings.maxFontSize)), parseFloat(settings.minFontSize)) + 'px'; - }; - - // Call once to set. - resizer(); - - // Bind events - // If you have any js library which support Events, replace this part - // and remove addEvent function (or use original jQuery version) - addEvent(window, 'resize', resizer); - addEvent(window, 'orientationchange', resizer); - }; - - if (el.length) - for(var i=0; i { - - const figures = document.querySelectorAll(".slide figure"); - figures.forEach(figure => { - figure.addEventListener("dblclick", (ev) => { - figure.classList.toggle("zoom"); - }); - }); - - const info = document.querySelector(".info"); - if (info) { - info.addEventListener("click", (ev) => { - info.classList.toggle("is-active"); - info.parentNode.querySelector("blockquote").classList.toggle("is-passive"); - }); - } -} ); - -Reveal.on('slidechanged', event => { - fitTextElements.forEach(ele=>{ - window.fitText( ele ); - }); - - const BUs = event.currentSlide.querySelectorAll(".bu"); - BUs.forEach(bu => { - bu.classList.add("is-active"); - }); - - const delayedItems = event.currentSlide.querySelectorAll(".js-delay"); - delayedItems.forEach(item => { - item.classList.add("has-delay"); - }); - - if (!event.previousSlide) return; - - const lastBUs = event.previousSlide.querySelectorAll(".bu"); - lastBUs.forEach(bu => { - bu.classList.remove("is-active"); - }); - - const lastDelayedItems = event.previousSlide.querySelectorAll(".js-delay"); - lastDelayedItems.forEach(item => { - item.classList.remove("has-delay"); - }); - - /* const lastFigures = event.previousSlide.querySelectorAll("figure"); - lastFigures.forEach(figure => { - figure.removeEventListener("click", (ev) => { - toggleZoom(figure); - }, true); - });*/ -} ); \ No newline at end of file diff --git a/docs/assets/scripts/modules/comments.js b/docs/assets/scripts/modules/comments.js deleted file mode 100755 index 59e83f0d..00000000 --- a/docs/assets/scripts/modules/comments.js +++ /dev/null @@ -1,62 +0,0 @@ -/* eslint-disable import/extensions */ -import fetchData from './fetchData.js'; - -export default class Comments { - constructor(url) { - this.url = url; - this.target = document.querySelector('[data-js-comment-list]'); - } - - async fetchData() { - try { - const response = await fetch(this.url); - - if (!response.ok) { - throw new Error(`HTTP error! status: ${response.status}`); - } - - return await response.json(); - } catch (e) { - // eslint-disable-next-line no-console - console.error(e); - } - - return true; - } - - async init() { - if (this.target) { - const data = await fetchData(this.url); - if (data) { - this.renderData(data); - } else { - // eslint-disable-next-line no-console - console.error('Fehler beim Erzeugen der Kommentare.'); - } - } - return true; - } - - renderError(error) { - this.target.innerHTML = `
  • Die Kommentare konnten leider nicht geladen werden. Fehler: ${error}
  • `; - } - - renderData(data) { - const html = []; - data.forEach((entry) => { - html.push(` -
  • -
    - -
    -

    ${entry.firstname} ${entry.lastname}, ${entry.date}

    -

    ${entry.comment}

    -
    -
    -
  • - `); - }); - - this.target.innerHTML = html.join('\n'); - } -} diff --git a/docs/assets/scripts/modules/dropdown.js b/docs/assets/scripts/modules/dropdown.js deleted file mode 100755 index 3170a686..00000000 --- a/docs/assets/scripts/modules/dropdown.js +++ /dev/null @@ -1,25 +0,0 @@ -export default class Dropdown { - constructor() { - this.trigger = document.querySelectorAll('[data-js-dropdown]'); - } - - init() { - this.trigger.forEach( - (ele) => { - const element = ele; - element.addEventListener('click', (event) => { - const dropDownTargetName = event.currentTarget.dataset.jsDropdown; - const dropDownTarget = document.querySelector(`[data-js-dropdown-target=${dropDownTargetName}]`); - - if (dropDownTarget.dataset.state === 'active') { - dropDownTarget.dataset.state = 'closed'; - element.dataset.state = 'closed'; - } else { - dropDownTarget.dataset.state = 'active'; - element.dataset.state = 'active'; - } - }); - }, - ); - } -} diff --git a/docs/assets/scripts/modules/fetchData.js b/docs/assets/scripts/modules/fetchData.js deleted file mode 100755 index f18dcd8f..00000000 --- a/docs/assets/scripts/modules/fetchData.js +++ /dev/null @@ -1,16 +0,0 @@ -export default async function fetchData(url) { - try { - const response = await fetch(url); - - if (!response.ok) { - throw new Error(`HTTP error! status: ${response.status}`); - } - - return await response.json(); - } catch (e) { - // eslint-disable-next-line no-console - console.error(e); - } - - return true; -} diff --git a/docs/assets/scripts/modules/navigation.js b/docs/assets/scripts/modules/navigation.js deleted file mode 100755 index 9138bc8f..00000000 --- a/docs/assets/scripts/modules/navigation.js +++ /dev/null @@ -1,53 +0,0 @@ -export default class Navigation { - constructor() { - this.slug = window.location.pathname; - this.navItems = document.querySelectorAll('[data-js-navitem]'); - this.submenu = false; - this.currentNavElement = false; - } - - createSubmenu() { - const elements = document.querySelectorAll('[data-js-scrollspy]'); - const submenuItems = []; - elements.forEach((element) => { - const link = `#${element.id}`; - const linktext = element.querySelector('[data-js-linktext]').innerText; - const item = ` - - `; - - submenuItems.push(item); - }); - - const submenu = ` - - `; - - this.submenu = submenu; - } - - getCurrentPage() { - this.navItems.forEach((item) => { - const anchor = item.querySelector('[href]'); - - if (!anchor.href.match(this.slug)) return; - item.setAttribute('data-state', 'active'); - - const wrapper = document.createElement('div'); - wrapper.innerHTML = this.submenu; - item.appendChild(wrapper); - - if (!item.querySelector('.subnavbar')) return; - item.querySelector('.subnavbar').setAttribute('data-state', 'active'); - }); - } - - init() { - this.createSubmenu(); - this.getCurrentPage(); - } -} diff --git a/docs/assets/scripts/modules/scrollspy.js b/docs/assets/scripts/modules/scrollspy.js deleted file mode 100755 index b33ea704..00000000 --- a/docs/assets/scripts/modules/scrollspy.js +++ /dev/null @@ -1,32 +0,0 @@ -export default class ScrollSpy { - constructor(menu, sections) { - this.menu = menu; - this.sections = sections; - this.lastActiveItem = false; - } - - init() { - const imageObserver = new IntersectionObserver((entries) => { - entries.forEach((entry) => { - if (entry.isIntersecting) { - this.refreshNavigation(entry); - } - }); - }); - - this.sections.forEach((section) => { - imageObserver.observe(section); - }); - } - - refreshNavigation(targetNavElement) { - const { id } = targetNavElement.target; - const pattern = `[href$=${id}]`; - const anchor = this.menu.querySelector(pattern); - const menuItem = anchor.closest('.subnavbar__item'); - - if (this.lastActiveItem) { this.lastActiveItem.removeAttribute('data-state'); } - menuItem.setAttribute('data-state', 'active'); - this.lastActiveItem = menuItem; - } -} diff --git a/docs/gdw-frage/index.html b/docs/gdw-frage/index.html deleted file mode 100644 index 54fa16ac..00000000 --- a/docs/gdw-frage/index.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - Frage - - - - - -
    -

    -
    - -
    - - - \ No newline at end of file diff --git a/docs/gdw-fragen-list/index.html b/docs/gdw-fragen-list/index.html deleted file mode 100644 index 03df52fd..00000000 --- a/docs/gdw-fragen-list/index.html +++ /dev/null @@ -1,129 +0,0 @@ - - - - Prüfung Grundlagen des Web - - - - - - - - - - -
    -

    Prüfung Grundlagen des Web

    -

    Das Web1

    -
      -
    1. Was ist «das Web»?
    2. -
    3. Was meint der Begriff «Netz Neutralität»?
    4. -
    5. Was versteht man unter dem Konzept «Big is Beautiful» im Kontext des Webs.
    6. -
    7. Was versteht man unter dem Prinzip «Bottom Up» im Kontext des Webs.
    8. -
    9. Was ist der «AAA Slogan»?
    10. -
    11. Inwiefern wirkt der Grundsatz der «Offenheit» im Web.
    12. -
    -

    Grundlegende Begriffe des Web2

    -
      -
    1. Was charakterisiert eine Ressource im Web und was unterscheidet eine Ressource von deren Repräsentation?
    2. -
    3. Was ist eine URI?
    4. -
    5. Was unterscheidet eine URL von einer URN?
    6. -
    7. Was versteht man unter einem RFC und wofür wird ein RFC im Kontext des Webs eingesetzt?
    8. -
    9. Was meint «eine Ressource muss nicht immer den gleichen Inhalt haben, aber eine Ressource bezeichnet inhaltlich immer das gleiche»?
    10. -
    11. Wie ist eine URL aufgebaut?
    12. -
    13. Was könnte die Repräsentation einer Ressource sein?
    14. -
    15. Was unterscheidet die Repräsentation einer Ressource von der Präsentation derselben?
    16. -
    17. Was versteht man unter HTTP?
    18. -
    19. Skizzieren Sie einen kompletten HTTP Request-Response Cycle.
    20. -
    21. Was versteht man unter dem Begriff «Hypertext» und welche Idee steckt hinter dem Konzept?
    22. -
    23. Was unterscheidet ein Protokoll von einem Dienst und wie sind beide zu charakterisieren?
    24. -
    25. Welche Mechanik steckt hinter mehrerer Repräsentation einer Ressource?
    26. -
    -

    Grundlegende Begriffe verteilter Systeme3

    -
      -
    1. Was unterscheidet eine Softwarekomponente von einem Dienst?
    2. -
    3. Was versteht man unter einem «verteilen System»?
    4. -
    5. Wozu dient ein Kontrakt bei verteilten Systemen?
    6. -
    7. Welcher Mechanismus steckt hinter dem Publish-Subscribe Paradigma?
    8. -
    9. Wodurch ist das Paradigma der Synchronität gekennzeichnet?
    10. -
    -

    Webservices4

    -
      -
    1. Was unterscheidet einen Internetdienst von einem Webservice?
    2. -
    3. Was wird mit dem Begriff «Endpunkt» bezeichnet?
    4. -
    5. Was versteht man unter einem «Microservice» und welche Vor- und Nachteile bringt dieses Konzept mit sich?
    6. -
    7. Was sollte bei der Nutzung von Drittanbieterdiensten berücksichtigt werden?
    8. -
    9. Was ist der Unterschied zwischen der Anwendungs- und der Präsentationslogik? Warum ist des sinnvoll diese voneinander zu trennen?
    10. -
    11. Was versteht man unter dem Akronym «API»?
    12. -
    -

    (Daten-)/modellierung5

    -
      -
    1. Warum ist es bei der Entwicklung komplexerer Anwendungen wichtig, zunächst ein Domänenmodell zu entwickeln?
    2. -
    3. Erklären Sie die Unterschiede geläufiger «Standards für Zeichensätze» im Web.
    4. -
    5. Erklären Sie das Konzept von «Auszeichnungssprachen» (Markup Languages).
    6. -
    7. Was versteht man unter «Marshalling»?
    8. -
    9. Erklären Sie die Rolle und Bedeutung von «Schemasprachen» für den Datenaustausch im Web.
    10. -
    11. Erklären Sie den Unterschied zwischen «Wohlgeformtheit» und «Gültigkeit» von XML Dokumenten.
    12. -
    13. Was ist ein «Element» in einem XML Dokument.
    14. -
    15. Erklären Sie das Konzept der «Namespaces».
    16. -
    17. Was versteht man unter dem Begriff/ Konzept «Ubiquitous Language» im Kontext von *Domain-Driven Design*?
    18. -
    19. Was ist ein Domänenmodell? Was sind Assoziationen darin?
    20. -
    21. Was ist ein «Bounded Context» in einem Domänenmodell?
    22. -
    23. Was meint «lose Kopplung» und was ist der Vorteil dieser Idee?
    24. -
    25. Was sind Merkmale einer losen Kupplung?
    26. -
    27. Warum wird die lose Kopplung von Softwarekomponenten propagiert und was sind Elemente der losen Kopplung?
    28. -
    29. Warum ist es wichtig bei der Modellierung mit einem Domänenmodell zu beginnen?
    30. -
    -

    REST6

    -
      -
    1. Was verbirgt sich hinter dem Akronym «REST»?
    2. -
    3. Was sind die REST Prinzipien?
    4. -
    5. Erklären Sie in drei Sätzen die Grundidee von REST.
    6. -
    7. Was unterscheidet eine Architekturstil von einem Standard?
    8. -
    9. Charakterisieren Sie die Beziehung zwischen einer Ressource und ihren Repräsentationen.
    10. -
    11. Was versteht man unter Idempotenz von HTTP Verben?
    12. -
    13. Unter welchen Bedingungen wird ein HTTP Verb als sicher bezeichnet?
    14. -
    15. Was ist mit dem Begriff „Web as a application platform“ gemeint?
    16. -
    17. Erklären Sie die wesentlichen REST Prinzipien.
    18. -
    19. Erklären Sie «Richardson’s maturity model».
    20. -
    21. Warum ist es wichtig dass Anwendungen die beabsichtigte Semantik von http Verben befolgen?
    22. -
    23. Was versteht man unter «URI tunneling»?
    24. -
    25. Warum klassifiziert man «POX applications» als «level 0» und «URI-Tunneling applications» als «level 1»?
    26. -
    27. Wie kann das Konzept der «http status codes» adäquat in REST Anwendungen eingesetzt werden?
    28. -
    29. Was spricht für und gegen die Verwendung von selbstdefinierten Verben bei der Konzeption eines REST Service?
    30. -
    31. Welche Information sollte das «location»-Feld des http headers in der Antwort auf einen POST Request beinhalten?
    32. -
    33. Erklären Sie den Unterschied zwischen der Nutzung von http als «transport protocol» und der Nutzung als «application protocol».
    34. -
    35. Wenn man die Beschreibung eines Web Service als «contract» betrachtet: welche Informationen müssen dann in einem Überblick über den contract eines RESTful Web Service enthalten sein?
    36. -
    37. Nennen Sie Konventionen, die helfen zu entscheiden, ob zur Übermittlung von Daten vom Client an den Server PUT oder POST verwendet werden soll.
    38. -
    39. Unter welchen Bedingungen bezeichnet man ein http Verb als «idempotent», unter welchen als «safe»?
    40. -
    41. Zu welchem Zweck werden «Entity Tags» (ETags) in RESTful Architekturen verwendet?
    42. -
    43. Stellen Sie ein Beispiel detailliert dar, bei dem es zu Konflikten bei der Veränderung des Zustandes von Ressourcen kommen kann! Das Beispiel kann gerne auch aus Ihrer Workshop Anwendung abgeleitet sein.
    44. -
    45. Welche Werte kann das rel-Attribut von Links in REST Anwendungen annehmen?
    46. -
    47. Erklären Sie inwiefern die Verwendung von Hypermedia in REST Architekturen zur losen Kopplung von Dienstanbieter und Dienstnutzer beiträgt!
    48. -
    49. Erklären Sie warum für Hypermediaformate in XML als content type nicht application/XML angegeben werden sollte.
    50. -
    51. Was versteht man unter Primär-, Listen- und Subressourcen?
    52. -
    -

    Asynchrone Kommunikation7

    -
      -
    1. Erklären Sie Sinn und Funktionsweise von AJAX. Gehen Sie auch darauf ein, welche Vorgänge asynchron sind.
    2. -
    3. Erklären Sie die Möglichkeiten auf der Basis von http asynchrone Kommunikation umzusetzen.
    4. -
    5. Erklären Sie die Unterschiede zwischen «Fat Ping» und «Light Ping».
    6. -
    7. Was versteht man unter einen Queuing System?
    8. -
    9. Was sind die Vorteile von «zeitlich entkoppelter» und «referenziell entkoppelter» Kommunikation?
    10. -
    11. Erklären Sie die Grundidee von Publish/subscribe?
    12. -
    13. Was sind die Besonderheiten von Push Diensten auf mobilen Endgeräten.
    14. -
    15. Erklären Sie die grundsätzlichen Abläufe bei der Einrichtung und Nutzung einer auf «Firebase Cloud Messaging» basierenden Kommunikation.
    16. -
    17. Erklären Sie die Architektur eines auf XMPP basierenden Systems.
    18. -
    19. Erklären Sie, wie XML zur Kommunikation in XMPP genutzt wird.
    20. -
    21. Was versteht man unter den «stanza» element Namen «message», «presence», und «iq»?
    22. -
    23. Wie kann eine «Multi-Party-Kommunikation» mit XMPP verwirklicht werden?
    24. -
    25. Wie wird eine Publish/Subscribe Kommunikation in XMPP verwirklicht?
    26. -
    27. Grenzen Sie Publish/Subribe- und Client-Server voneinander ab.
    28. -
    29. Wie kommt man von einem Domänenmodell zu REST?
    30. -
    31. Wie funktioniert asynchrone Kommunikation bei HTTP?
    32. -
    - -
    - - - \ No newline at end of file diff --git a/docs/index.html b/docs/index.html deleted file mode 100644 index 2e657b40..00000000 --- a/docs/index.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - Slides - - - - - - - - - - -
    -

    Slides

    -

    Screendesign

    - -

    Others

    - -
    - - - \ No newline at end of file diff --git a/docs/presentations/misc/demo/000-intro/index.html b/docs/presentations/misc/demo/000-intro/index.html deleted file mode 100644 index b33319c2..00000000 --- a/docs/presentations/misc/demo/000-intro/index.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - Demo // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -

    Räumlichkeit

    -

    Wie funktioniert visuelle Tiefenstaffelung?

    -
    - - - -
    - - -
    -
    -

    About Screendesign

    -

    Worum geht es in diesem Modul?

    -
    - - -
    - - -
    -
    -

    Wahrnehmungsarbeit

    -
    - - -
    - - -
    -
    -

    Eindeutigkeit

    -

    Ordnen Sie Elemente so eindeutig wie möglich an.

    -
    - - -
    - - -
    -
    -

    Semiotik

    -

    Lehre von Zeichen und Zeichensystemen

    -
    - - -
    - - -
    -
    -

    Der Punkt

    -

    Das kleinste und einfachste Gestaltungselement

    -
    - - -
    - - -
    -
    -

    Linie

    -

    zusammenhängendes, eindimensionales geometrisches Gebilde ohne Querausdehnung 😀

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - - -
    - - -
    -
    -

    Design in der Medieninformatik

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Farbe

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Figur und Grund

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Fläche und Form

    -

    --

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/misc/demo/010-cite/index.html b/docs/presentations/misc/demo/010-cite/index.html deleted file mode 100644 index 60a0247a..00000000 --- a/docs/presentations/misc/demo/010-cite/index.html +++ /dev/null @@ -1,111 +0,0 @@ - - - - Cite // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/misc/demo/020-watzlawick/index.html b/docs/presentations/misc/demo/020-watzlawick/index.html deleted file mode 100644 index cd0d7613..00000000 --- a/docs/presentations/misc/demo/020-watzlawick/index.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - Cite with Image // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Man kann nicht nicht kommunizieren.

    -Paul Watzlawick, Philosoph, Psychotherapeut und Kommunikationswissenschaftler
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/misc/demo/040-bilder-wo-es-voll-ist/index.html b/docs/presentations/misc/demo/040-bilder-wo-es-voll-ist/index.html deleted file mode 100644 index 967da71a..00000000 --- a/docs/presentations/misc/demo/040-bilder-wo-es-voll-ist/index.html +++ /dev/null @@ -1,456 +0,0 @@ - - - - Bilder wo et voll ist // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/misc/demo/050-online-viel-zu-tun/index.html b/docs/presentations/misc/demo/050-online-viel-zu-tun/index.html deleted file mode 100644 index d70e5c72..00000000 --- a/docs/presentations/misc/demo/050-online-viel-zu-tun/index.html +++ /dev/null @@ -1,376 +0,0 @@ - - - - Komplexe Layouts online // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/misc/demo/060-aufmerksamkeitstest/index.html b/docs/presentations/misc/demo/060-aufmerksamkeitstest/index.html deleted file mode 100644 index 9237e27f..00000000 --- a/docs/presentations/misc/demo/060-aufmerksamkeitstest/index.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - Aufmerksamkeitstest // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/misc/demo/100-orientierung/index.html b/docs/presentations/misc/demo/100-orientierung/index.html deleted file mode 100644 index 0cebaff5..00000000 --- a/docs/presentations/misc/demo/100-orientierung/index.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - Orientierung // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/misc/demo/110-orientierung-karte/index.html b/docs/presentations/misc/demo/110-orientierung-karte/index.html deleted file mode 100644 index 82b2668f..00000000 --- a/docs/presentations/misc/demo/110-orientierung-karte/index.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - Orientierung // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/misc/demo/330-lindgaard/index.html b/docs/presentations/misc/demo/330-lindgaard/index.html deleted file mode 100644 index e692d97c..00000000 --- a/docs/presentations/misc/demo/330-lindgaard/index.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - Gitte Lindgaard // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/misc/demo/9999-outro/index.html b/docs/presentations/misc/demo/9999-outro/index.html deleted file mode 100644 index 7ffda695..00000000 --- a/docs/presentations/misc/demo/9999-outro/index.html +++ /dev/null @@ -1,300 +0,0 @@ - - - - About Screendesign // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/misc/demo/images/FAZ_neu_S1_gross-570.jpg b/docs/presentations/misc/demo/images/FAZ_neu_S1_gross-570.jpg deleted file mode 100755 index d2f96746..00000000 Binary files a/docs/presentations/misc/demo/images/FAZ_neu_S1_gross-570.jpg and /dev/null differ diff --git a/docs/presentations/misc/demo/images/amazon.jpg b/docs/presentations/misc/demo/images/amazon.jpg deleted file mode 100755 index e28eedeb..00000000 Binary files a/docs/presentations/misc/demo/images/amazon.jpg and /dev/null differ diff --git a/docs/presentations/misc/demo/images/bild-titel.jpg b/docs/presentations/misc/demo/images/bild-titel.jpg deleted file mode 100755 index 1d1d40c3..00000000 Binary files a/docs/presentations/misc/demo/images/bild-titel.jpg and /dev/null differ diff --git a/docs/presentations/misc/demo/images/dan-freeman-G4E6PcOt4Ps-unsplash.jpg.jpg b/docs/presentations/misc/demo/images/dan-freeman-G4E6PcOt4Ps-unsplash.jpg.jpg deleted file mode 100755 index b08e3e41..00000000 Binary files a/docs/presentations/misc/demo/images/dan-freeman-G4E6PcOt4Ps-unsplash.jpg.jpg and /dev/null differ diff --git a/docs/presentations/misc/demo/images/droppedImage-598.pdf.jpg b/docs/presentations/misc/demo/images/droppedImage-598.pdf.jpg deleted file mode 100755 index 3638f01e..00000000 Binary files a/docs/presentations/misc/demo/images/droppedImage-598.pdf.jpg and /dev/null differ diff --git a/docs/presentations/misc/demo/images/greece-chalcis.jpg b/docs/presentations/misc/demo/images/greece-chalcis.jpg deleted file mode 100755 index 0f99cb06..00000000 Binary files a/docs/presentations/misc/demo/images/greece-chalcis.jpg and /dev/null differ diff --git a/docs/presentations/misc/demo/images/iwona-castiello-d-antonio-dnMLdR814aA-unsplash.jpg.jpg b/docs/presentations/misc/demo/images/iwona-castiello-d-antonio-dnMLdR814aA-unsplash.jpg.jpg deleted file mode 100755 index 862e36f8..00000000 Binary files a/docs/presentations/misc/demo/images/iwona-castiello-d-antonio-dnMLdR814aA-unsplash.jpg.jpg and /dev/null differ diff --git a/docs/presentations/misc/demo/images/juan-davila-P8PlK2nGwqA-unsplash.jpg.jpg b/docs/presentations/misc/demo/images/juan-davila-P8PlK2nGwqA-unsplash.jpg.jpg deleted file mode 100755 index f26af0d5..00000000 Binary files a/docs/presentations/misc/demo/images/juan-davila-P8PlK2nGwqA-unsplash.jpg.jpg and /dev/null differ diff --git a/docs/presentations/misc/demo/images/kronen-zeitung.jpg b/docs/presentations/misc/demo/images/kronen-zeitung.jpg deleted file mode 100755 index fa518ffa..00000000 Binary files a/docs/presentations/misc/demo/images/kronen-zeitung.jpg and /dev/null differ diff --git a/docs/presentations/misc/demo/images/lingscars.jpg b/docs/presentations/misc/demo/images/lingscars.jpg deleted file mode 100755 index fe77606c..00000000 Binary files a/docs/presentations/misc/demo/images/lingscars.jpg and /dev/null differ diff --git a/docs/presentations/misc/demo/images/lueneburger-zeitung-eonwerbung.jpg b/docs/presentations/misc/demo/images/lueneburger-zeitung-eonwerbung.jpg deleted file mode 100755 index 99e59765..00000000 Binary files a/docs/presentations/misc/demo/images/lueneburger-zeitung-eonwerbung.jpg and /dev/null differ diff --git a/docs/presentations/misc/demo/images/map-cologne.jpg b/docs/presentations/misc/demo/images/map-cologne.jpg deleted file mode 100755 index 9dfcf618..00000000 Binary files a/docs/presentations/misc/demo/images/map-cologne.jpg and /dev/null differ diff --git a/docs/presentations/misc/demo/images/map-cologne2.jpg b/docs/presentations/misc/demo/images/map-cologne2.jpg deleted file mode 100755 index 311eaf1b..00000000 Binary files a/docs/presentations/misc/demo/images/map-cologne2.jpg and /dev/null differ diff --git a/docs/presentations/misc/demo/images/messy-website.jpg b/docs/presentations/misc/demo/images/messy-website.jpg deleted file mode 100755 index 68d01e54..00000000 Binary files a/docs/presentations/misc/demo/images/messy-website.jpg and /dev/null differ diff --git a/docs/presentations/misc/demo/images/pasted-image-697.png.jpg b/docs/presentations/misc/demo/images/pasted-image-697.png.jpg deleted file mode 100755 index 36452afa..00000000 Binary files a/docs/presentations/misc/demo/images/pasted-image-697.png.jpg and /dev/null differ diff --git a/docs/presentations/misc/demo/images/paul.jpg b/docs/presentations/misc/demo/images/paul.jpg deleted file mode 100755 index 7335fa28..00000000 Binary files a/docs/presentations/misc/demo/images/paul.jpg and /dev/null differ diff --git a/docs/presentations/misc/demo/images/quelle.pdf.jpg b/docs/presentations/misc/demo/images/quelle.pdf.jpg deleted file mode 100755 index 72b533c3..00000000 Binary files a/docs/presentations/misc/demo/images/quelle.pdf.jpg and /dev/null differ diff --git a/docs/presentations/misc/demo/images/reduktion-bsp.jpg b/docs/presentations/misc/demo/images/reduktion-bsp.jpg deleted file mode 100755 index 8831a98d..00000000 Binary files a/docs/presentations/misc/demo/images/reduktion-bsp.jpg and /dev/null differ diff --git a/docs/presentations/misc/demo/images/t3n-magazin.jpg b/docs/presentations/misc/demo/images/t3n-magazin.jpg deleted file mode 100755 index 081aaa0b..00000000 Binary files a/docs/presentations/misc/demo/images/t3n-magazin.jpg and /dev/null differ diff --git a/docs/presentations/misc/demo/images/tagesschau.jpg b/docs/presentations/misc/demo/images/tagesschau.jpg deleted file mode 100755 index 50e0aafd..00000000 Binary files a/docs/presentations/misc/demo/images/tagesschau.jpg and /dev/null differ diff --git a/docs/presentations/misc/demo/images/time-square.jpg b/docs/presentations/misc/demo/images/time-square.jpg deleted file mode 100755 index 22497263..00000000 Binary files a/docs/presentations/misc/demo/images/time-square.jpg and /dev/null differ diff --git a/docs/presentations/misc/demo/images/tokyo-shinjuku.jpg b/docs/presentations/misc/demo/images/tokyo-shinjuku.jpg deleted file mode 100755 index 40927675..00000000 Binary files a/docs/presentations/misc/demo/images/tokyo-shinjuku.jpg and /dev/null differ diff --git a/docs/presentations/misc/demo/images/tunnel7.jpg b/docs/presentations/misc/demo/images/tunnel7.jpg deleted file mode 100755 index 8edd4c29..00000000 Binary files a/docs/presentations/misc/demo/images/tunnel7.jpg and /dev/null differ diff --git a/docs/presentations/misc/demo/images/yale-art.jpg b/docs/presentations/misc/demo/images/yale-art.jpg deleted file mode 100755 index b497a2f9..00000000 Binary files a/docs/presentations/misc/demo/images/yale-art.jpg and /dev/null differ diff --git a/docs/presentations/misc/demo/images/zdf.jpg b/docs/presentations/misc/demo/images/zdf.jpg deleted file mode 100755 index 2fdffc8a..00000000 Binary files a/docs/presentations/misc/demo/images/zdf.jpg and /dev/null differ diff --git a/docs/presentations/misc/demo/index.html b/docs/presentations/misc/demo/index.html deleted file mode 100644 index f419f287..00000000 --- a/docs/presentations/misc/demo/index.html +++ /dev/null @@ -1,265 +0,0 @@ - - - - Demo // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/misc/pen-and-paper/000-preludium/index.html b/docs/presentations/misc/pen-and-paper/000-preludium/index.html deleted file mode 100644 index d8cdfcd5..00000000 --- a/docs/presentations/misc/pen-and-paper/000-preludium/index.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - Pen & Paper // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/misc/pen-and-paper/005-intro/index.html b/docs/presentations/misc/pen-and-paper/005-intro/index.html deleted file mode 100644 index 4915cad5..00000000 --- a/docs/presentations/misc/pen-and-paper/005-intro/index.html +++ /dev/null @@ -1,60 +0,0 @@ - - - - Pen & Paper // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -

    Pen & Paper

    -

    Hey, da ist ja auch ne rechte Hirnhälfte!

    -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/misc/pen-and-paper/010-david-gray/index.html b/docs/presentations/misc/pen-and-paper/010-david-gray/index.html deleted file mode 100644 index 9d3640bc..00000000 --- a/docs/presentations/misc/pen-and-paper/010-david-gray/index.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - David Gray // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/misc/pen-and-paper/020-about-me/index.html b/docs/presentations/misc/pen-and-paper/020-about-me/index.html deleted file mode 100644 index cb8256a4..00000000 --- a/docs/presentations/misc/pen-and-paper/020-about-me/index.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - Christian Noss // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Christian Noss

    Designer // Kommunikationsdesign in der Medieninformatik // Geschäftsführender Gesellschafter der Klickmeister GmbH

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/misc/pen-and-paper/030-gehirn/index.html b/docs/presentations/misc/pen-and-paper/030-gehirn/index.html deleted file mode 100644 index 9d9de7c1..00000000 --- a/docs/presentations/misc/pen-and-paper/030-gehirn/index.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - Gehirn // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    ./images/brain.jpg
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/misc/pen-and-paper/050-mensch-was-guckst-du/index.html b/docs/presentations/misc/pen-and-paper/050-mensch-was-guckst-du/index.html deleted file mode 100644 index a60904ff..00000000 --- a/docs/presentations/misc/pen-and-paper/050-mensch-was-guckst-du/index.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - Was guckst Du? // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Was guckst Du?

    -
    ./images/pferde/p1.png
    -
    ./images/pferde/p2.png
    -
    ./images/pferde/p3.png
    -
    ./images/pferde/p4.png
    -
    ./images/pferde/p5.png
    -
    ./images/pferde/p6.jpg
    -
    ./images/pferde/p7.jpg
    -
    ./images/bildmachen.jpg

    Davon muss ich mir erst mal ein Bild machen.

    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/misc/pen-and-paper/100-mi-mission-statement/index.html b/docs/presentations/misc/pen-and-paper/100-mi-mission-statement/index.html deleted file mode 100644 index 0c807e4f..00000000 --- a/docs/presentations/misc/pen-and-paper/100-mi-mission-statement/index.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - Mission Statement // MI Bachelor // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Mission Statement // MI Bachelor

    Absolventen der Medieninformatik analysieren, realisieren, betreiben und evaluieren informationstechnische Prozesse und Systeme zur Gestaltung, Produktion, Bearbeitung, Distribution und Nutzung medienbasierter Informationen.

    -

    Das Studium der Medieninformatik zielt somit im Kern auf die Vermittlung entsprechender Methoden, Techniken und Denkweisen der Informatik. Absolvent*innen der Medieninformatik arbeiten dabei vorwiegend in Teams und müssen dort ihre erworbenen Kompetenzen einbringen können – hier ist Interdisziplinarität gefragt, erwünscht und gefordert. Auch darauf bereitet das Studium der Medieninformatik vor: es vermittelt Sichtweisen und Techniken aus verschiedenen Fachgebieten, von Computergrafik über Mensch-Computer-Interaktion bis Videoproduktion, von Kommunikationsdesign über Programmentwicklung bis Marketing.

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/misc/pen-and-paper/110-system/index.html b/docs/presentations/misc/pen-and-paper/110-system/index.html deleted file mode 100644 index ae5ae96f..00000000 --- a/docs/presentations/misc/pen-and-paper/110-system/index.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - System // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Was ist ein System?

    A group of things, pieces of equipment, etc. that are connected or work together.
    Cambridge Dictionary

    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/misc/pen-and-paper/115-prozess/index.html b/docs/presentations/misc/pen-and-paper/115-prozess/index.html deleted file mode 100644 index 5ebcd130..00000000 --- a/docs/presentations/misc/pen-and-paper/115-prozess/index.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - Prozess // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Was ist ein Prozess?

    Unter Prozess versteht man die Gesamtheit aufeinander einwirkender Vorgänge innerhalb eines Systems. So werden mittels Prozessen Materialien, Energien oder auch Informationen zu neuen Formen transformiert, gespeichert oder aber allererst transportiert.
    Gabler Wirtschaftslexikon

    -

    Was ist ein Prozess?

    A series of actions that you take in order to achieve a result.
    Cambridge Dictionary

    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/misc/pen-and-paper/120-los-gehts/index.html b/docs/presentations/misc/pen-and-paper/120-los-gehts/index.html deleted file mode 100644 index 6bb8f90f..00000000 --- a/docs/presentations/misc/pen-and-paper/120-los-gehts/index.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - Los geht's // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Lean back

    Lean forward

    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/misc/pen-and-paper/1260-aufgabe-1/index.html b/docs/presentations/misc/pen-and-paper/1260-aufgabe-1/index.html deleted file mode 100644 index 5cc24168..00000000 --- a/docs/presentations/misc/pen-and-paper/1260-aufgabe-1/index.html +++ /dev/null @@ -1,49 +0,0 @@ - - - - Digitales Tool für Amateurschiedsrichter // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/misc/pen-and-paper/1270-aufgabe-2/index.html b/docs/presentations/misc/pen-and-paper/1270-aufgabe-2/index.html deleted file mode 100644 index 5cc24168..00000000 --- a/docs/presentations/misc/pen-and-paper/1270-aufgabe-2/index.html +++ /dev/null @@ -1,49 +0,0 @@ - - - - Digitales Tool für Amateurschiedsrichter // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/misc/pen-and-paper/130-wait/index.html b/docs/presentations/misc/pen-and-paper/130-wait/index.html deleted file mode 100644 index 2722a8dd..00000000 --- a/docs/presentations/misc/pen-and-paper/130-wait/index.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - düdeldü // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    düdeldü

    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/misc/pen-and-paper/140-emotions-1/index.html b/docs/presentations/misc/pen-and-paper/140-emotions-1/index.html deleted file mode 100644 index 8051db79..00000000 --- a/docs/presentations/misc/pen-and-paper/140-emotions-1/index.html +++ /dev/null @@ -1,60 +0,0 @@ - - - - Mike Rode Matrix // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Mike Rode Matrix

    Legen Sie eine Mike Rode Matrix an. Variieren Sie auf der X-Achse die Form der Augenbrauen und auf der Y-Achse die Form des Mundes in jeweils 5 Schritten. Ziel ist es, verschiedene Ausdrucksmöglichkeiten für Emotionen zu gewinnen.

    -

    Die Mike Rode Matrix nutzt übrigens das Konzept des Morphologischen Kastens.

    -
    -

    10 Minuten Bearbeitungszeit

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/misc/pen-and-paper/150-emotions-2/index.html b/docs/presentations/misc/pen-and-paper/150-emotions-2/index.html deleted file mode 100644 index 8cb15e8b..00000000 --- a/docs/presentations/misc/pen-and-paper/150-emotions-2/index.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - Gefühle/ Emoticons // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Gefühle/ Emoticons

    Zeichnen Sie jeweils zwei eher männliche und zwei eher weibliche Emoticons für folgende Emotionen:

    -

    Freude, Überraschung/ Erstaunen, Angst, Liebe, Frustration

    -
    -
    -
    weiblicher Charakter 1
    -
    Eva, 72 Jahre, Autorin -
    weiblicher Charakter 2
    Annemarie, 24 Jahre, Kfz-Mechatronikerin
    -
    männlicher Charakter 1
    Frank, 55 Jahre alt, Banker
    -
    männlicher Charakter 2
    Sebastian, 37 Jahre alt, Gärtner
    -
    -

    Beschriften Sie die Visualisierung (Headline und so).

    -

    10 Minuten Bearbeitungszeit

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/misc/pen-and-paper/155-me/index.html b/docs/presentations/misc/pen-and-paper/155-me/index.html deleted file mode 100644 index a2f9efb3..00000000 --- a/docs/presentations/misc/pen-and-paper/155-me/index.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - Selbstportrait // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Selbstportrait

    Nehmen Sie ein DIN A4 Blatt und falten Sie es mittig über die lange Seite. Zeichnen Sie dann im oberen Teil ein einfaches, aber möglichst charakteristisches Portrait von sich selbst. Danach zeichnen Sie auf der Rückseite eines von Ihrem Nebenmann/-frau.

    -

    Tauschen Sie sich aus, vergleichen Sie die Portraits, wählen Sie das, welches Sie am Besten wieder gibt.

    - -

    10 Minuten Bearbeitungszeit

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/misc/pen-and-paper/158-things/index.html b/docs/presentations/misc/pen-and-paper/158-things/index.html deleted file mode 100644 index 4a3e7bc2..00000000 --- a/docs/presentations/misc/pen-and-paper/158-things/index.html +++ /dev/null @@ -1,60 +0,0 @@ - - - - Vokabeln // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Vokabeln

    Zeichnen Sie jeweils 3 Varianten von den aufgeführten Begriffen. Die erste Variante sollte stets die einfachste/ reduzierteste sein. Die zweite und dritte Variante dürfen jeweils mehr Details enthalten.

    -

    Smartphone, Server, Baum, Werkzeugkiste, Flugzeug, TV, Katze, Geschäft, Laptop, Geld, WLAN, Glühbirne, Plan, Netzwerk

    -
    -

    10 Minuten Bearbeitungszeit

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/misc/pen-and-paper/160-verwandtschaft/index.html b/docs/presentations/misc/pen-and-paper/160-verwandtschaft/index.html deleted file mode 100644 index 3d620422..00000000 --- a/docs/presentations/misc/pen-and-paper/160-verwandtschaft/index.html +++ /dev/null @@ -1,61 +0,0 @@ - - - - Verwandtschaftliche Beziehungen // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Verwandtschaftliche Beziehungen

    Visualisieren Sie folgende verwandschaftlichen Beziehungen:

    -
    -

    Tom ist 42 Jahre alt und hat zwei Schwestern: Lea und Martha. Lea ist 40 und hat drei Kinder: Simon (12) und die Zwillinge Josuha und Paul, beide sind (6) Jahre alt. Leas erster Mann starb bei einem Autounfall. Leas zweiter Mann heißt Michael und ist 44 Jahre alt. Michael hat aus seiner ersten Ehe mit Claire zwei Töchter: Rachel und July. Rachel ist 9 und July 13 Jahre alt. Martha ist 36 Jahre alt und lebt mit Ihrer Partnerin Liss zusammen. Tom ist mit Rebecca (39) verheiratet. Sie haben ein Kind: Toby (8).

    -
    -

    10 Minuten Bearbeitungszeit

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/misc/pen-and-paper/170-menschen/index.html b/docs/presentations/misc/pen-and-paper/170-menschen/index.html deleted file mode 100644 index aead7be0..00000000 --- a/docs/presentations/misc/pen-and-paper/170-menschen/index.html +++ /dev/null @@ -1,60 +0,0 @@ - - - - Menschen // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Menschen

    Zeichnen Sie einen Mensch nach der Gray-Methode bei folgenden Aktivitäten und beschriften Sie Ihre Visualisierung:

    -

    Stehen, Gehen, Ausflippen, Geld holen, Telefonieren, Sitzen, Kochen, Fliegen, Nachdenken

    -
    -

    10 Minuten Bearbeitungszeit

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/misc/pen-and-paper/180-ablauf-01/index.html b/docs/presentations/misc/pen-and-paper/180-ablauf-01/index.html deleted file mode 100644 index 85915039..00000000 --- a/docs/presentations/misc/pen-and-paper/180-ablauf-01/index.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - Prozess/ Journey – Inventar // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Prozess/ Journey – Inventar

    Visualisieren Sie den Ablauf beim Ticketkauf für ein Konzert. Dabei soll folgender Prozess visualisiert werden:

    -

    Das Ticket wird online via Computer oder Tablet gekauft. Nach dem Kauf erhält die Käuferin ein Online Ticket mit QR Code. Selbiges muss -ausgedruckt mit zum Konzert gebracht werden. Hier wird das Ticket eingescannt und der Zugang ermöglicht.

    -
    -

    Welche Entitäten sind beteiligt und wie sind diese miteinander verknüpft?

    -

    Finden Sie Visualisierungen für die erforderlichen Entitäten.

    -

    Entitäten: Konzepte, Personen, Knoten, Gegenstände … Dinge mit einer Identität

    -
    -

    15 Minuten Bearbeitungszeit

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/misc/pen-and-paper/190-ablauf-02/index.html b/docs/presentations/misc/pen-and-paper/190-ablauf-02/index.html deleted file mode 100644 index 5602054f..00000000 --- a/docs/presentations/misc/pen-and-paper/190-ablauf-02/index.html +++ /dev/null @@ -1,61 +0,0 @@ - - - - Prozess/ Journey // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Prozess/ Journey

    Ablauf

    -

    Visualisieren Sie nun den Ablauf des Ticketverkaufs in einem linearen, zirkulären oder einem anderen Schema.

    -

    Welche Perspektiven könnten hier eingenommen werden?

    -
    -

    15 Minuten Bearbeitungszeit

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/misc/pen-and-paper/images/alphabet.png b/docs/presentations/misc/pen-and-paper/images/alphabet.png deleted file mode 100755 index deac2f9b..00000000 Binary files a/docs/presentations/misc/pen-and-paper/images/alphabet.png and /dev/null differ diff --git a/docs/presentations/misc/pen-and-paper/images/bildmachen.jpg b/docs/presentations/misc/pen-and-paper/images/bildmachen.jpg deleted file mode 100755 index 2d302292..00000000 Binary files a/docs/presentations/misc/pen-and-paper/images/bildmachen.jpg and /dev/null differ diff --git a/docs/presentations/misc/pen-and-paper/images/brain.jpg b/docs/presentations/misc/pen-and-paper/images/brain.jpg deleted file mode 100755 index e6e08323..00000000 Binary files a/docs/presentations/misc/pen-and-paper/images/brain.jpg and /dev/null differ diff --git a/docs/presentations/misc/pen-and-paper/images/brain_monochrom.svg b/docs/presentations/misc/pen-and-paper/images/brain_monochrom.svg deleted file mode 100755 index a1469028..00000000 --- a/docs/presentations/misc/pen-and-paper/images/brain_monochrom.svg +++ /dev/null @@ -1,160 +0,0 @@ - - - bild_gehirn_remake - Created with Sketch (http://www.bohemiancoding.com/sketch) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - digital - - - logisch - - - Zahlen - - - linear - - - Reihenfolge - - - Details - - - rational - - - Analyse - - - Sprache - - - - - analog - - - ganzheitlich - - - nonverbal - - - Musik - - - Bilder - - - Synthese - - - Muster,Formen - - - Farben - - - Assoziationen - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/misc/pen-and-paper/images/charaktere.jpg b/docs/presentations/misc/pen-and-paper/images/charaktere.jpg deleted file mode 100755 index 6cda2002..00000000 Binary files a/docs/presentations/misc/pen-and-paper/images/charaktere.jpg and /dev/null differ diff --git a/docs/presentations/misc/pen-and-paper/images/dinge.jpg b/docs/presentations/misc/pen-and-paper/images/dinge.jpg deleted file mode 100755 index 3c62e894..00000000 Binary files a/docs/presentations/misc/pen-and-paper/images/dinge.jpg and /dev/null differ diff --git a/docs/presentations/misc/pen-and-paper/images/me.jpg b/docs/presentations/misc/pen-and-paper/images/me.jpg deleted file mode 100755 index bf528f44..00000000 Binary files a/docs/presentations/misc/pen-and-paper/images/me.jpg and /dev/null differ diff --git a/docs/presentations/misc/pen-and-paper/images/menschen.jpg b/docs/presentations/misc/pen-and-paper/images/menschen.jpg deleted file mode 100755 index 1c2b7df7..00000000 Binary files a/docs/presentations/misc/pen-and-paper/images/menschen.jpg and /dev/null differ diff --git a/docs/presentations/misc/pen-and-paper/images/mike-rode-matrix.jpg b/docs/presentations/misc/pen-and-paper/images/mike-rode-matrix.jpg deleted file mode 100755 index 1076ed3a..00000000 Binary files a/docs/presentations/misc/pen-and-paper/images/mike-rode-matrix.jpg and /dev/null differ diff --git a/docs/presentations/misc/pen-and-paper/images/pferde/p1.png b/docs/presentations/misc/pen-and-paper/images/pferde/p1.png deleted file mode 100755 index 352b57ac..00000000 Binary files a/docs/presentations/misc/pen-and-paper/images/pferde/p1.png and /dev/null differ diff --git a/docs/presentations/misc/pen-and-paper/images/pferde/p2.png b/docs/presentations/misc/pen-and-paper/images/pferde/p2.png deleted file mode 100755 index 11720ef0..00000000 Binary files a/docs/presentations/misc/pen-and-paper/images/pferde/p2.png and /dev/null differ diff --git a/docs/presentations/misc/pen-and-paper/images/pferde/p3.png b/docs/presentations/misc/pen-and-paper/images/pferde/p3.png deleted file mode 100755 index 8e098978..00000000 Binary files a/docs/presentations/misc/pen-and-paper/images/pferde/p3.png and /dev/null differ diff --git a/docs/presentations/misc/pen-and-paper/images/pferde/p4.png b/docs/presentations/misc/pen-and-paper/images/pferde/p4.png deleted file mode 100755 index 327cccd4..00000000 Binary files a/docs/presentations/misc/pen-and-paper/images/pferde/p4.png and /dev/null differ diff --git a/docs/presentations/misc/pen-and-paper/images/pferde/p5.png b/docs/presentations/misc/pen-and-paper/images/pferde/p5.png deleted file mode 100755 index 3860708e..00000000 Binary files a/docs/presentations/misc/pen-and-paper/images/pferde/p5.png and /dev/null differ diff --git a/docs/presentations/misc/pen-and-paper/images/pferde/p6.jpg b/docs/presentations/misc/pen-and-paper/images/pferde/p6.jpg deleted file mode 100755 index 1e937de1..00000000 Binary files a/docs/presentations/misc/pen-and-paper/images/pferde/p6.jpg and /dev/null differ diff --git a/docs/presentations/misc/pen-and-paper/images/pferde/p7.jpg b/docs/presentations/misc/pen-and-paper/images/pferde/p7.jpg deleted file mode 100755 index b52b3daf..00000000 Binary files a/docs/presentations/misc/pen-and-paper/images/pferde/p7.jpg and /dev/null differ diff --git a/docs/presentations/misc/pen-and-paper/images/sketching-in-real-world-02.jpg b/docs/presentations/misc/pen-and-paper/images/sketching-in-real-world-02.jpg deleted file mode 100755 index e156a32d..00000000 Binary files a/docs/presentations/misc/pen-and-paper/images/sketching-in-real-world-02.jpg and /dev/null differ diff --git a/docs/presentations/misc/pen-and-paper/images/sketching-in-real-world-03.jpg b/docs/presentations/misc/pen-and-paper/images/sketching-in-real-world-03.jpg deleted file mode 100755 index 29f010da..00000000 Binary files a/docs/presentations/misc/pen-and-paper/images/sketching-in-real-world-03.jpg and /dev/null differ diff --git a/docs/presentations/misc/pen-and-paper/images/sketching-in-real-world.jpg b/docs/presentations/misc/pen-and-paper/images/sketching-in-real-world.jpg deleted file mode 100755 index efed9261..00000000 Binary files a/docs/presentations/misc/pen-and-paper/images/sketching-in-real-world.jpg and /dev/null differ diff --git a/docs/presentations/misc/pen-and-paper/images/verwandtschaft.jpg b/docs/presentations/misc/pen-and-paper/images/verwandtschaft.jpg deleted file mode 100755 index d32f1091..00000000 Binary files a/docs/presentations/misc/pen-and-paper/images/verwandtschaft.jpg and /dev/null differ diff --git a/docs/presentations/misc/pen-and-paper/index.html b/docs/presentations/misc/pen-and-paper/index.html deleted file mode 100644 index 173055e5..00000000 --- a/docs/presentations/misc/pen-and-paper/index.html +++ /dev/null @@ -1,290 +0,0 @@ - - - - Pen & Paper // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    - - - -
    - - -
    -
    -

    Pen & Paper

    -

    Hey, da ist ja auch ne rechte Hirnhälfte!

    -
    - - - -
    - - -
    -
    - - -
    - - -
    -

    Christian Noss

    Designer // Kommunikationsdesign in der Medieninformatik // Geschäftsführender Gesellschafter der Klickmeister GmbH

    -
    - - -
    - - -
    -
    ./images/brain.jpg
    - - - -
    - - -
    -

    Was guckst Du?

    -
    ./images/pferde/p1.png
    -
    ./images/pferde/p2.png
    -
    ./images/pferde/p3.png
    -
    ./images/pferde/p4.png
    -
    ./images/pferde/p5.png
    -
    ./images/pferde/p6.jpg
    -
    ./images/pferde/p7.jpg
    -
    ./images/bildmachen.jpg

    Davon muss ich mir erst mal ein Bild machen.

    - - -
    - - -
    -

    Mission Statement // MI Bachelor

    Absolventen der Medieninformatik analysieren, realisieren, betreiben und evaluieren informationstechnische Prozesse und Systeme zur Gestaltung, Produktion, Bearbeitung, Distribution und Nutzung medienbasierter Informationen.

    -

    Das Studium der Medieninformatik zielt somit im Kern auf die Vermittlung entsprechender Methoden, Techniken und Denkweisen der Informatik. Absolvent*innen der Medieninformatik arbeiten dabei vorwiegend in Teams und müssen dort ihre erworbenen Kompetenzen einbringen können – hier ist Interdisziplinarität gefragt, erwünscht und gefordert. Auch darauf bereitet das Studium der Medieninformatik vor: es vermittelt Sichtweisen und Techniken aus verschiedenen Fachgebieten, von Computergrafik über Mensch-Computer-Interaktion bis Videoproduktion, von Kommunikationsdesign über Programmentwicklung bis Marketing.

    -
    - - -
    - - -
    -

    Was ist ein System?

    A group of things, pieces of equipment, etc. that are connected or work together.
    Cambridge Dictionary

    - - -
    - - -
    -

    Was ist ein Prozess?

    Unter Prozess versteht man die Gesamtheit aufeinander einwirkender Vorgänge innerhalb eines Systems. So werden mittels Prozessen Materialien, Energien oder auch Informationen zu neuen Formen transformiert, gespeichert oder aber allererst transportiert.
    Gabler Wirtschaftslexikon

    -

    Was ist ein Prozess?

    A series of actions that you take in order to achieve a result.
    Cambridge Dictionary

    - - - -
    - - -
    -

    Lean back

    Lean forward

    - - - -
    - - - - -
    -

    düdeldü

    - - -
    - - -
    -

    Mike Rode Matrix

    Legen Sie eine Mike Rode Matrix an. Variieren Sie auf der X-Achse die Form der Augenbrauen und auf der Y-Achse die Form des Mundes in jeweils 5 Schritten. Ziel ist es, verschiedene Ausdrucksmöglichkeiten für Emotionen zu gewinnen.

    -

    Die Mike Rode Matrix nutzt übrigens das Konzept des Morphologischen Kastens.

    -
    -

    10 Minuten Bearbeitungszeit

    -
    - - -
    - - -
    -

    Gefühle/ Emoticons

    Zeichnen Sie jeweils zwei eher männliche und zwei eher weibliche Emoticons für folgende Emotionen:

    -

    Freude, Überraschung/ Erstaunen, Angst, Liebe, Frustration

    -
    -
    -
    weiblicher Charakter 1
    -
    Eva, 72 Jahre, Autorin -
    weiblicher Charakter 2
    Annemarie, 24 Jahre, Kfz-Mechatronikerin
    -
    männlicher Charakter 1
    Frank, 55 Jahre alt, Banker
    -
    männlicher Charakter 2
    Sebastian, 37 Jahre alt, Gärtner
    -
    -

    Beschriften Sie die Visualisierung (Headline und so).

    -

    10 Minuten Bearbeitungszeit

    -
    - - -
    - - -
    -

    Selbstportrait

    Nehmen Sie ein DIN A4 Blatt und falten Sie es mittig über die lange Seite. Zeichnen Sie dann im oberen Teil ein einfaches, aber möglichst charakteristisches Portrait von sich selbst. Danach zeichnen Sie auf der Rückseite eines von Ihrem Nebenmann/-frau.

    -

    Tauschen Sie sich aus, vergleichen Sie die Portraits, wählen Sie das, welches Sie am Besten wieder gibt.

    - -

    10 Minuten Bearbeitungszeit

    -
    - - -
    - - -
    -

    Vokabeln

    Zeichnen Sie jeweils 3 Varianten von den aufgeführten Begriffen. Die erste Variante sollte stets die einfachste/ reduzierteste sein. Die zweite und dritte Variante dürfen jeweils mehr Details enthalten.

    -

    Smartphone, Server, Baum, Werkzeugkiste, Flugzeug, TV, Katze, Geschäft, Laptop, Geld, WLAN, Glühbirne, Plan, Netzwerk

    -
    -

    10 Minuten Bearbeitungszeit

    -
    - - -
    - - -
    -

    Verwandtschaftliche Beziehungen

    Visualisieren Sie folgende verwandschaftlichen Beziehungen:

    -
    -

    Tom ist 42 Jahre alt und hat zwei Schwestern: Lea und Martha. Lea ist 40 und hat drei Kinder: Simon (12) und die Zwillinge Josuha und Paul, beide sind (6) Jahre alt. Leas erster Mann starb bei einem Autounfall. Leas zweiter Mann heißt Michael und ist 44 Jahre alt. Michael hat aus seiner ersten Ehe mit Claire zwei Töchter: Rachel und July. Rachel ist 9 und July 13 Jahre alt. Martha ist 36 Jahre alt und lebt mit Ihrer Partnerin Liss zusammen. Tom ist mit Rebecca (39) verheiratet. Sie haben ein Kind: Toby (8).

    -
    -

    10 Minuten Bearbeitungszeit

    -
    - - -
    - - -
    -

    Menschen

    Zeichnen Sie einen Mensch nach der Gray-Methode bei folgenden Aktivitäten und beschriften Sie Ihre Visualisierung:

    -

    Stehen, Gehen, Ausflippen, Geld holen, Telefonieren, Sitzen, Kochen, Fliegen, Nachdenken

    -
    -

    10 Minuten Bearbeitungszeit

    -
    - - -
    - - -
    -

    Prozess/ Journey – Inventar

    Visualisieren Sie den Ablauf beim Ticketkauf für ein Konzert. Dabei soll folgender Prozess visualisiert werden:

    -

    Das Ticket wird online via Computer oder Tablet gekauft. Nach dem Kauf erhält die Käuferin ein Online Ticket mit QR Code. Selbiges muss -ausgedruckt mit zum Konzert gebracht werden. Hier wird das Ticket eingescannt und der Zugang ermöglicht.

    -
    -

    Welche Entitäten sind beteiligt und wie sind diese miteinander verknüpft?

    -

    Finden Sie Visualisierungen für die erforderlichen Entitäten.

    -

    Entitäten: Konzepte, Personen, Knoten, Gegenstände … Dinge mit einer Identität

    -
    -

    15 Minuten Bearbeitungszeit

    -
    - - -
    - - -
    -

    Prozess/ Journey

    Ablauf

    -

    Visualisieren Sie nun den Ablauf des Ticketverkaufs in einem linearen, zirkulären oder einem anderen Schema.

    -

    Welche Perspektiven könnten hier eingenommen werden?

    -
    -

    15 Minuten Bearbeitungszeit

    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/about-screendesign/000-intro/index.html b/docs/presentations/screendesign/about-screendesign/000-intro/index.html deleted file mode 100644 index 825e27d1..00000000 --- a/docs/presentations/screendesign/about-screendesign/000-intro/index.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - About Screendesign // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -

    Räumlichkeit

    -

    Wie funktioniert visuelle Tiefenstaffelung?

    -
    - - - -
    - - -
    -
    -

    About Screendesign

    -

    Worum geht es in diesem Modul?

    -
    - - -
    - - -
    -
    -

    Wahrnehmungsarbeit

    -
    - - -
    - - -
    -
    -

    Eindeutigkeit

    -

    Ordnen Sie Elemente so eindeutig wie möglich an.

    -
    - - -
    - - -
    -
    -

    Semiotik

    -

    Lehre von Zeichen und Zeichensystemen

    -
    - - -
    - - -
    -
    -

    Der Punkt

    -

    Das kleinste und einfachste Gestaltungselement

    -
    - - -
    - - -
    -
    -

    Linie

    -

    zusammenhängendes, eindimensionales geometrisches Gebilde ohne Querausdehnung 😀

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - - -
    - - -
    -
    -

    Design in der Medieninformatik

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Farbe

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Figur und Grund

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Fläche und Form

    -

    --

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/about-screendesign/002-dekomposition/index.html b/docs/presentations/screendesign/about-screendesign/002-dekomposition/index.html deleted file mode 100644 index 6062524a..00000000 --- a/docs/presentations/screendesign/about-screendesign/002-dekomposition/index.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - De·kom·po·si·ti·on // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    De·kom·po·si·ti·on

    -
    ./images/die-museen.jpg
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/about-screendesign/005-zuhoeren/index.html b/docs/presentations/screendesign/about-screendesign/005-zuhoeren/index.html deleted file mode 100644 index 04bb25c2..00000000 --- a/docs/presentations/screendesign/about-screendesign/005-zuhoeren/index.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - Sprache-zu-Visualisierung-Konverter // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    ./images/zuhoeren.svg
    -

    Team

    Calvin Hinzer, Christian Hahn, Volker Schaefer, Christian Noss

    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/about-screendesign/006-take-aways/index.html b/docs/presentations/screendesign/about-screendesign/006-take-aways/index.html deleted file mode 100644 index 6031f896..00000000 --- a/docs/presentations/screendesign/about-screendesign/006-take-aways/index.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - Take Aways // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Take Aways

    Nehmen Sie ein DIN A4 Blatt, falten Sie es mittig über die lange Seite, so dass ein Seitenverhältnis im gefalteten Zustand von 105x297mm entsteht. Nutzen Sie das Resultat hochkant. Platzieren Sie oben eine kleine, einfache Portraitskizze von sich, notieren Sie darunter (in Ihrer allerschönsten Handschrift!) folgende Angaben:

    -
      -
    • Ihren Namen
    • -
    • Ihr Alter
    • -
    • mindestens 5 Dinge, die Sie in diesem Modul lernen wollen/ mit denen Sie sich befassen wollen
    • -
    • 3 Dinge, mit denen Sie sich nicht befassen wollen.
    • -
    -

    Sie haben 15 Minuten Zeit

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/about-screendesign/010-dataforest-intro/index.html b/docs/presentations/screendesign/about-screendesign/010-dataforest-intro/index.html deleted file mode 100644 index 262555ff..00000000 --- a/docs/presentations/screendesign/about-screendesign/010-dataforest-intro/index.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - Dataforrest Intro // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Dataforest Designkonzept

    -
    ./images/df-startseite-kunst-baeume-it-timeline-10150.jpg
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/about-screendesign/015-dataforest-cta/index.html b/docs/presentations/screendesign/about-screendesign/015-dataforest-cta/index.html deleted file mode 100644 index c565e23a..00000000 --- a/docs/presentations/screendesign/about-screendesign/015-dataforest-cta/index.html +++ /dev/null @@ -1,61 +0,0 @@ - - - - Dataforrest Call-to-Action // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Call to Action

    Dataforest Designkonzept

    -
    ./images/000-about-screendesign/000-about-screendesign.002.jpeg
    -
    ./images/000-about-screendesign/000-about-screendesign.003.jpeg
    -
    ./images/000-about-screendesign/000-about-screendesign.004.jpeg
    -
    ./images/000-about-screendesign/000-about-screendesign.005.jpeg
    -
    ./images/000-about-screendesign/000-about-screendesign.006.jpeg
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/about-screendesign/020-dataforest-form/index.html b/docs/presentations/screendesign/about-screendesign/020-dataforest-form/index.html deleted file mode 100644 index ca297777..00000000 --- a/docs/presentations/screendesign/about-screendesign/020-dataforest-form/index.html +++ /dev/null @@ -1,62 +0,0 @@ - - - - Dataforrest Formular // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Formular

    Dataforest Designkonzept

    -
    ./images/df-checkout-1.png
    -
    ./images/df-login-v10-11016.jpg
    -
    ./images/df-login-v11-11020.jpg
    -
    ./images/df-login-v4-11012.jpg
    -
    ./images/df-login-11008.jpg
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/about-screendesign/030-db-zuganzeiger/index.html b/docs/presentations/screendesign/about-screendesign/030-db-zuganzeiger/index.html deleted file mode 100644 index 1182af19..00000000 --- a/docs/presentations/screendesign/about-screendesign/030-db-zuganzeiger/index.html +++ /dev/null @@ -1,60 +0,0 @@ - - - - DB Zuganzeiger // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Zuganzeiger

    Deutsche Bahn

    -
    ./images/000-about-screendesign/000-about-screendesign.012.jpeg
    -
    ./images/000-about-screendesign/000-about-screendesign.013.jpeg
    -
    ./images/000-about-screendesign/000-about-screendesign.014.jpeg
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/about-screendesign/040-dive/index.html b/docs/presentations/screendesign/about-screendesign/040-dive/index.html deleted file mode 100644 index 615abcc4..00000000 --- a/docs/presentations/screendesign/about-screendesign/040-dive/index.html +++ /dev/null @@ -1,60 +0,0 @@ - - - - Dive.is Verteilerseite // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Dive.is Verteilerseite

    für kleine Viewports

    -
    ./images/000-about-screendesign/000-about-screendesign.015.jpeg
    -
    ./images/000-about-screendesign/000-about-screendesign.016.jpeg
    -
    ./images/000-about-screendesign/000-about-screendesign.017.jpeg
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/about-screendesign/100-identity/index.html b/docs/presentations/screendesign/about-screendesign/100-identity/index.html deleted file mode 100644 index bf84198e..00000000 --- a/docs/presentations/screendesign/about-screendesign/100-identity/index.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - Identität // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Identität

    Was hat Identität mit diesem Modul zu tun?

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/about-screendesign/110-garten/index.html b/docs/presentations/screendesign/about-screendesign/110-garten/index.html deleted file mode 100644 index e45c94b2..00000000 --- a/docs/presentations/screendesign/about-screendesign/110-garten/index.html +++ /dev/null @@ -1,60 +0,0 @@ - - - - Identität // Gärten // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    ./images/000-about-screendesign/000-about-screendesign.018.jpeg
    -
    ./images/000-about-screendesign/000-about-screendesign.019.jpeg
    -
    ./images/000-about-screendesign/000-about-screendesign.020.jpeg
    -
    ./images/000-about-screendesign/000-about-screendesign.021.jpeg
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/about-screendesign/120-reisen/index.html b/docs/presentations/screendesign/about-screendesign/120-reisen/index.html deleted file mode 100644 index f954aa15..00000000 --- a/docs/presentations/screendesign/about-screendesign/120-reisen/index.html +++ /dev/null @@ -1,59 +0,0 @@ - - - - Identität // Reisen // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Wenn man eine Reise tut

    dann hat wan viel zu wählen.

    -
    ./images/identitaet-reise-1.jpg
    -
    ./images/identitaet-reise-2.jpg
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/about-screendesign/130-kober/index.html b/docs/presentations/screendesign/about-screendesign/130-kober/index.html deleted file mode 100644 index eb781f3f..00000000 --- a/docs/presentations/screendesign/about-screendesign/130-kober/index.html +++ /dev/null @@ -1,49 +0,0 @@ - - - - Identität // Architektur // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/about-screendesign/140-goldhandel/index.html b/docs/presentations/screendesign/about-screendesign/140-goldhandel/index.html deleted file mode 100644 index 201e1bf9..00000000 --- a/docs/presentations/screendesign/about-screendesign/140-goldhandel/index.html +++ /dev/null @@ -1,59 +0,0 @@ - - - - Identität // Goldhandel // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Goldhandel

    -
    ./images/goldankauf-barmen.jpg
    -
    ./images/goldsilber-shop.jpg
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/about-screendesign/150-edv-service/index.html b/docs/presentations/screendesign/about-screendesign/150-edv-service/index.html deleted file mode 100644 index 0139dc92..00000000 --- a/docs/presentations/screendesign/about-screendesign/150-edv-service/index.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - Identität // EDV Service // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    EDV Service

    -
    ./images/edv-kuerten.jpg
    -
    ./images/edv-repair.jpg
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/about-screendesign/160-schrift/index.html b/docs/presentations/screendesign/about-screendesign/160-schrift/index.html deleted file mode 100644 index 79bd658f..00000000 --- a/docs/presentations/screendesign/about-screendesign/160-schrift/index.html +++ /dev/null @@ -1,60 +0,0 @@ - - - - Identität // Typographie // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Typo

    -
    ./images/000-about-screendesign/000-about-screendesign.028.jpeg
    -
    ./images/000-about-screendesign/000-about-screendesign.029.jpeg
    -
    ./images/000-about-screendesign/000-about-screendesign.030.jpeg
    -
    ./images/000-about-screendesign/000-about-screendesign.031.jpeg
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/about-screendesign/200-welcome/index.html b/docs/presentations/screendesign/about-screendesign/200-welcome/index.html deleted file mode 100644 index c083bf3d..00000000 --- a/docs/presentations/screendesign/about-screendesign/200-welcome/index.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - Screendesign // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Screendesign

    5CP // 150 Stunden Workload // keine Klausur, sondern ein Projekt mit abschließender Projektpräsentationsprüfung // 2er Teams // viel Praxis // viel Ausprobieren // mitmachen erforderlich // macht Spaß, aber auch Arbeit // macht trotzdem Spaß // wir nutzen Figma als Tool // keine Klausur, hab ich gesagt, oder?

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/about-screendesign/205-geschmack/index.html b/docs/presentations/screendesign/about-screendesign/205-geschmack/index.html deleted file mode 100644 index c70ff7ad..00000000 --- a/docs/presentations/screendesign/about-screendesign/205-geschmack/index.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - Geschmack // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Geschmack

    ich finde // uns gefällt …

    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/about-screendesign/210-about/index.html b/docs/presentations/screendesign/about-screendesign/210-about/index.html deleted file mode 100644 index f2d3e41d..00000000 --- a/docs/presentations/screendesign/about-screendesign/210-about/index.html +++ /dev/null @@ -1,59 +0,0 @@ - - - - Über das Modul // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Über das Modul

    Team

    Calvin Hinzer, Volker Schaefer, Christian Noss

    - -

    Prüfungselemente

    Gestaltungsportfolio & Projekt mit Projektpräsentationsprüfung

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/about-screendesign/230-ziele/index.html b/docs/presentations/screendesign/about-screendesign/230-ziele/index.html deleted file mode 100644 index e76f390d..00000000 --- a/docs/presentations/screendesign/about-screendesign/230-ziele/index.html +++ /dev/null @@ -1,59 +0,0 @@ - - - - Modulziele // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Modulziele

    Die Studierenden kennen wesentliche Begriffe der visuellen Kommunikation und können diese anwenden um Briefings, Angebote oder Korrekturwünsche im Design-Kontext zu verstehen oder zu verfassen.

    -

    Die Studierenden können Gestaltungslösungen und -kontexte analysieren, argumentieren, diskutieren, dokumentieren und bewerten, um eigene Lösungen innerhalb eines Gestaltungskontextes generieren zu können.

    -

    Die Studierenden können in einem gegebenen Gestaltungskontext unter Berücksichtigung von Gestaltungsregeln (Raster, Layout, Typographie, etc.) eigene Gestaltungslösungen entwickeln, systematisch variieren und argumentieren um gegebene funktionale und/oder kommunikative Ziele zu erreichen.

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/about-screendesign/240-ablauf/index.html b/docs/presentations/screendesign/about-screendesign/240-ablauf/index.html deleted file mode 100644 index 86a712c1..00000000 --- a/docs/presentations/screendesign/about-screendesign/240-ablauf/index.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - Modulablauf // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    ./images/ablauf-ohne-workshop.png
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/about-screendesign/245-eva/index.html b/docs/presentations/screendesign/about-screendesign/245-eva/index.html deleted file mode 100644 index 23f348d5..00000000 --- a/docs/presentations/screendesign/about-screendesign/245-eva/index.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - Modulablauf // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Evaluation

    -
    ./images/eva-20212.jpg
    -
    ./images/eva-20213.jpg
    -
    ./images/eva-20214.jpg
    -
    ./images/eva-20215.jpg
    -
    ./images/eva-20216.jpg
    -
    ./images/eva-20217.jpg
    -
    ./images/eva-20218.jpg
    -
    ./images/eva-20219.jpg
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/about-screendesign/250-leitfaden/index.html b/docs/presentations/screendesign/about-screendesign/250-leitfaden/index.html deleted file mode 100644 index 9611b757..00000000 --- a/docs/presentations/screendesign/about-screendesign/250-leitfaden/index.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - Leitfaden // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Leitfaden

    für ein schmerzfreies Modul

    -

    Was wollen wir sehen?

    Bei Screendesign geht es darum Denkweise und Vokabular des Designs kennen zu lernen. Denn Medieninformatiker:innen arbeiten häufig in interdisziplinären Teams mit Gestalter:innen, sie sind häufig in der Aufgabe, Gestaltungskonzepte auf ein Medium zu transferieren, sie weiter zu entwickeln und zu implementieren. Dazu ist es unabdingbar und äußerst vorteilhaft zu wissen, wovon die Gestalter:in spricht und welche Ziele für ihn im Vordergrund stehen. Ein weiteres Ziel ist die Entwicklung einer eigenen gestalterischen Grundkompetenz, denn nicht selten werden sie in die Situation kommen eigene und eigenständige Gestaltungslösungen zu entwickeln.

    -

    Warum sind die Übungen oft so schwammig formuliert?

    Es kommt vor, dass Übungen unvollständig, vielleicht sogar unzureichend formuliert werden. Es gibt im Grunde zwei Wege damit umzugehen …

    -

    Möglichkeit 1

    Sie regen sich darüber auf, sprechen sich mit Kommilitonen ab, versuchen das Briefing irgendwie zu komplettieren und die Aufgabe zu lösen und merken im schlechtesten Fall bei der Präsentation, dass Sie das falsche und davon viel zu viel gemacht haben.

    -

    Möglichkeit 2

    Sie stellen schlaue Fragen und versuchen so die Übungenstellung zu komplettieren, bevor Sie richtig anfangen.

    -

    Warum sind die Übungen oft so schwammig formuliert?

    Unvollständige Übungenstellung sind keine Finte, sondern Alltag. Sie werden im Job ständig damit konfrontiert, nicht weil ihr Kunde Sie ärgern möchte, sondern weil er anders denkt, die Aufgabe schon durchdacht oder angedacht hat und er schlichtweg vergisst, Ihnen alle Informationen zu geben, die Sie brauchen, zumal er auch gar nicht weiß, welche Information Sie brauchen. Also stellen Sie die richtigen Fragen. Fragen sind die Antwort.

    -

    Warum ändere ich so oft meine Meinung?

    Ja, ich ändere bezogen auf Gestaltungsvorschläge oft meine Meinung, und das hat mehrere Gründe. Der erste Grund ist der, dass dies eine Grundvorraussetzung ist, um neue Lösungen zu finden. Neue Lösungen, sind häufig interessanter und spannender als althergebrachte und bekannte Lösungen und werden daher von Gestaltern gesucht. Also ist es für sie notwendig, Aufgaben und Lösungsansätze aus mehreren Perspektiven zu sehen, was zwangsläufig dazu führt, dass die Meinung zu einem Entwurf häufig um weitere Meinungen, die nicht selten gegensätzlich sind, ergänzt wird.

    -

    Warum ändere ich so oft meine Meinung?

    Ein weiterer Grund ist, dass es in dieser Domäne selten die eine beste Lösung gibt. Es gibt schlechte Lösungen und gute Lösungen, es gibt sehr gute Lösungen und es gibt perfekte Lösungen, was nicht heißt, dass es zu einem Problem nicht auch viele perfekte Lösungen geben kann. Gestaltungslösungen sind nie binär. Darum ist eine zentrale Frage stets: Was sind alternative Lösungen und Lösungsansätze und warum ist der gewählte Ansatz besser, als die Alternativen? Wer auf diese Frage keine Antwort hat, weil er entweder keine Alternativen entwickelt hat, oder nicht weiß, warum er welche Ansatz bevorzugt, hat keine Argumente und somit einen schlechten Stand.

    -

    Warum ändere ich so oft meine Meinung?

    Ein weiterer Grund ist, dass häufig ein Gestaltungsziel darin liegt, ausbalancierte Lösungen zu entwickeln. Das führt nicht selten dazu, dass eine guter und gut ausbalancierter Entwurf aus dem Gleichgewicht gerät, sobald ein Element hinzukommt oder wegfällt und der Entwurf daher komplett überdacht oder zumindest stark angepasst wird, ich meine Meinung also mal wieder ändere.

    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/about-screendesign/260-leitfaden-kurzfassung/index.html b/docs/presentations/screendesign/about-screendesign/260-leitfaden-kurzfassung/index.html deleted file mode 100644 index 1406c56a..00000000 --- a/docs/presentations/screendesign/about-screendesign/260-leitfaden-kurzfassung/index.html +++ /dev/null @@ -1,61 +0,0 @@ - - - - Kurzfassung // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Kurzfassung

    versuchen Sie unvollständige Briefungs durch gute Fragen zu komplettieren

    -

    Gestaltungslösungen sind nicht binär

    -

    entwickeln Sie stets Alternativen und dokumentieren diese um nachweisen zu können, dass die gewählte Lösung die Beste (zumindest aus ihren Varianten) ist

    -

    entwickeln Sie Sachargumente und Begründungszusammenhänge für Ihre Gestaltungen

    -

    entscheiden und bewerten Sie nicht nach persönlichem Geschmack!

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/about-screendesign/270-keine-emails/index.html b/docs/presentations/screendesign/about-screendesign/270-keine-emails/index.html deleted file mode 100644 index 39de51f2..00000000 --- a/docs/presentations/screendesign/about-screendesign/270-keine-emails/index.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - Bitte schreiben Sie mir keine E-Mails. // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Bitte schreiben Sie mir keine E-Mails.

    Ich hab schon genug davon!

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/about-screendesign/300-themen-phase-1/index.html b/docs/presentations/screendesign/about-screendesign/300-themen-phase-1/index.html deleted file mode 100644 index e523475e..00000000 --- a/docs/presentations/screendesign/about-screendesign/300-themen-phase-1/index.html +++ /dev/null @@ -1,63 +0,0 @@ - - - - Themen Phase 1 // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Themen Phase 1

    In der ersten Phase befassen wir uns mit den Gestaltungsgrundlagen und deren handwerklicher Umsetzung. Die Übungen in dieser Phase werden einzeln bearbeitet. Die Ergebnisse sind Teil des Gestaltungsportfolios.

    -

    Punkt, Linie, Fläche & Farbe

    -

    Wahrnehmungsarbeit, Reduktion, Strukturierung & Hierachisierung

    -

    Gestaltgesetze, Räumlichkeit & Wahrnehmungsphänomene

    -

    Typographie & Textsatz

    -

    Layout

    -

    Flow & Transition

    -

    Den Abschluss bildet das Gestaltungsportfolio als Individualleistung.

    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/about-screendesign/310-themen-phase-2/index.html b/docs/presentations/screendesign/about-screendesign/310-themen-phase-2/index.html deleted file mode 100644 index 66a2e526..00000000 --- a/docs/presentations/screendesign/about-screendesign/310-themen-phase-2/index.html +++ /dev/null @@ -1,60 +0,0 @@ - - - - Themen Phase 2 // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Themen Phase 2

    In der zweiten Phase befassen wir uns mit komplexeren gestalterischen Fragen. Hier wenden wir die Gestaltungsgrundlagen aus Phase 1 an. Die Phase dient zur konkreten Vorbereitung des Projekts. Die Übungen in dieser Phase können einzeln oder in 2er Teams bearbeitet werden.

    -

    Gestaltungsziele, Identität & komplexe Layouts

    -

    Barrierearmes Design

    -

    Advanced Prototyping

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/about-screendesign/400-veranstaltungsarten/index.html b/docs/presentations/screendesign/about-screendesign/400-veranstaltungsarten/index.html deleted file mode 100644 index 7129e97c..00000000 --- a/docs/presentations/screendesign/about-screendesign/400-veranstaltungsarten/index.html +++ /dev/null @@ -1,60 +0,0 @@ - - - - Veranstaltungsarten // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Veranstaltungsarten

    und deren Ziele

    -

    Vorträge

    geben Überblick über ein Themengebiet // zeigen theoretische Grundlagen // sind interaktiv und initiieren Diskurs

    -

    Trainings

    trainieren den Umgang mit Domänen-spezifischer Software (Figma) // zeigen und trainieren Best-Practices // bauen handwerkliche Fertigkeiten auf

    -

    Workshops

    bringen Theorie und Praxis zusammen // schulen und trainieren in einem bestimmten Themenfeld // bieten Platz zum Experimentieren und für komplexe Fragestellungen

    -

    Feedbacks

    geben Ihnen die Chance, Rückmeldung zu Ihrer Arbeit, dem aktuellen Stand und Ihrem Fortschritt zu bekommen // müssen von Ihnen gut vorbereitet sein // sollten von Ihnen dokumentiert werden

    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.002.jpeg b/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.002.jpeg deleted file mode 100755 index af1a08a4..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.002.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.003.jpeg b/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.003.jpeg deleted file mode 100755 index 216437f3..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.003.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.004.jpeg b/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.004.jpeg deleted file mode 100755 index 093cf620..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.004.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.005.jpeg b/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.005.jpeg deleted file mode 100755 index 7dbd6496..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.005.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.006.jpeg b/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.006.jpeg deleted file mode 100755 index 23160600..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.006.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.007.jpeg b/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.007.jpeg deleted file mode 100755 index 3b6ce066..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.007.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.008.jpeg b/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.008.jpeg deleted file mode 100755 index 2bbfb652..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.008.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.009.jpeg b/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.009.jpeg deleted file mode 100755 index 8e976d3e..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.009.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.010.jpeg b/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.010.jpeg deleted file mode 100755 index ae89fe57..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.010.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.011.jpeg b/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.011.jpeg deleted file mode 100755 index 009b0a96..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.011.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.012.jpeg b/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.012.jpeg deleted file mode 100755 index 65085be6..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.012.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.013.jpeg b/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.013.jpeg deleted file mode 100755 index c10a98f3..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.013.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.014.jpeg b/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.014.jpeg deleted file mode 100755 index 128cebf0..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.014.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.015.jpeg b/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.015.jpeg deleted file mode 100755 index 1d6af93b..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.015.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.016.jpeg b/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.016.jpeg deleted file mode 100755 index 8b96f7e2..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.016.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.017.jpeg b/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.017.jpeg deleted file mode 100755 index ec538574..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.017.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.018.jpeg b/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.018.jpeg deleted file mode 100755 index 489a6352..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.018.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.019.jpeg b/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.019.jpeg deleted file mode 100755 index a5d46375..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.019.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.020.jpeg b/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.020.jpeg deleted file mode 100755 index 11233a23..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.020.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.021.jpeg b/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.021.jpeg deleted file mode 100755 index eccf7035..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.021.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.028.jpeg b/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.028.jpeg deleted file mode 100755 index dff4cc14..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.028.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.029.jpeg b/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.029.jpeg deleted file mode 100755 index d2cabcb1..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.029.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.030.jpeg b/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.030.jpeg deleted file mode 100755 index 9005e510..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.030.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.031.jpeg b/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.031.jpeg deleted file mode 100755 index 34fc3b55..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/000-about-screendesign/000-about-screendesign.031.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/Bildschirmfoto 2015-05-29 um 08.05.09-5716.png b/docs/presentations/screendesign/about-screendesign/images/Bildschirmfoto 2015-05-29 um 08.05.09-5716.png deleted file mode 100755 index 0b78a7e4..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/Bildschirmfoto 2015-05-29 um 08.05.09-5716.png and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/Die-Museen.png b/docs/presentations/screendesign/about-screendesign/images/Die-Museen.png deleted file mode 100644 index fed2cbb2..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/Die-Museen.png and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/ablauf-ohne-workshop.png b/docs/presentations/screendesign/about-screendesign/images/ablauf-ohne-workshop.png deleted file mode 100755 index b19d55d2..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/ablauf-ohne-workshop.png and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/ablauf.png b/docs/presentations/screendesign/about-screendesign/images/ablauf.png deleted file mode 100755 index 3ae8857a..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/ablauf.png and /dev/null differ diff --git "a/docs/presentations/screendesign/about-screendesign/images/bulthaup im belsenpark Ku\314\210chen Ihre Ku\314\210chenausstellung in Du\314\210sseldorf-9606.png" "b/docs/presentations/screendesign/about-screendesign/images/bulthaup im belsenpark Ku\314\210chen Ihre Ku\314\210chenausstellung in Du\314\210sseldorf-9606.png" deleted file mode 100755 index b2086e7c..00000000 Binary files "a/docs/presentations/screendesign/about-screendesign/images/bulthaup im belsenpark Ku\314\210chen Ihre Ku\314\210chenausstellung in Du\314\210sseldorf-9606.png" and /dev/null differ diff --git "a/docs/presentations/screendesign/about-screendesign/images/bulthaup im belsenpark K\303\274chen Ihre K\303\274chenausstellung in D\303\274sseldorf-9606.png" "b/docs/presentations/screendesign/about-screendesign/images/bulthaup im belsenpark K\303\274chen Ihre K\303\274chenausstellung in D\303\274sseldorf-9606.png" deleted file mode 100755 index b2086e7c..00000000 Binary files "a/docs/presentations/screendesign/about-screendesign/images/bulthaup im belsenpark K\303\274chen Ihre K\303\274chenausstellung in D\303\274sseldorf-9606.png" and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/df-checkout-1.png b/docs/presentations/screendesign/about-screendesign/images/df-checkout-1.png deleted file mode 100755 index 06c4c18a..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/df-checkout-1.png and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/df-login-11008.jpg b/docs/presentations/screendesign/about-screendesign/images/df-login-11008.jpg deleted file mode 100755 index fb2d328b..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/df-login-11008.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/df-login-v10-11016.jpg b/docs/presentations/screendesign/about-screendesign/images/df-login-v10-11016.jpg deleted file mode 100755 index d26a37f5..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/df-login-v10-11016.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/df-login-v11-11020.jpg b/docs/presentations/screendesign/about-screendesign/images/df-login-v11-11020.jpg deleted file mode 100755 index 8812a8c0..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/df-login-v11-11020.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/df-login-v4-11012.jpg b/docs/presentations/screendesign/about-screendesign/images/df-login-v4-11012.jpg deleted file mode 100755 index ca6bf1fc..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/df-login-v4-11012.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/df-startseite-iso-forest-11402.jpeg b/docs/presentations/screendesign/about-screendesign/images/df-startseite-iso-forest-11402.jpeg deleted file mode 100755 index afb20666..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/df-startseite-iso-forest-11402.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/df-startseite-iso-it-11401.jpeg b/docs/presentations/screendesign/about-screendesign/images/df-startseite-iso-it-11401.jpeg deleted file mode 100755 index 02d11bfe..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/df-startseite-iso-it-11401.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/df-startseite-kunst-baeume-blocks-11409.jpeg b/docs/presentations/screendesign/about-screendesign/images/df-startseite-kunst-baeume-blocks-11409.jpeg deleted file mode 100755 index 34a8dc54..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/df-startseite-kunst-baeume-blocks-11409.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/df-startseite-kunst-baeume-it-timeline-10150.jpg b/docs/presentations/screendesign/about-screendesign/images/df-startseite-kunst-baeume-it-timeline-10150.jpg deleted file mode 100755 index 118fa721..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/df-startseite-kunst-baeume-it-timeline-10150.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/df-vserver copy-10161.jpg b/docs/presentations/screendesign/about-screendesign/images/df-vserver copy-10161.jpg deleted file mode 100755 index 80eb7b24..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/df-vserver copy-10161.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/die-museen.jpg b/docs/presentations/screendesign/about-screendesign/images/die-museen.jpg deleted file mode 100644 index 50704394..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/die-museen.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/edv-kuerten.jpg b/docs/presentations/screendesign/about-screendesign/images/edv-kuerten.jpg deleted file mode 100755 index 0b3b5a7c..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/edv-kuerten.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/edv-repair.jpg b/docs/presentations/screendesign/about-screendesign/images/edv-repair.jpg deleted file mode 100755 index a4ad0dcb..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/edv-repair.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/eva-20212.jpg b/docs/presentations/screendesign/about-screendesign/images/eva-20212.jpg deleted file mode 100755 index 9ef8ae67..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/eva-20212.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/eva-20213.jpg b/docs/presentations/screendesign/about-screendesign/images/eva-20213.jpg deleted file mode 100755 index ebeb77c1..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/eva-20213.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/eva-20214.jpg b/docs/presentations/screendesign/about-screendesign/images/eva-20214.jpg deleted file mode 100755 index 4f3d2cb1..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/eva-20214.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/eva-20215.jpg b/docs/presentations/screendesign/about-screendesign/images/eva-20215.jpg deleted file mode 100755 index fd3d53d1..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/eva-20215.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/eva-20216.jpg b/docs/presentations/screendesign/about-screendesign/images/eva-20216.jpg deleted file mode 100755 index c3da6b13..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/eva-20216.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/eva-20217.jpg b/docs/presentations/screendesign/about-screendesign/images/eva-20217.jpg deleted file mode 100755 index af7988d8..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/eva-20217.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/eva-20218.jpg b/docs/presentations/screendesign/about-screendesign/images/eva-20218.jpg deleted file mode 100755 index aada3729..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/eva-20218.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/eva-20219.jpg b/docs/presentations/screendesign/about-screendesign/images/eva-20219.jpg deleted file mode 100755 index 06e1c4f2..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/eva-20219.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/goldankauf-barmen.jpg b/docs/presentations/screendesign/about-screendesign/images/goldankauf-barmen.jpg deleted file mode 100755 index ac4fce13..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/goldankauf-barmen.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/goldsilber-shop.jpg b/docs/presentations/screendesign/about-screendesign/images/goldsilber-shop.jpg deleted file mode 100755 index 4fb190d8..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/goldsilber-shop.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/identitaet-01.jpg b/docs/presentations/screendesign/about-screendesign/images/identitaet-01.jpg deleted file mode 100755 index 7cd2dc32..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/identitaet-01.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/identitaet-reise-1.jpg b/docs/presentations/screendesign/about-screendesign/images/identitaet-reise-1.jpg deleted file mode 100755 index c4b5510a..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/identitaet-reise-1.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/identitaet-reise-2.jpg b/docs/presentations/screendesign/about-screendesign/images/identitaet-reise-2.jpg deleted file mode 100755 index f1b1a3c8..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/identitaet-reise-2.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/identitaet-voitl-bikes.png b/docs/presentations/screendesign/about-screendesign/images/identitaet-voitl-bikes.png deleted file mode 100755 index 3784995d..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/identitaet-voitl-bikes.png and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/identitaet-yeti-bikes.png b/docs/presentations/screendesign/about-screendesign/images/identitaet-yeti-bikes.png deleted file mode 100755 index 2f48ce38..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/identitaet-yeti-bikes.png and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/kober-01.jpg b/docs/presentations/screendesign/about-screendesign/images/kober-01.jpg deleted file mode 100755 index 9361d8d1..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/kober-01.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/kober-02.jpg b/docs/presentations/screendesign/about-screendesign/images/kober-02.jpg deleted file mode 100755 index 95f342b8..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/kober-02.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/kober-03.jpg b/docs/presentations/screendesign/about-screendesign/images/kober-03.jpg deleted file mode 100755 index 92f926af..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/kober-03.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/logo-10645.png b/docs/presentations/screendesign/about-screendesign/images/logo-10645.png deleted file mode 100755 index 28400811..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/logo-10645.png and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/my-first-website.png b/docs/presentations/screendesign/about-screendesign/images/my-first-website.png deleted file mode 100755 index 3123d5bc..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/my-first-website.png and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/pasted-image-11408.png b/docs/presentations/screendesign/about-screendesign/images/pasted-image-11408.png deleted file mode 100755 index b17ef362..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/pasted-image-11408.png and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/pasted-image-7831.png b/docs/presentations/screendesign/about-screendesign/images/pasted-image-7831.png deleted file mode 100755 index f542832a..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/pasted-image-7831.png and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/pasted-image-8725.png b/docs/presentations/screendesign/about-screendesign/images/pasted-image-8725.png deleted file mode 100755 index 1ee32851..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/pasted-image-8725.png and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/price-round-2-10203.png b/docs/presentations/screendesign/about-screendesign/images/price-round-2-10203.png deleted file mode 100755 index 34f36452..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/price-round-2-10203.png and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/price-simple-2-10173.png b/docs/presentations/screendesign/about-screendesign/images/price-simple-2-10173.png deleted file mode 100755 index 3daa3a3a..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/price-simple-2-10173.png and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/price-simple-3-10175.png b/docs/presentations/screendesign/about-screendesign/images/price-simple-3-10175.png deleted file mode 100755 index 4350f627..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/price-simple-3-10175.png and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/price-simple-4-10180.png b/docs/presentations/screendesign/about-screendesign/images/price-simple-4-10180.png deleted file mode 100755 index 9b5a6813..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/price-simple-4-10180.png and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/price-simple-6-10186.png b/docs/presentations/screendesign/about-screendesign/images/price-simple-6-10186.png deleted file mode 100755 index 80f53fe2..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/price-simple-6-10186.png and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/price-simple-8-10197.png b/docs/presentations/screendesign/about-screendesign/images/price-simple-8-10197.png deleted file mode 100755 index 93658ea3..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/price-simple-8-10197.png and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/price-tree-11396.png b/docs/presentations/screendesign/about-screendesign/images/price-tree-11396.png deleted file mode 100755 index 5696b475..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/price-tree-11396.png and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/price-trees-11395.png b/docs/presentations/screendesign/about-screendesign/images/price-trees-11395.png deleted file mode 100755 index 9d0f22ee..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/price-trees-11395.png and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/smartphone-11404.png b/docs/presentations/screendesign/about-screendesign/images/smartphone-11404.png deleted file mode 100755 index c4878e37..00000000 Binary files a/docs/presentations/screendesign/about-screendesign/images/smartphone-11404.png and /dev/null differ diff --git a/docs/presentations/screendesign/about-screendesign/images/zuhoeren.svg b/docs/presentations/screendesign/about-screendesign/images/zuhoeren.svg deleted file mode 100644 index 707b5b60..00000000 --- a/docs/presentations/screendesign/about-screendesign/images/zuhoeren.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/docs/presentations/screendesign/about-screendesign/index.html b/docs/presentations/screendesign/about-screendesign/index.html deleted file mode 100644 index 378bb364..00000000 --- a/docs/presentations/screendesign/about-screendesign/index.html +++ /dev/null @@ -1,383 +0,0 @@ - - - - About Screendesign // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -

    About Screendesign

    -

    Worum geht es in diesem Modul?

    -
    - - -
    - - -
    -

    De·kom·po·si·ti·on

    -
    ./images/die-museen.jpg
    - - - -
    - - -
    -
    ./images/zuhoeren.svg
    -

    Team

    Calvin Hinzer, Christian Hahn, Volker Schaefer, Christian Noss

    - - - -
    - - -
    -

    Take Aways

    Nehmen Sie ein DIN A4 Blatt, falten Sie es mittig über die lange Seite, so dass ein Seitenverhältnis im gefalteten Zustand von 105x297mm entsteht. Nutzen Sie das Resultat hochkant. Platzieren Sie oben eine kleine, einfache Portraitskizze von sich, notieren Sie darunter (in Ihrer allerschönsten Handschrift!) folgende Angaben:

    -
      -
    • Ihren Namen
    • -
    • Ihr Alter
    • -
    • mindestens 5 Dinge, die Sie in diesem Modul lernen wollen/ mit denen Sie sich befassen wollen
    • -
    • 3 Dinge, mit denen Sie sich nicht befassen wollen.
    • -
    -

    Sie haben 15 Minuten Zeit

    -
    - - -
    - - -
    -

    Dataforest Designkonzept

    -
    ./images/df-startseite-kunst-baeume-it-timeline-10150.jpg
    - - - -
    - - -
    -

    Call to Action

    Dataforest Designkonzept

    -
    ./images/000-about-screendesign/000-about-screendesign.002.jpeg
    -
    ./images/000-about-screendesign/000-about-screendesign.003.jpeg
    -
    ./images/000-about-screendesign/000-about-screendesign.004.jpeg
    -
    ./images/000-about-screendesign/000-about-screendesign.005.jpeg
    -
    ./images/000-about-screendesign/000-about-screendesign.006.jpeg
    - - -
    - - -
    -

    Formular

    Dataforest Designkonzept

    -
    ./images/df-checkout-1.png
    -
    ./images/df-login-v10-11016.jpg
    -
    ./images/df-login-v11-11020.jpg
    -
    ./images/df-login-v4-11012.jpg
    -
    ./images/df-login-11008.jpg
    - - - -
    - - -
    -

    Zuganzeiger

    Deutsche Bahn

    -
    ./images/000-about-screendesign/000-about-screendesign.012.jpeg
    -
    ./images/000-about-screendesign/000-about-screendesign.013.jpeg
    -
    ./images/000-about-screendesign/000-about-screendesign.014.jpeg
    - - - -
    - - -
    -

    Dive.is Verteilerseite

    für kleine Viewports

    -
    ./images/000-about-screendesign/000-about-screendesign.015.jpeg
    -
    ./images/000-about-screendesign/000-about-screendesign.016.jpeg
    -
    ./images/000-about-screendesign/000-about-screendesign.017.jpeg
    - - - -
    - - -
    -

    Identität

    Was hat Identität mit diesem Modul zu tun?

    -
    - - -
    - - -
    -
    ./images/000-about-screendesign/000-about-screendesign.018.jpeg
    -
    ./images/000-about-screendesign/000-about-screendesign.019.jpeg
    -
    ./images/000-about-screendesign/000-about-screendesign.020.jpeg
    -
    ./images/000-about-screendesign/000-about-screendesign.021.jpeg
    - - - -
    - - -
    -

    Wenn man eine Reise tut

    dann hat wan viel zu wählen.

    -
    ./images/identitaet-reise-1.jpg
    -
    ./images/identitaet-reise-2.jpg
    - - - -
    - - - -
    -

    Goldhandel

    -
    ./images/goldankauf-barmen.jpg
    -
    ./images/goldsilber-shop.jpg
    - - - -
    - - -
    -

    EDV Service

    -
    ./images/edv-kuerten.jpg
    -
    ./images/edv-repair.jpg
    - - -
    - - -
    -

    Typo

    -
    ./images/000-about-screendesign/000-about-screendesign.028.jpeg
    -
    ./images/000-about-screendesign/000-about-screendesign.029.jpeg
    -
    ./images/000-about-screendesign/000-about-screendesign.030.jpeg
    -
    ./images/000-about-screendesign/000-about-screendesign.031.jpeg
    - - -
    - - -
    -

    Screendesign

    5CP // 150 Stunden Workload // keine Klausur, sondern ein Projekt mit abschließender Projektpräsentationsprüfung // 2er Teams // viel Praxis // viel Ausprobieren // mitmachen erforderlich // macht Spaß, aber auch Arbeit // macht trotzdem Spaß // wir nutzen Figma als Tool // keine Klausur, hab ich gesagt, oder?

    -
    - - -
    - - -
    -

    Geschmack

    ich finde // uns gefällt …

    - - - -
    - - -
    -

    Über das Modul

    Team

    Calvin Hinzer, Volker Schaefer, Christian Noss

    - -

    Prüfungselemente

    Gestaltungsportfolio & Projekt mit Projektpräsentationsprüfung

    -
    - - -
    - - -
    -

    Modulziele

    Die Studierenden kennen wesentliche Begriffe der visuellen Kommunikation und können diese anwenden um Briefings, Angebote oder Korrekturwünsche im Design-Kontext zu verstehen oder zu verfassen.

    -

    Die Studierenden können Gestaltungslösungen und -kontexte analysieren, argumentieren, diskutieren, dokumentieren und bewerten, um eigene Lösungen innerhalb eines Gestaltungskontextes generieren zu können.

    -

    Die Studierenden können in einem gegebenen Gestaltungskontext unter Berücksichtigung von Gestaltungsregeln (Raster, Layout, Typographie, etc.) eigene Gestaltungslösungen entwickeln, systematisch variieren und argumentieren um gegebene funktionale und/oder kommunikative Ziele zu erreichen.

    -
    - - -
    - - -
    -
    ./images/ablauf-ohne-workshop.png
    - - - -
    - - -
    -

    Evaluation

    -
    ./images/eva-20212.jpg
    -
    ./images/eva-20213.jpg
    -
    ./images/eva-20214.jpg
    -
    ./images/eva-20215.jpg
    -
    ./images/eva-20216.jpg
    -
    ./images/eva-20217.jpg
    -
    ./images/eva-20218.jpg
    -
    ./images/eva-20219.jpg
    - - -
    - - -
    -

    Leitfaden

    für ein schmerzfreies Modul

    -

    Was wollen wir sehen?

    Bei Screendesign geht es darum Denkweise und Vokabular des Designs kennen zu lernen. Denn Medieninformatiker:innen arbeiten häufig in interdisziplinären Teams mit Gestalter:innen, sie sind häufig in der Aufgabe, Gestaltungskonzepte auf ein Medium zu transferieren, sie weiter zu entwickeln und zu implementieren. Dazu ist es unabdingbar und äußerst vorteilhaft zu wissen, wovon die Gestalter:in spricht und welche Ziele für ihn im Vordergrund stehen. Ein weiteres Ziel ist die Entwicklung einer eigenen gestalterischen Grundkompetenz, denn nicht selten werden sie in die Situation kommen eigene und eigenständige Gestaltungslösungen zu entwickeln.

    -

    Warum sind die Übungen oft so schwammig formuliert?

    Es kommt vor, dass Übungen unvollständig, vielleicht sogar unzureichend formuliert werden. Es gibt im Grunde zwei Wege damit umzugehen …

    -

    Möglichkeit 1

    Sie regen sich darüber auf, sprechen sich mit Kommilitonen ab, versuchen das Briefing irgendwie zu komplettieren und die Aufgabe zu lösen und merken im schlechtesten Fall bei der Präsentation, dass Sie das falsche und davon viel zu viel gemacht haben.

    -

    Möglichkeit 2

    Sie stellen schlaue Fragen und versuchen so die Übungenstellung zu komplettieren, bevor Sie richtig anfangen.

    -

    Warum sind die Übungen oft so schwammig formuliert?

    Unvollständige Übungenstellung sind keine Finte, sondern Alltag. Sie werden im Job ständig damit konfrontiert, nicht weil ihr Kunde Sie ärgern möchte, sondern weil er anders denkt, die Aufgabe schon durchdacht oder angedacht hat und er schlichtweg vergisst, Ihnen alle Informationen zu geben, die Sie brauchen, zumal er auch gar nicht weiß, welche Information Sie brauchen. Also stellen Sie die richtigen Fragen. Fragen sind die Antwort.

    -

    Warum ändere ich so oft meine Meinung?

    Ja, ich ändere bezogen auf Gestaltungsvorschläge oft meine Meinung, und das hat mehrere Gründe. Der erste Grund ist der, dass dies eine Grundvorraussetzung ist, um neue Lösungen zu finden. Neue Lösungen, sind häufig interessanter und spannender als althergebrachte und bekannte Lösungen und werden daher von Gestaltern gesucht. Also ist es für sie notwendig, Aufgaben und Lösungsansätze aus mehreren Perspektiven zu sehen, was zwangsläufig dazu führt, dass die Meinung zu einem Entwurf häufig um weitere Meinungen, die nicht selten gegensätzlich sind, ergänzt wird.

    -

    Warum ändere ich so oft meine Meinung?

    Ein weiterer Grund ist, dass es in dieser Domäne selten die eine beste Lösung gibt. Es gibt schlechte Lösungen und gute Lösungen, es gibt sehr gute Lösungen und es gibt perfekte Lösungen, was nicht heißt, dass es zu einem Problem nicht auch viele perfekte Lösungen geben kann. Gestaltungslösungen sind nie binär. Darum ist eine zentrale Frage stets: Was sind alternative Lösungen und Lösungsansätze und warum ist der gewählte Ansatz besser, als die Alternativen? Wer auf diese Frage keine Antwort hat, weil er entweder keine Alternativen entwickelt hat, oder nicht weiß, warum er welche Ansatz bevorzugt, hat keine Argumente und somit einen schlechten Stand.

    -

    Warum ändere ich so oft meine Meinung?

    Ein weiterer Grund ist, dass häufig ein Gestaltungsziel darin liegt, ausbalancierte Lösungen zu entwickeln. Das führt nicht selten dazu, dass eine guter und gut ausbalancierter Entwurf aus dem Gleichgewicht gerät, sobald ein Element hinzukommt oder wegfällt und der Entwurf daher komplett überdacht oder zumindest stark angepasst wird, ich meine Meinung also mal wieder ändere.

    - - - -
    - - -
    -

    Kurzfassung

    versuchen Sie unvollständige Briefungs durch gute Fragen zu komplettieren

    -

    Gestaltungslösungen sind nicht binär

    -

    entwickeln Sie stets Alternativen und dokumentieren diese um nachweisen zu können, dass die gewählte Lösung die Beste (zumindest aus ihren Varianten) ist

    -

    entwickeln Sie Sachargumente und Begründungszusammenhänge für Ihre Gestaltungen

    -

    entscheiden und bewerten Sie nicht nach persönlichem Geschmack!

    -
    - - -
    - - -
    -

    Bitte schreiben Sie mir keine E-Mails.

    Ich hab schon genug davon!

    -
    - - -
    - - -
    -

    Themen Phase 1

    In der ersten Phase befassen wir uns mit den Gestaltungsgrundlagen und deren handwerklicher Umsetzung. Die Übungen in dieser Phase werden einzeln bearbeitet. Die Ergebnisse sind Teil des Gestaltungsportfolios.

    -

    Punkt, Linie, Fläche & Farbe

    -

    Wahrnehmungsarbeit, Reduktion, Strukturierung & Hierachisierung

    -

    Gestaltgesetze, Räumlichkeit & Wahrnehmungsphänomene

    -

    Typographie & Textsatz

    -

    Layout

    -

    Flow & Transition

    -

    Den Abschluss bildet das Gestaltungsportfolio als Individualleistung.

    - - -
    - - -
    -

    Themen Phase 2

    In der zweiten Phase befassen wir uns mit komplexeren gestalterischen Fragen. Hier wenden wir die Gestaltungsgrundlagen aus Phase 1 an. Die Phase dient zur konkreten Vorbereitung des Projekts. Die Übungen in dieser Phase können einzeln oder in 2er Teams bearbeitet werden.

    -

    Gestaltungsziele, Identität & komplexe Layouts

    -

    Barrierearmes Design

    -

    Advanced Prototyping

    -
    - - -
    - - -
    -

    Veranstaltungsarten

    und deren Ziele

    -

    Vorträge

    geben Überblick über ein Themengebiet // zeigen theoretische Grundlagen // sind interaktiv und initiieren Diskurs

    -

    Trainings

    trainieren den Umgang mit Domänen-spezifischer Software (Figma) // zeigen und trainieren Best-Practices // bauen handwerkliche Fertigkeiten auf

    -

    Workshops

    bringen Theorie und Praxis zusammen // schulen und trainieren in einem bestimmten Themenfeld // bieten Platz zum Experimentieren und für komplexe Fragestellungen

    -

    Feedbacks

    geben Ihnen die Chance, Rückmeldung zu Ihrer Arbeit, dem aktuellen Stand und Ihrem Fortschritt zu bekommen // müssen von Ihnen gut vorbereitet sein // sollten von Ihnen dokumentiert werden

    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/000-intro/index.html b/docs/presentations/screendesign/design-in-der-medieninformatik/000-intro/index.html deleted file mode 100644 index 5d7a00f1..00000000 --- a/docs/presentations/screendesign/design-in-der-medieninformatik/000-intro/index.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - Wahrnehmungsarbeit // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -

    Räumlichkeit

    -

    Wie funktioniert visuelle Tiefenstaffelung?

    -
    - - - -
    - - -
    -
    -

    About Screendesign

    -

    Worum geht es in diesem Modul?

    -
    - - -
    - - -
    -
    -

    Wahrnehmungsarbeit

    -
    - - -
    - - -
    -
    -

    Eindeutigkeit

    -

    Ordnen Sie Elemente so eindeutig wie möglich an.

    -
    - - -
    - - -
    -
    -

    Semiotik

    -

    Lehre von Zeichen und Zeichensystemen

    -
    - - -
    - - -
    -
    -

    Der Punkt

    -

    Das kleinste und einfachste Gestaltungselement

    -
    - - -
    - - -
    -
    -

    Linie

    -

    zusammenhängendes, eindimensionales geometrisches Gebilde ohne Querausdehnung 😀

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - - -
    - - -
    -
    -

    Design in der Medieninformatik

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Farbe

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Figur und Grund

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Fläche und Form

    -

    --

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/005-was-ist-design-intro/index.html b/docs/presentations/screendesign/design-in-der-medieninformatik/005-was-ist-design-intro/index.html deleted file mode 100644 index c7ddfa9a..00000000 --- a/docs/presentations/screendesign/design-in-der-medieninformatik/005-was-ist-design-intro/index.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - Dataforrest Intro // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    -
    -
    -
    -
    -

    Was ist Design?

    -
    -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/010-design-in-diesem-studiengang/index.html b/docs/presentations/screendesign/design-in-der-medieninformatik/010-design-in-diesem-studiengang/index.html deleted file mode 100644 index 914fb63e..00000000 --- a/docs/presentations/screendesign/design-in-der-medieninformatik/010-design-in-diesem-studiengang/index.html +++ /dev/null @@ -1,59 +0,0 @@ - - - - Was hat Design in diesem Studiengang für eine Berechtigung? // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Was hat Design in diesem Studiengang für eine Berechtigung?

    Absolventen der Medieninformatik analysieren, realisieren, betreiben und evaluieren informationstechnische Prozesse und Systeme zur Gestaltung, Produktion, Bearbeitung, Distribution und Nutzung medienbasierter Informationen.

    -

    Das Studium der Medieninformatik zielt somit im Kern auf die Vermittlung entsprechender Methoden, Techniken und Denkweisen der Informatik. Absolvent*innen der Medieninformatik arbeiten dabei vorwiegend in Teams und müssen dort ihre erworbenen Kompetenzen einbringen können – hier ist Interdisziplinarität gefragt, erwünscht und gefordert. Auch darauf bereitet das Studium der Medieninformatik vor: es vermittelt Sichtweisen und Techniken aus verschiedenen Fachgebieten, von Computergrafik über Mensch-Computer-Interaktion bis Videoproduktion, von Kommunikationsdesign über Programmentwicklung bis Marketing. -

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/020-software/index.html b/docs/presentations/screendesign/design-in-der-medieninformatik/020-software/index.html deleted file mode 100644 index cb844bea..00000000 --- a/docs/presentations/screendesign/design-in-der-medieninformatik/020-software/index.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - Wir entwicklern Software! // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Wir entwicklern Software!

    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/025-ziele/index.html b/docs/presentations/screendesign/design-in-der-medieninformatik/025-ziele/index.html deleted file mode 100644 index ab3a71c4..00000000 --- a/docs/presentations/screendesign/design-in-der-medieninformatik/025-ziele/index.html +++ /dev/null @@ -1,59 +0,0 @@ - - - - Ziele // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Ziele

    Rolle von Design in der Medieninformatik.

    -

    Grundbegriffe klären.

    -

    Grundsätzliche Herangehensweisen und Sichtweisen klären.

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/030-how-to-digital-products/index.html b/docs/presentations/screendesign/design-in-der-medieninformatik/030-how-to-digital-products/index.html deleted file mode 100644 index eae32695..00000000 --- a/docs/presentations/screendesign/design-in-der-medieninformatik/030-how-to-digital-products/index.html +++ /dev/null @@ -1,61 +0,0 @@ - - - - How to create Digital Products? // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    How to create Digital Products?

    -
    ./images/digital-products-01.png

    Typical Product Team

    -
    ./images/digital-products-02.png

    Different Types of Design(ers)

    -
    ./images/digital-products-03.png
    -
    ./images/digital-products-04.png
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/040-designs-bewerten/index.html b/docs/presentations/screendesign/design-in-der-medieninformatik/040-designs-bewerten/index.html deleted file mode 100644 index 7844f12a..00000000 --- a/docs/presentations/screendesign/design-in-der-medieninformatik/040-designs-bewerten/index.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - Wie würden Sie die folgenden Designs bewerten? // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Wie würden Sie die folgenden Designs bewerten?

    Oder anders gefragt: nach welchen Kriterien würde Sie bewerten?

    -
    ./images/design-bewerten-01.png
    -
    ./images/design-bewerten-02.png
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/050-design-is/index.html b/docs/presentations/screendesign/design-in-der-medieninformatik/050-design-is/index.html deleted file mode 100644 index 25913cdb..00000000 --- a/docs/presentations/screendesign/design-in-der-medieninformatik/050-design-is/index.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - Design is ... // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Design is ...

    -

    Desing is...

    making things pretty?

    -

    Desing is...

    moving pixels around?

    -
    ./images/wir-duerfen-01.png
    -
    ./images/wir-duerfen-02.png
    -

    Desing is...

    asking the right questions.

    -

    Desing is...

    identifying and solving problems.

    -

    Was wären die richtigen Fragen am Anfang eines Designprozesses?

    -

    Wie können wir Probleme identifizieren?

    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/055-pause/index.html b/docs/presentations/screendesign/design-in-der-medieninformatik/055-pause/index.html deleted file mode 100644 index b2365ad2..00000000 --- a/docs/presentations/screendesign/design-in-der-medieninformatik/055-pause/index.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - Pause // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Pause

    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/060-gutes-design-erkennen/index.html b/docs/presentations/screendesign/design-in-der-medieninformatik/060-gutes-design-erkennen/index.html deleted file mode 100644 index af967480..00000000 --- a/docs/presentations/screendesign/design-in-der-medieninformatik/060-gutes-design-erkennen/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - Woran erkennen wir gutes Design? // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Woran erkennen wir gutes Design?

    -
    ./images/gutes-design-01.png
    -

    Good Design is innovative

    The possibilities for innovation are not, by any means, exhausted. Technological development is always offering new opportunities for innovative design. But innovative design always develops in tandem with innovative technology, and can never be an end in itself.
    -

    Good design is aesthetic -

    The aesthetic quality of a product is integral to its usefulness because products we use every day affect our person and our well-being. But only well-executed objects can be beautiful.
    -

    Good design makes a product useful

    A product is bought to be used. It has to satisfy certain criteria, not only functional, but also psychological and aesthetic. Good design emphasizes the usefulness of a product whilst disregarding anything that could possibly detract from it.
    -

    Good design makes a product understandable

    It clarifies the product’s structure. Better still, it can make the product talk. At best, it is self-explanatory.
    -

    Good design is unobtrusive

    Products fulfilling a purpose are like tools. They are neither decorative objects nor works of art. Their design should therefore be both neutral and restrained, to leave room for the user’s self-expression.
    -

    Good design is honest

    It does not make a product more innovative, powerful or valuable than it really is. It does not attempt to manipulate the consumer with promises that cannot be kept.
    -

    Good design is long-lasting

    It avoids being fashionable and therefore never appears antiquated. Unlike fashionable design, it lasts many years – even in today’s throwaway society.
    -

    Good design is thorough down to the last detail

    Nothing must be arbitrary or left to chance. Care and accuracy in the design process show respect towards the user.
    -

    Good design is environmentally-friendly

    Design makes an important contribution to the preservation of the environment. It conserves resources and minimizes physical and visual pollution throughout the lifecycle of the product.
    -

    Good design is as little design as possible

    Less, but better – because it concentrates on the essential aspects, and the products are not burdened with non-essentials. -Back to purity, back to simplicity.
    -
    ./images/gutes-design-02.png

    Dieter Rams
    Industrial Designer

    -
    ./images/gutes-design-03.png
    -
    ./images/gutes-design-04.png
    -
    -
    -

    Rams Kriterien

    -

    innovative

    -

    aesthetic

    -

    makes a product useful

    -

    makes a product understandable

    -

    unobtrusive

    -

    honest

    -

    long-lasting

    -

    thorough down to the last detail

    -

    environmentally-friendly

    -

    as little design as possible

    -
    -
    -
    ./images/gutes-design-05.png

    Rams Kriterien //
    Was ist hier die Designleistung?

    -
    ./images/gutes-design-06.png

    Rams Kriterien //
    Was ist hier die Designleistung?

    -
    ./images/gutes-design-07-b.png

    Rams Kriterien //
    Was ist hier die Designleistung?

    -
    ./images/gutes-design-08.png

    Rams Kriterien //
    Was ist hier die Designleistung?

    -
    ./images/gutes-design-09-b.png

    Rams Kriterien //
    Was ist hier die Designleistung?

    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/070-design-basics/index.html b/docs/presentations/screendesign/design-in-der-medieninformatik/070-design-basics/index.html deleted file mode 100644 index 72a77cfc..00000000 --- a/docs/presentations/screendesign/design-in-der-medieninformatik/070-design-basics/index.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - Design Basics // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Design Basics

    -
    -
    -

    Zum Start

    -

    versuchen Sie offen zu sein

    -

    Gestaltungslösungen sind nicht binär

    -

    versuchen Sie unvollständige Übungenstellung durch gute Fragen zu komplettieren

    -

    entwickeln Sie stets Alternativen und dokumentieren diese um nachweisen zu können, dass die gewählte Lösung die Beste (zumindest aus ihren Varianten) ist

    -

    entwickeln Sie Argumente und Begründungszusammenhänge für Ihre Gestaltungen

    -
    -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/090-funktionen-zielgruppe/index.html b/docs/presentations/screendesign/design-in-der-medieninformatik/090-funktionen-zielgruppe/index.html deleted file mode 100644 index e40ec213..00000000 --- a/docs/presentations/screendesign/design-in-der-medieninformatik/090-funktionen-zielgruppe/index.html +++ /dev/null @@ -1,72 +0,0 @@ - - - - Beschreiben Sie Funktion und Zielgruppe? // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Beschreiben Sie Funktion und Zielgruppe?

    Zielsetzung & Zielgruppe

    -
    ./images/design-basics-01.png

    Henne & Ei Problem

    -
    ./images/design-basics-02.png

    Funktion & Zielgruppe: gutes Design?

    -
    ./images/design-basics-03.png

    Funktion & Zielgruppe: gutes Design?

    -
    ./images/design-basics-04.png

    Funktion & Zielgruppe: gutes Design?

    -
    ./images/design-basics-05.png

    Funktion & Zielgruppe: gutes Design?

    -
    ./images/design-basics-05a.png

    Funktion & Zielgruppe: gutes Design?

    -
    ./images/design-basics-06.png

    Funktion & Zielgruppe: gutes Design?

    -
    ./images/design-basics-07.png

    Funktion & Zielgruppe: gutes Design?

    -
    ./images/design-basics-08.png

    Funktion & Zielgruppe: gutes Design?

    -
    ./images/design-basics-09.png

    Funktion & Zielgruppe: gutes Design?

    -
    ./images/design-basics-10.png

    Funktion & Zielgruppe: gutes Design?

    -
    ./images/design-basics-11.png

    Funktion & Zielgruppe: gutes Design?

    -
    ./images/design-basics-12.png

    Funktion & Zielgruppe: gutes Design?

    -
    ./images/design-basics-a.png

    Funktion & Zielgruppe: gutes Design? Was ist der Unterschied?

    -
    ./images/design-basics-b.png

    Funktion & Zielgruppe: gutes Design? Was ist der Unterschied?

    -
    ./images/design-basics-c.png

    Was ist der Unterschied?

    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/100-layout/index.html b/docs/presentations/screendesign/design-in-der-medieninformatik/100-layout/index.html deleted file mode 100644 index 94f14d92..00000000 --- a/docs/presentations/screendesign/design-in-der-medieninformatik/100-layout/index.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - Wie beschreiben wir ein Layout? // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Wie beschreiben wir ein Layout?

    Gutes Auge, präzise Sprache

    -
    ./images/layout-01.png
    -

    Wie beschreiben wir ein Layout?

    Nach welcher Systematik können wir vorgehen?

    -
    ./images/layout-02.png
    -

    Wie beschreiben wir ein Layout?

    Welche visuellen Elementtypen gibt es eigentlich?

    -
    ./images/layout-03.png
    -
    ./images/layout-04.png
    -
    ./images/layout-05.png
    -
    ./images/layout-06.png
    -
    ./images/gutes-design-08.png
    -
    ./images/layout-07.png
    -
    ./images/layout-08.png
    -
    ./images/layout-09.png
    -
    ./images/layout-10.png
    -
    ./images/layout-11.png
    -
    ./images/layout-12.png
    -

    Wie beschreiben wir ein Layout?

    Welche visuellen Eigenschaften kann ein Element haben?

    -

    Punkt // Linie // Fläche // Form

    -
    ./images/layout-13.png
    -
    ./images/layout-14.png
    -

    Wie beschreiben wir ein Layout? -

    Welche visuellen Eigenschaften kann ein Element haben?

    -
    ./images/layout-15.png

    Punkt // Linie // Fläche // Form

    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/110-visuelle-eigenschaften/index.html b/docs/presentations/screendesign/design-in-der-medieninformatik/110-visuelle-eigenschaften/index.html deleted file mode 100644 index 950d9cfa..00000000 --- a/docs/presentations/screendesign/design-in-der-medieninformatik/110-visuelle-eigenschaften/index.html +++ /dev/null @@ -1,70 +0,0 @@ - - - - Notieren Sie visuelle Eigenschaften für die folgenden Beispiele. // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Notieren Sie visuelle Eigenschaften für die folgenden Beispiele.

    -
    ./images/eigenschaften-01.png
    -
    ./images/eigenschaften-02.png
    -
    ./images/eigenschaften-03.png
    -
    ./images/eigenschaften-04.png
    -
    ./images/eigenschaften-05.png
    -
    ./images/eigenschaften-06.png
    -
    ./images/eigenschaften-07.png
    -
    ./images/eigenschaften-08.png
    -
    ./images/eigenschaften-09.png
    -
    ./images/eigenschaften-10.png
    -
    ./images/eigenschaften-11.png
    -
    ./images/eigenschaften-12.png
    -
    ./images/eigenschaften-13.png
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/115-layoutbeschreiben/index.html b/docs/presentations/screendesign/design-in-der-medieninformatik/115-layoutbeschreiben/index.html deleted file mode 100644 index 65c1d951..00000000 --- a/docs/presentations/screendesign/design-in-der-medieninformatik/115-layoutbeschreiben/index.html +++ /dev/null @@ -1,59 +0,0 @@ - - - - Gutes Auge, präzise Sprache // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Gutes Auge, präzise Sprache

    Wie beschreiben wir ein Layout?

    -
    ./images/beschreiben-01.png
    -
    ./images/beschreiben-02.png
    -
    ./images/beschreiben-03.png
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/120-zusammenfassung/index.html b/docs/presentations/screendesign/design-in-der-medieninformatik/120-zusammenfassung/index.html deleted file mode 100644 index f73c9172..00000000 --- a/docs/presentations/screendesign/design-in-der-medieninformatik/120-zusammenfassung/index.html +++ /dev/null @@ -1,61 +0,0 @@ - - - - Zusammenfassung // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Zusammenfassung

    Design macht den Unterschied.

    -

    Design ist ein »wicked problem«.

    -

    Design stellt Fragen.

    -

    Medieninformatiker können entscheidende Rollen in Teams übernehmen.

    -

    Wir gestalten in der Regel nicht für uns selbst.

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/9999-outro/index.html b/docs/presentations/screendesign/design-in-der-medieninformatik/9999-outro/index.html deleted file mode 100644 index 7ffda695..00000000 --- a/docs/presentations/screendesign/design-in-der-medieninformatik/9999-outro/index.html +++ /dev/null @@ -1,300 +0,0 @@ - - - - About Screendesign // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/beschreiben-01.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/beschreiben-01.png deleted file mode 100644 index 63b93bf8..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/beschreiben-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/beschreiben-02.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/beschreiben-02.png deleted file mode 100644 index f79eceec..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/beschreiben-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/beschreiben-03.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/beschreiben-03.png deleted file mode 100755 index 8b1990f8..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/beschreiben-03.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-01.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-01.png deleted file mode 100644 index d428c5ad..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-02.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-02.png deleted file mode 100644 index 1efc2912..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-03.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-03.png deleted file mode 100755 index 39aad03a..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-03.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-04.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-04.png deleted file mode 100755 index 9beb9f13..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-04.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-05.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-05.png deleted file mode 100755 index 92d144cb..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-05.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-05a.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-05a.png deleted file mode 100755 index a6503d05..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-05a.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-06.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-06.png deleted file mode 100755 index f44f64ed..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-06.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-07.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-07.png deleted file mode 100644 index 3a8fbc47..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-07.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-08.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-08.png deleted file mode 100644 index 60323ddb..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-08.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-09.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-09.png deleted file mode 100755 index 5de4fb59..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-09.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-10.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-10.png deleted file mode 100755 index 34d93242..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-10.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-11.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-11.png deleted file mode 100755 index e1ca39b8..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-11.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-12.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-12.png deleted file mode 100755 index 7d4cf558..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-12.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-13.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-13.png deleted file mode 100755 index dedace3e..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-13.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-14.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-14.png deleted file mode 100755 index dfd8bff8..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-14.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-15.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-15.png deleted file mode 100644 index 23905c5c..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-15.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-16.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-16.png deleted file mode 100644 index 390ed489..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-16.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-17.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-17.png deleted file mode 100755 index 3f59940e..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-17.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-18.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-18.png deleted file mode 100755 index 87b5dc7f..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-18.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-19.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-19.png deleted file mode 100755 index 520a9b7c..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-19.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-a.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-a.png deleted file mode 100644 index 94bf76c0..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-a.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-b.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-b.png deleted file mode 100644 index a7d0966b..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-b.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-c.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-c.png deleted file mode 100644 index 45ae9bfc..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-basics-c.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-bewerten-01.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-bewerten-01.png deleted file mode 100644 index d5bd334c..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-bewerten-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-bewerten-02.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-bewerten-02.png deleted file mode 100755 index b1c23b3f..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/design-bewerten-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/digital-products-01.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/digital-products-01.png deleted file mode 100755 index 271d738f..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/digital-products-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/digital-products-02.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/digital-products-02.png deleted file mode 100644 index 8de520d3..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/digital-products-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/digital-products-03.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/digital-products-03.png deleted file mode 100755 index 6468f819..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/digital-products-03.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/digital-products-04.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/digital-products-04.png deleted file mode 100644 index 2b9cf9b1..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/digital-products-04.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/eigenschaften-01.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/eigenschaften-01.png deleted file mode 100755 index 8f65e1c5..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/eigenschaften-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/eigenschaften-02.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/eigenschaften-02.png deleted file mode 100755 index b28ee92e..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/eigenschaften-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/eigenschaften-03.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/eigenschaften-03.png deleted file mode 100755 index 61560c23..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/eigenschaften-03.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/eigenschaften-04.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/eigenschaften-04.png deleted file mode 100755 index 1c7f540b..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/eigenschaften-04.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/eigenschaften-05.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/eigenschaften-05.png deleted file mode 100755 index 2df71657..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/eigenschaften-05.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/eigenschaften-06.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/eigenschaften-06.png deleted file mode 100755 index 8fed0c56..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/eigenschaften-06.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/eigenschaften-07.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/eigenschaften-07.png deleted file mode 100755 index 4df41f30..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/eigenschaften-07.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/eigenschaften-08.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/eigenschaften-08.png deleted file mode 100755 index 28b9e10b..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/eigenschaften-08.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/eigenschaften-09.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/eigenschaften-09.png deleted file mode 100755 index a7375c7b..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/eigenschaften-09.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/eigenschaften-10.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/eigenschaften-10.png deleted file mode 100755 index b8f24766..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/eigenschaften-10.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/eigenschaften-11.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/eigenschaften-11.png deleted file mode 100755 index f7f3634d..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/eigenschaften-11.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/eigenschaften-12.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/eigenschaften-12.png deleted file mode 100755 index ce9568e0..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/eigenschaften-12.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/eigenschaften-13.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/eigenschaften-13.png deleted file mode 100755 index 10890ba9..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/eigenschaften-13.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/gutes-design-01.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/gutes-design-01.png deleted file mode 100755 index 2cce7d49..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/gutes-design-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/gutes-design-02.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/gutes-design-02.png deleted file mode 100644 index b6169060..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/gutes-design-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/gutes-design-03.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/gutes-design-03.png deleted file mode 100644 index bf63a2b5..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/gutes-design-03.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/gutes-design-04.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/gutes-design-04.png deleted file mode 100644 index 3697e549..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/gutes-design-04.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/gutes-design-05.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/gutes-design-05.png deleted file mode 100755 index 319c2c41..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/gutes-design-05.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/gutes-design-06.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/gutes-design-06.png deleted file mode 100644 index cc0fcb6a..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/gutes-design-06.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/gutes-design-07-b.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/gutes-design-07-b.png deleted file mode 100644 index 1df8409b..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/gutes-design-07-b.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/gutes-design-07.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/gutes-design-07.png deleted file mode 100644 index 60ba4a93..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/gutes-design-07.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/gutes-design-08.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/gutes-design-08.png deleted file mode 100755 index d0abbe04..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/gutes-design-08.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/gutes-design-09-b.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/gutes-design-09-b.png deleted file mode 100644 index 965d0c69..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/gutes-design-09-b.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/gutes-design-09.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/gutes-design-09.png deleted file mode 100644 index 3e368062..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/gutes-design-09.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-01.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-01.png deleted file mode 100644 index 08868580..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-02.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-02.png deleted file mode 100644 index f54a35bf..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-03.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-03.png deleted file mode 100755 index 9d019d2f..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-03.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-04.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-04.png deleted file mode 100644 index a41ef537..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-04.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-05.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-05.png deleted file mode 100755 index 0e61eeec..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-05.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-06.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-06.png deleted file mode 100755 index c298138e..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-06.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-07.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-07.png deleted file mode 100755 index 87664a83..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-07.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-08.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-08.png deleted file mode 100755 index ea3e3994..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-08.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-09.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-09.png deleted file mode 100755 index f76548e0..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-09.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-10.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-10.png deleted file mode 100644 index 88e14ac9..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-10.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-11.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-11.png deleted file mode 100755 index bfcddcbe..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-11.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-12.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-12.png deleted file mode 100755 index fcd08e0b..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-12.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-13.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-13.png deleted file mode 100644 index bc9b91e1..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-13.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-14.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-14.png deleted file mode 100644 index e129718c..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-14.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-15.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-15.png deleted file mode 100644 index 6fe5c1c6..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/layout-15.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/time-square.jpg.jpg b/docs/presentations/screendesign/design-in-der-medieninformatik/images/time-square.jpg.jpg deleted file mode 100755 index 22497263..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/time-square.jpg.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/tokyo-shinjuku.jpg b/docs/presentations/screendesign/design-in-der-medieninformatik/images/tokyo-shinjuku.jpg deleted file mode 100755 index 40927675..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/tokyo-shinjuku.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/was-ist-design-01.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/was-ist-design-01.png deleted file mode 100755 index 2e954292..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/was-ist-design-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/was-ist-design-02.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/was-ist-design-02.png deleted file mode 100755 index 904a8dae..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/was-ist-design-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/was-ist-design-03.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/was-ist-design-03.png deleted file mode 100755 index 85167903..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/was-ist-design-03.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/was-ist-design-04.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/was-ist-design-04.png deleted file mode 100755 index 106be91f..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/was-ist-design-04.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/wir-duerfen-01.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/wir-duerfen-01.png deleted file mode 100644 index 7cde9d87..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/wir-duerfen-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/images/wir-duerfen-02.png b/docs/presentations/screendesign/design-in-der-medieninformatik/images/wir-duerfen-02.png deleted file mode 100644 index 73c9c068..00000000 Binary files a/docs/presentations/screendesign/design-in-der-medieninformatik/images/wir-duerfen-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/design-in-der-medieninformatik/index.html b/docs/presentations/screendesign/design-in-der-medieninformatik/index.html deleted file mode 100644 index 974445c3..00000000 --- a/docs/presentations/screendesign/design-in-der-medieninformatik/index.html +++ /dev/null @@ -1,345 +0,0 @@ - - - - Design in der Medieninformatik (DONE) // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -

    Design in der Medieninformatik

    -

    ---

    -
    - - - -
    - - -
    -
    -
    -
    -
    -
    -
    -

    Was ist Design?

    -
    -
    - - - -
    - - -
    -

    Was hat Design in diesem Studiengang für eine Berechtigung?

    Absolventen der Medieninformatik analysieren, realisieren, betreiben und evaluieren informationstechnische Prozesse und Systeme zur Gestaltung, Produktion, Bearbeitung, Distribution und Nutzung medienbasierter Informationen.

    -

    Das Studium der Medieninformatik zielt somit im Kern auf die Vermittlung entsprechender Methoden, Techniken und Denkweisen der Informatik. Absolvent*innen der Medieninformatik arbeiten dabei vorwiegend in Teams und müssen dort ihre erworbenen Kompetenzen einbringen können – hier ist Interdisziplinarität gefragt, erwünscht und gefordert. Auch darauf bereitet das Studium der Medieninformatik vor: es vermittelt Sichtweisen und Techniken aus verschiedenen Fachgebieten, von Computergrafik über Mensch-Computer-Interaktion bis Videoproduktion, von Kommunikationsdesign über Programmentwicklung bis Marketing. -

    -
    - - -
    - - -
    -

    Wir entwicklern Software!

    - - -
    - - -
    -

    Ziele

    Rolle von Design in der Medieninformatik.

    -

    Grundbegriffe klären.

    -

    Grundsätzliche Herangehensweisen und Sichtweisen klären.

    -
    - - -
    - - -
    -

    How to create Digital Products?

    -
    ./images/digital-products-01.png

    Typical Product Team

    -
    ./images/digital-products-02.png

    Different Types of Design(ers)

    -
    ./images/digital-products-03.png
    -
    ./images/digital-products-04.png
    - - - -
    - - -
    -

    Wie würden Sie die folgenden Designs bewerten?

    Oder anders gefragt: nach welchen Kriterien würde Sie bewerten?

    -
    ./images/design-bewerten-01.png
    -
    ./images/design-bewerten-02.png
    - - -
    - - -
    -

    Design is ...

    -

    Desing is...

    making things pretty?

    -

    Desing is...

    moving pixels around?

    -
    ./images/wir-duerfen-01.png
    -
    ./images/wir-duerfen-02.png
    -

    Desing is...

    asking the right questions.

    -

    Desing is...

    identifying and solving problems.

    -

    Was wären die richtigen Fragen am Anfang eines Designprozesses?

    -

    Wie können wir Probleme identifizieren?

    - - - -
    - - -
    -

    Pause

    - - -
    - - -
    -

    Woran erkennen wir gutes Design?

    -
    ./images/gutes-design-01.png
    -

    Good Design is innovative

    The possibilities for innovation are not, by any means, exhausted. Technological development is always offering new opportunities for innovative design. But innovative design always develops in tandem with innovative technology, and can never be an end in itself.
    -

    Good design is aesthetic -

    The aesthetic quality of a product is integral to its usefulness because products we use every day affect our person and our well-being. But only well-executed objects can be beautiful.
    -

    Good design makes a product useful

    A product is bought to be used. It has to satisfy certain criteria, not only functional, but also psychological and aesthetic. Good design emphasizes the usefulness of a product whilst disregarding anything that could possibly detract from it.
    -

    Good design makes a product understandable

    It clarifies the product’s structure. Better still, it can make the product talk. At best, it is self-explanatory.
    -

    Good design is unobtrusive

    Products fulfilling a purpose are like tools. They are neither decorative objects nor works of art. Their design should therefore be both neutral and restrained, to leave room for the user’s self-expression.
    -

    Good design is honest

    It does not make a product more innovative, powerful or valuable than it really is. It does not attempt to manipulate the consumer with promises that cannot be kept.
    -

    Good design is long-lasting

    It avoids being fashionable and therefore never appears antiquated. Unlike fashionable design, it lasts many years – even in today’s throwaway society.
    -

    Good design is thorough down to the last detail

    Nothing must be arbitrary or left to chance. Care and accuracy in the design process show respect towards the user.
    -

    Good design is environmentally-friendly

    Design makes an important contribution to the preservation of the environment. It conserves resources and minimizes physical and visual pollution throughout the lifecycle of the product.
    -

    Good design is as little design as possible

    Less, but better – because it concentrates on the essential aspects, and the products are not burdened with non-essentials. -Back to purity, back to simplicity.
    -
    ./images/gutes-design-02.png

    Dieter Rams
    Industrial Designer

    -
    ./images/gutes-design-03.png
    -
    ./images/gutes-design-04.png
    -
    -
    -

    Rams Kriterien

    -

    innovative

    -

    aesthetic

    -

    makes a product useful

    -

    makes a product understandable

    -

    unobtrusive

    -

    honest

    -

    long-lasting

    -

    thorough down to the last detail

    -

    environmentally-friendly

    -

    as little design as possible

    -
    -
    -
    ./images/gutes-design-05.png

    Rams Kriterien //
    Was ist hier die Designleistung?

    -
    ./images/gutes-design-06.png

    Rams Kriterien //
    Was ist hier die Designleistung?

    -
    ./images/gutes-design-07-b.png

    Rams Kriterien //
    Was ist hier die Designleistung?

    -
    ./images/gutes-design-08.png

    Rams Kriterien //
    Was ist hier die Designleistung?

    -
    ./images/gutes-design-09-b.png

    Rams Kriterien //
    Was ist hier die Designleistung?

    - - - -
    - - -
    -

    Design Basics

    -
    -
    -

    Zum Start

    -

    versuchen Sie offen zu sein

    -

    Gestaltungslösungen sind nicht binär

    -

    versuchen Sie unvollständige Übungenstellung durch gute Fragen zu komplettieren

    -

    entwickeln Sie stets Alternativen und dokumentieren diese um nachweisen zu können, dass die gewählte Lösung die Beste (zumindest aus ihren Varianten) ist

    -

    entwickeln Sie Argumente und Begründungszusammenhänge für Ihre Gestaltungen

    -
    -
    - - - -
    - - -
    -

    Beschreiben Sie Funktion und Zielgruppe?

    Zielsetzung & Zielgruppe

    -
    ./images/design-basics-01.png

    Henne & Ei Problem

    -
    ./images/design-basics-02.png

    Funktion & Zielgruppe: gutes Design?

    -
    ./images/design-basics-03.png

    Funktion & Zielgruppe: gutes Design?

    -
    ./images/design-basics-04.png

    Funktion & Zielgruppe: gutes Design?

    -
    ./images/design-basics-05.png

    Funktion & Zielgruppe: gutes Design?

    -
    ./images/design-basics-05a.png

    Funktion & Zielgruppe: gutes Design?

    -
    ./images/design-basics-06.png

    Funktion & Zielgruppe: gutes Design?

    -
    ./images/design-basics-07.png

    Funktion & Zielgruppe: gutes Design?

    -
    ./images/design-basics-08.png

    Funktion & Zielgruppe: gutes Design?

    -
    ./images/design-basics-09.png

    Funktion & Zielgruppe: gutes Design?

    -
    ./images/design-basics-10.png

    Funktion & Zielgruppe: gutes Design?

    -
    ./images/design-basics-11.png

    Funktion & Zielgruppe: gutes Design?

    -
    ./images/design-basics-12.png

    Funktion & Zielgruppe: gutes Design?

    -
    ./images/design-basics-a.png

    Funktion & Zielgruppe: gutes Design? Was ist der Unterschied?

    -
    ./images/design-basics-b.png

    Funktion & Zielgruppe: gutes Design? Was ist der Unterschied?

    -
    ./images/design-basics-c.png

    Was ist der Unterschied?

    - - -
    - - -
    -

    Wie beschreiben wir ein Layout?

    Gutes Auge, präzise Sprache

    -
    ./images/layout-01.png
    -

    Wie beschreiben wir ein Layout?

    Nach welcher Systematik können wir vorgehen?

    -
    ./images/layout-02.png
    -

    Wie beschreiben wir ein Layout?

    Welche visuellen Elementtypen gibt es eigentlich?

    -
    ./images/layout-03.png
    -
    ./images/layout-04.png
    -
    ./images/layout-05.png
    -
    ./images/layout-06.png
    -
    ./images/gutes-design-08.png
    -
    ./images/layout-07.png
    -
    ./images/layout-08.png
    -
    ./images/layout-09.png
    -
    ./images/layout-10.png
    -
    ./images/layout-11.png
    -
    ./images/layout-12.png
    -

    Wie beschreiben wir ein Layout?

    Welche visuellen Eigenschaften kann ein Element haben?

    -

    Punkt // Linie // Fläche // Form

    -
    ./images/layout-13.png
    -
    ./images/layout-14.png
    -

    Wie beschreiben wir ein Layout? -

    Welche visuellen Eigenschaften kann ein Element haben?

    -
    ./images/layout-15.png

    Punkt // Linie // Fläche // Form

    - - -
    - - -
    -

    Notieren Sie visuelle Eigenschaften für die folgenden Beispiele.

    -
    ./images/eigenschaften-01.png
    -
    ./images/eigenschaften-02.png
    -
    ./images/eigenschaften-03.png
    -
    ./images/eigenschaften-04.png
    -
    ./images/eigenschaften-05.png
    -
    ./images/eigenschaften-06.png
    -
    ./images/eigenschaften-07.png
    -
    ./images/eigenschaften-08.png
    -
    ./images/eigenschaften-09.png
    -
    ./images/eigenschaften-10.png
    -
    ./images/eigenschaften-11.png
    -
    ./images/eigenschaften-12.png
    -
    ./images/eigenschaften-13.png
    - - - -
    - - -
    -

    Gutes Auge, präzise Sprache

    Wie beschreiben wir ein Layout?

    -
    ./images/beschreiben-01.png
    -
    ./images/beschreiben-02.png
    -
    ./images/beschreiben-03.png
    - - -
    - - -
    -

    Zusammenfassung

    Design macht den Unterschied.

    -

    Design ist ein »wicked problem«.

    -

    Design stellt Fragen.

    -

    Medieninformatiker können entscheidende Rollen in Teams übernehmen.

    -

    Wir gestalten in der Regel nicht für uns selbst.

    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/eindeutigkeit/000-intro/index.html b/docs/presentations/screendesign/eindeutigkeit/000-intro/index.html deleted file mode 100644 index c14167ef..00000000 --- a/docs/presentations/screendesign/eindeutigkeit/000-intro/index.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - Eindeutigkeit // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -

    Räumlichkeit

    -

    Wie funktioniert visuelle Tiefenstaffelung?

    -
    - - - -
    - - -
    -
    -

    About Screendesign

    -

    Worum geht es in diesem Modul?

    -
    - - -
    - - -
    -
    -

    Wahrnehmungsarbeit

    -
    - - -
    - - -
    -
    -

    Eindeutigkeit

    -

    Ordnen Sie Elemente so eindeutig wie möglich an.

    -
    - - -
    - - -
    -
    -

    Semiotik

    -

    Lehre von Zeichen und Zeichensystemen

    -
    - - -
    - - -
    -
    -

    Der Punkt

    -

    Das kleinste und einfachste Gestaltungselement

    -
    - - -
    - - -
    -
    -

    Linie

    -

    zusammenhängendes, eindimensionales geometrisches Gebilde ohne Querausdehnung 😀

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - - -
    - - -
    -
    -

    Design in der Medieninformatik

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Farbe

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Figur und Grund

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Fläche und Form

    -

    --

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/eindeutigkeit/020-erklaerung/index.html b/docs/presentations/screendesign/eindeutigkeit/020-erklaerung/index.html deleted file mode 100644 index 0630734e..00000000 --- a/docs/presentations/screendesign/eindeutigkeit/020-erklaerung/index.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - Eindeutigkeit // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Eindeutigkeit

    Betrachter:innen sucht Bezüge zwischen Elementen und verknüpft gedanklich ähnliche Elemente. Helfen Sie dabei durch Eindeutigkeit in der Anordnung und Einfachheit in der Ausprägung.

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/eindeutigkeit/030-beispiele/index.html b/docs/presentations/screendesign/eindeutigkeit/030-beispiele/index.html deleted file mode 100644 index f2d28c7f..00000000 --- a/docs/presentations/screendesign/eindeutigkeit/030-beispiele/index.html +++ /dev/null @@ -1,59 +0,0 @@ - - - - Beispiele aus der Literatur // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Beispiele aus der Literatur

    -
    ./images/030-eindeutigkeit.002.jpeg
    -
    ./images/030-eindeutigkeit.003.jpeg
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/eindeutigkeit/040-beispiele/index.html b/docs/presentations/screendesign/eindeutigkeit/040-beispiele/index.html deleted file mode 100644 index 66f9c7e9..00000000 --- a/docs/presentations/screendesign/eindeutigkeit/040-beispiele/index.html +++ /dev/null @@ -1,62 +0,0 @@ - - - - Beispiele aus der Veranstaltung // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Beispiele aus der Veranstaltung

    -
    ./images/030-eindeutigkeit.004.jpeg

    Wie könnte eindeutiger angeordnet werden?

    -
    ./images/030-eindeutigkeit.005.jpeg

    Auf welcher Ebene ist das Zeichen?

    -
    ./images/030-eindeutigkeit.006.jpeg

    Auf welcher Ebene ist das Zeichen?

    -
    ./images/030-eindeutigkeit.007.jpeg

    Auf welcher Ebene ist das Zeichen?

    -
    ./images/030-eindeutigkeit.008.jpeg

    Auf welcher Ebene ist das Zeichen?

    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/eindeutigkeit/images/030-eindeutigkeit.002.jpeg b/docs/presentations/screendesign/eindeutigkeit/images/030-eindeutigkeit.002.jpeg deleted file mode 100755 index 8b189e45..00000000 Binary files a/docs/presentations/screendesign/eindeutigkeit/images/030-eindeutigkeit.002.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/eindeutigkeit/images/030-eindeutigkeit.003.jpeg b/docs/presentations/screendesign/eindeutigkeit/images/030-eindeutigkeit.003.jpeg deleted file mode 100755 index 666e5457..00000000 Binary files a/docs/presentations/screendesign/eindeutigkeit/images/030-eindeutigkeit.003.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/eindeutigkeit/images/030-eindeutigkeit.004.jpeg b/docs/presentations/screendesign/eindeutigkeit/images/030-eindeutigkeit.004.jpeg deleted file mode 100755 index abde7074..00000000 Binary files a/docs/presentations/screendesign/eindeutigkeit/images/030-eindeutigkeit.004.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/eindeutigkeit/images/030-eindeutigkeit.005.jpeg b/docs/presentations/screendesign/eindeutigkeit/images/030-eindeutigkeit.005.jpeg deleted file mode 100755 index 5ea508f4..00000000 Binary files a/docs/presentations/screendesign/eindeutigkeit/images/030-eindeutigkeit.005.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/eindeutigkeit/images/030-eindeutigkeit.006.jpeg b/docs/presentations/screendesign/eindeutigkeit/images/030-eindeutigkeit.006.jpeg deleted file mode 100755 index b506eb7f..00000000 Binary files a/docs/presentations/screendesign/eindeutigkeit/images/030-eindeutigkeit.006.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/eindeutigkeit/images/030-eindeutigkeit.007.jpeg b/docs/presentations/screendesign/eindeutigkeit/images/030-eindeutigkeit.007.jpeg deleted file mode 100755 index 29de67fb..00000000 Binary files a/docs/presentations/screendesign/eindeutigkeit/images/030-eindeutigkeit.007.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/eindeutigkeit/images/030-eindeutigkeit.008.jpeg b/docs/presentations/screendesign/eindeutigkeit/images/030-eindeutigkeit.008.jpeg deleted file mode 100755 index e19f592c..00000000 Binary files a/docs/presentations/screendesign/eindeutigkeit/images/030-eindeutigkeit.008.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/eindeutigkeit/index.html b/docs/presentations/screendesign/eindeutigkeit/index.html deleted file mode 100644 index 63fd162a..00000000 --- a/docs/presentations/screendesign/eindeutigkeit/index.html +++ /dev/null @@ -1,111 +0,0 @@ - - - - Eindeutigkeit // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -

    Eindeutigkeit

    -

    Ordnen Sie Elemente so eindeutig wie möglich an.

    -
    - - -
    - - -
    -

    Eindeutigkeit

    Betrachter:innen sucht Bezüge zwischen Elementen und verknüpft gedanklich ähnliche Elemente. Helfen Sie dabei durch Eindeutigkeit in der Anordnung und Einfachheit in der Ausprägung.

    -
    - - -
    - - -
    -

    Beispiele aus der Literatur

    -
    ./images/030-eindeutigkeit.002.jpeg
    -
    ./images/030-eindeutigkeit.003.jpeg
    - - - -
    - - -
    -

    Beispiele aus der Veranstaltung

    -
    ./images/030-eindeutigkeit.004.jpeg

    Wie könnte eindeutiger angeordnet werden?

    -
    ./images/030-eindeutigkeit.005.jpeg

    Auf welcher Ebene ist das Zeichen?

    -
    ./images/030-eindeutigkeit.006.jpeg

    Auf welcher Ebene ist das Zeichen?

    -
    ./images/030-eindeutigkeit.007.jpeg

    Auf welcher Ebene ist das Zeichen?

    -
    ./images/030-eindeutigkeit.008.jpeg

    Auf welcher Ebene ist das Zeichen?

    - - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/farben/000-intro/index.html b/docs/presentations/screendesign/farben/000-intro/index.html deleted file mode 100644 index e9ac7f0d..00000000 --- a/docs/presentations/screendesign/farben/000-intro/index.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - Farbe // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -

    Räumlichkeit

    -

    Wie funktioniert visuelle Tiefenstaffelung?

    -
    - - - -
    - - -
    -
    -

    About Screendesign

    -

    Worum geht es in diesem Modul?

    -
    - - -
    - - -
    -
    -

    Wahrnehmungsarbeit

    -
    - - -
    - - -
    -
    -

    Eindeutigkeit

    -

    Ordnen Sie Elemente so eindeutig wie möglich an.

    -
    - - -
    - - -
    -
    -

    Semiotik

    -

    Lehre von Zeichen und Zeichensystemen

    -
    - - -
    - - -
    -
    -

    Der Punkt

    -

    Das kleinste und einfachste Gestaltungselement

    -
    - - -
    - - -
    -
    -

    Linie

    -

    zusammenhängendes, eindimensionales geometrisches Gebilde ohne Querausdehnung 😀

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - - -
    - - -
    -
    -

    Design in der Medieninformatik

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Farbe

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Figur und Grund

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Fläche und Form

    -

    --

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/farben/010-farbe/index.html b/docs/presentations/screendesign/farben/010-farbe/index.html deleted file mode 100644 index e865b72f..00000000 --- a/docs/presentations/screendesign/farben/010-farbe/index.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - Farbe // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    ./images/farbe/corporate-color-01.png

    Corporate Color

    -
    ./images/farbe/corporate-color-02.png

    Corporate Color

    -
    ./images/farbe/corporate-color-03.png

    Corporate Color

    -
    ./images/farbe/corporate-color-04.png

    Corporate Color

    -
    ./images/farbe/der-gleiche-farbwert.png

    Der gleiche Farbwert

    -
    ./images/farbe/verlaeufe-01.png

    Verläufe

    -
    ./images/farbe/verlaeufe-02.png

    Verläufe

    -
    ./images/farbe/verlaeufe-03.png

    Verläufe

    -
    ./images/farbe/verlaeufe-04.png

    Verläufe

    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/farben/020-grundlagen/index.html b/docs/presentations/screendesign/farben/020-grundlagen/index.html deleted file mode 100644 index beaaaa54..00000000 --- a/docs/presentations/screendesign/farben/020-grundlagen/index.html +++ /dev/null @@ -1,70 +0,0 @@ - - - - Grundlagen // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Grundlagen

    -
    ./images/grundlagen/farbspektrum-01.png

    Farbspektrum

    -
    ./images/grundlagen/farbmodelle-01.png

    Farbspektrum

    -
    ./images/grundlagen/farbmodelle-02.png

    Farbspektrum

    -
    ./images/grundlagen/farbmodelle-03.png

    Farbspektrum

    -
    ./images/grundlagen/farbmischung-01.png

    Farbmischung

    -
    ./images/grundlagen/farbmischung-02.png

    Farbmischung

    -
    ./images/grundlagen/farbkreis-01.png

    Farbkreis

    -
    ./images/grundlagen/saettigung-01.png

    Sättigung

    -
    ./images/grundlagen/saettigung-02.png

    Sättigung

    -
    ./images/grundlagen/saettigung-helligkeit-01.png

    Sättigung und Helligekeit

    -
    ./images/grundlagen/hue-saturation-brightness-01.png

    Hue, Saturation and Brightness

    -
    ./images/grundlagen/farbklima-01.png

    Farbklima

    -
    ./images/grundlagen/farbkreise-01.png

    Farbkreise

    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/farben/030-wechselwirkungen-farbkontraste/index.html b/docs/presentations/screendesign/farben/030-wechselwirkungen-farbkontraste/index.html deleted file mode 100644 index 9c89e905..00000000 --- a/docs/presentations/screendesign/farben/030-wechselwirkungen-farbkontraste/index.html +++ /dev/null @@ -1,298 +0,0 @@ - - - - Wechselwirkungen und Farbkontraste // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Wechselwirkungen und Farbkontraste

    -

    Komplementärkontrast

    -
    ./images/kontraste/komplementaer-kontrast-01.png

    Komplementärkontrast

    -
    ./images/kontraste/komplementaer-kontrast-02.png

    Komplementärkontrast

    -
    ./images/kontraste/komplementaer-kontrast-03.png

    Komplementärkontrast

    -
    -
    - -
    -

    Komplementärkontrast

    -

    - Relevare -

    -
    -
    -
    -
    -
    - -
    -

    Komplementärkontrast

    -

    - Wodniack -

    -
    -
    -
    -
    -
    - -
    -

    Komplementärkontrast

    -

    - Bambini -

    -
    -
    -
    -
    -
    - -
    -

    Komplementärkontrast

    -

    - Map of the Market -

    -
    -
    -
    -

    Farbe-an-sich Kontrast

    -
    ./images/kontraste/farbe-an-sich-kontrast-01.png

    Farbe-an-sich Kontrast

    -
    -
    - -
    -

    Farbe-an-sich Kontrast

    -

    - Mayersche -

    -
    -
    -
    -
    -
    - -
    -

    Farbe-an-sich Kontrast

    -

    - Nintendo -

    -
    -
    -
    -
    -
    - -
    -

    Farbe-an-sich Kontrast

    -

    - Kika -

    -
    -
    -
    -
    ./images/kontraste/farbe-an-sich-kontrast-05.png

    Farbe-an-sich Kontrast

    -
    -
    - -
    -

    Farbe-an-sich Kontrast

    -

    - web.archive.org -

    -
    -
    -
    -

    Quantitätskontrast

    -
    ./images/kontraste/quantitaets-kontrast-01.png

    Quantitätskontrast

    -
    -
    - -
    -

    Quantitätskontrast

    -

    - Nach dem Film -

    -
    -
    -
    -
    -
    - -
    -

    Quantitätskontrast

    -

    - Caterpillar -

    -
    -
    -
    -

    Bunt-Unbunt Kontrast

    -
    ./images/kontraste/bunt-unbunt-kontrast-01.png

    Bunt-Unbunt Kontrast

    -
    -
    - -
    -

    Farbe-an-sich Kontrast

    -

    - Th Köln -

    -
    -
    -
    -
    -
    - -
    -

    Farbe-an-sich Kontrast

    -

    - Bauhaus -

    -
    -
    -
    -
    -
    - -
    -

    Farbe-an-sich Kontrast

    -

    - Vue.Js -

    -
    -
    -
    -
    -
    - -
    -

    Farbe-an-sich Kontrast

    -

    - Sushi Bikes -

    -
    -
    -
    -
    ./images/kontraste/bunt-unbunt-kontrast-06.png

    Bunt-Unbunt Kontrast

    -
    ./images/kontraste/bunt-unbunt-kontrast-07.png

    Bunt-Unbunt Kontrast

    -

    Hell-Dunkel Kontrast

    -
    ./images/kontraste/hell-dunkel-kontrast-01.png

    Hell-Dunkel Kontrast

    -
    -
    - -
    -

    Hell-Dunkel Kontrast

    -

    - Kurzgesagt -

    -
    -
    -
    -
    -
    - -
    -

    Hell-Dunkel Kontrast

    -

    - cda -

    -
    -
    -
    -
    -
    - -
    -

    Hell-Dunkel Kontrast

    -

    - Jetbrains -

    -
    -
    -
    -
    -
    - -
    -

    Hell-Dunkel Kontrast

    -

    - Bega -

    -
    -
    -
    -
    ./images/kontraste/hell-dunkel-kontrast-06.png

    Hell-Dunkel Kontrast

    -

    Kalt-Warm Kontrast

    -
    ./images/kontraste/kalt-warm-kontrast-01.png

    Kalt-Warm Kontrast

    -
    ./images/kontraste/kalt-warm-kontrast-02.png

    Kalt-Warm Kontrast

    -
    ./images/kontraste/kalt-warm-kontrast-03.png

    Kalt-Warm Kontrast

    -
    ./images/kontraste/kalt-warm-kontrast-04.png

    Kalt-Warm Kontrast

    -
    ./images/kontraste/kalt-warm-kontrast-05.png

    Kalt-Warm Kontrast

    -
    ./images/kontraste/kalt-warm-kontrast-06.png

    Kalt-Warm Kontrast

    -
    ./images/kontraste/kalt-warm-kontrast-07.png

    Kalt-Warm Kontrast

    -

    Qualitätskontrast

    -
    ./images/kontraste/qualitaets-kontrast-01.png

    Qualitätskontrast

    -
    ./images/kontraste/qualitaets-kontrast-02.png

    Qualitätskontrast

    -

    Simultankontrast

    -
    ./images/kontraste/simultan-kontrast-01.png

    Simultankontrast

    -
    ./images/kontraste/simultan-kontrast-02.png

    Simultankontrast

    -
    ./images/kontraste/simultan-kontrast-03.png

    Simultankontrast

    -
    ./images/kontraste/uebersicht-01.png

    Simultankontrast

    -

    Flimmern

    -
    ./images/kontraste/flimmern-01.png

    Flimmern

    -
    -
    -

    Dieselbe Farbe wirkt auf dunklem Hintergrund leuchtender.

    -

    Liegen benachbarte Farben nahe bei einander, so schwächen sie sich ab.

    -

    Treffen Komplementärfarben eng bei einander, so verstärken sie sich gegenseitig.

    -

    Bei zu kleinem Helligkeitsunterschied entsteht ein Flimmern.

    -
    -
    -
    ./images/kontraste/flimmern-02.png

    Flimmern

    -
    ./images/kontraste/flimmern-03.png

    Flimmern

    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/farben/040-farbwirkung/index.html b/docs/presentations/screendesign/farben/040-farbwirkung/index.html deleted file mode 100644 index 8df96b57..00000000 --- a/docs/presentations/screendesign/farben/040-farbwirkung/index.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - Farbwirkung // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Farbwirkung

    -
    ./images/farbwirkung/farbklimata-01.png

    Farbklimata

    -
    ./images/farbwirkung/farbklimata-02.png

    Farbklimata

    -
    ./images/farbwirkung/pixel-01-a.png
    -
    ./images/farbwirkung/pixel-01-b.png
    -
    ./images/farbwirkung/pixel-02-a.png
    -
    ./images/farbwirkung/pixel-02-b.png
    -
    ./images/farbwirkung/pixel-03-a.png
    -
    ./images/farbwirkung/pixel-03-b.png
    -
    ./images/farbwirkung/pixel-04-a.png
    -
    ./images/farbwirkung/pixel-04-b.png
    -
    ./images/farbwirkung/pixel-05-a.png
    -
    ./images/farbwirkung/pixel-05-b.png
    -
    -
    -
    -
    -

    Ich mache immer alles blau.
    Blau finden alle gut.

    -
    -
    -
    -
    -
    ./images/farbwirkung/farbharmonie-01.png

    Farbharmonie

    -
    ./images/farbwirkung/farbharmonie-02.png

    Farbharmonie

    -
    ./images/farbwirkung/farbkreis-01.png

    Farbkreis

    -
    ./images/farbwirkung/farb-bedeutung-rot.png
    -
    ./images/farbwirkung/farb-bedeutung-orange.png
    -
    ./images/farbwirkung/farb-bedeutung-gelb.png
    -
    ./images/farbwirkung/farb-bedeutung-gruen.png
    -
    ./images/farbwirkung/farb-bedeutung-cyan.png
    -
    ./images/farbwirkung/farb-bedeutung-blau.png
    -
    ./images/farbwirkung/farb-bedeutung-violett.png
    -
    ./images/farbwirkung/farb-bedeutung-weiss.png
    -
    ./images/farbwirkung/farb-bedeutung-grau.png
    -
    ./images/farbwirkung/farb-bedeutung-schwarz.png
    -
    ./images/farbwirkung/licht-raum-01-a.png
    -
    ./images/farbwirkung/licht-raum-01-b.png
    -
    ./images/farbwirkung/licht-raum-01-c.png
    -
    ./images/farbwirkung/licht-raum-01-d.png
    -
    ./images/farbwirkung/licht-raum-02-a.png
    -
    ./images/farbwirkung/licht-raum-02-b.png
    -
    ./images/farbwirkung/licht-raum-02-c.png
    -
    ./images/farbwirkung/licht-raum-02-d.png
    -
    ./images/farbwirkung/licht-raum-03-a.png
    -
    ./images/farbwirkung/licht-raum-03-b.png
    -
    ./images/farbwirkung/licht-raum-03-c.png
    -
    ./images/farbwirkung/windows-farbe-01.png

    Windows Farbschema

    -
    ./images/farbwirkung/windows-farbe-02.png

    Windows Farbschema

    -
    ./images/farbwirkung/windows-farbe-03.png

    Windows Farbschema

    -
    ./images/farbwirkung/windows-farbe-04.png

    Windows Farbschema

    -
    ./images/farbwirkung/windows-farbe-05.png

    Windows Farbschema

    -
    ./images/farbwirkung/windows-farbe-06.png

    Windows Farbschema

    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/farben/050-lesbarkeit/index.html b/docs/presentations/screendesign/farben/050-lesbarkeit/index.html deleted file mode 100644 index 3a9cb35b..00000000 --- a/docs/presentations/screendesign/farben/050-lesbarkeit/index.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - Lesbarkeit // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Lesbarkeit

    -
    ./images/lesbarkeit/flimmern-01.png

    Flimmern

    -
    ./images/lesbarkeit/fernwirkung-01.png

    Fernwirkung nach Heller

    -
    ./images/lesbarkeit/nahwirkung-01.png

    Nahnwirkung nach Heller

    -
    ./images/lesbarkeit/buch-lesbarkeit-01.png
    -
    ./images/lesbarkeit/buch-lesbarkeit-02.png
    -
    ./images/lesbarkeit/buch-lesbarkeit-03.png
    -
    ./images/lesbarkeit/buch-lesbarkeit-04.png
    -
    ./images/lesbarkeit/buch-lesbarkeit-05.png
    -
    ./images/lesbarkeit/buch-lesbarkeit-06.png
    -
    ./images/lesbarkeit/buch-lesbarkeit-07.png
    -
    ./images/lesbarkeit/buch-lesbarkeit-08.png
    -
    ./images/lesbarkeit/buch-lesbarkeit-09.png
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/farben/060-farbenlesen/index.html b/docs/presentations/screendesign/farben/060-farbenlesen/index.html deleted file mode 100644 index ed0a4b79..00000000 --- a/docs/presentations/screendesign/farben/060-farbenlesen/index.html +++ /dev/null @@ -1,62 +0,0 @@ - - - - Farblesen // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Farbenlesen

    -
    ./images/farbenlesen/farben-lesen-01.png
    -
    ./images/farbenlesen/farben-lesen-02.png
    -
    ./images/farbenlesen/farben-lesen-03.png
    -
    ./images/farbenlesen/farben-lesen-04.png
    -
    ./images/farbenlesen/farben-lesen-05.png
    -
    ./images/farbenlesen/farben-lesen-06.png
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/farben/070-farbe-zum-orientieren/index.html b/docs/presentations/screendesign/farben/070-farbe-zum-orientieren/index.html deleted file mode 100644 index a348e629..00000000 --- a/docs/presentations/screendesign/farben/070-farbe-zum-orientieren/index.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - Farbe zum Orientieren // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Farbe zum Orientieren

    -
    -
    - -
    -

    Das Netz der Stadt

    -

    - Benedikt Schmitz -

    -
    -
    -
    -
    ./images/orientierung/kabel-01.png
    -
    -
    - -
    -

    Farbe zum Orientieren

    -

    - Green Planet Energy -

    -
    -
    -
    -
    -
    - -
    -

    Farbe zum Orientieren

    -

    - Green Planet Energy -

    -
    -
    -
    -
    -
    - -
    -

    Farbe zum Orientieren

    -

    - Green Planet Energy -

    -
    -
    -
    -
    -
    - -
    -

    Farbe zum Orientieren

    -

    - Electronic Book Review -

    -
    -
    -
    -
    -
    - -
    -

    Farbe zum Orientieren

    -

    - Electronic Book Review -

    -
    -
    -
    -
    -
    - -
    -

    Farbe zum Orientieren

    -

    - Electronic Book Review -

    -
    -
    -
    -
    -
    - -
    -

    Farbe zum Orientieren

    -

    - Electronic Book Review -

    -
    -
    -
    -

    Probleme?

    -
    ./images/orientierung/farbstrahl-01.png

    Farbe zum Orientieren

    -
    ./images/orientierung/farbstrahl-02.png

    Farbe zum Orientieren

    -
    ./images/orientierung/farbstrahl-03.png

    Farbe zum Orientieren

    -
    ./images/orientierung/farbstrahl-04.png

    Farbe zum Orientieren

    -
    ./images/orientierung/regeln-01.png

    Farbe zum Orientieren

    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/farben/080-farbe-zum-strukturieren/index.html b/docs/presentations/screendesign/farben/080-farbe-zum-strukturieren/index.html deleted file mode 100644 index a0f24894..00000000 --- a/docs/presentations/screendesign/farben/080-farbe-zum-strukturieren/index.html +++ /dev/null @@ -1,113 +0,0 @@ - - - - Farbe zum Strukturieren // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Farbe zum Strukturieren

    -
    ./images/strukturierung/strukturieren-01.png

    Farbe zum Strukturieren

    -
    -
    - -
    -

    Farbe zum Strukturieren

    -

    - Museums für Schöne Künste -

    -
    -
    -
    -
    -
    - -
    -

    Farbe zum Strukturieren

    -

    - Museums für Schöne Künste -

    -
    -
    -
    -
    -
    - -
    -

    Farbe zum Strukturieren

    -

    - Museums für Schöne Künste -

    -
    -
    -
    -
    -
    - -
    -

    Farbe zum Strukturieren

    -

    - Audi -

    -
    -
    -
    -
    -
    - -
    -

    Farbe zum Strukturieren

    -

    - Merten -

    -
    -
    -
    -
    ./images/strukturierung/strukturieren-07.png

    Farbe zum Strukturieren

    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/farben/090-farbe-zum-akzentuieren copy/index.html b/docs/presentations/screendesign/farben/090-farbe-zum-akzentuieren copy/index.html deleted file mode 100644 index 9b47e542..00000000 --- a/docs/presentations/screendesign/farben/090-farbe-zum-akzentuieren copy/index.html +++ /dev/null @@ -1,81 +0,0 @@ - - - - Farbe zum Akzentuieren // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Farbe zum Akzentuieren

    -
    ./images/akzentuierung/akzentuieren-01.png

    Farbe zum Akzentuieren

    -
    ./images/akzentuierung/akzentuieren-02.png

    Farbe zum Akzentuieren

    -
    ./images/akzentuierung/akzentuieren-03.png

    Farbe zum Akzentuieren

    -
    -
    - -
    -

    Farbe zum Akzentuieren

    -

    - Mini -

    -
    -
    -
    -
    -
    - -
    -

    Farbe zum Akzentuieren

    -

    - Nach dem Film -

    -
    -
    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/farben/090-farbe-zum-akzentuieren/index.html b/docs/presentations/screendesign/farben/090-farbe-zum-akzentuieren/index.html deleted file mode 100644 index 849f5380..00000000 --- a/docs/presentations/screendesign/farben/090-farbe-zum-akzentuieren/index.html +++ /dev/null @@ -1,114 +0,0 @@ - - - - Farbe zum Akzentuieren // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Farbe zum Akzentuieren

    -
    ./images/akzentuierung/akzentuieren-01.png

    Farbe zum Akzentuieren

    -
    ./images/akzentuierung/akzentuieren-02.png

    Farbe zum Akzentuieren

    -
    ./images/akzentuierung/akzentuieren-03.png

    Farbe zum Akzentuieren

    -
    -
    - -
    -

    Farbe zum Akzentuieren

    -

    - Mini -

    -
    -
    -
    -
    -
    - -
    -

    Farbe zum Akzentuieren

    -

    - Nach dem Film -

    -
    -
    -
    - - -
    - - -
    -

    Farbe zum Akzentuieren

    -
    ./images/akzentuierung/akzentuieren-01.png

    Farbe zum Akzentuieren

    -
    ./images/akzentuierung/akzentuieren-02.png

    Farbe zum Akzentuieren

    -
    ./images/akzentuierung/akzentuieren-03.png

    Farbe zum Akzentuieren

    -
    -
    - -
    -

    Farbe zum Akzentuieren

    -

    - Mini -

    -
    -
    -
    -
    -
    - -
    -

    Farbe zum Akzentuieren

    -

    - Nach dem Film -

    -
    -
    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/farben/100-farbe-zum/index.html b/docs/presentations/screendesign/farben/100-farbe-zum/index.html deleted file mode 100644 index ff2eedf4..00000000 --- a/docs/presentations/screendesign/farben/100-farbe-zum/index.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - Farbe zum // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Farbe zum

    Farben sollten besonnen und wenn möglich sparsam eingesetzt werden.

    -

    Ein Farbklima aus zwei Grundfarben reicht meist aus.

    -

    Die Farben sollten aufeinander abgestimmt sein und es sollten nicht mehr als 4 Grundfarben verwendet werden.

    -

    Ein kontrastreicher Einsatz von Farben sichert eine konturenscharfe Darstellung und z. B. eine gute Lesbarkeit.

    -

    Die Vordergrundfarbe sollte sich ausreichend vom Hintergrund abheben.

    -

    Ein Hell-Dunkel-Kontrast ermöglicht insbesondere für Sehschwache eine gute Lesbarkeit von Schrift, Bild und Funktion.

    -

    Je farbiger ein Text, umso unleserlicher wird er.

    -

    Text sollte nicht mit Blau dargestellt werden. Da Blau ein relativ kurzwelliges Licht ist und Licht unschärfer gesehen wird, je kurzwelliger es ist, wirkt Blau unschärfer als andere Farben.

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/farben/110-adobe-color/index.html b/docs/presentations/screendesign/farben/110-adobe-color/index.html deleted file mode 100644 index c683dd1a..00000000 --- a/docs/presentations/screendesign/farben/110-adobe-color/index.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - Farbe zum Akzentuieren // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    ./images/outro/adobe-color.png

    Farbe zum Akzentuieren

    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/farben/9999-outro/index.html b/docs/presentations/screendesign/farben/9999-outro/index.html deleted file mode 100644 index 7ffda695..00000000 --- a/docs/presentations/screendesign/farben/9999-outro/index.html +++ /dev/null @@ -1,300 +0,0 @@ - - - - About Screendesign // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/farben/images/akzentuierung/akzentuieren-01.png b/docs/presentations/screendesign/farben/images/akzentuierung/akzentuieren-01.png deleted file mode 100755 index d5138068..00000000 Binary files a/docs/presentations/screendesign/farben/images/akzentuierung/akzentuieren-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/akzentuierung/akzentuieren-02.png b/docs/presentations/screendesign/farben/images/akzentuierung/akzentuieren-02.png deleted file mode 100644 index be982db7..00000000 Binary files a/docs/presentations/screendesign/farben/images/akzentuierung/akzentuieren-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/akzentuierung/akzentuieren-03.png b/docs/presentations/screendesign/farben/images/akzentuierung/akzentuieren-03.png deleted file mode 100644 index 827c4dfa..00000000 Binary files a/docs/presentations/screendesign/farben/images/akzentuierung/akzentuieren-03.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/akzentuierung/akzentuieren-04.png b/docs/presentations/screendesign/farben/images/akzentuierung/akzentuieren-04.png deleted file mode 100644 index 24386919..00000000 Binary files a/docs/presentations/screendesign/farben/images/akzentuierung/akzentuieren-04.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/akzentuierung/akzentuieren-05.png b/docs/presentations/screendesign/farben/images/akzentuierung/akzentuieren-05.png deleted file mode 100644 index d69eec34..00000000 Binary files a/docs/presentations/screendesign/farben/images/akzentuierung/akzentuieren-05.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbe/corporate-color-01.png b/docs/presentations/screendesign/farben/images/farbe/corporate-color-01.png deleted file mode 100755 index 2edb81b7..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbe/corporate-color-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbe/corporate-color-01.svg b/docs/presentations/screendesign/farben/images/farbe/corporate-color-01.svg deleted file mode 100755 index ffcd39c4..00000000 --- a/docs/presentations/screendesign/farben/images/farbe/corporate-color-01.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/docs/presentations/screendesign/farben/images/farbe/corporate-color-02.png b/docs/presentations/screendesign/farben/images/farbe/corporate-color-02.png deleted file mode 100755 index cc293a98..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbe/corporate-color-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbe/corporate-color-03-1.png b/docs/presentations/screendesign/farben/images/farbe/corporate-color-03-1.png deleted file mode 100755 index 52d89167..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbe/corporate-color-03-1.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbe/corporate-color-03.png b/docs/presentations/screendesign/farben/images/farbe/corporate-color-03.png deleted file mode 100755 index fa5fb278..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbe/corporate-color-03.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbe/corporate-color-04.png b/docs/presentations/screendesign/farben/images/farbe/corporate-color-04.png deleted file mode 100755 index 83497635..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbe/corporate-color-04.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbe/der-gleiche-farbwert.png b/docs/presentations/screendesign/farben/images/farbe/der-gleiche-farbwert.png deleted file mode 100755 index 2ea8d9f0..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbe/der-gleiche-farbwert.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbe/intro.png b/docs/presentations/screendesign/farben/images/farbe/intro.png deleted file mode 100755 index 38ffeea6..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbe/intro.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbe/verlaeufe-01.png b/docs/presentations/screendesign/farben/images/farbe/verlaeufe-01.png deleted file mode 100755 index 6fc62b65..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbe/verlaeufe-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbe/verlaeufe-02.png b/docs/presentations/screendesign/farben/images/farbe/verlaeufe-02.png deleted file mode 100755 index a45e034f..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbe/verlaeufe-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbe/verlaeufe-03.png b/docs/presentations/screendesign/farben/images/farbe/verlaeufe-03.png deleted file mode 100755 index 15167b94..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbe/verlaeufe-03.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbe/verlaeufe-04.png b/docs/presentations/screendesign/farben/images/farbe/verlaeufe-04.png deleted file mode 100755 index b0415667..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbe/verlaeufe-04.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbenlesen/farben-lesen-01.png b/docs/presentations/screendesign/farben/images/farbenlesen/farben-lesen-01.png deleted file mode 100644 index 2650ec39..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbenlesen/farben-lesen-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbenlesen/farben-lesen-02.png b/docs/presentations/screendesign/farben/images/farbenlesen/farben-lesen-02.png deleted file mode 100644 index e74fb75c..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbenlesen/farben-lesen-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbenlesen/farben-lesen-03.png b/docs/presentations/screendesign/farben/images/farbenlesen/farben-lesen-03.png deleted file mode 100644 index 82665745..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbenlesen/farben-lesen-03.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbenlesen/farben-lesen-04.png b/docs/presentations/screendesign/farben/images/farbenlesen/farben-lesen-04.png deleted file mode 100644 index 1bec894c..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbenlesen/farben-lesen-04.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbenlesen/farben-lesen-05.png b/docs/presentations/screendesign/farben/images/farbenlesen/farben-lesen-05.png deleted file mode 100644 index 795c0e31..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbenlesen/farben-lesen-05.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbenlesen/farben-lesen-06.png b/docs/presentations/screendesign/farben/images/farbenlesen/farben-lesen-06.png deleted file mode 100644 index 8b0a814c..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbenlesen/farben-lesen-06.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbwirkung/blau-zitat.png b/docs/presentations/screendesign/farben/images/farbwirkung/blau-zitat.png deleted file mode 100755 index 1386036d..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbwirkung/blau-zitat.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbwirkung/farb-bedeutung-blau.png b/docs/presentations/screendesign/farben/images/farbwirkung/farb-bedeutung-blau.png deleted file mode 100644 index 0b095dd4..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbwirkung/farb-bedeutung-blau.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbwirkung/farb-bedeutung-cyan.png b/docs/presentations/screendesign/farben/images/farbwirkung/farb-bedeutung-cyan.png deleted file mode 100644 index f110711c..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbwirkung/farb-bedeutung-cyan.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbwirkung/farb-bedeutung-gelb.png b/docs/presentations/screendesign/farben/images/farbwirkung/farb-bedeutung-gelb.png deleted file mode 100644 index 8b3cc134..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbwirkung/farb-bedeutung-gelb.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbwirkung/farb-bedeutung-grau.png b/docs/presentations/screendesign/farben/images/farbwirkung/farb-bedeutung-grau.png deleted file mode 100644 index 5a8d16fa..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbwirkung/farb-bedeutung-grau.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbwirkung/farb-bedeutung-gruen.png b/docs/presentations/screendesign/farben/images/farbwirkung/farb-bedeutung-gruen.png deleted file mode 100644 index c3695659..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbwirkung/farb-bedeutung-gruen.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbwirkung/farb-bedeutung-orange.png b/docs/presentations/screendesign/farben/images/farbwirkung/farb-bedeutung-orange.png deleted file mode 100644 index 69cf88d9..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbwirkung/farb-bedeutung-orange.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbwirkung/farb-bedeutung-rot.png b/docs/presentations/screendesign/farben/images/farbwirkung/farb-bedeutung-rot.png deleted file mode 100644 index 6a8dc302..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbwirkung/farb-bedeutung-rot.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbwirkung/farb-bedeutung-schwarz.png b/docs/presentations/screendesign/farben/images/farbwirkung/farb-bedeutung-schwarz.png deleted file mode 100644 index 1ec40522..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbwirkung/farb-bedeutung-schwarz.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbwirkung/farb-bedeutung-violett.png b/docs/presentations/screendesign/farben/images/farbwirkung/farb-bedeutung-violett.png deleted file mode 100644 index c6c9f046..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbwirkung/farb-bedeutung-violett.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbwirkung/farb-bedeutung-weiss.png b/docs/presentations/screendesign/farben/images/farbwirkung/farb-bedeutung-weiss.png deleted file mode 100644 index 82663078..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbwirkung/farb-bedeutung-weiss.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbwirkung/farbharmonie-01.png b/docs/presentations/screendesign/farben/images/farbwirkung/farbharmonie-01.png deleted file mode 100644 index b0088876..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbwirkung/farbharmonie-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbwirkung/farbharmonie-02.png b/docs/presentations/screendesign/farben/images/farbwirkung/farbharmonie-02.png deleted file mode 100644 index 3cc1c6e6..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbwirkung/farbharmonie-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbwirkung/farbklimata-01.png b/docs/presentations/screendesign/farben/images/farbwirkung/farbklimata-01.png deleted file mode 100755 index 9e0adbb5..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbwirkung/farbklimata-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbwirkung/farbklimata-02.png b/docs/presentations/screendesign/farben/images/farbwirkung/farbklimata-02.png deleted file mode 100755 index 7101d433..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbwirkung/farbklimata-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbwirkung/farbkreis-01.png b/docs/presentations/screendesign/farben/images/farbwirkung/farbkreis-01.png deleted file mode 100755 index d23e3f6a..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbwirkung/farbkreis-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbwirkung/licht-raum-01-a.png b/docs/presentations/screendesign/farben/images/farbwirkung/licht-raum-01-a.png deleted file mode 100644 index 9eaf893d..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbwirkung/licht-raum-01-a.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbwirkung/licht-raum-01-b.png b/docs/presentations/screendesign/farben/images/farbwirkung/licht-raum-01-b.png deleted file mode 100644 index 35692ea2..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbwirkung/licht-raum-01-b.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbwirkung/licht-raum-01-c.png b/docs/presentations/screendesign/farben/images/farbwirkung/licht-raum-01-c.png deleted file mode 100644 index e7061093..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbwirkung/licht-raum-01-c.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbwirkung/licht-raum-01-d.png b/docs/presentations/screendesign/farben/images/farbwirkung/licht-raum-01-d.png deleted file mode 100644 index 9c27078c..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbwirkung/licht-raum-01-d.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbwirkung/licht-raum-02-a.png b/docs/presentations/screendesign/farben/images/farbwirkung/licht-raum-02-a.png deleted file mode 100644 index 9baff740..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbwirkung/licht-raum-02-a.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbwirkung/licht-raum-02-b.png b/docs/presentations/screendesign/farben/images/farbwirkung/licht-raum-02-b.png deleted file mode 100644 index 866877be..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbwirkung/licht-raum-02-b.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbwirkung/licht-raum-02-c.png b/docs/presentations/screendesign/farben/images/farbwirkung/licht-raum-02-c.png deleted file mode 100644 index 5b6bcf8d..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbwirkung/licht-raum-02-c.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbwirkung/licht-raum-02-d.png b/docs/presentations/screendesign/farben/images/farbwirkung/licht-raum-02-d.png deleted file mode 100644 index 56612b4c..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbwirkung/licht-raum-02-d.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbwirkung/licht-raum-03-a.png b/docs/presentations/screendesign/farben/images/farbwirkung/licht-raum-03-a.png deleted file mode 100644 index 1af4830b..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbwirkung/licht-raum-03-a.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbwirkung/licht-raum-03-b.png b/docs/presentations/screendesign/farben/images/farbwirkung/licht-raum-03-b.png deleted file mode 100644 index c190af71..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbwirkung/licht-raum-03-b.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbwirkung/licht-raum-03-c.png b/docs/presentations/screendesign/farben/images/farbwirkung/licht-raum-03-c.png deleted file mode 100644 index bc378705..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbwirkung/licht-raum-03-c.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbwirkung/pixel-01-a.png b/docs/presentations/screendesign/farben/images/farbwirkung/pixel-01-a.png deleted file mode 100755 index db18dd1f..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbwirkung/pixel-01-a.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbwirkung/pixel-01-b.png b/docs/presentations/screendesign/farben/images/farbwirkung/pixel-01-b.png deleted file mode 100755 index ccb6d971..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbwirkung/pixel-01-b.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbwirkung/pixel-02-a.png b/docs/presentations/screendesign/farben/images/farbwirkung/pixel-02-a.png deleted file mode 100755 index a7801603..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbwirkung/pixel-02-a.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbwirkung/pixel-02-b.png b/docs/presentations/screendesign/farben/images/farbwirkung/pixel-02-b.png deleted file mode 100755 index 323100a2..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbwirkung/pixel-02-b.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbwirkung/pixel-03-a.png b/docs/presentations/screendesign/farben/images/farbwirkung/pixel-03-a.png deleted file mode 100755 index 96ad6a19..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbwirkung/pixel-03-a.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbwirkung/pixel-03-b.png b/docs/presentations/screendesign/farben/images/farbwirkung/pixel-03-b.png deleted file mode 100755 index 31a13cec..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbwirkung/pixel-03-b.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbwirkung/pixel-04-a.png b/docs/presentations/screendesign/farben/images/farbwirkung/pixel-04-a.png deleted file mode 100755 index 061e8078..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbwirkung/pixel-04-a.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbwirkung/pixel-04-b.png b/docs/presentations/screendesign/farben/images/farbwirkung/pixel-04-b.png deleted file mode 100755 index 8a3d1edf..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbwirkung/pixel-04-b.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbwirkung/pixel-05-a.png b/docs/presentations/screendesign/farben/images/farbwirkung/pixel-05-a.png deleted file mode 100755 index 233ca40b..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbwirkung/pixel-05-a.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbwirkung/pixel-05-b.png b/docs/presentations/screendesign/farben/images/farbwirkung/pixel-05-b.png deleted file mode 100755 index 5507f11e..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbwirkung/pixel-05-b.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbwirkung/windows-farbe-01.png b/docs/presentations/screendesign/farben/images/farbwirkung/windows-farbe-01.png deleted file mode 100644 index 38627ad1..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbwirkung/windows-farbe-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbwirkung/windows-farbe-02.png b/docs/presentations/screendesign/farben/images/farbwirkung/windows-farbe-02.png deleted file mode 100644 index d4e2bda5..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbwirkung/windows-farbe-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbwirkung/windows-farbe-03.png b/docs/presentations/screendesign/farben/images/farbwirkung/windows-farbe-03.png deleted file mode 100644 index 98e8c067..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbwirkung/windows-farbe-03.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbwirkung/windows-farbe-04.png b/docs/presentations/screendesign/farben/images/farbwirkung/windows-farbe-04.png deleted file mode 100644 index 034d1812..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbwirkung/windows-farbe-04.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbwirkung/windows-farbe-05.png b/docs/presentations/screendesign/farben/images/farbwirkung/windows-farbe-05.png deleted file mode 100644 index a5739ea6..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbwirkung/windows-farbe-05.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/farbwirkung/windows-farbe-06.png b/docs/presentations/screendesign/farben/images/farbwirkung/windows-farbe-06.png deleted file mode 100644 index 47c088f8..00000000 Binary files a/docs/presentations/screendesign/farben/images/farbwirkung/windows-farbe-06.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/grundlagen/farbklima-01.png b/docs/presentations/screendesign/farben/images/grundlagen/farbklima-01.png deleted file mode 100755 index 7441bb8a..00000000 Binary files a/docs/presentations/screendesign/farben/images/grundlagen/farbklima-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/grundlagen/farbkreis-01.png b/docs/presentations/screendesign/farben/images/grundlagen/farbkreis-01.png deleted file mode 100755 index 3808a2bf..00000000 Binary files a/docs/presentations/screendesign/farben/images/grundlagen/farbkreis-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/grundlagen/farbkreise-01.png b/docs/presentations/screendesign/farben/images/grundlagen/farbkreise-01.png deleted file mode 100755 index 2e416091..00000000 Binary files a/docs/presentations/screendesign/farben/images/grundlagen/farbkreise-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/grundlagen/farbmischung-01.png b/docs/presentations/screendesign/farben/images/grundlagen/farbmischung-01.png deleted file mode 100755 index a551bc7a..00000000 Binary files a/docs/presentations/screendesign/farben/images/grundlagen/farbmischung-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/grundlagen/farbmischung-02.png b/docs/presentations/screendesign/farben/images/grundlagen/farbmischung-02.png deleted file mode 100755 index c6759a3b..00000000 Binary files a/docs/presentations/screendesign/farben/images/grundlagen/farbmischung-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/grundlagen/farbmodelle-01.png b/docs/presentations/screendesign/farben/images/grundlagen/farbmodelle-01.png deleted file mode 100755 index 3fef9b94..00000000 Binary files a/docs/presentations/screendesign/farben/images/grundlagen/farbmodelle-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/grundlagen/farbmodelle-02.png b/docs/presentations/screendesign/farben/images/grundlagen/farbmodelle-02.png deleted file mode 100755 index 3303e172..00000000 Binary files a/docs/presentations/screendesign/farben/images/grundlagen/farbmodelle-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/grundlagen/farbmodelle-03.png b/docs/presentations/screendesign/farben/images/grundlagen/farbmodelle-03.png deleted file mode 100755 index 80564137..00000000 Binary files a/docs/presentations/screendesign/farben/images/grundlagen/farbmodelle-03.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/grundlagen/farbspektrum-01.png b/docs/presentations/screendesign/farben/images/grundlagen/farbspektrum-01.png deleted file mode 100755 index a0a44b6b..00000000 Binary files a/docs/presentations/screendesign/farben/images/grundlagen/farbspektrum-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/grundlagen/hue-saturation-brightness-01.png b/docs/presentations/screendesign/farben/images/grundlagen/hue-saturation-brightness-01.png deleted file mode 100755 index c6a6cc2e..00000000 Binary files a/docs/presentations/screendesign/farben/images/grundlagen/hue-saturation-brightness-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/grundlagen/saettigung-01.png b/docs/presentations/screendesign/farben/images/grundlagen/saettigung-01.png deleted file mode 100755 index 0ac24194..00000000 Binary files a/docs/presentations/screendesign/farben/images/grundlagen/saettigung-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/grundlagen/saettigung-02.png b/docs/presentations/screendesign/farben/images/grundlagen/saettigung-02.png deleted file mode 100755 index 43a85395..00000000 Binary files a/docs/presentations/screendesign/farben/images/grundlagen/saettigung-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/grundlagen/saettigung-helligkeit-01.png b/docs/presentations/screendesign/farben/images/grundlagen/saettigung-helligkeit-01.png deleted file mode 100755 index 38f97312..00000000 Binary files a/docs/presentations/screendesign/farben/images/grundlagen/saettigung-helligkeit-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/bunt-unbunt-kontrast-01.png b/docs/presentations/screendesign/farben/images/kontraste/bunt-unbunt-kontrast-01.png deleted file mode 100755 index e68cc9e8..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/bunt-unbunt-kontrast-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/bunt-unbunt-kontrast-02.png b/docs/presentations/screendesign/farben/images/kontraste/bunt-unbunt-kontrast-02.png deleted file mode 100755 index ab49fe37..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/bunt-unbunt-kontrast-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/bunt-unbunt-kontrast-03.png b/docs/presentations/screendesign/farben/images/kontraste/bunt-unbunt-kontrast-03.png deleted file mode 100755 index fe3b63ef..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/bunt-unbunt-kontrast-03.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/bunt-unbunt-kontrast-04.png b/docs/presentations/screendesign/farben/images/kontraste/bunt-unbunt-kontrast-04.png deleted file mode 100755 index 56244ed3..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/bunt-unbunt-kontrast-04.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/bunt-unbunt-kontrast-05.png b/docs/presentations/screendesign/farben/images/kontraste/bunt-unbunt-kontrast-05.png deleted file mode 100755 index a0f05623..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/bunt-unbunt-kontrast-05.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/bunt-unbunt-kontrast-06.png b/docs/presentations/screendesign/farben/images/kontraste/bunt-unbunt-kontrast-06.png deleted file mode 100755 index c31356ac..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/bunt-unbunt-kontrast-06.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/bunt-unbunt-kontrast-07.png b/docs/presentations/screendesign/farben/images/kontraste/bunt-unbunt-kontrast-07.png deleted file mode 100755 index 2ae459fe..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/bunt-unbunt-kontrast-07.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/farbe-an-sich-kontrast-01.png b/docs/presentations/screendesign/farben/images/kontraste/farbe-an-sich-kontrast-01.png deleted file mode 100755 index bae5ebca..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/farbe-an-sich-kontrast-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/farbe-an-sich-kontrast-02.png b/docs/presentations/screendesign/farben/images/kontraste/farbe-an-sich-kontrast-02.png deleted file mode 100755 index 5a89ef04..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/farbe-an-sich-kontrast-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/farbe-an-sich-kontrast-03.png b/docs/presentations/screendesign/farben/images/kontraste/farbe-an-sich-kontrast-03.png deleted file mode 100755 index 1c9ab455..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/farbe-an-sich-kontrast-03.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/farbe-an-sich-kontrast-04.png b/docs/presentations/screendesign/farben/images/kontraste/farbe-an-sich-kontrast-04.png deleted file mode 100755 index 1e62fa9e..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/farbe-an-sich-kontrast-04.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/farbe-an-sich-kontrast-05.png b/docs/presentations/screendesign/farben/images/kontraste/farbe-an-sich-kontrast-05.png deleted file mode 100755 index 0eadf93d..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/farbe-an-sich-kontrast-05.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/farbe-an-sich-kontrast-06.png b/docs/presentations/screendesign/farben/images/kontraste/farbe-an-sich-kontrast-06.png deleted file mode 100755 index 24c2f040..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/farbe-an-sich-kontrast-06.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/flimmern-01.png b/docs/presentations/screendesign/farben/images/kontraste/flimmern-01.png deleted file mode 100755 index 40fefb53..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/flimmern-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/flimmern-02.png b/docs/presentations/screendesign/farben/images/kontraste/flimmern-02.png deleted file mode 100755 index 3b81d94d..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/flimmern-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/flimmern-03.png b/docs/presentations/screendesign/farben/images/kontraste/flimmern-03.png deleted file mode 100755 index b2bde4ea..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/flimmern-03.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/hell-dunkel-kontrast-01.png b/docs/presentations/screendesign/farben/images/kontraste/hell-dunkel-kontrast-01.png deleted file mode 100755 index 77988ee1..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/hell-dunkel-kontrast-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/hell-dunkel-kontrast-02.png b/docs/presentations/screendesign/farben/images/kontraste/hell-dunkel-kontrast-02.png deleted file mode 100755 index bfe378cd..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/hell-dunkel-kontrast-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/hell-dunkel-kontrast-03.png b/docs/presentations/screendesign/farben/images/kontraste/hell-dunkel-kontrast-03.png deleted file mode 100755 index 2fc17372..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/hell-dunkel-kontrast-03.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/hell-dunkel-kontrast-04.png b/docs/presentations/screendesign/farben/images/kontraste/hell-dunkel-kontrast-04.png deleted file mode 100755 index 3c3b9d29..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/hell-dunkel-kontrast-04.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/hell-dunkel-kontrast-05.png b/docs/presentations/screendesign/farben/images/kontraste/hell-dunkel-kontrast-05.png deleted file mode 100755 index e594f434..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/hell-dunkel-kontrast-05.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/hell-dunkel-kontrast-06.png b/docs/presentations/screendesign/farben/images/kontraste/hell-dunkel-kontrast-06.png deleted file mode 100755 index dad751ee..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/hell-dunkel-kontrast-06.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/kalt-warm-kontrast-01.png b/docs/presentations/screendesign/farben/images/kontraste/kalt-warm-kontrast-01.png deleted file mode 100755 index 2a57a5f3..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/kalt-warm-kontrast-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/kalt-warm-kontrast-02.png b/docs/presentations/screendesign/farben/images/kontraste/kalt-warm-kontrast-02.png deleted file mode 100755 index 779cd508..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/kalt-warm-kontrast-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/kalt-warm-kontrast-03.png b/docs/presentations/screendesign/farben/images/kontraste/kalt-warm-kontrast-03.png deleted file mode 100755 index a7396962..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/kalt-warm-kontrast-03.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/kalt-warm-kontrast-04.png b/docs/presentations/screendesign/farben/images/kontraste/kalt-warm-kontrast-04.png deleted file mode 100755 index a62ec90b..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/kalt-warm-kontrast-04.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/kalt-warm-kontrast-05.png b/docs/presentations/screendesign/farben/images/kontraste/kalt-warm-kontrast-05.png deleted file mode 100755 index 71c7909b..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/kalt-warm-kontrast-05.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/kalt-warm-kontrast-06.png b/docs/presentations/screendesign/farben/images/kontraste/kalt-warm-kontrast-06.png deleted file mode 100755 index c72c3d7a..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/kalt-warm-kontrast-06.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/kalt-warm-kontrast-07.png b/docs/presentations/screendesign/farben/images/kontraste/kalt-warm-kontrast-07.png deleted file mode 100755 index e294db04..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/kalt-warm-kontrast-07.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/komplementaer-kontrast-01.png b/docs/presentations/screendesign/farben/images/kontraste/komplementaer-kontrast-01.png deleted file mode 100755 index 16ff2999..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/komplementaer-kontrast-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/komplementaer-kontrast-02.png b/docs/presentations/screendesign/farben/images/kontraste/komplementaer-kontrast-02.png deleted file mode 100755 index 23b4823c..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/komplementaer-kontrast-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/komplementaer-kontrast-03.png b/docs/presentations/screendesign/farben/images/kontraste/komplementaer-kontrast-03.png deleted file mode 100755 index 12662032..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/komplementaer-kontrast-03.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/komplementaer-kontrast-04.png b/docs/presentations/screendesign/farben/images/kontraste/komplementaer-kontrast-04.png deleted file mode 100755 index 6ec00332..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/komplementaer-kontrast-04.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/komplementaer-kontrast-05.png b/docs/presentations/screendesign/farben/images/kontraste/komplementaer-kontrast-05.png deleted file mode 100755 index 3b3b59e6..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/komplementaer-kontrast-05.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/komplementaer-kontrast-06.png b/docs/presentations/screendesign/farben/images/kontraste/komplementaer-kontrast-06.png deleted file mode 100755 index 51f405a5..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/komplementaer-kontrast-06.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/komplementaer-kontrast-07.png b/docs/presentations/screendesign/farben/images/kontraste/komplementaer-kontrast-07.png deleted file mode 100755 index 8f4b25c9..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/komplementaer-kontrast-07.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/qualitaets-kontrast-01.png b/docs/presentations/screendesign/farben/images/kontraste/qualitaets-kontrast-01.png deleted file mode 100755 index 5bd32052..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/qualitaets-kontrast-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/qualitaets-kontrast-02.png b/docs/presentations/screendesign/farben/images/kontraste/qualitaets-kontrast-02.png deleted file mode 100755 index 9a88f40d..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/qualitaets-kontrast-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/quantitaets-kontrast-01.png b/docs/presentations/screendesign/farben/images/kontraste/quantitaets-kontrast-01.png deleted file mode 100755 index 3ccfa5d6..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/quantitaets-kontrast-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/quantitaets-kontrast-02.png b/docs/presentations/screendesign/farben/images/kontraste/quantitaets-kontrast-02.png deleted file mode 100755 index f769d3d7..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/quantitaets-kontrast-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/quantitaets-kontrast-03.png b/docs/presentations/screendesign/farben/images/kontraste/quantitaets-kontrast-03.png deleted file mode 100755 index 1e898080..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/quantitaets-kontrast-03.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/simultan-kontrast-01.png b/docs/presentations/screendesign/farben/images/kontraste/simultan-kontrast-01.png deleted file mode 100755 index 5c96c413..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/simultan-kontrast-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/simultan-kontrast-02.png b/docs/presentations/screendesign/farben/images/kontraste/simultan-kontrast-02.png deleted file mode 100755 index ff836f14..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/simultan-kontrast-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/simultan-kontrast-03.png b/docs/presentations/screendesign/farben/images/kontraste/simultan-kontrast-03.png deleted file mode 100755 index b261dea8..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/simultan-kontrast-03.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/kontraste/uebersicht-01.png b/docs/presentations/screendesign/farben/images/kontraste/uebersicht-01.png deleted file mode 100755 index 90f8876e..00000000 Binary files a/docs/presentations/screendesign/farben/images/kontraste/uebersicht-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/lesbarkeit/buch-lesbarkeit-01.png b/docs/presentations/screendesign/farben/images/lesbarkeit/buch-lesbarkeit-01.png deleted file mode 100644 index 45104e22..00000000 Binary files a/docs/presentations/screendesign/farben/images/lesbarkeit/buch-lesbarkeit-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/lesbarkeit/buch-lesbarkeit-02.png b/docs/presentations/screendesign/farben/images/lesbarkeit/buch-lesbarkeit-02.png deleted file mode 100644 index f2eda554..00000000 Binary files a/docs/presentations/screendesign/farben/images/lesbarkeit/buch-lesbarkeit-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/lesbarkeit/buch-lesbarkeit-03.png b/docs/presentations/screendesign/farben/images/lesbarkeit/buch-lesbarkeit-03.png deleted file mode 100644 index 023430d6..00000000 Binary files a/docs/presentations/screendesign/farben/images/lesbarkeit/buch-lesbarkeit-03.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/lesbarkeit/buch-lesbarkeit-04.png b/docs/presentations/screendesign/farben/images/lesbarkeit/buch-lesbarkeit-04.png deleted file mode 100644 index 7dda2d09..00000000 Binary files a/docs/presentations/screendesign/farben/images/lesbarkeit/buch-lesbarkeit-04.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/lesbarkeit/buch-lesbarkeit-05.png b/docs/presentations/screendesign/farben/images/lesbarkeit/buch-lesbarkeit-05.png deleted file mode 100644 index d57c2cc5..00000000 Binary files a/docs/presentations/screendesign/farben/images/lesbarkeit/buch-lesbarkeit-05.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/lesbarkeit/buch-lesbarkeit-06.png b/docs/presentations/screendesign/farben/images/lesbarkeit/buch-lesbarkeit-06.png deleted file mode 100644 index 942146c9..00000000 Binary files a/docs/presentations/screendesign/farben/images/lesbarkeit/buch-lesbarkeit-06.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/lesbarkeit/buch-lesbarkeit-07.png b/docs/presentations/screendesign/farben/images/lesbarkeit/buch-lesbarkeit-07.png deleted file mode 100644 index 26334aa0..00000000 Binary files a/docs/presentations/screendesign/farben/images/lesbarkeit/buch-lesbarkeit-07.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/lesbarkeit/buch-lesbarkeit-08.png b/docs/presentations/screendesign/farben/images/lesbarkeit/buch-lesbarkeit-08.png deleted file mode 100644 index 74c9c5ab..00000000 Binary files a/docs/presentations/screendesign/farben/images/lesbarkeit/buch-lesbarkeit-08.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/lesbarkeit/buch-lesbarkeit-09.png b/docs/presentations/screendesign/farben/images/lesbarkeit/buch-lesbarkeit-09.png deleted file mode 100644 index 20ca8b00..00000000 Binary files a/docs/presentations/screendesign/farben/images/lesbarkeit/buch-lesbarkeit-09.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/lesbarkeit/fernwirkung-01.png b/docs/presentations/screendesign/farben/images/lesbarkeit/fernwirkung-01.png deleted file mode 100644 index 6ee5326d..00000000 Binary files a/docs/presentations/screendesign/farben/images/lesbarkeit/fernwirkung-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/lesbarkeit/flimmern-01.png b/docs/presentations/screendesign/farben/images/lesbarkeit/flimmern-01.png deleted file mode 100644 index 607af690..00000000 Binary files a/docs/presentations/screendesign/farben/images/lesbarkeit/flimmern-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/lesbarkeit/nahwirkung-01.png b/docs/presentations/screendesign/farben/images/lesbarkeit/nahwirkung-01.png deleted file mode 100644 index b1c31efc..00000000 Binary files a/docs/presentations/screendesign/farben/images/lesbarkeit/nahwirkung-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/orientierung/ebr-01.png b/docs/presentations/screendesign/farben/images/orientierung/ebr-01.png deleted file mode 100644 index f6494862..00000000 Binary files a/docs/presentations/screendesign/farben/images/orientierung/ebr-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/orientierung/ebr-02.png b/docs/presentations/screendesign/farben/images/orientierung/ebr-02.png deleted file mode 100644 index 931faafe..00000000 Binary files a/docs/presentations/screendesign/farben/images/orientierung/ebr-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/orientierung/ebr-03.png b/docs/presentations/screendesign/farben/images/orientierung/ebr-03.png deleted file mode 100644 index 4a841e91..00000000 Binary files a/docs/presentations/screendesign/farben/images/orientierung/ebr-03.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/orientierung/ebr-04.png b/docs/presentations/screendesign/farben/images/orientierung/ebr-04.png deleted file mode 100644 index fca73074..00000000 Binary files a/docs/presentations/screendesign/farben/images/orientierung/ebr-04.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/orientierung/farbstrahl-01.png b/docs/presentations/screendesign/farben/images/orientierung/farbstrahl-01.png deleted file mode 100644 index 335f5c27..00000000 Binary files a/docs/presentations/screendesign/farben/images/orientierung/farbstrahl-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/orientierung/farbstrahl-02.png b/docs/presentations/screendesign/farben/images/orientierung/farbstrahl-02.png deleted file mode 100644 index 811e4060..00000000 Binary files a/docs/presentations/screendesign/farben/images/orientierung/farbstrahl-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/orientierung/farbstrahl-03.png b/docs/presentations/screendesign/farben/images/orientierung/farbstrahl-03.png deleted file mode 100644 index fdb4b9e2..00000000 Binary files a/docs/presentations/screendesign/farben/images/orientierung/farbstrahl-03.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/orientierung/farbstrahl-04.png b/docs/presentations/screendesign/farben/images/orientierung/farbstrahl-04.png deleted file mode 100644 index a32cf0ba..00000000 Binary files a/docs/presentations/screendesign/farben/images/orientierung/farbstrahl-04.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/orientierung/green-peace-energy-01.png b/docs/presentations/screendesign/farben/images/orientierung/green-peace-energy-01.png deleted file mode 100644 index cd07310e..00000000 Binary files a/docs/presentations/screendesign/farben/images/orientierung/green-peace-energy-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/orientierung/green-peace-energy-02.png b/docs/presentations/screendesign/farben/images/orientierung/green-peace-energy-02.png deleted file mode 100644 index 7ab40a5f..00000000 Binary files a/docs/presentations/screendesign/farben/images/orientierung/green-peace-energy-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/orientierung/green-peace-energy-03.png b/docs/presentations/screendesign/farben/images/orientierung/green-peace-energy-03.png deleted file mode 100644 index a3858d38..00000000 Binary files a/docs/presentations/screendesign/farben/images/orientierung/green-peace-energy-03.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/orientierung/kabel-01.png b/docs/presentations/screendesign/farben/images/orientierung/kabel-01.png deleted file mode 100644 index bc27a8e3..00000000 Binary files a/docs/presentations/screendesign/farben/images/orientierung/kabel-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/orientierung/koeln-fahrplan-01.png b/docs/presentations/screendesign/farben/images/orientierung/koeln-fahrplan-01.png deleted file mode 100644 index b8bebe57..00000000 Binary files a/docs/presentations/screendesign/farben/images/orientierung/koeln-fahrplan-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/orientierung/regeln-01.png b/docs/presentations/screendesign/farben/images/orientierung/regeln-01.png deleted file mode 100644 index dc1f295e..00000000 Binary files a/docs/presentations/screendesign/farben/images/orientierung/regeln-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/outro/adobe-color.png b/docs/presentations/screendesign/farben/images/outro/adobe-color.png deleted file mode 100644 index 2e7687b1..00000000 Binary files a/docs/presentations/screendesign/farben/images/outro/adobe-color.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/strukturierung/strukturieren-01.png b/docs/presentations/screendesign/farben/images/strukturierung/strukturieren-01.png deleted file mode 100644 index 4ffc1680..00000000 Binary files a/docs/presentations/screendesign/farben/images/strukturierung/strukturieren-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/strukturierung/strukturieren-02.png b/docs/presentations/screendesign/farben/images/strukturierung/strukturieren-02.png deleted file mode 100644 index 797716ea..00000000 Binary files a/docs/presentations/screendesign/farben/images/strukturierung/strukturieren-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/strukturierung/strukturieren-03.png b/docs/presentations/screendesign/farben/images/strukturierung/strukturieren-03.png deleted file mode 100644 index ab2e4416..00000000 Binary files a/docs/presentations/screendesign/farben/images/strukturierung/strukturieren-03.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/strukturierung/strukturieren-04.png b/docs/presentations/screendesign/farben/images/strukturierung/strukturieren-04.png deleted file mode 100644 index 2d2a82ae..00000000 Binary files a/docs/presentations/screendesign/farben/images/strukturierung/strukturieren-04.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/strukturierung/strukturieren-05.png b/docs/presentations/screendesign/farben/images/strukturierung/strukturieren-05.png deleted file mode 100644 index 30ec59d8..00000000 Binary files a/docs/presentations/screendesign/farben/images/strukturierung/strukturieren-05.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/strukturierung/strukturieren-06.png b/docs/presentations/screendesign/farben/images/strukturierung/strukturieren-06.png deleted file mode 100644 index e425d096..00000000 Binary files a/docs/presentations/screendesign/farben/images/strukturierung/strukturieren-06.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/images/strukturierung/strukturieren-07.png b/docs/presentations/screendesign/farben/images/strukturierung/strukturieren-07.png deleted file mode 100644 index 41c66828..00000000 Binary files a/docs/presentations/screendesign/farben/images/strukturierung/strukturieren-07.png and /dev/null differ diff --git a/docs/presentations/screendesign/farben/index.html b/docs/presentations/screendesign/farben/index.html deleted file mode 100644 index 6efd4571..00000000 --- a/docs/presentations/screendesign/farben/index.html +++ /dev/null @@ -1,727 +0,0 @@ - - - - Farben (DONE) // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -

    Farbe

    -

    ---

    -
    - - - -
    - - -
    -
    ./images/farbe/corporate-color-01.png

    Corporate Color

    -
    ./images/farbe/corporate-color-02.png

    Corporate Color

    -
    ./images/farbe/corporate-color-03.png

    Corporate Color

    -
    ./images/farbe/corporate-color-04.png

    Corporate Color

    -
    ./images/farbe/der-gleiche-farbwert.png

    Der gleiche Farbwert

    -
    ./images/farbe/verlaeufe-01.png

    Verläufe

    -
    ./images/farbe/verlaeufe-02.png

    Verläufe

    -
    ./images/farbe/verlaeufe-03.png

    Verläufe

    -
    ./images/farbe/verlaeufe-04.png

    Verläufe

    - - - -
    - - -
    -

    Grundlagen

    -
    ./images/grundlagen/farbspektrum-01.png

    Farbspektrum

    -
    ./images/grundlagen/farbmodelle-01.png

    Farbspektrum

    -
    ./images/grundlagen/farbmodelle-02.png

    Farbspektrum

    -
    ./images/grundlagen/farbmodelle-03.png

    Farbspektrum

    -
    ./images/grundlagen/farbmischung-01.png

    Farbmischung

    -
    ./images/grundlagen/farbmischung-02.png

    Farbmischung

    -
    ./images/grundlagen/farbkreis-01.png

    Farbkreis

    -
    ./images/grundlagen/saettigung-01.png

    Sättigung

    -
    ./images/grundlagen/saettigung-02.png

    Sättigung

    -
    ./images/grundlagen/saettigung-helligkeit-01.png

    Sättigung und Helligekeit

    -
    ./images/grundlagen/hue-saturation-brightness-01.png

    Hue, Saturation and Brightness

    -
    ./images/grundlagen/farbklima-01.png

    Farbklima

    -
    ./images/grundlagen/farbkreise-01.png

    Farbkreise

    - - - -
    - - -
    -

    Wechselwirkungen und Farbkontraste

    -

    Komplementärkontrast

    -
    ./images/kontraste/komplementaer-kontrast-01.png

    Komplementärkontrast

    -
    ./images/kontraste/komplementaer-kontrast-02.png

    Komplementärkontrast

    -
    ./images/kontraste/komplementaer-kontrast-03.png

    Komplementärkontrast

    -
    -
    - -
    -

    Komplementärkontrast

    -

    - Relevare -

    -
    -
    -
    -
    -
    - -
    -

    Komplementärkontrast

    -

    - Wodniack -

    -
    -
    -
    -
    -
    - -
    -

    Komplementärkontrast

    -

    - Bambini -

    -
    -
    -
    -
    -
    - -
    -

    Komplementärkontrast

    -

    - Map of the Market -

    -
    -
    -
    -

    Farbe-an-sich Kontrast

    -
    ./images/kontraste/farbe-an-sich-kontrast-01.png

    Farbe-an-sich Kontrast

    -
    -
    - -
    -

    Farbe-an-sich Kontrast

    -

    - Mayersche -

    -
    -
    -
    -
    -
    - -
    -

    Farbe-an-sich Kontrast

    -

    - Nintendo -

    -
    -
    -
    -
    -
    - -
    -

    Farbe-an-sich Kontrast

    -

    - Kika -

    -
    -
    -
    -
    ./images/kontraste/farbe-an-sich-kontrast-05.png

    Farbe-an-sich Kontrast

    -
    -
    - -
    -

    Farbe-an-sich Kontrast

    -

    - web.archive.org -

    -
    -
    -
    -

    Quantitätskontrast

    -
    ./images/kontraste/quantitaets-kontrast-01.png

    Quantitätskontrast

    -
    -
    - -
    -

    Quantitätskontrast

    -

    - Nach dem Film -

    -
    -
    -
    -
    -
    - -
    -

    Quantitätskontrast

    -

    - Caterpillar -

    -
    -
    -
    -

    Bunt-Unbunt Kontrast

    -
    ./images/kontraste/bunt-unbunt-kontrast-01.png

    Bunt-Unbunt Kontrast

    -
    -
    - -
    -

    Farbe-an-sich Kontrast

    -

    - Th Köln -

    -
    -
    -
    -
    -
    - -
    -

    Farbe-an-sich Kontrast

    -

    - Bauhaus -

    -
    -
    -
    -
    -
    - -
    -

    Farbe-an-sich Kontrast

    -

    - Vue.Js -

    -
    -
    -
    -
    -
    - -
    -

    Farbe-an-sich Kontrast

    -

    - Sushi Bikes -

    -
    -
    -
    -
    ./images/kontraste/bunt-unbunt-kontrast-06.png

    Bunt-Unbunt Kontrast

    -
    ./images/kontraste/bunt-unbunt-kontrast-07.png

    Bunt-Unbunt Kontrast

    -

    Hell-Dunkel Kontrast

    -
    ./images/kontraste/hell-dunkel-kontrast-01.png

    Hell-Dunkel Kontrast

    -
    -
    - -
    -

    Hell-Dunkel Kontrast

    -

    - Kurzgesagt -

    -
    -
    -
    -
    -
    - -
    -

    Hell-Dunkel Kontrast

    -

    - cda -

    -
    -
    -
    -
    -
    - -
    -

    Hell-Dunkel Kontrast

    -

    - Jetbrains -

    -
    -
    -
    -
    -
    - -
    -

    Hell-Dunkel Kontrast

    -

    - Bega -

    -
    -
    -
    -
    ./images/kontraste/hell-dunkel-kontrast-06.png

    Hell-Dunkel Kontrast

    -

    Kalt-Warm Kontrast

    -
    ./images/kontraste/kalt-warm-kontrast-01.png

    Kalt-Warm Kontrast

    -
    ./images/kontraste/kalt-warm-kontrast-02.png

    Kalt-Warm Kontrast

    -
    ./images/kontraste/kalt-warm-kontrast-03.png

    Kalt-Warm Kontrast

    -
    ./images/kontraste/kalt-warm-kontrast-04.png

    Kalt-Warm Kontrast

    -
    ./images/kontraste/kalt-warm-kontrast-05.png

    Kalt-Warm Kontrast

    -
    ./images/kontraste/kalt-warm-kontrast-06.png

    Kalt-Warm Kontrast

    -
    ./images/kontraste/kalt-warm-kontrast-07.png

    Kalt-Warm Kontrast

    -

    Qualitätskontrast

    -
    ./images/kontraste/qualitaets-kontrast-01.png

    Qualitätskontrast

    -
    ./images/kontraste/qualitaets-kontrast-02.png

    Qualitätskontrast

    -

    Simultankontrast

    -
    ./images/kontraste/simultan-kontrast-01.png

    Simultankontrast

    -
    ./images/kontraste/simultan-kontrast-02.png

    Simultankontrast

    -
    ./images/kontraste/simultan-kontrast-03.png

    Simultankontrast

    -
    ./images/kontraste/uebersicht-01.png

    Simultankontrast

    -

    Flimmern

    -
    ./images/kontraste/flimmern-01.png

    Flimmern

    -
    -
    -

    Dieselbe Farbe wirkt auf dunklem Hintergrund leuchtender.

    -

    Liegen benachbarte Farben nahe bei einander, so schwächen sie sich ab.

    -

    Treffen Komplementärfarben eng bei einander, so verstärken sie sich gegenseitig.

    -

    Bei zu kleinem Helligkeitsunterschied entsteht ein Flimmern.

    -
    -
    -
    ./images/kontraste/flimmern-02.png

    Flimmern

    -
    ./images/kontraste/flimmern-03.png

    Flimmern

    - - -
    - - -
    -

    Farbwirkung

    -
    ./images/farbwirkung/farbklimata-01.png

    Farbklimata

    -
    ./images/farbwirkung/farbklimata-02.png

    Farbklimata

    -
    ./images/farbwirkung/pixel-01-a.png
    -
    ./images/farbwirkung/pixel-01-b.png
    -
    ./images/farbwirkung/pixel-02-a.png
    -
    ./images/farbwirkung/pixel-02-b.png
    -
    ./images/farbwirkung/pixel-03-a.png
    -
    ./images/farbwirkung/pixel-03-b.png
    -
    ./images/farbwirkung/pixel-04-a.png
    -
    ./images/farbwirkung/pixel-04-b.png
    -
    ./images/farbwirkung/pixel-05-a.png
    -
    ./images/farbwirkung/pixel-05-b.png
    -
    -
    -
    -
    -

    Ich mache immer alles blau.
    Blau finden alle gut.

    -
    -
    -
    -
    -
    ./images/farbwirkung/farbharmonie-01.png

    Farbharmonie

    -
    ./images/farbwirkung/farbharmonie-02.png

    Farbharmonie

    -
    ./images/farbwirkung/farbkreis-01.png

    Farbkreis

    -
    ./images/farbwirkung/farb-bedeutung-rot.png
    -
    ./images/farbwirkung/farb-bedeutung-orange.png
    -
    ./images/farbwirkung/farb-bedeutung-gelb.png
    -
    ./images/farbwirkung/farb-bedeutung-gruen.png
    -
    ./images/farbwirkung/farb-bedeutung-cyan.png
    -
    ./images/farbwirkung/farb-bedeutung-blau.png
    -
    ./images/farbwirkung/farb-bedeutung-violett.png
    -
    ./images/farbwirkung/farb-bedeutung-weiss.png
    -
    ./images/farbwirkung/farb-bedeutung-grau.png
    -
    ./images/farbwirkung/farb-bedeutung-schwarz.png
    -
    ./images/farbwirkung/licht-raum-01-a.png
    -
    ./images/farbwirkung/licht-raum-01-b.png
    -
    ./images/farbwirkung/licht-raum-01-c.png
    -
    ./images/farbwirkung/licht-raum-01-d.png
    -
    ./images/farbwirkung/licht-raum-02-a.png
    -
    ./images/farbwirkung/licht-raum-02-b.png
    -
    ./images/farbwirkung/licht-raum-02-c.png
    -
    ./images/farbwirkung/licht-raum-02-d.png
    -
    ./images/farbwirkung/licht-raum-03-a.png
    -
    ./images/farbwirkung/licht-raum-03-b.png
    -
    ./images/farbwirkung/licht-raum-03-c.png
    -
    ./images/farbwirkung/windows-farbe-01.png

    Windows Farbschema

    -
    ./images/farbwirkung/windows-farbe-02.png

    Windows Farbschema

    -
    ./images/farbwirkung/windows-farbe-03.png

    Windows Farbschema

    -
    ./images/farbwirkung/windows-farbe-04.png

    Windows Farbschema

    -
    ./images/farbwirkung/windows-farbe-05.png

    Windows Farbschema

    -
    ./images/farbwirkung/windows-farbe-06.png

    Windows Farbschema

    - - -
    - - -
    -

    Lesbarkeit

    -
    ./images/lesbarkeit/flimmern-01.png

    Flimmern

    -
    ./images/lesbarkeit/fernwirkung-01.png

    Fernwirkung nach Heller

    -
    ./images/lesbarkeit/nahwirkung-01.png

    Nahnwirkung nach Heller

    -
    ./images/lesbarkeit/buch-lesbarkeit-01.png
    -
    ./images/lesbarkeit/buch-lesbarkeit-02.png
    -
    ./images/lesbarkeit/buch-lesbarkeit-03.png
    -
    ./images/lesbarkeit/buch-lesbarkeit-04.png
    -
    ./images/lesbarkeit/buch-lesbarkeit-05.png
    -
    ./images/lesbarkeit/buch-lesbarkeit-06.png
    -
    ./images/lesbarkeit/buch-lesbarkeit-07.png
    -
    ./images/lesbarkeit/buch-lesbarkeit-08.png
    -
    ./images/lesbarkeit/buch-lesbarkeit-09.png
    - - -
    - - -
    -

    Farbenlesen

    -
    ./images/farbenlesen/farben-lesen-01.png
    -
    ./images/farbenlesen/farben-lesen-02.png
    -
    ./images/farbenlesen/farben-lesen-03.png
    -
    ./images/farbenlesen/farben-lesen-04.png
    -
    ./images/farbenlesen/farben-lesen-05.png
    -
    ./images/farbenlesen/farben-lesen-06.png
    - - -
    - - -
    -

    Farbe zum Orientieren

    -
    -
    - -
    -

    Das Netz der Stadt

    -

    - Benedikt Schmitz -

    -
    -
    -
    -
    ./images/orientierung/kabel-01.png
    -
    -
    - -
    -

    Farbe zum Orientieren

    -

    - Green Planet Energy -

    -
    -
    -
    -
    -
    - -
    -

    Farbe zum Orientieren

    -

    - Green Planet Energy -

    -
    -
    -
    -
    -
    - -
    -

    Farbe zum Orientieren

    -

    - Green Planet Energy -

    -
    -
    -
    -
    -
    - -
    -

    Farbe zum Orientieren

    -

    - Electronic Book Review -

    -
    -
    -
    -
    -
    - -
    -

    Farbe zum Orientieren

    -

    - Electronic Book Review -

    -
    -
    -
    -
    -
    - -
    -

    Farbe zum Orientieren

    -

    - Electronic Book Review -

    -
    -
    -
    -
    -
    - -
    -

    Farbe zum Orientieren

    -

    - Electronic Book Review -

    -
    -
    -
    -

    Probleme?

    -
    ./images/orientierung/farbstrahl-01.png

    Farbe zum Orientieren

    -
    ./images/orientierung/farbstrahl-02.png

    Farbe zum Orientieren

    -
    ./images/orientierung/farbstrahl-03.png

    Farbe zum Orientieren

    -
    ./images/orientierung/farbstrahl-04.png

    Farbe zum Orientieren

    -
    ./images/orientierung/regeln-01.png

    Farbe zum Orientieren

    - - - -
    - - -
    -

    Farbe zum Strukturieren

    -
    ./images/strukturierung/strukturieren-01.png

    Farbe zum Strukturieren

    -
    -
    - -
    -

    Farbe zum Strukturieren

    -

    - Museums für Schöne Künste -

    -
    -
    -
    -
    -
    - -
    -

    Farbe zum Strukturieren

    -

    - Museums für Schöne Künste -

    -
    -
    -
    -
    -
    - -
    -

    Farbe zum Strukturieren

    -

    - Museums für Schöne Künste -

    -
    -
    -
    -
    -
    - -
    -

    Farbe zum Strukturieren

    -

    - Audi -

    -
    -
    -
    -
    -
    - -
    -

    Farbe zum Strukturieren

    -

    - Merten -

    -
    -
    -
    -
    ./images/strukturierung/strukturieren-07.png

    Farbe zum Strukturieren

    - - -
    - - -
    -

    Farbe zum Akzentuieren

    -
    ./images/akzentuierung/akzentuieren-01.png

    Farbe zum Akzentuieren

    -
    ./images/akzentuierung/akzentuieren-02.png

    Farbe zum Akzentuieren

    -
    ./images/akzentuierung/akzentuieren-03.png

    Farbe zum Akzentuieren

    -
    -
    - -
    -

    Farbe zum Akzentuieren

    -

    - Mini -

    -
    -
    -
    -
    -
    - -
    -

    Farbe zum Akzentuieren

    -

    - Nach dem Film -

    -
    -
    -
    - - -
    - - -
    -

    Farbe zum Akzentuieren

    -
    ./images/akzentuierung/akzentuieren-01.png

    Farbe zum Akzentuieren

    -
    ./images/akzentuierung/akzentuieren-02.png

    Farbe zum Akzentuieren

    -
    ./images/akzentuierung/akzentuieren-03.png

    Farbe zum Akzentuieren

    -
    -
    - -
    -

    Farbe zum Akzentuieren

    -

    - Mini -

    -
    -
    -
    -
    -
    - -
    -

    Farbe zum Akzentuieren

    -

    - Nach dem Film -

    -
    -
    -
    - - -
    - - -
    -

    Farbe zum

    Farben sollten besonnen und wenn möglich sparsam eingesetzt werden.

    -

    Ein Farbklima aus zwei Grundfarben reicht meist aus.

    -

    Die Farben sollten aufeinander abgestimmt sein und es sollten nicht mehr als 4 Grundfarben verwendet werden.

    -

    Ein kontrastreicher Einsatz von Farben sichert eine konturenscharfe Darstellung und z. B. eine gute Lesbarkeit.

    -

    Die Vordergrundfarbe sollte sich ausreichend vom Hintergrund abheben.

    -

    Ein Hell-Dunkel-Kontrast ermöglicht insbesondere für Sehschwache eine gute Lesbarkeit von Schrift, Bild und Funktion.

    -

    Je farbiger ein Text, umso unleserlicher wird er.

    -

    Text sollte nicht mit Blau dargestellt werden. Da Blau ein relativ kurzwelliges Licht ist und Licht unschärfer gesehen wird, je kurzwelliger es ist, wirkt Blau unschärfer als andere Farben.

    -
    - - -
    - - -
    -
    ./images/outro/adobe-color.png

    Farbe zum Akzentuieren

    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/figur-und-grund/000-intro/index.html b/docs/presentations/screendesign/figur-und-grund/000-intro/index.html deleted file mode 100644 index a7cf8733..00000000 --- a/docs/presentations/screendesign/figur-und-grund/000-intro/index.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - Figur und Grund // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -

    Räumlichkeit

    -

    Wie funktioniert visuelle Tiefenstaffelung?

    -
    - - - -
    - - -
    -
    -

    About Screendesign

    -

    Worum geht es in diesem Modul?

    -
    - - -
    - - -
    -
    -

    Wahrnehmungsarbeit

    -
    - - -
    - - -
    -
    -

    Eindeutigkeit

    -

    Ordnen Sie Elemente so eindeutig wie möglich an.

    -
    - - -
    - - -
    -
    -

    Semiotik

    -

    Lehre von Zeichen und Zeichensystemen

    -
    - - -
    - - -
    -
    -

    Der Punkt

    -

    Das kleinste und einfachste Gestaltungselement

    -
    - - -
    - - -
    -
    -

    Linie

    -

    zusammenhängendes, eindimensionales geometrisches Gebilde ohne Querausdehnung 😀

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - - -
    - - -
    -
    -

    Design in der Medieninformatik

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Farbe

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Figur und Grund

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Fläche und Form

    -

    --

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/figur-und-grund/010-beispiele/index.html b/docs/presentations/screendesign/figur-und-grund/010-beispiele/index.html deleted file mode 100644 index 846abe38..00000000 --- a/docs/presentations/screendesign/figur-und-grund/010-beispiele/index.html +++ /dev/null @@ -1,150 +0,0 @@ - - - - Beispiele // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    ./images/example-01.png
    -
    -
    ./images/example-02.png
    -
    ./images/example-03.png
    -
    ./images/example-04a.png
    -
    ./images/example-05.png
    -
    ./images/example-06.png
    -
    ./images/example-07.png
    -
    ./images/example-08.png
    -
    ./images/example-06a.png
    -
    ./images/example-07a.png
    -
    ./images/example-08a.png
    -
    -
    -

    Merkmale von Figur und Grund

    -

    Die Figur erscheint präsenter als der Hintergrund.

    -

    Die Figur wird vor dem Hintergrund stehend gesehen.

    -

    Trennlinien zwischen Figur und Grund gehören immer zur Figur.

    -
    -
    -
    -
    -

    Man nimmt Figuren wahr, wenn ...

    -

    ... der entsprechende Bildausschnitt eine prägnante Form hat

    -

    ... der entsprechende Bildausschnitt einen eher konvexen Rand hat

    -

    ... der entsprechende Bildausschnitt bedeutungsvoll ist

    -

    ... der entsprechende Bildausschnitt eine Ansammlung von kleineren Flächen aufweist

    -
    -
    -
    -
    -

    Man nimmt Figuren wahr, wenn ...

    -

    ... der entsprechende Bildausschnitt übereinstimmende Farbkomponenten hat,

    -

    ... der entsprechende Bildausschnitt einen eher konvexen Rand hat

    -

    ... der entsprechende Bildausschnitt vertikal oder horizontal orientiert ist

    -

    ... der entsprechende Bildausschnitt symmetrisch oder in einem nicht zufälligem Zusammenhang steht

    -
    -
    -
    -
    -
    -
    -

    prägnante Form

    -

    einen eher konvexen Rand

    -

    bedeutungsvoll

    -

    in einem nicht zufälligem Zusammenhang steht

    -
    -
    -
    -
    -
    -
    ./images/carlsberg-01.jpg
    -
    ./images/carlsberg-02.jpg
    -
    ./images/abstrakt-01.jpg
    -
    ./images/abstrakt-02.jpg
    -
    ./images/muster-01.png
    -
    ./images/muster-02.png
    -
    ./images/muster-03.png
    - - -
    - - -
    -
    ./images/flaeche-01.png
    -
    ./images/flaeche-02.png
    -
    ./images/flaeche-03.png
    -
    ./images/flaeche-04.png
    -
    ./images/flaeche-05.png
    -
    ./images/flaeche-06.png
    -
    ./images/flaeche-07.png
    -
    ./images/flaeche-08.png
    -
    ./images/flaeche-09.png
    -
    ./images/flaeche-10.png
    -
    ./images/formen-01.png
    -
    ./images/formen-02.png

    Die Wahrnehmung einfacher geometrischer Gestalten ist uns Menschen schon evolutionsgenetisch angelegt.

    Kinder können schon im ersten Lebensjahr die Grundelemente unterscheiden.

    -
    ./images/traffic-sign.png
    -
    ./images/formen-03.png
    -
    ./images/formen-04.png
    -
    ./images/formen-05.png
    -
    ./images/formen-06.png
    -
    ./images/formen-07.png
    -
    ./images/newspaper-01.png
    -
    ./images/newspaper-02.png
    -
    ./images/mondrian-01.png

    Piet Mondrian - Komposition mit Rot, Gelb, Blau und Schwarz, 1921

    -
    ./images/abstrakt-01.png
    -
    ./images/abstrakt-02.png
    -
    ./images/abstrakt-03.png
    -
    ./images/abstrakt-04.png
    -
    ./images/abstrakt-05.png
    -
    ./images/abstrakt-06.png
    -
    ./images/abstrakt-07.png
    -
    ./images/vase-gesicht-01.png
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/figur-und-grund/9999-outro/index.html b/docs/presentations/screendesign/figur-und-grund/9999-outro/index.html deleted file mode 100644 index 83b011fa..00000000 --- a/docs/presentations/screendesign/figur-und-grund/9999-outro/index.html +++ /dev/null @@ -1,300 +0,0 @@ - - - - Figur und Grund // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/figur-und-grund/images/abstrakt-01.jpg b/docs/presentations/screendesign/figur-und-grund/images/abstrakt-01.jpg deleted file mode 100755 index eb075d4d..00000000 Binary files a/docs/presentations/screendesign/figur-und-grund/images/abstrakt-01.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/figur-und-grund/images/abstrakt-02.jpg b/docs/presentations/screendesign/figur-und-grund/images/abstrakt-02.jpg deleted file mode 100755 index e6d61385..00000000 Binary files a/docs/presentations/screendesign/figur-und-grund/images/abstrakt-02.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/figur-und-grund/images/carlsberg-01.jpg b/docs/presentations/screendesign/figur-und-grund/images/carlsberg-01.jpg deleted file mode 100755 index 85370c3c..00000000 Binary files a/docs/presentations/screendesign/figur-und-grund/images/carlsberg-01.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/figur-und-grund/images/carlsberg-02.jpg b/docs/presentations/screendesign/figur-und-grund/images/carlsberg-02.jpg deleted file mode 100755 index 2a6d3475..00000000 Binary files a/docs/presentations/screendesign/figur-und-grund/images/carlsberg-02.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/figur-und-grund/images/example-01.png b/docs/presentations/screendesign/figur-und-grund/images/example-01.png deleted file mode 100755 index 05dc4d3e..00000000 Binary files a/docs/presentations/screendesign/figur-und-grund/images/example-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/figur-und-grund/images/example-02.png b/docs/presentations/screendesign/figur-und-grund/images/example-02.png deleted file mode 100755 index 070dfb0f..00000000 Binary files a/docs/presentations/screendesign/figur-und-grund/images/example-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/figur-und-grund/images/example-03.png b/docs/presentations/screendesign/figur-und-grund/images/example-03.png deleted file mode 100755 index 7e1e691d..00000000 Binary files a/docs/presentations/screendesign/figur-und-grund/images/example-03.png and /dev/null differ diff --git a/docs/presentations/screendesign/figur-und-grund/images/example-04.png b/docs/presentations/screendesign/figur-und-grund/images/example-04.png deleted file mode 100755 index 7a695be7..00000000 Binary files a/docs/presentations/screendesign/figur-und-grund/images/example-04.png and /dev/null differ diff --git a/docs/presentations/screendesign/figur-und-grund/images/example-04a.png b/docs/presentations/screendesign/figur-und-grund/images/example-04a.png deleted file mode 100644 index 0b8e740a..00000000 Binary files a/docs/presentations/screendesign/figur-und-grund/images/example-04a.png and /dev/null differ diff --git a/docs/presentations/screendesign/figur-und-grund/images/example-05.png b/docs/presentations/screendesign/figur-und-grund/images/example-05.png deleted file mode 100644 index a76ea8ec..00000000 Binary files a/docs/presentations/screendesign/figur-und-grund/images/example-05.png and /dev/null differ diff --git a/docs/presentations/screendesign/figur-und-grund/images/example-06.png b/docs/presentations/screendesign/figur-und-grund/images/example-06.png deleted file mode 100644 index 84a016e5..00000000 Binary files a/docs/presentations/screendesign/figur-und-grund/images/example-06.png and /dev/null differ diff --git a/docs/presentations/screendesign/figur-und-grund/images/example-06a.png b/docs/presentations/screendesign/figur-und-grund/images/example-06a.png deleted file mode 100644 index 38ffb8a8..00000000 Binary files a/docs/presentations/screendesign/figur-und-grund/images/example-06a.png and /dev/null differ diff --git a/docs/presentations/screendesign/figur-und-grund/images/example-07.png b/docs/presentations/screendesign/figur-und-grund/images/example-07.png deleted file mode 100644 index 52198d27..00000000 Binary files a/docs/presentations/screendesign/figur-und-grund/images/example-07.png and /dev/null differ diff --git a/docs/presentations/screendesign/figur-und-grund/images/example-07a.png b/docs/presentations/screendesign/figur-und-grund/images/example-07a.png deleted file mode 100644 index 9acf3fce..00000000 Binary files a/docs/presentations/screendesign/figur-und-grund/images/example-07a.png and /dev/null differ diff --git a/docs/presentations/screendesign/figur-und-grund/images/example-08.png b/docs/presentations/screendesign/figur-und-grund/images/example-08.png deleted file mode 100644 index 83e4ec8c..00000000 Binary files a/docs/presentations/screendesign/figur-und-grund/images/example-08.png and /dev/null differ diff --git a/docs/presentations/screendesign/figur-und-grund/images/example-08a.png b/docs/presentations/screendesign/figur-und-grund/images/example-08a.png deleted file mode 100644 index 78b45e87..00000000 Binary files a/docs/presentations/screendesign/figur-und-grund/images/example-08a.png and /dev/null differ diff --git a/docs/presentations/screendesign/figur-und-grund/images/form-01.png b/docs/presentations/screendesign/figur-und-grund/images/form-01.png deleted file mode 100644 index 5f2b75ef..00000000 Binary files a/docs/presentations/screendesign/figur-und-grund/images/form-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/figur-und-grund/images/form-02.png b/docs/presentations/screendesign/figur-und-grund/images/form-02.png deleted file mode 100644 index daa36131..00000000 Binary files a/docs/presentations/screendesign/figur-und-grund/images/form-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/figur-und-grund/images/form-02a.png b/docs/presentations/screendesign/figur-und-grund/images/form-02a.png deleted file mode 100644 index 72687ad2..00000000 Binary files a/docs/presentations/screendesign/figur-und-grund/images/form-02a.png and /dev/null differ diff --git a/docs/presentations/screendesign/figur-und-grund/images/form-03.png b/docs/presentations/screendesign/figur-und-grund/images/form-03.png deleted file mode 100644 index 28d8730e..00000000 Binary files a/docs/presentations/screendesign/figur-und-grund/images/form-03.png and /dev/null differ diff --git a/docs/presentations/screendesign/figur-und-grund/images/form-04.png b/docs/presentations/screendesign/figur-und-grund/images/form-04.png deleted file mode 100644 index 852e2001..00000000 Binary files a/docs/presentations/screendesign/figur-und-grund/images/form-04.png and /dev/null differ diff --git a/docs/presentations/screendesign/figur-und-grund/images/muster-01.png b/docs/presentations/screendesign/figur-und-grund/images/muster-01.png deleted file mode 100644 index 8f4541a4..00000000 Binary files a/docs/presentations/screendesign/figur-und-grund/images/muster-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/figur-und-grund/images/muster-02.png b/docs/presentations/screendesign/figur-und-grund/images/muster-02.png deleted file mode 100644 index 7a84dc1e..00000000 Binary files a/docs/presentations/screendesign/figur-und-grund/images/muster-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/figur-und-grund/images/muster-03.png b/docs/presentations/screendesign/figur-und-grund/images/muster-03.png deleted file mode 100644 index bd34b52d..00000000 Binary files a/docs/presentations/screendesign/figur-und-grund/images/muster-03.png and /dev/null differ diff --git a/docs/presentations/screendesign/figur-und-grund/index.html b/docs/presentations/screendesign/figur-und-grund/index.html deleted file mode 100644 index e5a368b8..00000000 --- a/docs/presentations/screendesign/figur-und-grund/index.html +++ /dev/null @@ -1,151 +0,0 @@ - - - - Figur & Grund (DONE) // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -

    Figur und Grund

    -

    ---

    -
    - - - -
    - - -
    -
    ./images/example-01.png
    -
    -
    ./images/example-02.png
    -
    ./images/example-03.png
    -
    ./images/example-04a.png
    -
    ./images/example-05.png
    -
    ./images/example-06.png
    -
    ./images/example-07.png
    -
    ./images/example-08.png
    -
    ./images/example-06a.png
    -
    ./images/example-07a.png
    -
    ./images/example-08a.png
    -
    -
    -

    Merkmale von Figur und Grund

    -

    Die Figur erscheint präsenter als der Hintergrund.

    -

    Die Figur wird vor dem Hintergrund stehend gesehen.

    -

    Trennlinien zwischen Figur und Grund gehören immer zur Figur.

    -
    -
    -
    -
    -

    Man nimmt Figuren wahr, wenn ...

    -

    ... der entsprechende Bildausschnitt eine prägnante Form hat

    -

    ... der entsprechende Bildausschnitt einen eher konvexen Rand hat

    -

    ... der entsprechende Bildausschnitt bedeutungsvoll ist

    -

    ... der entsprechende Bildausschnitt eine Ansammlung von kleineren Flächen aufweist

    -
    -
    -
    -
    -

    Man nimmt Figuren wahr, wenn ...

    -

    ... der entsprechende Bildausschnitt übereinstimmende Farbkomponenten hat,

    -

    ... der entsprechende Bildausschnitt einen eher konvexen Rand hat

    -

    ... der entsprechende Bildausschnitt vertikal oder horizontal orientiert ist

    -

    ... der entsprechende Bildausschnitt symmetrisch oder in einem nicht zufälligem Zusammenhang steht

    -
    -
    -
    -
    -
    -
    -

    prägnante Form

    -

    einen eher konvexen Rand

    -

    bedeutungsvoll

    -

    in einem nicht zufälligem Zusammenhang steht

    -
    -
    -
    -
    -
    -
    ./images/carlsberg-01.jpg
    -
    ./images/carlsberg-02.jpg
    -
    ./images/abstrakt-01.jpg
    -
    ./images/abstrakt-02.jpg
    -
    ./images/muster-01.png
    -
    ./images/muster-02.png
    -
    ./images/muster-03.png
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/flaeche-und-form/000-intro/index.html b/docs/presentations/screendesign/flaeche-und-form/000-intro/index.html deleted file mode 100644 index 128204f0..00000000 --- a/docs/presentations/screendesign/flaeche-und-form/000-intro/index.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - Fläche und Form // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -

    Räumlichkeit

    -

    Wie funktioniert visuelle Tiefenstaffelung?

    -
    - - - -
    - - -
    -
    -

    About Screendesign

    -

    Worum geht es in diesem Modul?

    -
    - - -
    - - -
    -
    -

    Wahrnehmungsarbeit

    -
    - - -
    - - -
    -
    -

    Eindeutigkeit

    -

    Ordnen Sie Elemente so eindeutig wie möglich an.

    -
    - - -
    - - -
    -
    -

    Semiotik

    -

    Lehre von Zeichen und Zeichensystemen

    -
    - - -
    - - -
    -
    -

    Der Punkt

    -

    Das kleinste und einfachste Gestaltungselement

    -
    - - -
    - - -
    -
    -

    Linie

    -

    zusammenhängendes, eindimensionales geometrisches Gebilde ohne Querausdehnung 😀

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - - -
    - - -
    -
    -

    Design in der Medieninformatik

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Farbe

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Figur und Grund

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Fläche und Form

    -

    --

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/flaeche-und-form/010-beispiele/index.html b/docs/presentations/screendesign/flaeche-und-form/010-beispiele/index.html deleted file mode 100644 index 846abe38..00000000 --- a/docs/presentations/screendesign/flaeche-und-form/010-beispiele/index.html +++ /dev/null @@ -1,150 +0,0 @@ - - - - Beispiele // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    ./images/example-01.png
    -
    -
    ./images/example-02.png
    -
    ./images/example-03.png
    -
    ./images/example-04a.png
    -
    ./images/example-05.png
    -
    ./images/example-06.png
    -
    ./images/example-07.png
    -
    ./images/example-08.png
    -
    ./images/example-06a.png
    -
    ./images/example-07a.png
    -
    ./images/example-08a.png
    -
    -
    -

    Merkmale von Figur und Grund

    -

    Die Figur erscheint präsenter als der Hintergrund.

    -

    Die Figur wird vor dem Hintergrund stehend gesehen.

    -

    Trennlinien zwischen Figur und Grund gehören immer zur Figur.

    -
    -
    -
    -
    -

    Man nimmt Figuren wahr, wenn ...

    -

    ... der entsprechende Bildausschnitt eine prägnante Form hat

    -

    ... der entsprechende Bildausschnitt einen eher konvexen Rand hat

    -

    ... der entsprechende Bildausschnitt bedeutungsvoll ist

    -

    ... der entsprechende Bildausschnitt eine Ansammlung von kleineren Flächen aufweist

    -
    -
    -
    -
    -

    Man nimmt Figuren wahr, wenn ...

    -

    ... der entsprechende Bildausschnitt übereinstimmende Farbkomponenten hat,

    -

    ... der entsprechende Bildausschnitt einen eher konvexen Rand hat

    -

    ... der entsprechende Bildausschnitt vertikal oder horizontal orientiert ist

    -

    ... der entsprechende Bildausschnitt symmetrisch oder in einem nicht zufälligem Zusammenhang steht

    -
    -
    -
    -
    -
    -
    -

    prägnante Form

    -

    einen eher konvexen Rand

    -

    bedeutungsvoll

    -

    in einem nicht zufälligem Zusammenhang steht

    -
    -
    -
    -
    -
    -
    ./images/carlsberg-01.jpg
    -
    ./images/carlsberg-02.jpg
    -
    ./images/abstrakt-01.jpg
    -
    ./images/abstrakt-02.jpg
    -
    ./images/muster-01.png
    -
    ./images/muster-02.png
    -
    ./images/muster-03.png
    - - -
    - - -
    -
    ./images/flaeche-01.png
    -
    ./images/flaeche-02.png
    -
    ./images/flaeche-03.png
    -
    ./images/flaeche-04.png
    -
    ./images/flaeche-05.png
    -
    ./images/flaeche-06.png
    -
    ./images/flaeche-07.png
    -
    ./images/flaeche-08.png
    -
    ./images/flaeche-09.png
    -
    ./images/flaeche-10.png
    -
    ./images/formen-01.png
    -
    ./images/formen-02.png

    Die Wahrnehmung einfacher geometrischer Gestalten ist uns Menschen schon evolutionsgenetisch angelegt.

    Kinder können schon im ersten Lebensjahr die Grundelemente unterscheiden.

    -
    ./images/traffic-sign.png
    -
    ./images/formen-03.png
    -
    ./images/formen-04.png
    -
    ./images/formen-05.png
    -
    ./images/formen-06.png
    -
    ./images/formen-07.png
    -
    ./images/newspaper-01.png
    -
    ./images/newspaper-02.png
    -
    ./images/mondrian-01.png

    Piet Mondrian - Komposition mit Rot, Gelb, Blau und Schwarz, 1921

    -
    ./images/abstrakt-01.png
    -
    ./images/abstrakt-02.png
    -
    ./images/abstrakt-03.png
    -
    ./images/abstrakt-04.png
    -
    ./images/abstrakt-05.png
    -
    ./images/abstrakt-06.png
    -
    ./images/abstrakt-07.png
    -
    ./images/vase-gesicht-01.png
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/flaeche-und-form/9999-outro/index.html b/docs/presentations/screendesign/flaeche-und-form/9999-outro/index.html deleted file mode 100644 index 7ffda695..00000000 --- a/docs/presentations/screendesign/flaeche-und-form/9999-outro/index.html +++ /dev/null @@ -1,300 +0,0 @@ - - - - About Screendesign // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/flaeche-und-form/images/abstrakt-01.png b/docs/presentations/screendesign/flaeche-und-form/images/abstrakt-01.png deleted file mode 100644 index ba172a54..00000000 Binary files a/docs/presentations/screendesign/flaeche-und-form/images/abstrakt-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/flaeche-und-form/images/abstrakt-02.png b/docs/presentations/screendesign/flaeche-und-form/images/abstrakt-02.png deleted file mode 100644 index 4b8dbdcf..00000000 Binary files a/docs/presentations/screendesign/flaeche-und-form/images/abstrakt-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/flaeche-und-form/images/abstrakt-03.png b/docs/presentations/screendesign/flaeche-und-form/images/abstrakt-03.png deleted file mode 100644 index 7ea0eeec..00000000 Binary files a/docs/presentations/screendesign/flaeche-und-form/images/abstrakt-03.png and /dev/null differ diff --git a/docs/presentations/screendesign/flaeche-und-form/images/abstrakt-04.png b/docs/presentations/screendesign/flaeche-und-form/images/abstrakt-04.png deleted file mode 100644 index b747a44d..00000000 Binary files a/docs/presentations/screendesign/flaeche-und-form/images/abstrakt-04.png and /dev/null differ diff --git a/docs/presentations/screendesign/flaeche-und-form/images/abstrakt-05.png b/docs/presentations/screendesign/flaeche-und-form/images/abstrakt-05.png deleted file mode 100644 index 91b37e54..00000000 Binary files a/docs/presentations/screendesign/flaeche-und-form/images/abstrakt-05.png and /dev/null differ diff --git a/docs/presentations/screendesign/flaeche-und-form/images/abstrakt-06.png b/docs/presentations/screendesign/flaeche-und-form/images/abstrakt-06.png deleted file mode 100644 index da7cf143..00000000 Binary files a/docs/presentations/screendesign/flaeche-und-form/images/abstrakt-06.png and /dev/null differ diff --git a/docs/presentations/screendesign/flaeche-und-form/images/abstrakt-07.png b/docs/presentations/screendesign/flaeche-und-form/images/abstrakt-07.png deleted file mode 100644 index 29cca278..00000000 Binary files a/docs/presentations/screendesign/flaeche-und-form/images/abstrakt-07.png and /dev/null differ diff --git a/docs/presentations/screendesign/flaeche-und-form/images/flaeche-01.png b/docs/presentations/screendesign/flaeche-und-form/images/flaeche-01.png deleted file mode 100644 index bae7be4b..00000000 Binary files a/docs/presentations/screendesign/flaeche-und-form/images/flaeche-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/flaeche-und-form/images/flaeche-02.png b/docs/presentations/screendesign/flaeche-und-form/images/flaeche-02.png deleted file mode 100644 index fb4c33af..00000000 Binary files a/docs/presentations/screendesign/flaeche-und-form/images/flaeche-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/flaeche-und-form/images/flaeche-03.png b/docs/presentations/screendesign/flaeche-und-form/images/flaeche-03.png deleted file mode 100644 index ef3fd973..00000000 Binary files a/docs/presentations/screendesign/flaeche-und-form/images/flaeche-03.png and /dev/null differ diff --git a/docs/presentations/screendesign/flaeche-und-form/images/flaeche-04.png b/docs/presentations/screendesign/flaeche-und-form/images/flaeche-04.png deleted file mode 100644 index 435e84c9..00000000 Binary files a/docs/presentations/screendesign/flaeche-und-form/images/flaeche-04.png and /dev/null differ diff --git a/docs/presentations/screendesign/flaeche-und-form/images/flaeche-05.png b/docs/presentations/screendesign/flaeche-und-form/images/flaeche-05.png deleted file mode 100644 index d34c325c..00000000 Binary files a/docs/presentations/screendesign/flaeche-und-form/images/flaeche-05.png and /dev/null differ diff --git a/docs/presentations/screendesign/flaeche-und-form/images/flaeche-06.png b/docs/presentations/screendesign/flaeche-und-form/images/flaeche-06.png deleted file mode 100644 index e4239d76..00000000 Binary files a/docs/presentations/screendesign/flaeche-und-form/images/flaeche-06.png and /dev/null differ diff --git a/docs/presentations/screendesign/flaeche-und-form/images/flaeche-07.png b/docs/presentations/screendesign/flaeche-und-form/images/flaeche-07.png deleted file mode 100644 index b456d3c5..00000000 Binary files a/docs/presentations/screendesign/flaeche-und-form/images/flaeche-07.png and /dev/null differ diff --git a/docs/presentations/screendesign/flaeche-und-form/images/flaeche-08.png b/docs/presentations/screendesign/flaeche-und-form/images/flaeche-08.png deleted file mode 100644 index 400ebaff..00000000 Binary files a/docs/presentations/screendesign/flaeche-und-form/images/flaeche-08.png and /dev/null differ diff --git a/docs/presentations/screendesign/flaeche-und-form/images/flaeche-09.png b/docs/presentations/screendesign/flaeche-und-form/images/flaeche-09.png deleted file mode 100644 index 935af83e..00000000 Binary files a/docs/presentations/screendesign/flaeche-und-form/images/flaeche-09.png and /dev/null differ diff --git a/docs/presentations/screendesign/flaeche-und-form/images/flaeche-10.png b/docs/presentations/screendesign/flaeche-und-form/images/flaeche-10.png deleted file mode 100644 index 6d5542e6..00000000 Binary files a/docs/presentations/screendesign/flaeche-und-form/images/flaeche-10.png and /dev/null differ diff --git a/docs/presentations/screendesign/flaeche-und-form/images/formen-01.png b/docs/presentations/screendesign/flaeche-und-form/images/formen-01.png deleted file mode 100644 index fa6471a9..00000000 Binary files a/docs/presentations/screendesign/flaeche-und-form/images/formen-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/flaeche-und-form/images/formen-02.png b/docs/presentations/screendesign/flaeche-und-form/images/formen-02.png deleted file mode 100644 index f2179873..00000000 Binary files a/docs/presentations/screendesign/flaeche-und-form/images/formen-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/flaeche-und-form/images/formen-03.png b/docs/presentations/screendesign/flaeche-und-form/images/formen-03.png deleted file mode 100644 index 504bca83..00000000 Binary files a/docs/presentations/screendesign/flaeche-und-form/images/formen-03.png and /dev/null differ diff --git a/docs/presentations/screendesign/flaeche-und-form/images/formen-04.png b/docs/presentations/screendesign/flaeche-und-form/images/formen-04.png deleted file mode 100644 index 48166ce2..00000000 Binary files a/docs/presentations/screendesign/flaeche-und-form/images/formen-04.png and /dev/null differ diff --git a/docs/presentations/screendesign/flaeche-und-form/images/formen-05.png b/docs/presentations/screendesign/flaeche-und-form/images/formen-05.png deleted file mode 100644 index 3b9c5496..00000000 Binary files a/docs/presentations/screendesign/flaeche-und-form/images/formen-05.png and /dev/null differ diff --git a/docs/presentations/screendesign/flaeche-und-form/images/formen-06.png b/docs/presentations/screendesign/flaeche-und-form/images/formen-06.png deleted file mode 100644 index 5356d8f6..00000000 Binary files a/docs/presentations/screendesign/flaeche-und-form/images/formen-06.png and /dev/null differ diff --git a/docs/presentations/screendesign/flaeche-und-form/images/formen-07.png b/docs/presentations/screendesign/flaeche-und-form/images/formen-07.png deleted file mode 100644 index 1ad86040..00000000 Binary files a/docs/presentations/screendesign/flaeche-und-form/images/formen-07.png and /dev/null differ diff --git a/docs/presentations/screendesign/flaeche-und-form/images/mondrian-01.png b/docs/presentations/screendesign/flaeche-und-form/images/mondrian-01.png deleted file mode 100644 index f829b221..00000000 Binary files a/docs/presentations/screendesign/flaeche-und-form/images/mondrian-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/flaeche-und-form/images/newspaper-01.png b/docs/presentations/screendesign/flaeche-und-form/images/newspaper-01.png deleted file mode 100644 index d94e3a61..00000000 Binary files a/docs/presentations/screendesign/flaeche-und-form/images/newspaper-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/flaeche-und-form/images/newspaper-02.png b/docs/presentations/screendesign/flaeche-und-form/images/newspaper-02.png deleted file mode 100644 index ae20ed39..00000000 Binary files a/docs/presentations/screendesign/flaeche-und-form/images/newspaper-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/flaeche-und-form/images/traffic-sign.png b/docs/presentations/screendesign/flaeche-und-form/images/traffic-sign.png deleted file mode 100755 index 04ed440c..00000000 Binary files a/docs/presentations/screendesign/flaeche-und-form/images/traffic-sign.png and /dev/null differ diff --git a/docs/presentations/screendesign/flaeche-und-form/images/vase-gesicht-01.png b/docs/presentations/screendesign/flaeche-und-form/images/vase-gesicht-01.png deleted file mode 100644 index 0b8e740a..00000000 Binary files a/docs/presentations/screendesign/flaeche-und-form/images/vase-gesicht-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/flaeche-und-form/index.html b/docs/presentations/screendesign/flaeche-und-form/index.html deleted file mode 100644 index d4494d08..00000000 --- a/docs/presentations/screendesign/flaeche-und-form/index.html +++ /dev/null @@ -1,122 +0,0 @@ - - - - Fläche & Form (DONE) // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -

    Fläche und Form

    -

    --

    -
    - - -
    - - -
    -
    ./images/flaeche-01.png
    -
    ./images/flaeche-02.png
    -
    ./images/flaeche-03.png
    -
    ./images/flaeche-04.png
    -
    ./images/flaeche-05.png
    -
    ./images/flaeche-06.png
    -
    ./images/flaeche-07.png
    -
    ./images/flaeche-08.png
    -
    ./images/flaeche-09.png
    -
    ./images/flaeche-10.png
    -
    ./images/formen-01.png
    -
    ./images/formen-02.png

    Die Wahrnehmung einfacher geometrischer Gestalten ist uns Menschen schon evolutionsgenetisch angelegt.

    Kinder können schon im ersten Lebensjahr die Grundelemente unterscheiden.

    -
    ./images/traffic-sign.png
    -
    ./images/formen-03.png
    -
    ./images/formen-04.png
    -
    ./images/formen-05.png
    -
    ./images/formen-06.png
    -
    ./images/formen-07.png
    -
    ./images/newspaper-01.png
    -
    ./images/newspaper-02.png
    -
    ./images/mondrian-01.png

    Piet Mondrian - Komposition mit Rot, Gelb, Blau und Schwarz, 1921

    -
    ./images/abstrakt-01.png
    -
    ./images/abstrakt-02.png
    -
    ./images/abstrakt-03.png
    -
    ./images/abstrakt-04.png
    -
    ./images/abstrakt-05.png
    -
    ./images/abstrakt-06.png
    -
    ./images/abstrakt-07.png
    -
    ./images/vase-gesicht-01.png
    - - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/flow-and-transition/000-intro/index.html b/docs/presentations/screendesign/flow-and-transition/000-intro/index.html deleted file mode 100644 index 5d7a00f1..00000000 --- a/docs/presentations/screendesign/flow-and-transition/000-intro/index.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - Wahrnehmungsarbeit // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -

    Räumlichkeit

    -

    Wie funktioniert visuelle Tiefenstaffelung?

    -
    - - - -
    - - -
    -
    -

    About Screendesign

    -

    Worum geht es in diesem Modul?

    -
    - - -
    - - -
    -
    -

    Wahrnehmungsarbeit

    -
    - - -
    - - -
    -
    -

    Eindeutigkeit

    -

    Ordnen Sie Elemente so eindeutig wie möglich an.

    -
    - - -
    - - -
    -
    -

    Semiotik

    -

    Lehre von Zeichen und Zeichensystemen

    -
    - - -
    - - -
    -
    -

    Der Punkt

    -

    Das kleinste und einfachste Gestaltungselement

    -
    - - -
    - - -
    -
    -

    Linie

    -

    zusammenhängendes, eindimensionales geometrisches Gebilde ohne Querausdehnung 😀

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - - -
    - - -
    -
    -

    Design in der Medieninformatik

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Farbe

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Figur und Grund

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Fläche und Form

    -

    --

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/flow-and-transition/9999-outro/index.html b/docs/presentations/screendesign/flow-and-transition/9999-outro/index.html deleted file mode 100644 index 7ffda695..00000000 --- a/docs/presentations/screendesign/flow-and-transition/9999-outro/index.html +++ /dev/null @@ -1,300 +0,0 @@ - - - - About Screendesign // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/flow-and-transition/index.html b/docs/presentations/screendesign/flow-and-transition/index.html deleted file mode 100644 index 191e9222..00000000 --- a/docs/presentations/screendesign/flow-and-transition/index.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - Flow & Transistion (WIP) // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/gestaltgesetze/000-intro/index.html b/docs/presentations/screendesign/gestaltgesetze/000-intro/index.html deleted file mode 100644 index 5d7a00f1..00000000 --- a/docs/presentations/screendesign/gestaltgesetze/000-intro/index.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - Wahrnehmungsarbeit // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -

    Räumlichkeit

    -

    Wie funktioniert visuelle Tiefenstaffelung?

    -
    - - - -
    - - -
    -
    -

    About Screendesign

    -

    Worum geht es in diesem Modul?

    -
    - - -
    - - -
    -
    -

    Wahrnehmungsarbeit

    -
    - - -
    - - -
    -
    -

    Eindeutigkeit

    -

    Ordnen Sie Elemente so eindeutig wie möglich an.

    -
    - - -
    - - -
    -
    -

    Semiotik

    -

    Lehre von Zeichen und Zeichensystemen

    -
    - - -
    - - -
    -
    -

    Der Punkt

    -

    Das kleinste und einfachste Gestaltungselement

    -
    - - -
    - - -
    -
    -

    Linie

    -

    zusammenhängendes, eindimensionales geometrisches Gebilde ohne Querausdehnung 😀

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - - -
    - - -
    -
    -

    Design in der Medieninformatik

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Farbe

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Figur und Grund

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Fläche und Form

    -

    --

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/gestaltgesetze/010-cite/index.html b/docs/presentations/screendesign/gestaltgesetze/010-cite/index.html deleted file mode 100644 index 60a0247a..00000000 --- a/docs/presentations/screendesign/gestaltgesetze/010-cite/index.html +++ /dev/null @@ -1,111 +0,0 @@ - - - - Cite // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/gestaltgesetze/020-watzlawick/index.html b/docs/presentations/screendesign/gestaltgesetze/020-watzlawick/index.html deleted file mode 100644 index cd0d7613..00000000 --- a/docs/presentations/screendesign/gestaltgesetze/020-watzlawick/index.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - Cite with Image // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Man kann nicht nicht kommunizieren.

    -Paul Watzlawick, Philosoph, Psychotherapeut und Kommunikationswissenschaftler
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/gestaltgesetze/040-bilder-wo-es-voll-ist/index.html b/docs/presentations/screendesign/gestaltgesetze/040-bilder-wo-es-voll-ist/index.html deleted file mode 100644 index 967da71a..00000000 --- a/docs/presentations/screendesign/gestaltgesetze/040-bilder-wo-es-voll-ist/index.html +++ /dev/null @@ -1,456 +0,0 @@ - - - - Bilder wo et voll ist // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/gestaltgesetze/050-online-viel-zu-tun/index.html b/docs/presentations/screendesign/gestaltgesetze/050-online-viel-zu-tun/index.html deleted file mode 100644 index d70e5c72..00000000 --- a/docs/presentations/screendesign/gestaltgesetze/050-online-viel-zu-tun/index.html +++ /dev/null @@ -1,376 +0,0 @@ - - - - Komplexe Layouts online // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/gestaltgesetze/060-aufmerksamkeitstest/index.html b/docs/presentations/screendesign/gestaltgesetze/060-aufmerksamkeitstest/index.html deleted file mode 100644 index 9237e27f..00000000 --- a/docs/presentations/screendesign/gestaltgesetze/060-aufmerksamkeitstest/index.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - Aufmerksamkeitstest // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/gestaltgesetze/100-orientierung/index.html b/docs/presentations/screendesign/gestaltgesetze/100-orientierung/index.html deleted file mode 100644 index 0cebaff5..00000000 --- a/docs/presentations/screendesign/gestaltgesetze/100-orientierung/index.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - Orientierung // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/gestaltgesetze/110-orientierung-karte/index.html b/docs/presentations/screendesign/gestaltgesetze/110-orientierung-karte/index.html deleted file mode 100644 index 82b2668f..00000000 --- a/docs/presentations/screendesign/gestaltgesetze/110-orientierung-karte/index.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - Orientierung // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/gestaltgesetze/330-lindgaard/index.html b/docs/presentations/screendesign/gestaltgesetze/330-lindgaard/index.html deleted file mode 100644 index e692d97c..00000000 --- a/docs/presentations/screendesign/gestaltgesetze/330-lindgaard/index.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - Gitte Lindgaard // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/gestaltgesetze/9999-outro/index.html b/docs/presentations/screendesign/gestaltgesetze/9999-outro/index.html deleted file mode 100644 index 7ffda695..00000000 --- a/docs/presentations/screendesign/gestaltgesetze/9999-outro/index.html +++ /dev/null @@ -1,300 +0,0 @@ - - - - About Screendesign // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/gestaltgesetze/images/FAZ_neu_S1_gross-570.jpg b/docs/presentations/screendesign/gestaltgesetze/images/FAZ_neu_S1_gross-570.jpg deleted file mode 100755 index d2f96746..00000000 Binary files a/docs/presentations/screendesign/gestaltgesetze/images/FAZ_neu_S1_gross-570.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/gestaltgesetze/images/amazon.jpg b/docs/presentations/screendesign/gestaltgesetze/images/amazon.jpg deleted file mode 100755 index e28eedeb..00000000 Binary files a/docs/presentations/screendesign/gestaltgesetze/images/amazon.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/gestaltgesetze/images/bild-titel.jpg b/docs/presentations/screendesign/gestaltgesetze/images/bild-titel.jpg deleted file mode 100755 index 1d1d40c3..00000000 Binary files a/docs/presentations/screendesign/gestaltgesetze/images/bild-titel.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/gestaltgesetze/images/dan-freeman-G4E6PcOt4Ps-unsplash.jpg.jpg b/docs/presentations/screendesign/gestaltgesetze/images/dan-freeman-G4E6PcOt4Ps-unsplash.jpg.jpg deleted file mode 100755 index b08e3e41..00000000 Binary files a/docs/presentations/screendesign/gestaltgesetze/images/dan-freeman-G4E6PcOt4Ps-unsplash.jpg.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/gestaltgesetze/images/droppedImage-598.pdf.jpg b/docs/presentations/screendesign/gestaltgesetze/images/droppedImage-598.pdf.jpg deleted file mode 100755 index 3638f01e..00000000 Binary files a/docs/presentations/screendesign/gestaltgesetze/images/droppedImage-598.pdf.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/gestaltgesetze/images/greece-chalcis.jpg b/docs/presentations/screendesign/gestaltgesetze/images/greece-chalcis.jpg deleted file mode 100755 index 0f99cb06..00000000 Binary files a/docs/presentations/screendesign/gestaltgesetze/images/greece-chalcis.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/gestaltgesetze/images/iwona-castiello-d-antonio-dnMLdR814aA-unsplash.jpg.jpg b/docs/presentations/screendesign/gestaltgesetze/images/iwona-castiello-d-antonio-dnMLdR814aA-unsplash.jpg.jpg deleted file mode 100755 index 862e36f8..00000000 Binary files a/docs/presentations/screendesign/gestaltgesetze/images/iwona-castiello-d-antonio-dnMLdR814aA-unsplash.jpg.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/gestaltgesetze/images/juan-davila-P8PlK2nGwqA-unsplash.jpg.jpg b/docs/presentations/screendesign/gestaltgesetze/images/juan-davila-P8PlK2nGwqA-unsplash.jpg.jpg deleted file mode 100755 index f26af0d5..00000000 Binary files a/docs/presentations/screendesign/gestaltgesetze/images/juan-davila-P8PlK2nGwqA-unsplash.jpg.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/gestaltgesetze/images/kronen-zeitung.jpg b/docs/presentations/screendesign/gestaltgesetze/images/kronen-zeitung.jpg deleted file mode 100755 index fa518ffa..00000000 Binary files a/docs/presentations/screendesign/gestaltgesetze/images/kronen-zeitung.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/gestaltgesetze/images/lingscars.jpg b/docs/presentations/screendesign/gestaltgesetze/images/lingscars.jpg deleted file mode 100755 index fe77606c..00000000 Binary files a/docs/presentations/screendesign/gestaltgesetze/images/lingscars.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/gestaltgesetze/images/lueneburger-zeitung-eonwerbung.jpg b/docs/presentations/screendesign/gestaltgesetze/images/lueneburger-zeitung-eonwerbung.jpg deleted file mode 100755 index 99e59765..00000000 Binary files a/docs/presentations/screendesign/gestaltgesetze/images/lueneburger-zeitung-eonwerbung.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/gestaltgesetze/images/map-cologne.jpg b/docs/presentations/screendesign/gestaltgesetze/images/map-cologne.jpg deleted file mode 100755 index 9dfcf618..00000000 Binary files a/docs/presentations/screendesign/gestaltgesetze/images/map-cologne.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/gestaltgesetze/images/map-cologne2.jpg b/docs/presentations/screendesign/gestaltgesetze/images/map-cologne2.jpg deleted file mode 100755 index 311eaf1b..00000000 Binary files a/docs/presentations/screendesign/gestaltgesetze/images/map-cologne2.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/gestaltgesetze/images/messy-website.jpg b/docs/presentations/screendesign/gestaltgesetze/images/messy-website.jpg deleted file mode 100755 index 68d01e54..00000000 Binary files a/docs/presentations/screendesign/gestaltgesetze/images/messy-website.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/gestaltgesetze/images/pasted-image-697.png.jpg b/docs/presentations/screendesign/gestaltgesetze/images/pasted-image-697.png.jpg deleted file mode 100755 index 36452afa..00000000 Binary files a/docs/presentations/screendesign/gestaltgesetze/images/pasted-image-697.png.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/gestaltgesetze/images/paul.jpg b/docs/presentations/screendesign/gestaltgesetze/images/paul.jpg deleted file mode 100755 index 7335fa28..00000000 Binary files a/docs/presentations/screendesign/gestaltgesetze/images/paul.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/gestaltgesetze/images/quelle.pdf.jpg b/docs/presentations/screendesign/gestaltgesetze/images/quelle.pdf.jpg deleted file mode 100755 index 72b533c3..00000000 Binary files a/docs/presentations/screendesign/gestaltgesetze/images/quelle.pdf.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/gestaltgesetze/images/reduktion-bsp.jpg b/docs/presentations/screendesign/gestaltgesetze/images/reduktion-bsp.jpg deleted file mode 100755 index 8831a98d..00000000 Binary files a/docs/presentations/screendesign/gestaltgesetze/images/reduktion-bsp.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/gestaltgesetze/images/t3n-magazin.jpg b/docs/presentations/screendesign/gestaltgesetze/images/t3n-magazin.jpg deleted file mode 100755 index 081aaa0b..00000000 Binary files a/docs/presentations/screendesign/gestaltgesetze/images/t3n-magazin.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/gestaltgesetze/images/tagesschau.jpg b/docs/presentations/screendesign/gestaltgesetze/images/tagesschau.jpg deleted file mode 100755 index 50e0aafd..00000000 Binary files a/docs/presentations/screendesign/gestaltgesetze/images/tagesschau.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/gestaltgesetze/images/time-square.jpg.jpg b/docs/presentations/screendesign/gestaltgesetze/images/time-square.jpg.jpg deleted file mode 100755 index 22497263..00000000 Binary files a/docs/presentations/screendesign/gestaltgesetze/images/time-square.jpg.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/gestaltgesetze/images/tokyo-shinjuku.jpg b/docs/presentations/screendesign/gestaltgesetze/images/tokyo-shinjuku.jpg deleted file mode 100755 index 40927675..00000000 Binary files a/docs/presentations/screendesign/gestaltgesetze/images/tokyo-shinjuku.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/gestaltgesetze/images/tunnel7.jpg b/docs/presentations/screendesign/gestaltgesetze/images/tunnel7.jpg deleted file mode 100755 index 8edd4c29..00000000 Binary files a/docs/presentations/screendesign/gestaltgesetze/images/tunnel7.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/gestaltgesetze/images/yale-art.jpg b/docs/presentations/screendesign/gestaltgesetze/images/yale-art.jpg deleted file mode 100755 index b497a2f9..00000000 Binary files a/docs/presentations/screendesign/gestaltgesetze/images/yale-art.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/gestaltgesetze/images/zdf.jpg b/docs/presentations/screendesign/gestaltgesetze/images/zdf.jpg deleted file mode 100755 index 2fdffc8a..00000000 Binary files a/docs/presentations/screendesign/gestaltgesetze/images/zdf.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/gestaltgesetze/index.html b/docs/presentations/screendesign/gestaltgesetze/index.html deleted file mode 100644 index 9a1f6c32..00000000 --- a/docs/presentations/screendesign/gestaltgesetze/index.html +++ /dev/null @@ -1,264 +0,0 @@ - - - - Gestaltgesetze (WIP) // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/interface-inventar/000-intro/index.html b/docs/presentations/screendesign/interface-inventar/000-intro/index.html deleted file mode 100644 index 5d7a00f1..00000000 --- a/docs/presentations/screendesign/interface-inventar/000-intro/index.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - Wahrnehmungsarbeit // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -

    Räumlichkeit

    -

    Wie funktioniert visuelle Tiefenstaffelung?

    -
    - - - -
    - - -
    -
    -

    About Screendesign

    -

    Worum geht es in diesem Modul?

    -
    - - -
    - - -
    -
    -

    Wahrnehmungsarbeit

    -
    - - -
    - - -
    -
    -

    Eindeutigkeit

    -

    Ordnen Sie Elemente so eindeutig wie möglich an.

    -
    - - -
    - - -
    -
    -

    Semiotik

    -

    Lehre von Zeichen und Zeichensystemen

    -
    - - -
    - - -
    -
    -

    Der Punkt

    -

    Das kleinste und einfachste Gestaltungselement

    -
    - - -
    - - -
    -
    -

    Linie

    -

    zusammenhängendes, eindimensionales geometrisches Gebilde ohne Querausdehnung 😀

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - - -
    - - -
    -
    -

    Design in der Medieninformatik

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Farbe

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Figur und Grund

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Fläche und Form

    -

    --

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/interface-inventar/010-bespiele/index.html b/docs/presentations/screendesign/interface-inventar/010-bespiele/index.html deleted file mode 100644 index a1be2ee4..00000000 --- a/docs/presentations/screendesign/interface-inventar/010-bespiele/index.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - Wahrnehmungsarbeit // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Interface Inventar aufbauen und visualisieren

    -
    -
    -
    -

    Design Manual

    -

    Styleguide

    -

    Pattern Lab

    -

    UI Patterns

    -

    Living Styleguide

    -
    -
    - styleguides.io -
    -
    -
    -

    Konsistenz

    Konsistenz ist eine fundamentale Anforderung in der Gestaltung. Gleiche Linienstärken, Farben, Füllungen, Texturen, Anschnitte, Motive, Formate usw. sorgen für eine stilistische Zusammengehörigkeit der Bildelemente und eine schnelle Vergleichbarkeit von Abbildungen. Damit wird die Aufmerksamkeit des Betrachters schnell auf Veränderungen von Bildinhalten gelenkt. Vor allem in der Rezeption von Bildfolgen ist der Nutzer auf das Spiel von Konsistenz und Veränderung angewiesen.
    -
    -
    -
    -

    Ziele

    -

    Konsistente GUI sicherstellen

    -

    Werkzeug für Designer und Entwickler

    -

    Systematik und Grundgedanken des Gestaltungskonzept abbilden und erklären

    -
    -
    -
    -
    -
    -
    -

    Anforderungen

    -

    Welchen Anforderungen muss eine Design Dokumentation gerecht werden?

    -

    Was sollte dokumentiert werden?

    -
    -
    -
    -
    ./images/website-01.png
    -
    ./images/website-02.png
    -
    ./images/website-03.png
    -
    ./images/website-04.png
    -
    ./images/website-05.png
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/interface-inventar/020-gestaltungsziel/index.html b/docs/presentations/screendesign/interface-inventar/020-gestaltungsziel/index.html deleted file mode 100644 index 6d9a57fe..00000000 --- a/docs/presentations/screendesign/interface-inventar/020-gestaltungsziel/index.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - Wahrnehmungsarbeit // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Gestaltungsziel

    Wie soll das Design wirken und warum?

    -
    ./images/gestaltungsziel/firefox-design-values.png

    https://values.design.firefox.com

    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/interface-inventar/030-form-space/index.html b/docs/presentations/screendesign/interface-inventar/030-form-space/index.html deleted file mode 100644 index b7e30d74..00000000 --- a/docs/presentations/screendesign/interface-inventar/030-form-space/index.html +++ /dev/null @@ -1,74 +0,0 @@ - - - - Wahrnehmungsarbeit // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Form & Space

    -
    -
    -
    -

    Form & Space

    -

    Spalten

    -

    Raster

    -

    Grundaufteilung

    -

    Abstände

    -

    Hierarchisierung

    -

    Negativraum

    -
    -
    -

    Layout/ Gestalterische Macrostruktur & Raster

    -
    -
    -
    -
    ./images/form-space/space-01.png
    -
    ./images/form-space/space-02.png
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/interface-inventar/040-farbe/index.html b/docs/presentations/screendesign/interface-inventar/040-farbe/index.html deleted file mode 100644 index a24cb851..00000000 --- a/docs/presentations/screendesign/interface-inventar/040-farbe/index.html +++ /dev/null @@ -1,70 +0,0 @@ - - - - Wahrnehmungsarbeit // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Farbe

    -
    -
    -
    -

    Farbe

    -

    Farbskalen

    -

    Sättigung, Helligkeit

    -

    Farbeinsatz/ Funktion der Farben

    -

    Farbkombinatorik

    -

    Besondere Ausprägung: Transparenzen, Rasterungen, Verläufe

    -
    -
    -
    -
    ./images/farbe/farbe-01.png
    -
    ./images/farbe/farbe-02.png
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/interface-inventar/050-media/index.html b/docs/presentations/screendesign/interface-inventar/050-media/index.html deleted file mode 100644 index 9c5d2a45..00000000 --- a/docs/presentations/screendesign/interface-inventar/050-media/index.html +++ /dev/null @@ -1,74 +0,0 @@ - - - - Wahrnehmungsarbeit // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Media

    -
    -
    -
    -

    Media

    -

    Bilder und deren Größen

    -

    Videos und deren Größe

    -

    Grafiken und deren Größe

    -

    Zuschnitt

    -

    Farbgebung

    -

    Besondere Ausprägungen: Schatten, Transparenzen, etc.

    -

    Kombination mit anderen Elementen

    -
    -
    -
    -
    ./images/media/media-01.png
    -
    ./images/media/media-02.png
    -
    ./images/media/media-03.png
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/interface-inventar/055-typo-satz/index.html b/docs/presentations/screendesign/interface-inventar/055-typo-satz/index.html deleted file mode 100644 index 7a4aa0a3..00000000 --- a/docs/presentations/screendesign/interface-inventar/055-typo-satz/index.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - Wahrnehmungsarbeit // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Typographie & Satz

    -
    -
    -
    -

    Typographie & Satz

    -

    Schriftart

    -

    Schriftgrößen

    -

    Schriftschnitte

    -

    Zeilenabstand

    -

    Schriftstile

    -

    Besondere Ausprägungen: Schatten, Transparenzen, etc.

    -

    Textausrichtung

    -

    Satzart

    -
    -
    -
    -
    ./images/typo/typo-01.png
    -
    ./images/typo/typo-02.png
    -
    ./images/typo/typo-03.png
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/interface-inventar/060-interaktion/index.html b/docs/presentations/screendesign/interface-inventar/060-interaktion/index.html deleted file mode 100644 index 92c4c2c5..00000000 --- a/docs/presentations/screendesign/interface-inventar/060-interaktion/index.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - Wahrnehmungsarbeit // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Interaktion & Gestaltungselemente

    -
    -
    -
    -

    Interaktion & Gestaltungselemente

    -

    (Trenn)-linien

    -

    Rahmen

    -

    Hintergründe

    -

    Interaktionselemente

    -

    Interaktionen

    -

    Übergänge

    -
    -
    -
    -
    ./images/interaktion/interaktion-01.png
    -
    ./images/interaktion/interaktion-02.png
    -
    ./images/interaktion/interaktion-03.png
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/interface-inventar/070-komponenten/index.html b/docs/presentations/screendesign/interface-inventar/070-komponenten/index.html deleted file mode 100644 index 7d477c39..00000000 --- a/docs/presentations/screendesign/interface-inventar/070-komponenten/index.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - Wahrnehmungsarbeit // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Komponenten

    -
    -
    -
    -

    Komponenten

    -

    Navigation, Cards, Forms, Buttons, Button Groups, Tables, Lists, Grid Lists, Menues, Pickers, Progress & Activity, Slider, Tabs, Toolsbars, Tooltips

    -
    -
    -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/interface-inventar/080-strukturieren/index.html b/docs/presentations/screendesign/interface-inventar/080-strukturieren/index.html deleted file mode 100644 index 18ef9c67..00000000 --- a/docs/presentations/screendesign/interface-inventar/080-strukturieren/index.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - Wahrnehmungsarbeit // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Wie strukturieren wir die Dokumentation?

    -
    ./images/struktur/struktur-01.png
    -
    ./images/struktur/struktur-02.png
    -
    ./images/struktur/struktur-03.png
    -
    ./images/struktur/struktur-04.png
    -
    ./images/struktur/struktur-05.png
    -
    ./images/struktur/struktur-06.jpg
    -
    ./images/struktur/struktur-07.jpg
    -
    ./images/struktur/struktur-08.jpg
    -

    Praxisbeispiel

    -
    -
    -
    -

    Pattern Library

    -

    Base Unwichtiges weglassen

    -

    Atoms Muster bilden

    -

    Molecules Bezüge herstellen

    -

    Organisms Kombinationen aus Molekülen und Atomen

    -

    Composition Raster, Layout

    -

    Behavior Flow, Transition, Microinteraction, Reaktion auf Viewports

    -
    -
    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/interface-inventar/9999-outro/index.html b/docs/presentations/screendesign/interface-inventar/9999-outro/index.html deleted file mode 100644 index 7ffda695..00000000 --- a/docs/presentations/screendesign/interface-inventar/9999-outro/index.html +++ /dev/null @@ -1,300 +0,0 @@ - - - - About Screendesign // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/interface-inventar/images/farbe/farbe-01.png b/docs/presentations/screendesign/interface-inventar/images/farbe/farbe-01.png deleted file mode 100644 index 01511e37..00000000 Binary files a/docs/presentations/screendesign/interface-inventar/images/farbe/farbe-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/interface-inventar/images/farbe/farbe-02.png b/docs/presentations/screendesign/interface-inventar/images/farbe/farbe-02.png deleted file mode 100755 index 42801cd0..00000000 Binary files a/docs/presentations/screendesign/interface-inventar/images/farbe/farbe-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/interface-inventar/images/form-space/space-01.png b/docs/presentations/screendesign/interface-inventar/images/form-space/space-01.png deleted file mode 100755 index 1d7754f2..00000000 Binary files a/docs/presentations/screendesign/interface-inventar/images/form-space/space-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/interface-inventar/images/form-space/space-02.png b/docs/presentations/screendesign/interface-inventar/images/form-space/space-02.png deleted file mode 100755 index ebd100ac..00000000 Binary files a/docs/presentations/screendesign/interface-inventar/images/form-space/space-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/interface-inventar/images/gestaltungsziel/firefox-design-values.png b/docs/presentations/screendesign/interface-inventar/images/gestaltungsziel/firefox-design-values.png deleted file mode 100755 index b5b61e82..00000000 Binary files a/docs/presentations/screendesign/interface-inventar/images/gestaltungsziel/firefox-design-values.png and /dev/null differ diff --git a/docs/presentations/screendesign/interface-inventar/images/interaktion/interaktion-01.png b/docs/presentations/screendesign/interface-inventar/images/interaktion/interaktion-01.png deleted file mode 100644 index e2176f0f..00000000 Binary files a/docs/presentations/screendesign/interface-inventar/images/interaktion/interaktion-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/interface-inventar/images/interaktion/interaktion-02.png b/docs/presentations/screendesign/interface-inventar/images/interaktion/interaktion-02.png deleted file mode 100644 index cd7142f0..00000000 Binary files a/docs/presentations/screendesign/interface-inventar/images/interaktion/interaktion-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/interface-inventar/images/interaktion/interaktion-03.png b/docs/presentations/screendesign/interface-inventar/images/interaktion/interaktion-03.png deleted file mode 100644 index 2ad50683..00000000 Binary files a/docs/presentations/screendesign/interface-inventar/images/interaktion/interaktion-03.png and /dev/null differ diff --git a/docs/presentations/screendesign/interface-inventar/images/media/media-01.png b/docs/presentations/screendesign/interface-inventar/images/media/media-01.png deleted file mode 100644 index 670aa4e0..00000000 Binary files a/docs/presentations/screendesign/interface-inventar/images/media/media-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/interface-inventar/images/media/media-02.png b/docs/presentations/screendesign/interface-inventar/images/media/media-02.png deleted file mode 100755 index f5995cfb..00000000 Binary files a/docs/presentations/screendesign/interface-inventar/images/media/media-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/interface-inventar/images/media/media-03.png b/docs/presentations/screendesign/interface-inventar/images/media/media-03.png deleted file mode 100755 index 554c5978..00000000 Binary files a/docs/presentations/screendesign/interface-inventar/images/media/media-03.png and /dev/null differ diff --git a/docs/presentations/screendesign/interface-inventar/images/struktur/struktur-01.png b/docs/presentations/screendesign/interface-inventar/images/struktur/struktur-01.png deleted file mode 100755 index 7b8b73ed..00000000 Binary files a/docs/presentations/screendesign/interface-inventar/images/struktur/struktur-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/interface-inventar/images/struktur/struktur-02.png b/docs/presentations/screendesign/interface-inventar/images/struktur/struktur-02.png deleted file mode 100755 index 463df785..00000000 Binary files a/docs/presentations/screendesign/interface-inventar/images/struktur/struktur-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/interface-inventar/images/struktur/struktur-03.png b/docs/presentations/screendesign/interface-inventar/images/struktur/struktur-03.png deleted file mode 100755 index 7857cbb5..00000000 Binary files a/docs/presentations/screendesign/interface-inventar/images/struktur/struktur-03.png and /dev/null differ diff --git a/docs/presentations/screendesign/interface-inventar/images/struktur/struktur-04.png b/docs/presentations/screendesign/interface-inventar/images/struktur/struktur-04.png deleted file mode 100755 index 8cf839b0..00000000 Binary files a/docs/presentations/screendesign/interface-inventar/images/struktur/struktur-04.png and /dev/null differ diff --git a/docs/presentations/screendesign/interface-inventar/images/struktur/struktur-05.png b/docs/presentations/screendesign/interface-inventar/images/struktur/struktur-05.png deleted file mode 100644 index d4497bed..00000000 Binary files a/docs/presentations/screendesign/interface-inventar/images/struktur/struktur-05.png and /dev/null differ diff --git a/docs/presentations/screendesign/interface-inventar/images/struktur/struktur-06.jpg b/docs/presentations/screendesign/interface-inventar/images/struktur/struktur-06.jpg deleted file mode 100755 index 480cb5bd..00000000 Binary files a/docs/presentations/screendesign/interface-inventar/images/struktur/struktur-06.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/interface-inventar/images/struktur/struktur-07.jpg b/docs/presentations/screendesign/interface-inventar/images/struktur/struktur-07.jpg deleted file mode 100755 index 3343ddc8..00000000 Binary files a/docs/presentations/screendesign/interface-inventar/images/struktur/struktur-07.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/interface-inventar/images/struktur/struktur-08.jpg b/docs/presentations/screendesign/interface-inventar/images/struktur/struktur-08.jpg deleted file mode 100755 index 0fe0b580..00000000 Binary files a/docs/presentations/screendesign/interface-inventar/images/struktur/struktur-08.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/interface-inventar/images/typo/typo-01.png b/docs/presentations/screendesign/interface-inventar/images/typo/typo-01.png deleted file mode 100644 index 070667bc..00000000 Binary files a/docs/presentations/screendesign/interface-inventar/images/typo/typo-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/interface-inventar/images/typo/typo-02.png b/docs/presentations/screendesign/interface-inventar/images/typo/typo-02.png deleted file mode 100644 index d7138528..00000000 Binary files a/docs/presentations/screendesign/interface-inventar/images/typo/typo-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/interface-inventar/images/typo/typo-03.png b/docs/presentations/screendesign/interface-inventar/images/typo/typo-03.png deleted file mode 100755 index c298c2ca..00000000 Binary files a/docs/presentations/screendesign/interface-inventar/images/typo/typo-03.png and /dev/null differ diff --git a/docs/presentations/screendesign/interface-inventar/images/website-01.png b/docs/presentations/screendesign/interface-inventar/images/website-01.png deleted file mode 100755 index 109d8d18..00000000 Binary files a/docs/presentations/screendesign/interface-inventar/images/website-01.png and /dev/null differ diff --git a/docs/presentations/screendesign/interface-inventar/images/website-02.png b/docs/presentations/screendesign/interface-inventar/images/website-02.png deleted file mode 100755 index c492ffe2..00000000 Binary files a/docs/presentations/screendesign/interface-inventar/images/website-02.png and /dev/null differ diff --git a/docs/presentations/screendesign/interface-inventar/images/website-03.png b/docs/presentations/screendesign/interface-inventar/images/website-03.png deleted file mode 100755 index c3da1885..00000000 Binary files a/docs/presentations/screendesign/interface-inventar/images/website-03.png and /dev/null differ diff --git a/docs/presentations/screendesign/interface-inventar/images/website-04.png b/docs/presentations/screendesign/interface-inventar/images/website-04.png deleted file mode 100755 index 0a2edef1..00000000 Binary files a/docs/presentations/screendesign/interface-inventar/images/website-04.png and /dev/null differ diff --git a/docs/presentations/screendesign/interface-inventar/images/website-05.png b/docs/presentations/screendesign/interface-inventar/images/website-05.png deleted file mode 100755 index 2ee42571..00000000 Binary files a/docs/presentations/screendesign/interface-inventar/images/website-05.png and /dev/null differ diff --git a/docs/presentations/screendesign/interface-inventar/index.html b/docs/presentations/screendesign/interface-inventar/index.html deleted file mode 100644 index 0778a676..00000000 --- a/docs/presentations/screendesign/interface-inventar/index.html +++ /dev/null @@ -1,315 +0,0 @@ - - - - Interface Inventar aufbauen und dokumentieren (DONE) // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -

    Interface Inventar aufbauen und visualisieren

    -
    -
    -
    -

    Design Manual

    -

    Styleguide

    -

    Pattern Lab

    -

    UI Patterns

    -

    Living Styleguide

    -
    -
    - styleguides.io -
    -
    -
    -

    Konsistenz

    Konsistenz ist eine fundamentale Anforderung in der Gestaltung. Gleiche Linienstärken, Farben, Füllungen, Texturen, Anschnitte, Motive, Formate usw. sorgen für eine stilistische Zusammengehörigkeit der Bildelemente und eine schnelle Vergleichbarkeit von Abbildungen. Damit wird die Aufmerksamkeit des Betrachters schnell auf Veränderungen von Bildinhalten gelenkt. Vor allem in der Rezeption von Bildfolgen ist der Nutzer auf das Spiel von Konsistenz und Veränderung angewiesen.
    -
    -
    -
    -

    Ziele

    -

    Konsistente GUI sicherstellen

    -

    Werkzeug für Designer und Entwickler

    -

    Systematik und Grundgedanken des Gestaltungskonzept abbilden und erklären

    -
    -
    -
    -
    -
    -
    -

    Anforderungen

    -

    Welchen Anforderungen muss eine Design Dokumentation gerecht werden?

    -

    Was sollte dokumentiert werden?

    -
    -
    -
    -
    ./images/website-01.png
    -
    ./images/website-02.png
    -
    ./images/website-03.png
    -
    ./images/website-04.png
    -
    ./images/website-05.png
    - - - -
    - - -
    -

    Gestaltungsziel

    Wie soll das Design wirken und warum?

    -
    ./images/gestaltungsziel/firefox-design-values.png

    https://values.design.firefox.com

    - - -
    - - -
    -

    Form & Space

    -
    -
    -
    -

    Form & Space

    -

    Spalten

    -

    Raster

    -

    Grundaufteilung

    -

    Abstände

    -

    Hierarchisierung

    -

    Negativraum

    -
    -
    -

    Layout/ Gestalterische Macrostruktur & Raster

    -
    -
    -
    -
    ./images/form-space/space-01.png
    -
    ./images/form-space/space-02.png
    - - -
    - - -
    -

    Farbe

    -
    -
    -
    -

    Farbe

    -

    Farbskalen

    -

    Sättigung, Helligkeit

    -

    Farbeinsatz/ Funktion der Farben

    -

    Farbkombinatorik

    -

    Besondere Ausprägung: Transparenzen, Rasterungen, Verläufe

    -
    -
    -
    -
    ./images/farbe/farbe-01.png
    -
    ./images/farbe/farbe-02.png
    - - -
    - - -
    -

    Media

    -
    -
    -
    -

    Media

    -

    Bilder und deren Größen

    -

    Videos und deren Größe

    -

    Grafiken und deren Größe

    -

    Zuschnitt

    -

    Farbgebung

    -

    Besondere Ausprägungen: Schatten, Transparenzen, etc.

    -

    Kombination mit anderen Elementen

    -
    -
    -
    -
    ./images/media/media-01.png
    -
    ./images/media/media-02.png
    -
    ./images/media/media-03.png
    - - - -
    - - -
    -

    Typographie & Satz

    -
    -
    -
    -

    Typographie & Satz

    -

    Schriftart

    -

    Schriftgrößen

    -

    Schriftschnitte

    -

    Zeilenabstand

    -

    Schriftstile

    -

    Besondere Ausprägungen: Schatten, Transparenzen, etc.

    -

    Textausrichtung

    -

    Satzart

    -
    -
    -
    -
    ./images/typo/typo-01.png
    -
    ./images/typo/typo-02.png
    -
    ./images/typo/typo-03.png
    - - - -
    - - -
    -

    Interaktion & Gestaltungselemente

    -
    -
    -
    -

    Interaktion & Gestaltungselemente

    -

    (Trenn)-linien

    -

    Rahmen

    -

    Hintergründe

    -

    Interaktionselemente

    -

    Interaktionen

    -

    Übergänge

    -
    -
    -
    -
    ./images/interaktion/interaktion-01.png
    -
    ./images/interaktion/interaktion-02.png
    -
    ./images/interaktion/interaktion-03.png
    - - - -
    - - -
    -

    Komponenten

    -
    -
    -
    -

    Komponenten

    -

    Navigation, Cards, Forms, Buttons, Button Groups, Tables, Lists, Grid Lists, Menues, Pickers, Progress & Activity, Slider, Tabs, Toolsbars, Tooltips

    -
    -
    -
    - - - -
    - - -
    -

    Wie strukturieren wir die Dokumentation?

    -
    ./images/struktur/struktur-01.png
    -
    ./images/struktur/struktur-02.png
    -
    ./images/struktur/struktur-03.png
    -
    ./images/struktur/struktur-04.png
    -
    ./images/struktur/struktur-05.png
    -
    ./images/struktur/struktur-06.jpg
    -
    ./images/struktur/struktur-07.jpg
    -
    ./images/struktur/struktur-08.jpg
    -

    Praxisbeispiel

    -
    -
    -
    -

    Pattern Library

    -

    Base Unwichtiges weglassen

    -

    Atoms Muster bilden

    -

    Molecules Bezüge herstellen

    -

    Organisms Kombinationen aus Molekülen und Atomen

    -

    Composition Raster, Layout

    -

    Behavior Flow, Transition, Microinteraction, Reaktion auf Viewports

    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/layout/000-intro/index.html b/docs/presentations/screendesign/layout/000-intro/index.html deleted file mode 100644 index 5d7a00f1..00000000 --- a/docs/presentations/screendesign/layout/000-intro/index.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - Wahrnehmungsarbeit // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -

    Räumlichkeit

    -

    Wie funktioniert visuelle Tiefenstaffelung?

    -
    - - - -
    - - -
    -
    -

    About Screendesign

    -

    Worum geht es in diesem Modul?

    -
    - - -
    - - -
    -
    -

    Wahrnehmungsarbeit

    -
    - - -
    - - -
    -
    -

    Eindeutigkeit

    -

    Ordnen Sie Elemente so eindeutig wie möglich an.

    -
    - - -
    - - -
    -
    -

    Semiotik

    -

    Lehre von Zeichen und Zeichensystemen

    -
    - - -
    - - -
    -
    -

    Der Punkt

    -

    Das kleinste und einfachste Gestaltungselement

    -
    - - -
    - - -
    -
    -

    Linie

    -

    zusammenhängendes, eindimensionales geometrisches Gebilde ohne Querausdehnung 😀

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - - -
    - - -
    -
    -

    Design in der Medieninformatik

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Farbe

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Figur und Grund

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Fläche und Form

    -

    --

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/layout/010-cite/index.html b/docs/presentations/screendesign/layout/010-cite/index.html deleted file mode 100644 index 60a0247a..00000000 --- a/docs/presentations/screendesign/layout/010-cite/index.html +++ /dev/null @@ -1,111 +0,0 @@ - - - - Cite // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/layout/020-watzlawick/index.html b/docs/presentations/screendesign/layout/020-watzlawick/index.html deleted file mode 100644 index cd0d7613..00000000 --- a/docs/presentations/screendesign/layout/020-watzlawick/index.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - Cite with Image // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Man kann nicht nicht kommunizieren.

    -Paul Watzlawick, Philosoph, Psychotherapeut und Kommunikationswissenschaftler
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/layout/040-bilder-wo-es-voll-ist/index.html b/docs/presentations/screendesign/layout/040-bilder-wo-es-voll-ist/index.html deleted file mode 100644 index 967da71a..00000000 --- a/docs/presentations/screendesign/layout/040-bilder-wo-es-voll-ist/index.html +++ /dev/null @@ -1,456 +0,0 @@ - - - - Bilder wo et voll ist // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/layout/050-online-viel-zu-tun/index.html b/docs/presentations/screendesign/layout/050-online-viel-zu-tun/index.html deleted file mode 100644 index d70e5c72..00000000 --- a/docs/presentations/screendesign/layout/050-online-viel-zu-tun/index.html +++ /dev/null @@ -1,376 +0,0 @@ - - - - Komplexe Layouts online // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/layout/060-aufmerksamkeitstest/index.html b/docs/presentations/screendesign/layout/060-aufmerksamkeitstest/index.html deleted file mode 100644 index 9237e27f..00000000 --- a/docs/presentations/screendesign/layout/060-aufmerksamkeitstest/index.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - Aufmerksamkeitstest // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/layout/100-orientierung/index.html b/docs/presentations/screendesign/layout/100-orientierung/index.html deleted file mode 100644 index 0cebaff5..00000000 --- a/docs/presentations/screendesign/layout/100-orientierung/index.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - Orientierung // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/layout/110-orientierung-karte/index.html b/docs/presentations/screendesign/layout/110-orientierung-karte/index.html deleted file mode 100644 index 82b2668f..00000000 --- a/docs/presentations/screendesign/layout/110-orientierung-karte/index.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - Orientierung // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/layout/330-lindgaard/index.html b/docs/presentations/screendesign/layout/330-lindgaard/index.html deleted file mode 100644 index e692d97c..00000000 --- a/docs/presentations/screendesign/layout/330-lindgaard/index.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - Gitte Lindgaard // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/layout/9999-outro/index.html b/docs/presentations/screendesign/layout/9999-outro/index.html deleted file mode 100644 index 7ffda695..00000000 --- a/docs/presentations/screendesign/layout/9999-outro/index.html +++ /dev/null @@ -1,300 +0,0 @@ - - - - About Screendesign // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/layout/images/FAZ_neu_S1_gross-570.jpg b/docs/presentations/screendesign/layout/images/FAZ_neu_S1_gross-570.jpg deleted file mode 100755 index d2f96746..00000000 Binary files a/docs/presentations/screendesign/layout/images/FAZ_neu_S1_gross-570.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/layout/images/amazon.jpg b/docs/presentations/screendesign/layout/images/amazon.jpg deleted file mode 100755 index e28eedeb..00000000 Binary files a/docs/presentations/screendesign/layout/images/amazon.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/layout/images/bild-titel.jpg b/docs/presentations/screendesign/layout/images/bild-titel.jpg deleted file mode 100755 index 1d1d40c3..00000000 Binary files a/docs/presentations/screendesign/layout/images/bild-titel.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/layout/images/dan-freeman-G4E6PcOt4Ps-unsplash.jpg.jpg b/docs/presentations/screendesign/layout/images/dan-freeman-G4E6PcOt4Ps-unsplash.jpg.jpg deleted file mode 100755 index b08e3e41..00000000 Binary files a/docs/presentations/screendesign/layout/images/dan-freeman-G4E6PcOt4Ps-unsplash.jpg.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/layout/images/droppedImage-598.pdf.jpg b/docs/presentations/screendesign/layout/images/droppedImage-598.pdf.jpg deleted file mode 100755 index 3638f01e..00000000 Binary files a/docs/presentations/screendesign/layout/images/droppedImage-598.pdf.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/layout/images/greece-chalcis.jpg b/docs/presentations/screendesign/layout/images/greece-chalcis.jpg deleted file mode 100755 index 0f99cb06..00000000 Binary files a/docs/presentations/screendesign/layout/images/greece-chalcis.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/layout/images/iwona-castiello-d-antonio-dnMLdR814aA-unsplash.jpg.jpg b/docs/presentations/screendesign/layout/images/iwona-castiello-d-antonio-dnMLdR814aA-unsplash.jpg.jpg deleted file mode 100755 index 862e36f8..00000000 Binary files a/docs/presentations/screendesign/layout/images/iwona-castiello-d-antonio-dnMLdR814aA-unsplash.jpg.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/layout/images/juan-davila-P8PlK2nGwqA-unsplash.jpg.jpg b/docs/presentations/screendesign/layout/images/juan-davila-P8PlK2nGwqA-unsplash.jpg.jpg deleted file mode 100755 index f26af0d5..00000000 Binary files a/docs/presentations/screendesign/layout/images/juan-davila-P8PlK2nGwqA-unsplash.jpg.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/layout/images/kronen-zeitung.jpg b/docs/presentations/screendesign/layout/images/kronen-zeitung.jpg deleted file mode 100755 index fa518ffa..00000000 Binary files a/docs/presentations/screendesign/layout/images/kronen-zeitung.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/layout/images/lingscars.jpg b/docs/presentations/screendesign/layout/images/lingscars.jpg deleted file mode 100755 index fe77606c..00000000 Binary files a/docs/presentations/screendesign/layout/images/lingscars.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/layout/images/lueneburger-zeitung-eonwerbung.jpg b/docs/presentations/screendesign/layout/images/lueneburger-zeitung-eonwerbung.jpg deleted file mode 100755 index 99e59765..00000000 Binary files a/docs/presentations/screendesign/layout/images/lueneburger-zeitung-eonwerbung.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/layout/images/map-cologne.jpg b/docs/presentations/screendesign/layout/images/map-cologne.jpg deleted file mode 100755 index 9dfcf618..00000000 Binary files a/docs/presentations/screendesign/layout/images/map-cologne.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/layout/images/map-cologne2.jpg b/docs/presentations/screendesign/layout/images/map-cologne2.jpg deleted file mode 100755 index 311eaf1b..00000000 Binary files a/docs/presentations/screendesign/layout/images/map-cologne2.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/layout/images/messy-website.jpg b/docs/presentations/screendesign/layout/images/messy-website.jpg deleted file mode 100755 index 68d01e54..00000000 Binary files a/docs/presentations/screendesign/layout/images/messy-website.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/layout/images/pasted-image-697.png.jpg b/docs/presentations/screendesign/layout/images/pasted-image-697.png.jpg deleted file mode 100755 index 36452afa..00000000 Binary files a/docs/presentations/screendesign/layout/images/pasted-image-697.png.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/layout/images/paul.jpg b/docs/presentations/screendesign/layout/images/paul.jpg deleted file mode 100755 index 7335fa28..00000000 Binary files a/docs/presentations/screendesign/layout/images/paul.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/layout/images/quelle.pdf.jpg b/docs/presentations/screendesign/layout/images/quelle.pdf.jpg deleted file mode 100755 index 72b533c3..00000000 Binary files a/docs/presentations/screendesign/layout/images/quelle.pdf.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/layout/images/reduktion-bsp.jpg b/docs/presentations/screendesign/layout/images/reduktion-bsp.jpg deleted file mode 100755 index 8831a98d..00000000 Binary files a/docs/presentations/screendesign/layout/images/reduktion-bsp.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/layout/images/t3n-magazin.jpg b/docs/presentations/screendesign/layout/images/t3n-magazin.jpg deleted file mode 100755 index 081aaa0b..00000000 Binary files a/docs/presentations/screendesign/layout/images/t3n-magazin.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/layout/images/tagesschau.jpg b/docs/presentations/screendesign/layout/images/tagesschau.jpg deleted file mode 100755 index 50e0aafd..00000000 Binary files a/docs/presentations/screendesign/layout/images/tagesschau.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/layout/images/time-square.jpg.jpg b/docs/presentations/screendesign/layout/images/time-square.jpg.jpg deleted file mode 100755 index 22497263..00000000 Binary files a/docs/presentations/screendesign/layout/images/time-square.jpg.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/layout/images/tokyo-shinjuku.jpg b/docs/presentations/screendesign/layout/images/tokyo-shinjuku.jpg deleted file mode 100755 index 40927675..00000000 Binary files a/docs/presentations/screendesign/layout/images/tokyo-shinjuku.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/layout/images/tunnel7.jpg b/docs/presentations/screendesign/layout/images/tunnel7.jpg deleted file mode 100755 index 8edd4c29..00000000 Binary files a/docs/presentations/screendesign/layout/images/tunnel7.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/layout/images/yale-art.jpg b/docs/presentations/screendesign/layout/images/yale-art.jpg deleted file mode 100755 index b497a2f9..00000000 Binary files a/docs/presentations/screendesign/layout/images/yale-art.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/layout/images/zdf.jpg b/docs/presentations/screendesign/layout/images/zdf.jpg deleted file mode 100755 index 2fdffc8a..00000000 Binary files a/docs/presentations/screendesign/layout/images/zdf.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/layout/index.html b/docs/presentations/screendesign/layout/index.html deleted file mode 100644 index 7ab83f71..00000000 --- a/docs/presentations/screendesign/layout/index.html +++ /dev/null @@ -1,305 +0,0 @@ - - - - Layout (WIP) // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -

    Wie beschreiben wir ein Layout?

    Gutes Auge, präzise Sprache

    -
    ./images/layout-01.png
    -

    Wie beschreiben wir ein Layout?

    Nach welcher Systematik können wir vorgehen?

    -
    ./images/layout-02.png
    -

    Wie beschreiben wir ein Layout?

    Welche visuellen Elementtypen gibt es eigentlich?

    -
    ./images/layout-03.png
    -
    ./images/layout-04.png
    -
    ./images/layout-05.png
    -
    ./images/layout-06.png
    -
    ./images/gutes-design-08.png
    -
    ./images/layout-07.png
    -
    ./images/layout-08.png
    -
    ./images/layout-09.png
    -
    ./images/layout-10.png
    -
    ./images/layout-11.png
    -
    ./images/layout-12.png
    -

    Wie beschreiben wir ein Layout?

    Welche visuellen Eigenschaften kann ein Element haben?

    -

    Punkt // Linie // Fläche // Form

    -
    ./images/layout-13.png
    -
    ./images/layout-14.png
    -

    Wie beschreiben wir ein Layout? -

    Welche visuellen Eigenschaften kann ein Element haben?

    -
    ./images/layout-15.png

    Punkt // Linie // Fläche // Form

    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -

    Gutes Auge, präzise Sprache

    Wie beschreiben wir ein Layout?

    -
    ./images/beschreiben-01.png
    -
    ./images/beschreiben-02.png
    -
    ./images/beschreiben-03.png
    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/linie/000-intro/index.html b/docs/presentations/screendesign/linie/000-intro/index.html deleted file mode 100644 index 7535e1bb..00000000 --- a/docs/presentations/screendesign/linie/000-intro/index.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - Der Linie // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -

    Räumlichkeit

    -

    Wie funktioniert visuelle Tiefenstaffelung?

    -
    - - - -
    - - -
    -
    -

    About Screendesign

    -

    Worum geht es in diesem Modul?

    -
    - - -
    - - -
    -
    -

    Wahrnehmungsarbeit

    -
    - - -
    - - -
    -
    -

    Eindeutigkeit

    -

    Ordnen Sie Elemente so eindeutig wie möglich an.

    -
    - - -
    - - -
    -
    -

    Semiotik

    -

    Lehre von Zeichen und Zeichensystemen

    -
    - - -
    - - -
    -
    -

    Der Punkt

    -

    Das kleinste und einfachste Gestaltungselement

    -
    - - -
    - - -
    -
    -

    Linie

    -

    zusammenhängendes, eindimensionales geometrisches Gebilde ohne Querausdehnung 😀

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - - -
    - - -
    -
    -

    Design in der Medieninformatik

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Farbe

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Figur und Grund

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Fläche und Form

    -

    --

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/linie/020-parameter-uebersicht-punkt/index.html b/docs/presentations/screendesign/linie/020-parameter-uebersicht-punkt/index.html deleted file mode 100644 index 001fda79..00000000 --- a/docs/presentations/screendesign/linie/020-parameter-uebersicht-punkt/index.html +++ /dev/null @@ -1,63 +0,0 @@ - - - - Gestaltungsparameter Übersicht // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Gestaltungsparameter Übersicht

    Übersicht der Gestaltungsparameter für den Punkt.

    -

    Position

    -

    Anzahl

    -

    Tonwert

    -

    Farbe

    -

    Transparenz

    -

    Größe

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/linie/030-parameter-uebersicht-linie/index.html b/docs/presentations/screendesign/linie/030-parameter-uebersicht-linie/index.html deleted file mode 100644 index 9445cd32..00000000 --- a/docs/presentations/screendesign/linie/030-parameter-uebersicht-linie/index.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - Gestaltungsparameter Übersicht // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Gestaltungsparameter Übersicht

    Übersicht der Gestaltungsparameter für die Line.

    -

    Position

    -

    Anzahl

    -

    Tonwert

    -

    Farbe

    -

    Transparenz

    -

    Länge

    -

    Stärke

    -

    Richtung

    -

    Form

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/linie/040-kraefte/index.html b/docs/presentations/screendesign/linie/040-kraefte/index.html deleted file mode 100644 index 9c41b95e..00000000 --- a/docs/presentations/screendesign/linie/040-kraefte/index.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - Kräfte // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Kräfte

    Auf Linien in einer Gestaltung wirken folgende Kräfte.
    -
    ./images/040-Linie.004.jpeg
    -
    ./images/040-Linie.005.jpeg
    -
    ./images/040-Linie.006.jpeg
    -
    ./images/040-Linie.007.jpeg
    -
    ./images/040-Linie.008.jpeg
    -
    ./images/040-Linie.009.jpeg
    -
    ./images/040-Linie.010.jpeg
    -
    ./images/040-Linie.011.jpeg
    -
    ./images/040-Linie.012.jpeg
    -
    ./images/040-Linie.013.jpeg
    -
    ./images/040-Linie.014.jpeg
    -
    ./images/040-Linie.015.jpeg
    -
    ./images/040-Linie.016.jpeg

    Sinus Täuschung

    -
    ./images/040-Linie.017.jpeg
    -
    ./images/040-Linie.018.jpeg

    Sander-Parallelogramm

    -
    ./images/040-Linie.019.jpeg
    -
    ./images/040-Linie.020.jpeg

    Müller-Lyia Täuschung

    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/linie/images/040-Linie.004.jpeg b/docs/presentations/screendesign/linie/images/040-Linie.004.jpeg deleted file mode 100755 index 9633c370..00000000 Binary files a/docs/presentations/screendesign/linie/images/040-Linie.004.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/linie/images/040-Linie.005.jpeg b/docs/presentations/screendesign/linie/images/040-Linie.005.jpeg deleted file mode 100755 index 44e6bf88..00000000 Binary files a/docs/presentations/screendesign/linie/images/040-Linie.005.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/linie/images/040-Linie.006.jpeg b/docs/presentations/screendesign/linie/images/040-Linie.006.jpeg deleted file mode 100755 index 9ab78309..00000000 Binary files a/docs/presentations/screendesign/linie/images/040-Linie.006.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/linie/images/040-Linie.007.jpeg b/docs/presentations/screendesign/linie/images/040-Linie.007.jpeg deleted file mode 100755 index d4560c6b..00000000 Binary files a/docs/presentations/screendesign/linie/images/040-Linie.007.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/linie/images/040-Linie.008.jpeg b/docs/presentations/screendesign/linie/images/040-Linie.008.jpeg deleted file mode 100755 index 5aa7e1b0..00000000 Binary files a/docs/presentations/screendesign/linie/images/040-Linie.008.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/linie/images/040-Linie.009.jpeg b/docs/presentations/screendesign/linie/images/040-Linie.009.jpeg deleted file mode 100755 index b06f8df1..00000000 Binary files a/docs/presentations/screendesign/linie/images/040-Linie.009.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/linie/images/040-Linie.010.jpeg b/docs/presentations/screendesign/linie/images/040-Linie.010.jpeg deleted file mode 100755 index 87b8360e..00000000 Binary files a/docs/presentations/screendesign/linie/images/040-Linie.010.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/linie/images/040-Linie.011.jpeg b/docs/presentations/screendesign/linie/images/040-Linie.011.jpeg deleted file mode 100755 index ae6ea500..00000000 Binary files a/docs/presentations/screendesign/linie/images/040-Linie.011.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/linie/images/040-Linie.012.jpeg b/docs/presentations/screendesign/linie/images/040-Linie.012.jpeg deleted file mode 100755 index 4b024c9e..00000000 Binary files a/docs/presentations/screendesign/linie/images/040-Linie.012.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/linie/images/040-Linie.013.jpeg b/docs/presentations/screendesign/linie/images/040-Linie.013.jpeg deleted file mode 100755 index 5aad8c35..00000000 Binary files a/docs/presentations/screendesign/linie/images/040-Linie.013.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/linie/images/040-Linie.014.jpeg b/docs/presentations/screendesign/linie/images/040-Linie.014.jpeg deleted file mode 100755 index eb0a805a..00000000 Binary files a/docs/presentations/screendesign/linie/images/040-Linie.014.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/linie/images/040-Linie.015.jpeg b/docs/presentations/screendesign/linie/images/040-Linie.015.jpeg deleted file mode 100755 index 9208b81d..00000000 Binary files a/docs/presentations/screendesign/linie/images/040-Linie.015.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/linie/images/040-Linie.016.jpeg b/docs/presentations/screendesign/linie/images/040-Linie.016.jpeg deleted file mode 100755 index 55cbf843..00000000 Binary files a/docs/presentations/screendesign/linie/images/040-Linie.016.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/linie/images/040-Linie.017.jpeg b/docs/presentations/screendesign/linie/images/040-Linie.017.jpeg deleted file mode 100755 index 37a5f663..00000000 Binary files a/docs/presentations/screendesign/linie/images/040-Linie.017.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/linie/images/040-Linie.018.jpeg b/docs/presentations/screendesign/linie/images/040-Linie.018.jpeg deleted file mode 100755 index 26cd2534..00000000 Binary files a/docs/presentations/screendesign/linie/images/040-Linie.018.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/linie/images/040-Linie.019.jpeg b/docs/presentations/screendesign/linie/images/040-Linie.019.jpeg deleted file mode 100755 index ae6e0a36..00000000 Binary files a/docs/presentations/screendesign/linie/images/040-Linie.019.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/linie/images/040-Linie.020.jpeg b/docs/presentations/screendesign/linie/images/040-Linie.020.jpeg deleted file mode 100755 index 4aefa040..00000000 Binary files a/docs/presentations/screendesign/linie/images/040-Linie.020.jpeg and /dev/null differ diff --git a/docs/presentations/screendesign/linie/index.html b/docs/presentations/screendesign/linie/index.html deleted file mode 100644 index 35f512e1..00000000 --- a/docs/presentations/screendesign/linie/index.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - Linie // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -

    Linie

    -

    zusammenhängendes, eindimensionales geometrisches Gebilde ohne Querausdehnung 😀

    -
    - - -
    - - -
    -

    Gestaltungsparameter Übersicht

    Übersicht der Gestaltungsparameter für den Punkt.

    -

    Position

    -

    Anzahl

    -

    Tonwert

    -

    Farbe

    -

    Transparenz

    -

    Größe

    -
    - - -
    - - -
    -

    Gestaltungsparameter Übersicht

    Übersicht der Gestaltungsparameter für die Line.

    -

    Position

    -

    Anzahl

    -

    Tonwert

    -

    Farbe

    -

    Transparenz

    -

    Länge

    -

    Stärke

    -

    Richtung

    -

    Form

    -
    - - -
    - - -
    -

    Kräfte

    Auf Linien in einer Gestaltung wirken folgende Kräfte.
    -
    ./images/040-Linie.004.jpeg
    -
    ./images/040-Linie.005.jpeg
    -
    ./images/040-Linie.006.jpeg
    -
    ./images/040-Linie.007.jpeg
    -
    ./images/040-Linie.008.jpeg
    -
    ./images/040-Linie.009.jpeg
    -
    ./images/040-Linie.010.jpeg
    -
    ./images/040-Linie.011.jpeg
    -
    ./images/040-Linie.012.jpeg
    -
    ./images/040-Linie.013.jpeg
    -
    ./images/040-Linie.014.jpeg
    -
    ./images/040-Linie.015.jpeg
    -
    ./images/040-Linie.016.jpeg

    Sinus Täuschung

    -
    ./images/040-Linie.017.jpeg
    -
    ./images/040-Linie.018.jpeg

    Sander-Parallelogramm

    -
    ./images/040-Linie.019.jpeg
    -
    ./images/040-Linie.020.jpeg

    Müller-Lyia Täuschung

    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/proportionen-und-abstaende/000-intro/index.html b/docs/presentations/screendesign/proportionen-und-abstaende/000-intro/index.html deleted file mode 100644 index 5d7a00f1..00000000 --- a/docs/presentations/screendesign/proportionen-und-abstaende/000-intro/index.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - Wahrnehmungsarbeit // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -

    Räumlichkeit

    -

    Wie funktioniert visuelle Tiefenstaffelung?

    -
    - - - -
    - - -
    -
    -

    About Screendesign

    -

    Worum geht es in diesem Modul?

    -
    - - -
    - - -
    -
    -

    Wahrnehmungsarbeit

    -
    - - -
    - - -
    -
    -

    Eindeutigkeit

    -

    Ordnen Sie Elemente so eindeutig wie möglich an.

    -
    - - -
    - - -
    -
    -

    Semiotik

    -

    Lehre von Zeichen und Zeichensystemen

    -
    - - -
    - - -
    -
    -

    Der Punkt

    -

    Das kleinste und einfachste Gestaltungselement

    -
    - - -
    - - -
    -
    -

    Linie

    -

    zusammenhängendes, eindimensionales geometrisches Gebilde ohne Querausdehnung 😀

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - - -
    - - -
    -
    -

    Design in der Medieninformatik

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Farbe

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Figur und Grund

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Fläche und Form

    -

    --

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/proportionen-und-abstaende/010-cite/index.html b/docs/presentations/screendesign/proportionen-und-abstaende/010-cite/index.html deleted file mode 100644 index 60a0247a..00000000 --- a/docs/presentations/screendesign/proportionen-und-abstaende/010-cite/index.html +++ /dev/null @@ -1,111 +0,0 @@ - - - - Cite // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/proportionen-und-abstaende/020-watzlawick/index.html b/docs/presentations/screendesign/proportionen-und-abstaende/020-watzlawick/index.html deleted file mode 100644 index cd0d7613..00000000 --- a/docs/presentations/screendesign/proportionen-und-abstaende/020-watzlawick/index.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - Cite with Image // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Man kann nicht nicht kommunizieren.

    -Paul Watzlawick, Philosoph, Psychotherapeut und Kommunikationswissenschaftler
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/proportionen-und-abstaende/040-bilder-wo-es-voll-ist/index.html b/docs/presentations/screendesign/proportionen-und-abstaende/040-bilder-wo-es-voll-ist/index.html deleted file mode 100644 index 967da71a..00000000 --- a/docs/presentations/screendesign/proportionen-und-abstaende/040-bilder-wo-es-voll-ist/index.html +++ /dev/null @@ -1,456 +0,0 @@ - - - - Bilder wo et voll ist // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/proportionen-und-abstaende/050-online-viel-zu-tun/index.html b/docs/presentations/screendesign/proportionen-und-abstaende/050-online-viel-zu-tun/index.html deleted file mode 100644 index d70e5c72..00000000 --- a/docs/presentations/screendesign/proportionen-und-abstaende/050-online-viel-zu-tun/index.html +++ /dev/null @@ -1,376 +0,0 @@ - - - - Komplexe Layouts online // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/proportionen-und-abstaende/060-aufmerksamkeitstest/index.html b/docs/presentations/screendesign/proportionen-und-abstaende/060-aufmerksamkeitstest/index.html deleted file mode 100644 index 9237e27f..00000000 --- a/docs/presentations/screendesign/proportionen-und-abstaende/060-aufmerksamkeitstest/index.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - Aufmerksamkeitstest // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/proportionen-und-abstaende/100-orientierung/index.html b/docs/presentations/screendesign/proportionen-und-abstaende/100-orientierung/index.html deleted file mode 100644 index 0cebaff5..00000000 --- a/docs/presentations/screendesign/proportionen-und-abstaende/100-orientierung/index.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - Orientierung // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/proportionen-und-abstaende/110-orientierung-karte/index.html b/docs/presentations/screendesign/proportionen-und-abstaende/110-orientierung-karte/index.html deleted file mode 100644 index 82b2668f..00000000 --- a/docs/presentations/screendesign/proportionen-und-abstaende/110-orientierung-karte/index.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - Orientierung // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/proportionen-und-abstaende/330-lindgaard/index.html b/docs/presentations/screendesign/proportionen-und-abstaende/330-lindgaard/index.html deleted file mode 100644 index e692d97c..00000000 --- a/docs/presentations/screendesign/proportionen-und-abstaende/330-lindgaard/index.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - Gitte Lindgaard // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/proportionen-und-abstaende/9999-outro/index.html b/docs/presentations/screendesign/proportionen-und-abstaende/9999-outro/index.html deleted file mode 100644 index 7ffda695..00000000 --- a/docs/presentations/screendesign/proportionen-und-abstaende/9999-outro/index.html +++ /dev/null @@ -1,300 +0,0 @@ - - - - About Screendesign // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/proportionen-und-abstaende/images/FAZ_neu_S1_gross-570.jpg b/docs/presentations/screendesign/proportionen-und-abstaende/images/FAZ_neu_S1_gross-570.jpg deleted file mode 100755 index d2f96746..00000000 Binary files a/docs/presentations/screendesign/proportionen-und-abstaende/images/FAZ_neu_S1_gross-570.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/proportionen-und-abstaende/images/amazon.jpg b/docs/presentations/screendesign/proportionen-und-abstaende/images/amazon.jpg deleted file mode 100755 index e28eedeb..00000000 Binary files a/docs/presentations/screendesign/proportionen-und-abstaende/images/amazon.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/proportionen-und-abstaende/images/bild-titel.jpg b/docs/presentations/screendesign/proportionen-und-abstaende/images/bild-titel.jpg deleted file mode 100755 index 1d1d40c3..00000000 Binary files a/docs/presentations/screendesign/proportionen-und-abstaende/images/bild-titel.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/proportionen-und-abstaende/images/dan-freeman-G4E6PcOt4Ps-unsplash.jpg.jpg b/docs/presentations/screendesign/proportionen-und-abstaende/images/dan-freeman-G4E6PcOt4Ps-unsplash.jpg.jpg deleted file mode 100755 index b08e3e41..00000000 Binary files a/docs/presentations/screendesign/proportionen-und-abstaende/images/dan-freeman-G4E6PcOt4Ps-unsplash.jpg.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/proportionen-und-abstaende/images/droppedImage-598.pdf.jpg b/docs/presentations/screendesign/proportionen-und-abstaende/images/droppedImage-598.pdf.jpg deleted file mode 100755 index 3638f01e..00000000 Binary files a/docs/presentations/screendesign/proportionen-und-abstaende/images/droppedImage-598.pdf.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/proportionen-und-abstaende/images/greece-chalcis.jpg b/docs/presentations/screendesign/proportionen-und-abstaende/images/greece-chalcis.jpg deleted file mode 100755 index 0f99cb06..00000000 Binary files a/docs/presentations/screendesign/proportionen-und-abstaende/images/greece-chalcis.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/proportionen-und-abstaende/images/iwona-castiello-d-antonio-dnMLdR814aA-unsplash.jpg.jpg b/docs/presentations/screendesign/proportionen-und-abstaende/images/iwona-castiello-d-antonio-dnMLdR814aA-unsplash.jpg.jpg deleted file mode 100755 index 862e36f8..00000000 Binary files a/docs/presentations/screendesign/proportionen-und-abstaende/images/iwona-castiello-d-antonio-dnMLdR814aA-unsplash.jpg.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/proportionen-und-abstaende/images/juan-davila-P8PlK2nGwqA-unsplash.jpg.jpg b/docs/presentations/screendesign/proportionen-und-abstaende/images/juan-davila-P8PlK2nGwqA-unsplash.jpg.jpg deleted file mode 100755 index f26af0d5..00000000 Binary files a/docs/presentations/screendesign/proportionen-und-abstaende/images/juan-davila-P8PlK2nGwqA-unsplash.jpg.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/proportionen-und-abstaende/images/kronen-zeitung.jpg b/docs/presentations/screendesign/proportionen-und-abstaende/images/kronen-zeitung.jpg deleted file mode 100755 index fa518ffa..00000000 Binary files a/docs/presentations/screendesign/proportionen-und-abstaende/images/kronen-zeitung.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/proportionen-und-abstaende/images/lingscars.jpg b/docs/presentations/screendesign/proportionen-und-abstaende/images/lingscars.jpg deleted file mode 100755 index fe77606c..00000000 Binary files a/docs/presentations/screendesign/proportionen-und-abstaende/images/lingscars.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/proportionen-und-abstaende/images/lueneburger-zeitung-eonwerbung.jpg b/docs/presentations/screendesign/proportionen-und-abstaende/images/lueneburger-zeitung-eonwerbung.jpg deleted file mode 100755 index 99e59765..00000000 Binary files a/docs/presentations/screendesign/proportionen-und-abstaende/images/lueneburger-zeitung-eonwerbung.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/proportionen-und-abstaende/images/map-cologne.jpg b/docs/presentations/screendesign/proportionen-und-abstaende/images/map-cologne.jpg deleted file mode 100755 index 9dfcf618..00000000 Binary files a/docs/presentations/screendesign/proportionen-und-abstaende/images/map-cologne.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/proportionen-und-abstaende/images/map-cologne2.jpg b/docs/presentations/screendesign/proportionen-und-abstaende/images/map-cologne2.jpg deleted file mode 100755 index 311eaf1b..00000000 Binary files a/docs/presentations/screendesign/proportionen-und-abstaende/images/map-cologne2.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/proportionen-und-abstaende/images/messy-website.jpg b/docs/presentations/screendesign/proportionen-und-abstaende/images/messy-website.jpg deleted file mode 100755 index 68d01e54..00000000 Binary files a/docs/presentations/screendesign/proportionen-und-abstaende/images/messy-website.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/proportionen-und-abstaende/images/pasted-image-697.png.jpg b/docs/presentations/screendesign/proportionen-und-abstaende/images/pasted-image-697.png.jpg deleted file mode 100755 index 36452afa..00000000 Binary files a/docs/presentations/screendesign/proportionen-und-abstaende/images/pasted-image-697.png.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/proportionen-und-abstaende/images/paul.jpg b/docs/presentations/screendesign/proportionen-und-abstaende/images/paul.jpg deleted file mode 100755 index 7335fa28..00000000 Binary files a/docs/presentations/screendesign/proportionen-und-abstaende/images/paul.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/proportionen-und-abstaende/images/quelle.pdf.jpg b/docs/presentations/screendesign/proportionen-und-abstaende/images/quelle.pdf.jpg deleted file mode 100755 index 72b533c3..00000000 Binary files a/docs/presentations/screendesign/proportionen-und-abstaende/images/quelle.pdf.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/proportionen-und-abstaende/images/reduktion-bsp.jpg b/docs/presentations/screendesign/proportionen-und-abstaende/images/reduktion-bsp.jpg deleted file mode 100755 index 8831a98d..00000000 Binary files a/docs/presentations/screendesign/proportionen-und-abstaende/images/reduktion-bsp.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/proportionen-und-abstaende/images/t3n-magazin.jpg b/docs/presentations/screendesign/proportionen-und-abstaende/images/t3n-magazin.jpg deleted file mode 100755 index 081aaa0b..00000000 Binary files a/docs/presentations/screendesign/proportionen-und-abstaende/images/t3n-magazin.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/proportionen-und-abstaende/images/tagesschau.jpg b/docs/presentations/screendesign/proportionen-und-abstaende/images/tagesschau.jpg deleted file mode 100755 index 50e0aafd..00000000 Binary files a/docs/presentations/screendesign/proportionen-und-abstaende/images/tagesschau.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/proportionen-und-abstaende/images/time-square.jpg.jpg b/docs/presentations/screendesign/proportionen-und-abstaende/images/time-square.jpg.jpg deleted file mode 100755 index 22497263..00000000 Binary files a/docs/presentations/screendesign/proportionen-und-abstaende/images/time-square.jpg.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/proportionen-und-abstaende/images/tokyo-shinjuku.jpg b/docs/presentations/screendesign/proportionen-und-abstaende/images/tokyo-shinjuku.jpg deleted file mode 100755 index 40927675..00000000 Binary files a/docs/presentations/screendesign/proportionen-und-abstaende/images/tokyo-shinjuku.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/proportionen-und-abstaende/images/tunnel7.jpg b/docs/presentations/screendesign/proportionen-und-abstaende/images/tunnel7.jpg deleted file mode 100755 index 8edd4c29..00000000 Binary files a/docs/presentations/screendesign/proportionen-und-abstaende/images/tunnel7.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/proportionen-und-abstaende/images/yale-art.jpg b/docs/presentations/screendesign/proportionen-und-abstaende/images/yale-art.jpg deleted file mode 100755 index b497a2f9..00000000 Binary files a/docs/presentations/screendesign/proportionen-und-abstaende/images/yale-art.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/proportionen-und-abstaende/images/zdf.jpg b/docs/presentations/screendesign/proportionen-und-abstaende/images/zdf.jpg deleted file mode 100755 index 2fdffc8a..00000000 Binary files a/docs/presentations/screendesign/proportionen-und-abstaende/images/zdf.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/proportionen-und-abstaende/index.html b/docs/presentations/screendesign/proportionen-und-abstaende/index.html deleted file mode 100644 index a8ec0019..00000000 --- a/docs/presentations/screendesign/proportionen-und-abstaende/index.html +++ /dev/null @@ -1,264 +0,0 @@ - - - - Proportionen und Abstände (WIP) // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/punkt/000-intro/index.html b/docs/presentations/screendesign/punkt/000-intro/index.html deleted file mode 100644 index 94f81568..00000000 --- a/docs/presentations/screendesign/punkt/000-intro/index.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - Der Punkt // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -

    Räumlichkeit

    -

    Wie funktioniert visuelle Tiefenstaffelung?

    -
    - - - -
    - - -
    -
    -

    About Screendesign

    -

    Worum geht es in diesem Modul?

    -
    - - -
    - - -
    -
    -

    Wahrnehmungsarbeit

    -
    - - -
    - - -
    -
    -

    Eindeutigkeit

    -

    Ordnen Sie Elemente so eindeutig wie möglich an.

    -
    - - -
    - - -
    -
    -

    Semiotik

    -

    Lehre von Zeichen und Zeichensystemen

    -
    - - -
    - - -
    -
    -

    Der Punkt

    -

    Das kleinste und einfachste Gestaltungselement

    -
    - - -
    - - -
    -
    -

    Linie

    -

    zusammenhängendes, eindimensionales geometrisches Gebilde ohne Querausdehnung 😀

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - - -
    - - -
    -
    -

    Design in der Medieninformatik

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Farbe

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Figur und Grund

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Fläche und Form

    -

    --

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/punkt/010-der-punkt-im-web/index.html b/docs/presentations/screendesign/punkt/010-der-punkt-im-web/index.html deleted file mode 100644 index 3c3af87c..00000000 --- a/docs/presentations/screendesign/punkt/010-der-punkt-im-web/index.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - Der Punkt // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    ./images/punkt-1.svg
    -
    ./images/punkt-2.svg
    -
    ./images/punkt-3.svg
    -
    ./images/punkt-4.svg
    -
    ./images/punkt-5.svg
    -
    ./images/punkt-6.svg
    -
    ./images/punkt-7.svg
    -
    ./images/punkt-8.svg
    -
    -
    - - - - -
    -

    Format // Darstellungsfläche

    -
    -
    -
    -
    -
    - - - - -
    -

    Format // Darstellungsfläche

    -
    -
    -
    -
    -
    - - - - -
    -

    Format // Darstellungsfläche

    -
    -
    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/punkt/020-kraefte/index.html b/docs/presentations/screendesign/punkt/020-kraefte/index.html deleted file mode 100644 index 218831cc..00000000 --- a/docs/presentations/screendesign/punkt/020-kraefte/index.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - Kräfte // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Kräfte

    Auf jedes Element einer Gestaltung wirken Kräfte.
    -
    ./images/schwerkraft-01.svg
    -
    ./images/schwerkraft-02.svg
    -
    ./images/schwerkraft-03.svg
    -
    ./images/schwerkraft-04.svg
    -
    ./images/leserichtung-01.svg
    -
    ./images/leserichtung-02.svg
    -
    ./images/leserichtung-03.svg
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/punkt/040-parameter/index.html b/docs/presentations/screendesign/punkt/040-parameter/index.html deleted file mode 100644 index c369fc9d..00000000 --- a/docs/presentations/screendesign/punkt/040-parameter/index.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - Gestaltungsparameter // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Gestaltungsparameter

    Position des Elements

    -
    -
    - - - - -
    -

    Position

    -
    -
    -
    -
    -
    - - - - -
    -

    Position

    -
    -
    -
    -
    -
    - - - - -
    -

    Position

    -
    -
    -
    -
    -
    - - - - -
    -

    Position

    -
    -
    -
    -

    Gestaltungsparameter

    Größe des Elements

    -
    -
    - - - - -
    -

    Größe

    -
    -
    -
    -
    -
    - - - - -
    -

    Größe

    -
    -
    -
    -
    -
    - - - - -
    -

    Größe

    -
    -
    -
    -
    -
    - - - - -
    -

    Größe

    -
    -
    -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/punkt/050-parameter-uebersicht/index.html b/docs/presentations/screendesign/punkt/050-parameter-uebersicht/index.html deleted file mode 100644 index 1d54e079..00000000 --- a/docs/presentations/screendesign/punkt/050-parameter-uebersicht/index.html +++ /dev/null @@ -1,63 +0,0 @@ - - - - Gestaltungsparameter Übersicht // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Gestaltungsparameter Übersicht

    Übersicht der Gestaltungsparameter für den Punkt.

    -

    Position

    -

    Größe

    -

    Anzahl

    -

    Tonwert

    -

    Farbe

    -

    Transparenz

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/punkt/060-zufall-oder-gestaltung/index.html b/docs/presentations/screendesign/punkt/060-zufall-oder-gestaltung/index.html deleted file mode 100644 index 6f918179..00000000 --- a/docs/presentations/screendesign/punkt/060-zufall-oder-gestaltung/index.html +++ /dev/null @@ -1,216 +0,0 @@ - - - - Zufall oder Gestaltung? // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Zufall oder Gestaltung?

    -
    -
    - - - - - - -
    -

    Zufall oder Gestaltung?

    -
    -
    -
    -
    -
    - - - - - - -
    -

    Zufall oder Gestaltung?

    -
    -
    -
    -
    -
    - - - - - - -
    -

    Zufall oder Gestaltung?

    -
    -
    -
    -
    -
    - - - - - - -
    -

    Zufall oder Gestaltung?

    -
    -
    -
    -
    -
    - - - - - - - - - -
    -

    Zufall oder Gestaltung?

    -
    -
    -
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    Zufall oder Gestaltung?

    -
    -
    -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/punkt/images/leserichtung-01.svg b/docs/presentations/screendesign/punkt/images/leserichtung-01.svg deleted file mode 100755 index c7ee0040..00000000 --- a/docs/presentations/screendesign/punkt/images/leserichtung-01.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/docs/presentations/screendesign/punkt/images/leserichtung-02-1.svg b/docs/presentations/screendesign/punkt/images/leserichtung-02-1.svg deleted file mode 100755 index 3fdb995f..00000000 --- a/docs/presentations/screendesign/punkt/images/leserichtung-02-1.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/docs/presentations/screendesign/punkt/images/leserichtung-02.svg b/docs/presentations/screendesign/punkt/images/leserichtung-02.svg deleted file mode 100755 index 7511e186..00000000 --- a/docs/presentations/screendesign/punkt/images/leserichtung-02.svg +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/presentations/screendesign/punkt/images/leserichtung-03.svg b/docs/presentations/screendesign/punkt/images/leserichtung-03.svg deleted file mode 100755 index 3fdb995f..00000000 --- a/docs/presentations/screendesign/punkt/images/leserichtung-03.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/docs/presentations/screendesign/punkt/images/punkt-1.svg b/docs/presentations/screendesign/punkt/images/punkt-1.svg deleted file mode 100755 index 10a5c354..00000000 --- a/docs/presentations/screendesign/punkt/images/punkt-1.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/docs/presentations/screendesign/punkt/images/punkt-2.svg b/docs/presentations/screendesign/punkt/images/punkt-2.svg deleted file mode 100755 index eb89bee1..00000000 --- a/docs/presentations/screendesign/punkt/images/punkt-2.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/docs/presentations/screendesign/punkt/images/punkt-3.svg b/docs/presentations/screendesign/punkt/images/punkt-3.svg deleted file mode 100755 index cc4f7033..00000000 --- a/docs/presentations/screendesign/punkt/images/punkt-3.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/docs/presentations/screendesign/punkt/images/punkt-4.svg b/docs/presentations/screendesign/punkt/images/punkt-4.svg deleted file mode 100755 index 99aa085a..00000000 --- a/docs/presentations/screendesign/punkt/images/punkt-4.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/docs/presentations/screendesign/punkt/images/punkt-5.svg b/docs/presentations/screendesign/punkt/images/punkt-5.svg deleted file mode 100755 index 74bee698..00000000 --- a/docs/presentations/screendesign/punkt/images/punkt-5.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/docs/presentations/screendesign/punkt/images/punkt-6.svg b/docs/presentations/screendesign/punkt/images/punkt-6.svg deleted file mode 100755 index f28c6363..00000000 --- a/docs/presentations/screendesign/punkt/images/punkt-6.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/docs/presentations/screendesign/punkt/images/punkt-7.svg b/docs/presentations/screendesign/punkt/images/punkt-7.svg deleted file mode 100755 index c9529995..00000000 --- a/docs/presentations/screendesign/punkt/images/punkt-7.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/docs/presentations/screendesign/punkt/images/punkt-8.svg b/docs/presentations/screendesign/punkt/images/punkt-8.svg deleted file mode 100755 index ba126f69..00000000 --- a/docs/presentations/screendesign/punkt/images/punkt-8.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/docs/presentations/screendesign/punkt/images/schwerkraft-01.svg b/docs/presentations/screendesign/punkt/images/schwerkraft-01.svg deleted file mode 100755 index eefe3d61..00000000 --- a/docs/presentations/screendesign/punkt/images/schwerkraft-01.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/docs/presentations/screendesign/punkt/images/schwerkraft-02.svg b/docs/presentations/screendesign/punkt/images/schwerkraft-02.svg deleted file mode 100755 index 24c81404..00000000 --- a/docs/presentations/screendesign/punkt/images/schwerkraft-02.svg +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/presentations/screendesign/punkt/images/schwerkraft-03.svg b/docs/presentations/screendesign/punkt/images/schwerkraft-03.svg deleted file mode 100755 index d0388cad..00000000 --- a/docs/presentations/screendesign/punkt/images/schwerkraft-03.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/docs/presentations/screendesign/punkt/images/schwerkraft-04.svg b/docs/presentations/screendesign/punkt/images/schwerkraft-04.svg deleted file mode 100755 index ab9aa624..00000000 --- a/docs/presentations/screendesign/punkt/images/schwerkraft-04.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/docs/presentations/screendesign/punkt/index.html b/docs/presentations/screendesign/punkt/index.html deleted file mode 100644 index 6da31c2d..00000000 --- a/docs/presentations/screendesign/punkt/index.html +++ /dev/null @@ -1,437 +0,0 @@ - - - - Punkt // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -

    Der Punkt

    -

    Das kleinste und einfachste Gestaltungselement

    -
    - - -
    - - -
    -
    ./images/punkt-1.svg
    -
    ./images/punkt-2.svg
    -
    ./images/punkt-3.svg
    -
    ./images/punkt-4.svg
    -
    ./images/punkt-5.svg
    -
    ./images/punkt-6.svg
    -
    ./images/punkt-7.svg
    -
    ./images/punkt-8.svg
    -
    -
    - - - - -
    -

    Format // Darstellungsfläche

    -
    -
    -
    -
    -
    - - - - -
    -

    Format // Darstellungsfläche

    -
    -
    -
    -
    -
    - - - - -
    -

    Format // Darstellungsfläche

    -
    -
    -
    - - -
    - - -
    -

    Kräfte

    Auf jedes Element einer Gestaltung wirken Kräfte.
    -
    ./images/schwerkraft-01.svg
    -
    ./images/schwerkraft-02.svg
    -
    ./images/schwerkraft-03.svg
    -
    ./images/schwerkraft-04.svg
    -
    ./images/leserichtung-01.svg
    -
    ./images/leserichtung-02.svg
    -
    ./images/leserichtung-03.svg
    - - - -
    - - -
    -

    Gestaltungsparameter Übersicht

    Übersicht der Gestaltungsparameter für den Punkt.

    -

    Position

    -

    Anzahl

    -

    Tonwert

    -

    Farbe

    -

    Transparenz

    -

    Größe

    -
    - - -
    - - -
    -

    Gestaltungsparameter

    Position des Elements

    -
    -
    - - - - -
    -

    Position

    -
    -
    -
    -
    -
    - - - - -
    -

    Position

    -
    -
    -
    -
    -
    - - - - -
    -

    Position

    -
    -
    -
    -
    -
    - - - - -
    -

    Position

    -
    -
    -
    -

    Gestaltungsparameter

    Größe des Elements

    -
    -
    - - - - -
    -

    Größe

    -
    -
    -
    -
    -
    - - - - -
    -

    Größe

    -
    -
    -
    -
    -
    - - - - -
    -

    Größe

    -
    -
    -
    -
    -
    - - - - -
    -

    Größe

    -
    -
    -
    - - - -
    - - -
    -

    Gestaltungsparameter Übersicht

    Übersicht der Gestaltungsparameter für den Punkt.

    -

    Position

    -

    Größe

    -

    Anzahl

    -

    Tonwert

    -

    Farbe

    -

    Transparenz

    -
    - - -
    - - -
    -

    Zufall oder Gestaltung?

    -
    -
    - - - - - - -
    -

    Zufall oder Gestaltung?

    -
    -
    -
    -
    -
    - - - - - - -
    -

    Zufall oder Gestaltung?

    -
    -
    -
    -
    -
    - - - - - - -
    -

    Zufall oder Gestaltung?

    -
    -
    -
    -
    -
    - - - - - - -
    -

    Zufall oder Gestaltung?

    -
    -
    -
    -
    -
    - - - - - - - - - -
    -

    Zufall oder Gestaltung?

    -
    -
    -
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    Zufall oder Gestaltung?

    -
    -
    -
    - - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/raeumlichkeit/000-intro/index.html b/docs/presentations/screendesign/raeumlichkeit/000-intro/index.html deleted file mode 100644 index eab2c810..00000000 --- a/docs/presentations/screendesign/raeumlichkeit/000-intro/index.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - Räumlichkeit // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -

    Räumlichkeit

    -

    Wie funktioniert visuelle Tiefenstaffelung?

    -
    - - - -
    - - -
    -
    -

    About Screendesign

    -

    Worum geht es in diesem Modul?

    -
    - - -
    - - -
    -
    -

    Wahrnehmungsarbeit

    -
    - - -
    - - -
    -
    -

    Eindeutigkeit

    -

    Ordnen Sie Elemente so eindeutig wie möglich an.

    -
    - - -
    - - -
    -
    -

    Semiotik

    -

    Lehre von Zeichen und Zeichensystemen

    -
    - - -
    - - -
    -
    -

    Der Punkt

    -

    Das kleinste und einfachste Gestaltungselement

    -
    - - -
    - - -
    -
    -

    Linie

    -

    zusammenhängendes, eindimensionales geometrisches Gebilde ohne Querausdehnung 😀

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - - -
    - - -
    -
    -

    Design in der Medieninformatik

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Farbe

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Figur und Grund

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Fläche und Form

    -

    --

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/raeumlichkeit/010-weite/index.html b/docs/presentations/screendesign/raeumlichkeit/010-weite/index.html deleted file mode 100644 index 4690801c..00000000 --- a/docs/presentations/screendesign/raeumlichkeit/010-weite/index.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - Grundprinzip // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    -

    Mit zunehmendem Abstand erscheinen uns Dinge:

    -

    kleiner

    -

    mit weniger Kontrast

    -

    mit weniger warmen und gesättigten Farben

    -
    -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/raeumlichkeit/020-playmobil/index.html b/docs/presentations/screendesign/raeumlichkeit/020-playmobil/index.html deleted file mode 100644 index fbcf1194..00000000 --- a/docs/presentations/screendesign/raeumlichkeit/020-playmobil/index.html +++ /dev/null @@ -1,59 +0,0 @@ - - - - Playmobil // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    ./images/playmobil-edit-01.jpg

    Mit zunehmendem Abstand erscheinen uns Dinge …

    -
    ./images/playmobil-edit-02.jpg

    kleiner …

    -
    ./images/playmobil-edit-03.jpg

    mit weniger Kontrast …

    -
    ./images/playmobil-edit-04.jpg

    mit weniger gesättigten Farben.

    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/raeumlichkeit/030-quadrate/index.html b/docs/presentations/screendesign/raeumlichkeit/030-quadrate/index.html deleted file mode 100644 index 0a5111c8..00000000 --- a/docs/presentations/screendesign/raeumlichkeit/030-quadrate/index.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - Quadrate // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    - - - - -
    -
    -
    -
    - - - - -
    -
    -
    -
    - - - - -
    -
    -
    -
    - - - - -
    -
    -
    -
    - - - - -
    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/raeumlichkeit/040-text/index.html b/docs/presentations/screendesign/raeumlichkeit/040-text/index.html deleted file mode 100644 index c5540082..00000000 --- a/docs/presentations/screendesign/raeumlichkeit/040-text/index.html +++ /dev/null @@ -1,103 +0,0 @@ - - - - Text // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    - - - Ich bin die Headline - Ja, wir finden auch, dass man über die Copy noch mal reden sollte. Das hier - kann es jedenfalls nicht sein. Das klingt ja wie auf dem Totenbett getextet. - Da muss wesentlich mehr Produktaussage rein. - -
    -
    -
    -
    - - - Ich bin die Headline - Ja, wir finden auch, dass man über die Copy noch mal reden sollte. Das hier - kann es jedenfalls nicht sein. Das klingt ja wie auf dem Totenbett getextet. - Da muss wesentlich mehr Produktaussage rein. - -
    -
    -
    -
    - - - Ich bin die Headline - Ja, wir finden auch, dass man über die Copy noch mal reden sollte. Das hier - kann es jedenfalls nicht sein. Das klingt ja wie auf dem Totenbett getextet. - Da muss wesentlich mehr Produktaussage rein. - -
    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/raeumlichkeit/050-regel-01/index.html b/docs/presentations/screendesign/raeumlichkeit/050-regel-01/index.html deleted file mode 100644 index 81d0e0e9..00000000 --- a/docs/presentations/screendesign/raeumlichkeit/050-regel-01/index.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - Größe // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Größe

    Große Elemente werden gegenüber kleinen Elementen als im Vordergrund stehend wahrgenommen.

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/raeumlichkeit/050-regel-02/index.html b/docs/presentations/screendesign/raeumlichkeit/050-regel-02/index.html deleted file mode 100644 index c5cc618b..00000000 --- a/docs/presentations/screendesign/raeumlichkeit/050-regel-02/index.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - Kontrast // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Kontrast

    Kontrastreiche Elemente werden gegenüber kontrastarmen Elementen als im Vordergrund stehend wahrgenommen.

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/raeumlichkeit/050-regel-04/index.html b/docs/presentations/screendesign/raeumlichkeit/050-regel-04/index.html deleted file mode 100644 index 2c3ea757..00000000 --- a/docs/presentations/screendesign/raeumlichkeit/050-regel-04/index.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - Sättigung // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Sättigung

    Elemente in warmen und gesättigten Farben werden gegenüber Elementen in kalten und ungesättigten Farben als im Vordergrund stehend wahrgenommen.

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/raeumlichkeit/050-regel-05/index.html b/docs/presentations/screendesign/raeumlichkeit/050-regel-05/index.html deleted file mode 100644 index 93ff9ba8..00000000 --- a/docs/presentations/screendesign/raeumlichkeit/050-regel-05/index.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - Überdeckung // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Überdeckung

    Elemente, die andere Elemente überdecken, werden als im Vordergrund stehend wahrgenommen.

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/raeumlichkeit/060-animation/index.html b/docs/presentations/screendesign/raeumlichkeit/060-animation/index.html deleted file mode 100644 index 531d9a8b..00000000 --- a/docs/presentations/screendesign/raeumlichkeit/060-animation/index.html +++ /dev/null @@ -1,59 +0,0 @@ - - - - Überdeckung // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Animation

    Bewegte Bilder oder Elemente werden von uns bevorzugt wahrgenommen.
    -
    images/animation-1.png
    -
    images/animation-2.gif
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/raeumlichkeit/070-beispiele/index.html b/docs/presentations/screendesign/raeumlichkeit/070-beispiele/index.html deleted file mode 100644 index 79d2489a..00000000 --- a/docs/presentations/screendesign/raeumlichkeit/070-beispiele/index.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - Anwendungsbeispiele // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Anwendungsbeispiele

    -
    ./images/apple.jpg

    Welche Regeln werden hier genutzt?

    -
    ./images/arte.jpg

    Welche Regeln werden hier genutzt?

    -
    ./images/fhd.jpg

    Welche Regeln werden hier genutzt?

    -
    ./images/kalender.jpg

    Welche Regeln werden hier genutzt?

    -
    ./images/wii.jpg

    Welche Regeln werden hier genutzt?

    -
    ./images/zdf.jpg

    Welche Regeln werden hier genutzt?

    -
    ./images/audi.jpg

    Welche Regeln werden hier genutzt?

    -
    ./images/notice-2.jpg
    -
    ./images/notice-1.jpg
    -
    ./images/visual-h.jpg

    Welche Regeln werden hier genutzt?

    -
    ./images/visual-hierarchy.jpg

    Welche Regeln werden hier genutzt?

    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/raeumlichkeit/images/animation-1.png b/docs/presentations/screendesign/raeumlichkeit/images/animation-1.png deleted file mode 100755 index 26d7b96e..00000000 Binary files a/docs/presentations/screendesign/raeumlichkeit/images/animation-1.png and /dev/null differ diff --git a/docs/presentations/screendesign/raeumlichkeit/images/animation-2.gif b/docs/presentations/screendesign/raeumlichkeit/images/animation-2.gif deleted file mode 100755 index fb4947eb..00000000 Binary files a/docs/presentations/screendesign/raeumlichkeit/images/animation-2.gif and /dev/null differ diff --git a/docs/presentations/screendesign/raeumlichkeit/images/apple.jpg b/docs/presentations/screendesign/raeumlichkeit/images/apple.jpg deleted file mode 100755 index e9622564..00000000 Binary files a/docs/presentations/screendesign/raeumlichkeit/images/apple.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/raeumlichkeit/images/arte.jpg b/docs/presentations/screendesign/raeumlichkeit/images/arte.jpg deleted file mode 100755 index 8ea1e4bf..00000000 Binary files a/docs/presentations/screendesign/raeumlichkeit/images/arte.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/raeumlichkeit/images/audi.jpg b/docs/presentations/screendesign/raeumlichkeit/images/audi.jpg deleted file mode 100755 index efefaf7c..00000000 Binary files a/docs/presentations/screendesign/raeumlichkeit/images/audi.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/raeumlichkeit/images/fhd.jpg b/docs/presentations/screendesign/raeumlichkeit/images/fhd.jpg deleted file mode 100755 index 19e4a058..00000000 Binary files a/docs/presentations/screendesign/raeumlichkeit/images/fhd.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/raeumlichkeit/images/kalender.jpg b/docs/presentations/screendesign/raeumlichkeit/images/kalender.jpg deleted file mode 100755 index ecac0ac8..00000000 Binary files a/docs/presentations/screendesign/raeumlichkeit/images/kalender.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/raeumlichkeit/images/malaga-3619271_1920.jpg b/docs/presentations/screendesign/raeumlichkeit/images/malaga-3619271_1920.jpg deleted file mode 100755 index d846c535..00000000 Binary files a/docs/presentations/screendesign/raeumlichkeit/images/malaga-3619271_1920.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/raeumlichkeit/images/notice-1.jpg b/docs/presentations/screendesign/raeumlichkeit/images/notice-1.jpg deleted file mode 100755 index 9f27ec3f..00000000 Binary files a/docs/presentations/screendesign/raeumlichkeit/images/notice-1.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/raeumlichkeit/images/notice-2.jpg b/docs/presentations/screendesign/raeumlichkeit/images/notice-2.jpg deleted file mode 100755 index 83ac13a9..00000000 Binary files a/docs/presentations/screendesign/raeumlichkeit/images/notice-2.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/raeumlichkeit/images/playmobil-edit-01.jpg b/docs/presentations/screendesign/raeumlichkeit/images/playmobil-edit-01.jpg deleted file mode 100755 index def05810..00000000 Binary files a/docs/presentations/screendesign/raeumlichkeit/images/playmobil-edit-01.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/raeumlichkeit/images/playmobil-edit-02.jpg b/docs/presentations/screendesign/raeumlichkeit/images/playmobil-edit-02.jpg deleted file mode 100755 index 0cb700b5..00000000 Binary files a/docs/presentations/screendesign/raeumlichkeit/images/playmobil-edit-02.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/raeumlichkeit/images/playmobil-edit-03.jpg b/docs/presentations/screendesign/raeumlichkeit/images/playmobil-edit-03.jpg deleted file mode 100755 index 8293d85b..00000000 Binary files a/docs/presentations/screendesign/raeumlichkeit/images/playmobil-edit-03.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/raeumlichkeit/images/playmobil-edit-04.jpg b/docs/presentations/screendesign/raeumlichkeit/images/playmobil-edit-04.jpg deleted file mode 100755 index a7f54b6a..00000000 Binary files a/docs/presentations/screendesign/raeumlichkeit/images/playmobil-edit-04.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/raeumlichkeit/images/playmobil-edit-05.jpg b/docs/presentations/screendesign/raeumlichkeit/images/playmobil-edit-05.jpg deleted file mode 100755 index e604e03b..00000000 Binary files a/docs/presentations/screendesign/raeumlichkeit/images/playmobil-edit-05.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/raeumlichkeit/images/visual-h.jpg b/docs/presentations/screendesign/raeumlichkeit/images/visual-h.jpg deleted file mode 100755 index bb9715f9..00000000 Binary files a/docs/presentations/screendesign/raeumlichkeit/images/visual-h.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/raeumlichkeit/images/visual-hierarchy.jpg b/docs/presentations/screendesign/raeumlichkeit/images/visual-hierarchy.jpg deleted file mode 100755 index 235972eb..00000000 Binary files a/docs/presentations/screendesign/raeumlichkeit/images/visual-hierarchy.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/raeumlichkeit/images/wii.jpg b/docs/presentations/screendesign/raeumlichkeit/images/wii.jpg deleted file mode 100755 index e4a3a43a..00000000 Binary files a/docs/presentations/screendesign/raeumlichkeit/images/wii.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/raeumlichkeit/images/zdf.jpg b/docs/presentations/screendesign/raeumlichkeit/images/zdf.jpg deleted file mode 100755 index 03a047c4..00000000 Binary files a/docs/presentations/screendesign/raeumlichkeit/images/zdf.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/raeumlichkeit/index.html b/docs/presentations/screendesign/raeumlichkeit/index.html deleted file mode 100644 index 35615e43..00000000 --- a/docs/presentations/screendesign/raeumlichkeit/index.html +++ /dev/null @@ -1,274 +0,0 @@ - - - - Räumlichkeit // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -

    Räumlichkeit

    -

    Wie funktioniert visuelle Tiefenstaffelung?

    -
    - - - -
    - - -
    -
    -
    -

    Mit zunehmendem Abstand erscheinen uns Dinge:

    -

    kleiner

    -

    mit weniger Kontrast

    -

    mit weniger warmen und gesättigten Farben

    -
    -
    - - - -
    - - -
    -
    ./images/playmobil-edit-01.jpg

    Mit zunehmendem Abstand erscheinen uns Dinge …

    -
    ./images/playmobil-edit-02.jpg

    kleiner …

    -
    ./images/playmobil-edit-03.jpg

    mit weniger Kontrast …

    -
    ./images/playmobil-edit-04.jpg

    mit weniger gesättigten Farben.

    - - -
    - - -
    -
    -
    - - - - -
    -
    -
    -
    - - - - -
    -
    -
    -
    - - - - -
    -
    -
    -
    - - - - -
    -
    -
    -
    - - - - -
    -
    - - -
    - - -
    -
    -
    - - - Ich bin die Headline - Ja, wir finden auch, dass man über die Copy noch mal reden sollte. Das hier - kann es jedenfalls nicht sein. Das klingt ja wie auf dem Totenbett getextet. - Da muss wesentlich mehr Produktaussage rein. - -
    -
    -
    -
    - - - Ich bin die Headline - Ja, wir finden auch, dass man über die Copy noch mal reden sollte. Das hier - kann es jedenfalls nicht sein. Das klingt ja wie auf dem Totenbett getextet. - Da muss wesentlich mehr Produktaussage rein. - -
    -
    -
    -
    - - - Ich bin die Headline - Ja, wir finden auch, dass man über die Copy noch mal reden sollte. Das hier - kann es jedenfalls nicht sein. Das klingt ja wie auf dem Totenbett getextet. - Da muss wesentlich mehr Produktaussage rein. - -
    -
    - - -
    - - -
    -

    Größe

    Große Elemente werden gegenüber kleinen Elementen als im Vordergrund stehend wahrgenommen.

    -
    - - -
    - - -
    -

    Kontrast

    Kontrastreiche Elemente werden gegenüber kontrastarmen Elementen als im Vordergrund stehend wahrgenommen.

    -
    - - -
    - - -
    -

    Sättigung

    Elemente in warmen und gesättigten Farben werden gegenüber Elementen in kalten und ungesättigten Farben als im Vordergrund stehend wahrgenommen.

    -
    - - -
    - - -
    -

    Überdeckung

    Elemente, die andere Elemente überdecken, werden als im Vordergrund stehend wahrgenommen.

    -
    - - -
    - - -
    -

    Animation

    Bewegte Bilder oder Elemente werden von uns bevorzugt wahrgenommen.
    -
    images/animation-1.png
    -
    images/animation-2.gif
    - - - -
    - - -
    -

    Anwendungsbeispiele

    -
    ./images/apple.jpg

    Welche Regeln werden hier genutzt?

    -
    ./images/arte.jpg

    Welche Regeln werden hier genutzt?

    -
    ./images/fhd.jpg

    Welche Regeln werden hier genutzt?

    -
    ./images/kalender.jpg

    Welche Regeln werden hier genutzt?

    -
    ./images/wii.jpg

    Welche Regeln werden hier genutzt?

    -
    ./images/zdf.jpg

    Welche Regeln werden hier genutzt?

    -
    ./images/audi.jpg

    Welche Regeln werden hier genutzt?

    -
    ./images/notice-2.jpg
    -
    ./images/notice-1.jpg
    -
    ./images/visual-h.jpg

    Welche Regeln werden hier genutzt?

    -
    ./images/visual-hierarchy.jpg

    Welche Regeln werden hier genutzt?

    - - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/000-intro/index.html b/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/000-intro/index.html deleted file mode 100644 index 5d7a00f1..00000000 --- a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/000-intro/index.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - Wahrnehmungsarbeit // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -

    Räumlichkeit

    -

    Wie funktioniert visuelle Tiefenstaffelung?

    -
    - - - -
    - - -
    -
    -

    About Screendesign

    -

    Worum geht es in diesem Modul?

    -
    - - -
    - - -
    -
    -

    Wahrnehmungsarbeit

    -
    - - -
    - - -
    -
    -

    Eindeutigkeit

    -

    Ordnen Sie Elemente so eindeutig wie möglich an.

    -
    - - -
    - - -
    -
    -

    Semiotik

    -

    Lehre von Zeichen und Zeichensystemen

    -
    - - -
    - - -
    -
    -

    Der Punkt

    -

    Das kleinste und einfachste Gestaltungselement

    -
    - - -
    - - -
    -
    -

    Linie

    -

    zusammenhängendes, eindimensionales geometrisches Gebilde ohne Querausdehnung 😀

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - - -
    - - -
    -
    -

    Design in der Medieninformatik

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Farbe

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Figur und Grund

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Fläche und Form

    -

    --

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/010-cite/index.html b/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/010-cite/index.html deleted file mode 100644 index 60a0247a..00000000 --- a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/010-cite/index.html +++ /dev/null @@ -1,111 +0,0 @@ - - - - Cite // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/020-watzlawick/index.html b/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/020-watzlawick/index.html deleted file mode 100644 index cd0d7613..00000000 --- a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/020-watzlawick/index.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - Cite with Image // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Man kann nicht nicht kommunizieren.

    -Paul Watzlawick, Philosoph, Psychotherapeut und Kommunikationswissenschaftler
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/040-bilder-wo-es-voll-ist/index.html b/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/040-bilder-wo-es-voll-ist/index.html deleted file mode 100644 index 967da71a..00000000 --- a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/040-bilder-wo-es-voll-ist/index.html +++ /dev/null @@ -1,456 +0,0 @@ - - - - Bilder wo et voll ist // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/050-online-viel-zu-tun/index.html b/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/050-online-viel-zu-tun/index.html deleted file mode 100644 index d70e5c72..00000000 --- a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/050-online-viel-zu-tun/index.html +++ /dev/null @@ -1,376 +0,0 @@ - - - - Komplexe Layouts online // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/060-aufmerksamkeitstest/index.html b/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/060-aufmerksamkeitstest/index.html deleted file mode 100644 index 9237e27f..00000000 --- a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/060-aufmerksamkeitstest/index.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - Aufmerksamkeitstest // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/100-orientierung/index.html b/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/100-orientierung/index.html deleted file mode 100644 index 0cebaff5..00000000 --- a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/100-orientierung/index.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - Orientierung // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/110-orientierung-karte/index.html b/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/110-orientierung-karte/index.html deleted file mode 100644 index 82b2668f..00000000 --- a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/110-orientierung-karte/index.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - Orientierung // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/330-lindgaard/index.html b/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/330-lindgaard/index.html deleted file mode 100644 index e692d97c..00000000 --- a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/330-lindgaard/index.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - Gitte Lindgaard // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/9999-outro/index.html b/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/9999-outro/index.html deleted file mode 100644 index 7ffda695..00000000 --- a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/9999-outro/index.html +++ /dev/null @@ -1,300 +0,0 @@ - - - - About Screendesign // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/FAZ_neu_S1_gross-570.jpg b/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/FAZ_neu_S1_gross-570.jpg deleted file mode 100755 index d2f96746..00000000 Binary files a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/FAZ_neu_S1_gross-570.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/amazon.jpg b/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/amazon.jpg deleted file mode 100755 index e28eedeb..00000000 Binary files a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/amazon.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/bild-titel.jpg b/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/bild-titel.jpg deleted file mode 100755 index 1d1d40c3..00000000 Binary files a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/bild-titel.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/dan-freeman-G4E6PcOt4Ps-unsplash.jpg.jpg b/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/dan-freeman-G4E6PcOt4Ps-unsplash.jpg.jpg deleted file mode 100755 index b08e3e41..00000000 Binary files a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/dan-freeman-G4E6PcOt4Ps-unsplash.jpg.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/droppedImage-598.pdf.jpg b/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/droppedImage-598.pdf.jpg deleted file mode 100755 index 3638f01e..00000000 Binary files a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/droppedImage-598.pdf.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/greece-chalcis.jpg b/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/greece-chalcis.jpg deleted file mode 100755 index 0f99cb06..00000000 Binary files a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/greece-chalcis.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/iwona-castiello-d-antonio-dnMLdR814aA-unsplash.jpg.jpg b/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/iwona-castiello-d-antonio-dnMLdR814aA-unsplash.jpg.jpg deleted file mode 100755 index 862e36f8..00000000 Binary files a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/iwona-castiello-d-antonio-dnMLdR814aA-unsplash.jpg.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/juan-davila-P8PlK2nGwqA-unsplash.jpg.jpg b/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/juan-davila-P8PlK2nGwqA-unsplash.jpg.jpg deleted file mode 100755 index f26af0d5..00000000 Binary files a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/juan-davila-P8PlK2nGwqA-unsplash.jpg.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/kronen-zeitung.jpg b/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/kronen-zeitung.jpg deleted file mode 100755 index fa518ffa..00000000 Binary files a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/kronen-zeitung.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/lingscars.jpg b/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/lingscars.jpg deleted file mode 100755 index fe77606c..00000000 Binary files a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/lingscars.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/lueneburger-zeitung-eonwerbung.jpg b/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/lueneburger-zeitung-eonwerbung.jpg deleted file mode 100755 index 99e59765..00000000 Binary files a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/lueneburger-zeitung-eonwerbung.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/map-cologne.jpg b/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/map-cologne.jpg deleted file mode 100755 index 9dfcf618..00000000 Binary files a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/map-cologne.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/map-cologne2.jpg b/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/map-cologne2.jpg deleted file mode 100755 index 311eaf1b..00000000 Binary files a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/map-cologne2.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/messy-website.jpg b/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/messy-website.jpg deleted file mode 100755 index 68d01e54..00000000 Binary files a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/messy-website.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/pasted-image-697.png.jpg b/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/pasted-image-697.png.jpg deleted file mode 100755 index 36452afa..00000000 Binary files a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/pasted-image-697.png.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/paul.jpg b/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/paul.jpg deleted file mode 100755 index 7335fa28..00000000 Binary files a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/paul.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/quelle.pdf.jpg b/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/quelle.pdf.jpg deleted file mode 100755 index 72b533c3..00000000 Binary files a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/quelle.pdf.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/reduktion-bsp.jpg b/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/reduktion-bsp.jpg deleted file mode 100755 index 8831a98d..00000000 Binary files a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/reduktion-bsp.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/t3n-magazin.jpg b/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/t3n-magazin.jpg deleted file mode 100755 index 081aaa0b..00000000 Binary files a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/t3n-magazin.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/tagesschau.jpg b/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/tagesschau.jpg deleted file mode 100755 index 50e0aafd..00000000 Binary files a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/tagesschau.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/time-square.jpg.jpg b/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/time-square.jpg.jpg deleted file mode 100755 index 22497263..00000000 Binary files a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/time-square.jpg.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/tokyo-shinjuku.jpg b/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/tokyo-shinjuku.jpg deleted file mode 100755 index 40927675..00000000 Binary files a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/tokyo-shinjuku.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/tunnel7.jpg b/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/tunnel7.jpg deleted file mode 100755 index 8edd4c29..00000000 Binary files a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/tunnel7.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/yale-art.jpg b/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/yale-art.jpg deleted file mode 100755 index b497a2f9..00000000 Binary files a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/yale-art.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/zdf.jpg b/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/zdf.jpg deleted file mode 100755 index 2fdffc8a..00000000 Binary files a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/images/zdf.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/index.html b/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/index.html deleted file mode 100644 index 531e9fc1..00000000 --- a/docs/presentations/screendesign/semantisches-diff-axis-maps-moodboards/index.html +++ /dev/null @@ -1,264 +0,0 @@ - - - - Semantisches Differential, Axis Maps und Moodboards (WIP) // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/semiotik/000-intro/index.html b/docs/presentations/screendesign/semiotik/000-intro/index.html deleted file mode 100644 index 8c4d625b..00000000 --- a/docs/presentations/screendesign/semiotik/000-intro/index.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - Semiotik // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -

    Räumlichkeit

    -

    Wie funktioniert visuelle Tiefenstaffelung?

    -
    - - - -
    - - -
    -
    -

    About Screendesign

    -

    Worum geht es in diesem Modul?

    -
    - - -
    - - -
    -
    -

    Wahrnehmungsarbeit

    -
    - - -
    - - -
    -
    -

    Eindeutigkeit

    -

    Ordnen Sie Elemente so eindeutig wie möglich an.

    -
    - - -
    - - -
    -
    -

    Semiotik

    -

    Lehre von Zeichen und Zeichensystemen

    -
    - - -
    - - -
    -
    -

    Der Punkt

    -

    Das kleinste und einfachste Gestaltungselement

    -
    - - -
    - - -
    -
    -

    Linie

    -

    zusammenhängendes, eindimensionales geometrisches Gebilde ohne Querausdehnung 😀

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - - -
    - - -
    -
    -

    Design in der Medieninformatik

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Farbe

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Figur und Grund

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Fläche und Form

    -

    --

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/semiotik/010-kommunikationsmodelle/index.html b/docs/presentations/screendesign/semiotik/010-kommunikationsmodelle/index.html deleted file mode 100644 index a2b3724b..00000000 --- a/docs/presentations/screendesign/semiotik/010-kommunikationsmodelle/index.html +++ /dev/null @@ -1,63 +0,0 @@ - - - - Kommunikationsmodelle // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Kommunikation

    Was heißt/ ist das?

    -

    Kommunikationsmodelle

    -
    ./images/kommunikationsmodell-1.svg
    -
    ./images/kommunikationsmodell-2.svg
    -
    ./images/kommunikationsmodell-2a.svg
    -
    ./images/kommunikationsmodell-3.svg
    -
    ./images/kommunikationsmodell-3a.svg
    -
    ./images/kommunikationsmodell-3b.svg
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/semiotik/020-semiotik/index.html b/docs/presentations/screendesign/semiotik/020-semiotik/index.html deleted file mode 100644 index 52e47396..00000000 --- a/docs/presentations/screendesign/semiotik/020-semiotik/index.html +++ /dev/null @@ -1,60 +0,0 @@ - - - - Semiotik // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Semiotik

    Lehre von Zeichen und Zeichensystemen.

    -

    Syntaktik: Anordnung der Zeichen.

    -

    Semantik: Bedeutung der Zeichen.

    -

    Pragmatik: Beziehung der Zeichen und ihrer Benutzer.

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/semiotik/030-ampel/index.html b/docs/presentations/screendesign/semiotik/030-ampel/index.html deleted file mode 100644 index a95cc79d..00000000 --- a/docs/presentations/screendesign/semiotik/030-ampel/index.html +++ /dev/null @@ -1,61 +0,0 @@ - - - - Beispiel Semiotik // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Kleines Beispiel

    -
    ./images/ampel-1.png

    Was ist das?

    -
    ./images/ampel-2.png

    Was ist das?
    Syntaktische Ebene

    -
    ./images/ampel-2.png

    Was bedeutet es?
    Semantische Ebene

    -
    ./images/ampel-3.png

    Was heißt es für mich?
    Pragmatische Ebene

    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/semiotik/040-logos/index.html b/docs/presentations/screendesign/semiotik/040-logos/index.html deleted file mode 100644 index a539b3fc..00000000 --- a/docs/presentations/screendesign/semiotik/040-logos/index.html +++ /dev/null @@ -1,61 +0,0 @@ - - - - Logos // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    ./images/Logo_NIKE.svg

    Auf welcher Ebene ist das Zeichen?

    -
    ./images/Deutsche-post-horn.svg

    Auf welcher Ebene ist das Zeichen?

    -
    ./images/Deutsche_Bank_logo_without_wordmark.svg

    Auf welcher Ebene ist das Zeichen?

    -
    ./images/audi-logo.jpg

    Auf welcher Ebene ist das Zeichen?

    -
    ./images/twitter-logo.svg

    Auf welcher Ebene ist das Zeichen?

    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/semiotik/images/Deutsche-post-horn.svg b/docs/presentations/screendesign/semiotik/images/Deutsche-post-horn.svg deleted file mode 100755 index e8f987a1..00000000 --- a/docs/presentations/screendesign/semiotik/images/Deutsche-post-horn.svg +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/semiotik/images/Deutsche_Bank_logo_without_wordmark.svg b/docs/presentations/screendesign/semiotik/images/Deutsche_Bank_logo_without_wordmark.svg deleted file mode 100755 index aaf1e174..00000000 --- a/docs/presentations/screendesign/semiotik/images/Deutsche_Bank_logo_without_wordmark.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/docs/presentations/screendesign/semiotik/images/Deutsche_Post-Logo.svg b/docs/presentations/screendesign/semiotik/images/Deutsche_Post-Logo.svg deleted file mode 100755 index c1505e93..00000000 --- a/docs/presentations/screendesign/semiotik/images/Deutsche_Post-Logo.svg +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/presentations/screendesign/semiotik/images/Logo_NIKE.svg b/docs/presentations/screendesign/semiotik/images/Logo_NIKE.svg deleted file mode 100755 index 7ecadfed..00000000 --- a/docs/presentations/screendesign/semiotik/images/Logo_NIKE.svg +++ /dev/null @@ -1,48 +0,0 @@ - -image/svg+xml - - diff --git a/docs/presentations/screendesign/semiotik/images/ampel-1.png b/docs/presentations/screendesign/semiotik/images/ampel-1.png deleted file mode 100755 index 732e8412..00000000 Binary files a/docs/presentations/screendesign/semiotik/images/ampel-1.png and /dev/null differ diff --git a/docs/presentations/screendesign/semiotik/images/ampel-2.png b/docs/presentations/screendesign/semiotik/images/ampel-2.png deleted file mode 100755 index c08ec7f9..00000000 Binary files a/docs/presentations/screendesign/semiotik/images/ampel-2.png and /dev/null differ diff --git a/docs/presentations/screendesign/semiotik/images/ampel-3.png b/docs/presentations/screendesign/semiotik/images/ampel-3.png deleted file mode 100755 index 569a1315..00000000 Binary files a/docs/presentations/screendesign/semiotik/images/ampel-3.png and /dev/null differ diff --git a/docs/presentations/screendesign/semiotik/images/audi-logo.jpg b/docs/presentations/screendesign/semiotik/images/audi-logo.jpg deleted file mode 100755 index 76af2014..00000000 Binary files a/docs/presentations/screendesign/semiotik/images/audi-logo.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/semiotik/images/kommunikationsmodell-1.png b/docs/presentations/screendesign/semiotik/images/kommunikationsmodell-1.png deleted file mode 100755 index 213b11a6..00000000 Binary files a/docs/presentations/screendesign/semiotik/images/kommunikationsmodell-1.png and /dev/null differ diff --git a/docs/presentations/screendesign/semiotik/images/kommunikationsmodell-1.svg b/docs/presentations/screendesign/semiotik/images/kommunikationsmodell-1.svg deleted file mode 100755 index bb2e5c39..00000000 --- a/docs/presentations/screendesign/semiotik/images/kommunikationsmodell-1.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/docs/presentations/screendesign/semiotik/images/kommunikationsmodell-2.png b/docs/presentations/screendesign/semiotik/images/kommunikationsmodell-2.png deleted file mode 100755 index 0360ab2f..00000000 Binary files a/docs/presentations/screendesign/semiotik/images/kommunikationsmodell-2.png and /dev/null differ diff --git a/docs/presentations/screendesign/semiotik/images/kommunikationsmodell-2.svg b/docs/presentations/screendesign/semiotik/images/kommunikationsmodell-2.svg deleted file mode 100755 index 2a32eb8a..00000000 --- a/docs/presentations/screendesign/semiotik/images/kommunikationsmodell-2.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/docs/presentations/screendesign/semiotik/images/kommunikationsmodell-2a.png b/docs/presentations/screendesign/semiotik/images/kommunikationsmodell-2a.png deleted file mode 100755 index 5f920de3..00000000 Binary files a/docs/presentations/screendesign/semiotik/images/kommunikationsmodell-2a.png and /dev/null differ diff --git a/docs/presentations/screendesign/semiotik/images/kommunikationsmodell-2a.svg b/docs/presentations/screendesign/semiotik/images/kommunikationsmodell-2a.svg deleted file mode 100755 index f8c98f69..00000000 --- a/docs/presentations/screendesign/semiotik/images/kommunikationsmodell-2a.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/docs/presentations/screendesign/semiotik/images/kommunikationsmodell-3.svg b/docs/presentations/screendesign/semiotik/images/kommunikationsmodell-3.svg deleted file mode 100755 index 050b5a7f..00000000 --- a/docs/presentations/screendesign/semiotik/images/kommunikationsmodell-3.svg +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/presentations/screendesign/semiotik/images/kommunikationsmodell-3a-1.svg b/docs/presentations/screendesign/semiotik/images/kommunikationsmodell-3a-1.svg deleted file mode 100755 index 04dad5b1..00000000 --- a/docs/presentations/screendesign/semiotik/images/kommunikationsmodell-3a-1.svg +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/presentations/screendesign/semiotik/images/kommunikationsmodell-3a.svg b/docs/presentations/screendesign/semiotik/images/kommunikationsmodell-3a.svg deleted file mode 100755 index 66da7081..00000000 --- a/docs/presentations/screendesign/semiotik/images/kommunikationsmodell-3a.svg +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/presentations/screendesign/semiotik/images/kommunikationsmodell-3b.svg b/docs/presentations/screendesign/semiotik/images/kommunikationsmodell-3b.svg deleted file mode 100755 index 04dad5b1..00000000 --- a/docs/presentations/screendesign/semiotik/images/kommunikationsmodell-3b.svg +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/presentations/screendesign/semiotik/images/twitter-logo.png b/docs/presentations/screendesign/semiotik/images/twitter-logo.png deleted file mode 100755 index f3e42a3f..00000000 Binary files a/docs/presentations/screendesign/semiotik/images/twitter-logo.png and /dev/null differ diff --git a/docs/presentations/screendesign/semiotik/images/twitter-logo.svg b/docs/presentations/screendesign/semiotik/images/twitter-logo.svg deleted file mode 100755 index 19705754..00000000 --- a/docs/presentations/screendesign/semiotik/images/twitter-logo.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/docs/presentations/screendesign/semiotik/index.html b/docs/presentations/screendesign/semiotik/index.html deleted file mode 100644 index e79b63ad..00000000 --- a/docs/presentations/screendesign/semiotik/index.html +++ /dev/null @@ -1,130 +0,0 @@ - - - - Semiotik // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -

    Semiotik

    -

    Lehre von Zeichen und Zeichensystemen

    -
    - - -
    - - -
    -

    Kommunikation

    Was heißt/ ist das?

    -

    Kommunikationsmodelle

    -
    ./images/kommunikationsmodell-1.svg
    -
    ./images/kommunikationsmodell-2.svg
    -
    ./images/kommunikationsmodell-2a.svg
    -
    ./images/kommunikationsmodell-3.svg
    -
    ./images/kommunikationsmodell-3a.svg
    -
    ./images/kommunikationsmodell-3b.svg
    - - -
    - - -
    -

    Semiotik

    Lehre von Zeichen und Zeichensystemen.

    -

    Syntaktik: Anordnung der Zeichen.

    -

    Semantik: Bedeutung der Zeichen.

    -

    Pragmatik: Beziehung der Zeichen und ihrer Benutzer.

    -
    - - -
    - - -
    -

    Kleines Beispiel

    -
    ./images/ampel-1.png

    Was ist das?

    -
    ./images/ampel-2.png

    Was ist das?
    Syntaktische Ebene

    -
    ./images/ampel-2.png

    Was bedeutet es?
    Semantische Ebene

    -
    ./images/ampel-3.png

    Was heißt es für mich?
    Pragmatische Ebene

    - - - -
    - - -
    -
    ./images/Logo_NIKE.svg

    Auf welcher Ebene ist das Zeichen?

    -
    ./images/Deutsche-post-horn.svg

    Auf welcher Ebene ist das Zeichen?

    -
    ./images/Deutsche_Bank_logo_without_wordmark.svg

    Auf welcher Ebene ist das Zeichen?

    -
    ./images/audi-logo.jpg

    Auf welcher Ebene ist das Zeichen?

    -
    ./images/twitter-logo.svg

    Auf welcher Ebene ist das Zeichen?

    - - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/textsatz/000-intro/index.html b/docs/presentations/screendesign/textsatz/000-intro/index.html deleted file mode 100644 index 5d7a00f1..00000000 --- a/docs/presentations/screendesign/textsatz/000-intro/index.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - Wahrnehmungsarbeit // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -

    Räumlichkeit

    -

    Wie funktioniert visuelle Tiefenstaffelung?

    -
    - - - -
    - - -
    -
    -

    About Screendesign

    -

    Worum geht es in diesem Modul?

    -
    - - -
    - - -
    -
    -

    Wahrnehmungsarbeit

    -
    - - -
    - - -
    -
    -

    Eindeutigkeit

    -

    Ordnen Sie Elemente so eindeutig wie möglich an.

    -
    - - -
    - - -
    -
    -

    Semiotik

    -

    Lehre von Zeichen und Zeichensystemen

    -
    - - -
    - - -
    -
    -

    Der Punkt

    -

    Das kleinste und einfachste Gestaltungselement

    -
    - - -
    - - -
    -
    -

    Linie

    -

    zusammenhängendes, eindimensionales geometrisches Gebilde ohne Querausdehnung 😀

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - - -
    - - -
    -
    -

    Design in der Medieninformatik

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Farbe

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Figur und Grund

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Fläche und Form

    -

    --

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/textsatz/010-cite/index.html b/docs/presentations/screendesign/textsatz/010-cite/index.html deleted file mode 100644 index 60a0247a..00000000 --- a/docs/presentations/screendesign/textsatz/010-cite/index.html +++ /dev/null @@ -1,111 +0,0 @@ - - - - Cite // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/textsatz/020-watzlawick/index.html b/docs/presentations/screendesign/textsatz/020-watzlawick/index.html deleted file mode 100644 index cd0d7613..00000000 --- a/docs/presentations/screendesign/textsatz/020-watzlawick/index.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - Cite with Image // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Man kann nicht nicht kommunizieren.

    -Paul Watzlawick, Philosoph, Psychotherapeut und Kommunikationswissenschaftler
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/textsatz/040-bilder-wo-es-voll-ist/index.html b/docs/presentations/screendesign/textsatz/040-bilder-wo-es-voll-ist/index.html deleted file mode 100644 index 967da71a..00000000 --- a/docs/presentations/screendesign/textsatz/040-bilder-wo-es-voll-ist/index.html +++ /dev/null @@ -1,456 +0,0 @@ - - - - Bilder wo et voll ist // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/textsatz/050-online-viel-zu-tun/index.html b/docs/presentations/screendesign/textsatz/050-online-viel-zu-tun/index.html deleted file mode 100644 index d70e5c72..00000000 --- a/docs/presentations/screendesign/textsatz/050-online-viel-zu-tun/index.html +++ /dev/null @@ -1,376 +0,0 @@ - - - - Komplexe Layouts online // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/textsatz/060-aufmerksamkeitstest/index.html b/docs/presentations/screendesign/textsatz/060-aufmerksamkeitstest/index.html deleted file mode 100644 index 9237e27f..00000000 --- a/docs/presentations/screendesign/textsatz/060-aufmerksamkeitstest/index.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - Aufmerksamkeitstest // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/textsatz/100-orientierung/index.html b/docs/presentations/screendesign/textsatz/100-orientierung/index.html deleted file mode 100644 index 0cebaff5..00000000 --- a/docs/presentations/screendesign/textsatz/100-orientierung/index.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - Orientierung // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/textsatz/110-orientierung-karte/index.html b/docs/presentations/screendesign/textsatz/110-orientierung-karte/index.html deleted file mode 100644 index 82b2668f..00000000 --- a/docs/presentations/screendesign/textsatz/110-orientierung-karte/index.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - Orientierung // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/textsatz/330-lindgaard/index.html b/docs/presentations/screendesign/textsatz/330-lindgaard/index.html deleted file mode 100644 index e692d97c..00000000 --- a/docs/presentations/screendesign/textsatz/330-lindgaard/index.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - Gitte Lindgaard // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/textsatz/9999-outro/index.html b/docs/presentations/screendesign/textsatz/9999-outro/index.html deleted file mode 100644 index 7ffda695..00000000 --- a/docs/presentations/screendesign/textsatz/9999-outro/index.html +++ /dev/null @@ -1,300 +0,0 @@ - - - - About Screendesign // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/textsatz/images/FAZ_neu_S1_gross-570.jpg b/docs/presentations/screendesign/textsatz/images/FAZ_neu_S1_gross-570.jpg deleted file mode 100755 index d2f96746..00000000 Binary files a/docs/presentations/screendesign/textsatz/images/FAZ_neu_S1_gross-570.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/textsatz/images/amazon.jpg b/docs/presentations/screendesign/textsatz/images/amazon.jpg deleted file mode 100755 index e28eedeb..00000000 Binary files a/docs/presentations/screendesign/textsatz/images/amazon.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/textsatz/images/bild-titel.jpg b/docs/presentations/screendesign/textsatz/images/bild-titel.jpg deleted file mode 100755 index 1d1d40c3..00000000 Binary files a/docs/presentations/screendesign/textsatz/images/bild-titel.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/textsatz/images/dan-freeman-G4E6PcOt4Ps-unsplash.jpg.jpg b/docs/presentations/screendesign/textsatz/images/dan-freeman-G4E6PcOt4Ps-unsplash.jpg.jpg deleted file mode 100755 index b08e3e41..00000000 Binary files a/docs/presentations/screendesign/textsatz/images/dan-freeman-G4E6PcOt4Ps-unsplash.jpg.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/textsatz/images/droppedImage-598.pdf.jpg b/docs/presentations/screendesign/textsatz/images/droppedImage-598.pdf.jpg deleted file mode 100755 index 3638f01e..00000000 Binary files a/docs/presentations/screendesign/textsatz/images/droppedImage-598.pdf.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/textsatz/images/greece-chalcis.jpg b/docs/presentations/screendesign/textsatz/images/greece-chalcis.jpg deleted file mode 100755 index 0f99cb06..00000000 Binary files a/docs/presentations/screendesign/textsatz/images/greece-chalcis.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/textsatz/images/iwona-castiello-d-antonio-dnMLdR814aA-unsplash.jpg.jpg b/docs/presentations/screendesign/textsatz/images/iwona-castiello-d-antonio-dnMLdR814aA-unsplash.jpg.jpg deleted file mode 100755 index 862e36f8..00000000 Binary files a/docs/presentations/screendesign/textsatz/images/iwona-castiello-d-antonio-dnMLdR814aA-unsplash.jpg.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/textsatz/images/juan-davila-P8PlK2nGwqA-unsplash.jpg.jpg b/docs/presentations/screendesign/textsatz/images/juan-davila-P8PlK2nGwqA-unsplash.jpg.jpg deleted file mode 100755 index f26af0d5..00000000 Binary files a/docs/presentations/screendesign/textsatz/images/juan-davila-P8PlK2nGwqA-unsplash.jpg.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/textsatz/images/kronen-zeitung.jpg b/docs/presentations/screendesign/textsatz/images/kronen-zeitung.jpg deleted file mode 100755 index fa518ffa..00000000 Binary files a/docs/presentations/screendesign/textsatz/images/kronen-zeitung.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/textsatz/images/lingscars.jpg b/docs/presentations/screendesign/textsatz/images/lingscars.jpg deleted file mode 100755 index fe77606c..00000000 Binary files a/docs/presentations/screendesign/textsatz/images/lingscars.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/textsatz/images/lueneburger-zeitung-eonwerbung.jpg b/docs/presentations/screendesign/textsatz/images/lueneburger-zeitung-eonwerbung.jpg deleted file mode 100755 index 99e59765..00000000 Binary files a/docs/presentations/screendesign/textsatz/images/lueneburger-zeitung-eonwerbung.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/textsatz/images/map-cologne.jpg b/docs/presentations/screendesign/textsatz/images/map-cologne.jpg deleted file mode 100755 index 9dfcf618..00000000 Binary files a/docs/presentations/screendesign/textsatz/images/map-cologne.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/textsatz/images/map-cologne2.jpg b/docs/presentations/screendesign/textsatz/images/map-cologne2.jpg deleted file mode 100755 index 311eaf1b..00000000 Binary files a/docs/presentations/screendesign/textsatz/images/map-cologne2.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/textsatz/images/messy-website.jpg b/docs/presentations/screendesign/textsatz/images/messy-website.jpg deleted file mode 100755 index 68d01e54..00000000 Binary files a/docs/presentations/screendesign/textsatz/images/messy-website.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/textsatz/images/pasted-image-697.png.jpg b/docs/presentations/screendesign/textsatz/images/pasted-image-697.png.jpg deleted file mode 100755 index 36452afa..00000000 Binary files a/docs/presentations/screendesign/textsatz/images/pasted-image-697.png.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/textsatz/images/paul.jpg b/docs/presentations/screendesign/textsatz/images/paul.jpg deleted file mode 100755 index 7335fa28..00000000 Binary files a/docs/presentations/screendesign/textsatz/images/paul.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/textsatz/images/quelle.pdf.jpg b/docs/presentations/screendesign/textsatz/images/quelle.pdf.jpg deleted file mode 100755 index 72b533c3..00000000 Binary files a/docs/presentations/screendesign/textsatz/images/quelle.pdf.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/textsatz/images/reduktion-bsp.jpg b/docs/presentations/screendesign/textsatz/images/reduktion-bsp.jpg deleted file mode 100755 index 8831a98d..00000000 Binary files a/docs/presentations/screendesign/textsatz/images/reduktion-bsp.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/textsatz/images/t3n-magazin.jpg b/docs/presentations/screendesign/textsatz/images/t3n-magazin.jpg deleted file mode 100755 index 081aaa0b..00000000 Binary files a/docs/presentations/screendesign/textsatz/images/t3n-magazin.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/textsatz/images/tagesschau.jpg b/docs/presentations/screendesign/textsatz/images/tagesschau.jpg deleted file mode 100755 index 50e0aafd..00000000 Binary files a/docs/presentations/screendesign/textsatz/images/tagesschau.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/textsatz/images/time-square.jpg.jpg b/docs/presentations/screendesign/textsatz/images/time-square.jpg.jpg deleted file mode 100755 index 22497263..00000000 Binary files a/docs/presentations/screendesign/textsatz/images/time-square.jpg.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/textsatz/images/tokyo-shinjuku.jpg b/docs/presentations/screendesign/textsatz/images/tokyo-shinjuku.jpg deleted file mode 100755 index 40927675..00000000 Binary files a/docs/presentations/screendesign/textsatz/images/tokyo-shinjuku.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/textsatz/images/tunnel7.jpg b/docs/presentations/screendesign/textsatz/images/tunnel7.jpg deleted file mode 100755 index 8edd4c29..00000000 Binary files a/docs/presentations/screendesign/textsatz/images/tunnel7.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/textsatz/images/yale-art.jpg b/docs/presentations/screendesign/textsatz/images/yale-art.jpg deleted file mode 100755 index b497a2f9..00000000 Binary files a/docs/presentations/screendesign/textsatz/images/yale-art.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/textsatz/images/zdf.jpg b/docs/presentations/screendesign/textsatz/images/zdf.jpg deleted file mode 100755 index 2fdffc8a..00000000 Binary files a/docs/presentations/screendesign/textsatz/images/zdf.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/textsatz/index.html b/docs/presentations/screendesign/textsatz/index.html deleted file mode 100644 index 38698ff9..00000000 --- a/docs/presentations/screendesign/textsatz/index.html +++ /dev/null @@ -1,264 +0,0 @@ - - - - Textsatz (WIP) // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/typographie/000-intro/index.html b/docs/presentations/screendesign/typographie/000-intro/index.html deleted file mode 100644 index 5d7a00f1..00000000 --- a/docs/presentations/screendesign/typographie/000-intro/index.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - Wahrnehmungsarbeit // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -

    Räumlichkeit

    -

    Wie funktioniert visuelle Tiefenstaffelung?

    -
    - - - -
    - - -
    -
    -

    About Screendesign

    -

    Worum geht es in diesem Modul?

    -
    - - -
    - - -
    -
    -

    Wahrnehmungsarbeit

    -
    - - -
    - - -
    -
    -

    Eindeutigkeit

    -

    Ordnen Sie Elemente so eindeutig wie möglich an.

    -
    - - -
    - - -
    -
    -

    Semiotik

    -

    Lehre von Zeichen und Zeichensystemen

    -
    - - -
    - - -
    -
    -

    Der Punkt

    -

    Das kleinste und einfachste Gestaltungselement

    -
    - - -
    - - -
    -
    -

    Linie

    -

    zusammenhängendes, eindimensionales geometrisches Gebilde ohne Querausdehnung 😀

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - - -
    - - -
    -
    -

    Design in der Medieninformatik

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Farbe

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Figur und Grund

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Fläche und Form

    -

    --

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/typographie/010-cite/index.html b/docs/presentations/screendesign/typographie/010-cite/index.html deleted file mode 100644 index 60a0247a..00000000 --- a/docs/presentations/screendesign/typographie/010-cite/index.html +++ /dev/null @@ -1,111 +0,0 @@ - - - - Cite // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/typographie/020-watzlawick/index.html b/docs/presentations/screendesign/typographie/020-watzlawick/index.html deleted file mode 100644 index cd0d7613..00000000 --- a/docs/presentations/screendesign/typographie/020-watzlawick/index.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - Cite with Image // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Man kann nicht nicht kommunizieren.

    -Paul Watzlawick, Philosoph, Psychotherapeut und Kommunikationswissenschaftler
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/typographie/040-bilder-wo-es-voll-ist/index.html b/docs/presentations/screendesign/typographie/040-bilder-wo-es-voll-ist/index.html deleted file mode 100644 index 967da71a..00000000 --- a/docs/presentations/screendesign/typographie/040-bilder-wo-es-voll-ist/index.html +++ /dev/null @@ -1,456 +0,0 @@ - - - - Bilder wo et voll ist // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/typographie/050-online-viel-zu-tun/index.html b/docs/presentations/screendesign/typographie/050-online-viel-zu-tun/index.html deleted file mode 100644 index d70e5c72..00000000 --- a/docs/presentations/screendesign/typographie/050-online-viel-zu-tun/index.html +++ /dev/null @@ -1,376 +0,0 @@ - - - - Komplexe Layouts online // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/typographie/060-aufmerksamkeitstest/index.html b/docs/presentations/screendesign/typographie/060-aufmerksamkeitstest/index.html deleted file mode 100644 index 9237e27f..00000000 --- a/docs/presentations/screendesign/typographie/060-aufmerksamkeitstest/index.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - Aufmerksamkeitstest // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/typographie/100-orientierung/index.html b/docs/presentations/screendesign/typographie/100-orientierung/index.html deleted file mode 100644 index 0cebaff5..00000000 --- a/docs/presentations/screendesign/typographie/100-orientierung/index.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - Orientierung // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/typographie/110-orientierung-karte/index.html b/docs/presentations/screendesign/typographie/110-orientierung-karte/index.html deleted file mode 100644 index 82b2668f..00000000 --- a/docs/presentations/screendesign/typographie/110-orientierung-karte/index.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - Orientierung // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/typographie/330-lindgaard/index.html b/docs/presentations/screendesign/typographie/330-lindgaard/index.html deleted file mode 100644 index e692d97c..00000000 --- a/docs/presentations/screendesign/typographie/330-lindgaard/index.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - Gitte Lindgaard // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/typographie/9999-outro/index.html b/docs/presentations/screendesign/typographie/9999-outro/index.html deleted file mode 100644 index 7ffda695..00000000 --- a/docs/presentations/screendesign/typographie/9999-outro/index.html +++ /dev/null @@ -1,300 +0,0 @@ - - - - About Screendesign // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/typographie/images/FAZ_neu_S1_gross-570.jpg b/docs/presentations/screendesign/typographie/images/FAZ_neu_S1_gross-570.jpg deleted file mode 100755 index d2f96746..00000000 Binary files a/docs/presentations/screendesign/typographie/images/FAZ_neu_S1_gross-570.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/typographie/images/amazon.jpg b/docs/presentations/screendesign/typographie/images/amazon.jpg deleted file mode 100755 index e28eedeb..00000000 Binary files a/docs/presentations/screendesign/typographie/images/amazon.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/typographie/images/bild-titel.jpg b/docs/presentations/screendesign/typographie/images/bild-titel.jpg deleted file mode 100755 index 1d1d40c3..00000000 Binary files a/docs/presentations/screendesign/typographie/images/bild-titel.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/typographie/images/dan-freeman-G4E6PcOt4Ps-unsplash.jpg.jpg b/docs/presentations/screendesign/typographie/images/dan-freeman-G4E6PcOt4Ps-unsplash.jpg.jpg deleted file mode 100755 index b08e3e41..00000000 Binary files a/docs/presentations/screendesign/typographie/images/dan-freeman-G4E6PcOt4Ps-unsplash.jpg.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/typographie/images/droppedImage-598.pdf.jpg b/docs/presentations/screendesign/typographie/images/droppedImage-598.pdf.jpg deleted file mode 100755 index 3638f01e..00000000 Binary files a/docs/presentations/screendesign/typographie/images/droppedImage-598.pdf.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/typographie/images/greece-chalcis.jpg b/docs/presentations/screendesign/typographie/images/greece-chalcis.jpg deleted file mode 100755 index 0f99cb06..00000000 Binary files a/docs/presentations/screendesign/typographie/images/greece-chalcis.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/typographie/images/iwona-castiello-d-antonio-dnMLdR814aA-unsplash.jpg.jpg b/docs/presentations/screendesign/typographie/images/iwona-castiello-d-antonio-dnMLdR814aA-unsplash.jpg.jpg deleted file mode 100755 index 862e36f8..00000000 Binary files a/docs/presentations/screendesign/typographie/images/iwona-castiello-d-antonio-dnMLdR814aA-unsplash.jpg.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/typographie/images/juan-davila-P8PlK2nGwqA-unsplash.jpg.jpg b/docs/presentations/screendesign/typographie/images/juan-davila-P8PlK2nGwqA-unsplash.jpg.jpg deleted file mode 100755 index f26af0d5..00000000 Binary files a/docs/presentations/screendesign/typographie/images/juan-davila-P8PlK2nGwqA-unsplash.jpg.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/typographie/images/kronen-zeitung.jpg b/docs/presentations/screendesign/typographie/images/kronen-zeitung.jpg deleted file mode 100755 index fa518ffa..00000000 Binary files a/docs/presentations/screendesign/typographie/images/kronen-zeitung.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/typographie/images/lingscars.jpg b/docs/presentations/screendesign/typographie/images/lingscars.jpg deleted file mode 100755 index fe77606c..00000000 Binary files a/docs/presentations/screendesign/typographie/images/lingscars.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/typographie/images/lueneburger-zeitung-eonwerbung.jpg b/docs/presentations/screendesign/typographie/images/lueneburger-zeitung-eonwerbung.jpg deleted file mode 100755 index 99e59765..00000000 Binary files a/docs/presentations/screendesign/typographie/images/lueneburger-zeitung-eonwerbung.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/typographie/images/map-cologne.jpg b/docs/presentations/screendesign/typographie/images/map-cologne.jpg deleted file mode 100755 index 9dfcf618..00000000 Binary files a/docs/presentations/screendesign/typographie/images/map-cologne.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/typographie/images/map-cologne2.jpg b/docs/presentations/screendesign/typographie/images/map-cologne2.jpg deleted file mode 100755 index 311eaf1b..00000000 Binary files a/docs/presentations/screendesign/typographie/images/map-cologne2.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/typographie/images/messy-website.jpg b/docs/presentations/screendesign/typographie/images/messy-website.jpg deleted file mode 100755 index 68d01e54..00000000 Binary files a/docs/presentations/screendesign/typographie/images/messy-website.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/typographie/images/pasted-image-697.png.jpg b/docs/presentations/screendesign/typographie/images/pasted-image-697.png.jpg deleted file mode 100755 index 36452afa..00000000 Binary files a/docs/presentations/screendesign/typographie/images/pasted-image-697.png.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/typographie/images/paul.jpg b/docs/presentations/screendesign/typographie/images/paul.jpg deleted file mode 100755 index 7335fa28..00000000 Binary files a/docs/presentations/screendesign/typographie/images/paul.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/typographie/images/quelle.pdf.jpg b/docs/presentations/screendesign/typographie/images/quelle.pdf.jpg deleted file mode 100755 index 72b533c3..00000000 Binary files a/docs/presentations/screendesign/typographie/images/quelle.pdf.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/typographie/images/reduktion-bsp.jpg b/docs/presentations/screendesign/typographie/images/reduktion-bsp.jpg deleted file mode 100755 index 8831a98d..00000000 Binary files a/docs/presentations/screendesign/typographie/images/reduktion-bsp.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/typographie/images/t3n-magazin.jpg b/docs/presentations/screendesign/typographie/images/t3n-magazin.jpg deleted file mode 100755 index 081aaa0b..00000000 Binary files a/docs/presentations/screendesign/typographie/images/t3n-magazin.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/typographie/images/tagesschau.jpg b/docs/presentations/screendesign/typographie/images/tagesschau.jpg deleted file mode 100755 index 50e0aafd..00000000 Binary files a/docs/presentations/screendesign/typographie/images/tagesschau.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/typographie/images/time-square.jpg.jpg b/docs/presentations/screendesign/typographie/images/time-square.jpg.jpg deleted file mode 100755 index 22497263..00000000 Binary files a/docs/presentations/screendesign/typographie/images/time-square.jpg.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/typographie/images/tokyo-shinjuku.jpg b/docs/presentations/screendesign/typographie/images/tokyo-shinjuku.jpg deleted file mode 100755 index 40927675..00000000 Binary files a/docs/presentations/screendesign/typographie/images/tokyo-shinjuku.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/typographie/images/tunnel7.jpg b/docs/presentations/screendesign/typographie/images/tunnel7.jpg deleted file mode 100755 index 8edd4c29..00000000 Binary files a/docs/presentations/screendesign/typographie/images/tunnel7.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/typographie/images/yale-art.jpg b/docs/presentations/screendesign/typographie/images/yale-art.jpg deleted file mode 100755 index b497a2f9..00000000 Binary files a/docs/presentations/screendesign/typographie/images/yale-art.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/typographie/images/zdf.jpg b/docs/presentations/screendesign/typographie/images/zdf.jpg deleted file mode 100755 index 2fdffc8a..00000000 Binary files a/docs/presentations/screendesign/typographie/images/zdf.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/typographie/index.html b/docs/presentations/screendesign/typographie/index.html deleted file mode 100644 index f17daba6..00000000 --- a/docs/presentations/screendesign/typographie/index.html +++ /dev/null @@ -1,264 +0,0 @@ - - - - Typographie (WIP) // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -

    Hier wird ein Zitat hübsch angezeigt.

    -Max Mustermann, Beispiel
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/000-intro/index.html b/docs/presentations/screendesign/wahrnehmungsarbeit/000-intro/index.html deleted file mode 100644 index 5d7a00f1..00000000 --- a/docs/presentations/screendesign/wahrnehmungsarbeit/000-intro/index.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - Wahrnehmungsarbeit // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -

    Räumlichkeit

    -

    Wie funktioniert visuelle Tiefenstaffelung?

    -
    - - - -
    - - -
    -
    -

    About Screendesign

    -

    Worum geht es in diesem Modul?

    -
    - - -
    - - -
    -
    -

    Wahrnehmungsarbeit

    -
    - - -
    - - -
    -
    -

    Eindeutigkeit

    -

    Ordnen Sie Elemente so eindeutig wie möglich an.

    -
    - - -
    - - -
    -
    -

    Semiotik

    -

    Lehre von Zeichen und Zeichensystemen

    -
    - - -
    - - -
    -
    -

    Der Punkt

    -

    Das kleinste und einfachste Gestaltungselement

    -
    - - -
    - - -
    -
    -

    Linie

    -

    zusammenhängendes, eindimensionales geometrisches Gebilde ohne Querausdehnung 😀

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - - -
    - - -
    -
    -

    Design in der Medieninformatik

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Farbe

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Figur und Grund

    -

    ---

    -
    - - - -
    - - -
    -
    -

    Fläche und Form

    -

    --

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - - -
    -
    -

    Demo Präsentation

    -

    Hier sieht man die verschiedenen Slidetypen und Shotcodes im Einsatz

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/010-moles/index.html b/docs/presentations/screendesign/wahrnehmungsarbeit/010-moles/index.html deleted file mode 100644 index f584876e..00000000 --- a/docs/presentations/screendesign/wahrnehmungsarbeit/010-moles/index.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - Abraham Moles // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Die maßgebene Norm für den Wert eines grafischen Designs sind die Gesamtkosten der Wahrnehmungsarbeit.

    -Abraham Moles, Informationstheoretiker
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/020-watzlawick/index.html b/docs/presentations/screendesign/wahrnehmungsarbeit/020-watzlawick/index.html deleted file mode 100644 index 6295671a..00000000 --- a/docs/presentations/screendesign/wahrnehmungsarbeit/020-watzlawick/index.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - Paul Watzlawick // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Man kann nicht nicht kommunizieren.

    -Paul Watzlawick, Philosoph, Psychotherapeut und Kommunikationswissenschaftler
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Cite. Diesmal mit Bild, was im Front Matter angegeben werden kann. Gleiches gilt für die Quelle.

    -Max Mustermann, Beispiel
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/030-uwe/index.html b/docs/presentations/screendesign/wahrnehmungsarbeit/030-uwe/index.html deleted file mode 100644 index 00359b80..00000000 --- a/docs/presentations/screendesign/wahrnehmungsarbeit/030-uwe/index.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - Uwe Stoklossa // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Jedes mal, wenn wir die Augen öffnen, haben wir ein Problem.

    -Uwe Stoklossa, Designer
    Stoklossa, Uwe & Rempen, Thomas (2005). Blicktricks: Anleitung zur visuellen Verführung. Schmidt (Hermann), Mainz
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/040-bilder-wo-es-voll-ist/index.html b/docs/presentations/screendesign/wahrnehmungsarbeit/040-bilder-wo-es-voll-ist/index.html deleted file mode 100644 index 967da71a..00000000 --- a/docs/presentations/screendesign/wahrnehmungsarbeit/040-bilder-wo-es-voll-ist/index.html +++ /dev/null @@ -1,456 +0,0 @@ - - - - Bilder wo et voll ist // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/050-online-viel-zu-tun/index.html b/docs/presentations/screendesign/wahrnehmungsarbeit/050-online-viel-zu-tun/index.html deleted file mode 100644 index d70e5c72..00000000 --- a/docs/presentations/screendesign/wahrnehmungsarbeit/050-online-viel-zu-tun/index.html +++ /dev/null @@ -1,376 +0,0 @@ - - - - Komplexe Layouts online // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/060-aufmerksamkeitstest/index.html b/docs/presentations/screendesign/wahrnehmungsarbeit/060-aufmerksamkeitstest/index.html deleted file mode 100644 index 9237e27f..00000000 --- a/docs/presentations/screendesign/wahrnehmungsarbeit/060-aufmerksamkeitstest/index.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - Aufmerksamkeitstest // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/100-orientierung/index.html b/docs/presentations/screendesign/wahrnehmungsarbeit/100-orientierung/index.html deleted file mode 100644 index 0cebaff5..00000000 --- a/docs/presentations/screendesign/wahrnehmungsarbeit/100-orientierung/index.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - Orientierung // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/110-orientierung-karte/index.html b/docs/presentations/screendesign/wahrnehmungsarbeit/110-orientierung-karte/index.html deleted file mode 100644 index 82b2668f..00000000 --- a/docs/presentations/screendesign/wahrnehmungsarbeit/110-orientierung-karte/index.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - Orientierung // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/120-reduzieren/index.html b/docs/presentations/screendesign/wahrnehmungsarbeit/120-reduzieren/index.html deleted file mode 100644 index 4843f3b8..00000000 --- a/docs/presentations/screendesign/wahrnehmungsarbeit/120-reduzieren/index.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - Reduzieren // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Reduzieren

    Was ist unwichtig? Was kann weg? Worauf können wir verzichten und worauf nicht?

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/122-reduzieren-beispiele/index.html b/docs/presentations/screendesign/wahrnehmungsarbeit/122-reduzieren-beispiele/index.html deleted file mode 100644 index 45b11efb..00000000 --- a/docs/presentations/screendesign/wahrnehmungsarbeit/122-reduzieren-beispiele/index.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - Orientierung // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    -
    -
    -
    -
    - - - - - - - - - - - -
    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/130-strukturieren/index.html b/docs/presentations/screendesign/wahrnehmungsarbeit/130-strukturieren/index.html deleted file mode 100644 index 327df8ab..00000000 --- a/docs/presentations/screendesign/wahrnehmungsarbeit/130-strukturieren/index.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - Strukturieren // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Strukturieren

    Muster bilden … wie gehts das? Was können wir zusammen fassen? Wie machen wir das?

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/132-strukturieren-karte/index.html b/docs/presentations/screendesign/wahrnehmungsarbeit/132-strukturieren-karte/index.html deleted file mode 100644 index e9d7190e..00000000 --- a/docs/presentations/screendesign/wahrnehmungsarbeit/132-strukturieren-karte/index.html +++ /dev/null @@ -1,59 +0,0 @@ - - - - Orientierung // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    -
    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/140-hierarchisieren/index.html b/docs/presentations/screendesign/wahrnehmungsarbeit/140-hierarchisieren/index.html deleted file mode 100644 index 29dcdbf0..00000000 --- a/docs/presentations/screendesign/wahrnehmungsarbeit/140-hierarchisieren/index.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - Hierarchisieren // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Hierarchisieren

    Was ist eine Hierarchie und wie lässt sich diese visuell erzeugen?

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/142-hierarchisieren-karte/index.html b/docs/presentations/screendesign/wahrnehmungsarbeit/142-hierarchisieren-karte/index.html deleted file mode 100644 index e9d7190e..00000000 --- a/docs/presentations/screendesign/wahrnehmungsarbeit/142-hierarchisieren-karte/index.html +++ /dev/null @@ -1,59 +0,0 @@ - - - - Orientierung // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    -
    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/210-beispiel-hierarchisierung/index.html b/docs/presentations/screendesign/wahrnehmungsarbeit/210-beispiel-hierarchisierung/index.html deleted file mode 100644 index 9c75cf87..00000000 --- a/docs/presentations/screendesign/wahrnehmungsarbeit/210-beispiel-hierarchisierung/index.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - Beispiele Hierarchisierung // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    - -
    -

    Wie ist die Hierarchie der Elemente?

    -

    - Kronenzeitung (2021) // - epaper.krone.at -

    -
    -
    -
    -
    -
    - -
    -

    Wie ist die Hierarchie der Elemente?

    -

    - Bild (2021) // - dwdl.de -

    -
    -
    -
    -
    -
    - -
    -

    Wie ist die Hierarchie der Elemente?

    -

    - t3n Magazin (2021) // - t3n.de -

    -
    -
    -
    -
    -
    - -
    -

    Wie ist die Hierarchie der Elemente?

    -

    - tagesschau.de -

    -
    -
    -
    -
    -
    - -
    -

    Wie ist die Hierarchie der Elemente?

    -

    - amazon.de -

    -
    -
    -
    -
    -
    - -
    -

    Wie ist die Hierarchie der Elemente?

    -

    - zdf.de -

    -
    -
    -
    -
    -
    - -
    -

    Wie ist die Hierarchie der Elemente?

    -

    - tunnel7.com -

    -
    -
    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/220-beispiel-hierarchisierung-abstrakt/index.html b/docs/presentations/screendesign/wahrnehmungsarbeit/220-beispiel-hierarchisierung-abstrakt/index.html deleted file mode 100644 index 4044a82b..00000000 --- a/docs/presentations/screendesign/wahrnehmungsarbeit/220-beispiel-hierarchisierung-abstrakt/index.html +++ /dev/null @@ -1,184 +0,0 @@ - - - - Beispiele Hierarchisierung abstrakt // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -
    - - - -
    -
    -
    -
    - - - - -
    -
    -
    -
    - - - - -
    -
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - -
    -
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - -
    -
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - -
    -
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - -
    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/300-moles/index.html b/docs/presentations/screendesign/wahrnehmungsarbeit/300-moles/index.html deleted file mode 100644 index f584876e..00000000 --- a/docs/presentations/screendesign/wahrnehmungsarbeit/300-moles/index.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - Abraham Moles // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Die maßgebene Norm für den Wert eines grafischen Designs sind die Gesamtkosten der Wahrnehmungsarbeit.

    -Abraham Moles, Informationstheoretiker
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/320-alexander/index.html b/docs/presentations/screendesign/wahrnehmungsarbeit/320-alexander/index.html deleted file mode 100644 index d1819bae..00000000 --- a/docs/presentations/screendesign/wahrnehmungsarbeit/320-alexander/index.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - Kerstin Alexander // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Qualität ist keine Geschmackssache!

    -Kerstin Alexander, Designerin & Künstlerin
    Alexander, K. (2013): Kompendium der visuellen Information und Kommunikation. Springer, Berlin Heidelberg New York, 2007, 2. Auflage 2013
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/330-lindgaard/index.html b/docs/presentations/screendesign/wahrnehmungsarbeit/330-lindgaard/index.html deleted file mode 100644 index e692d97c..00000000 --- a/docs/presentations/screendesign/wahrnehmungsarbeit/330-lindgaard/index.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - Gitte Lindgaard // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/9999-outro/index.html b/docs/presentations/screendesign/wahrnehmungsarbeit/9999-outro/index.html deleted file mode 100644 index 7ffda695..00000000 --- a/docs/presentations/screendesign/wahrnehmungsarbeit/9999-outro/index.html +++ /dev/null @@ -1,300 +0,0 @@ - - - - About Screendesign // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/images/FAZ_neu_S1_gross-570.jpg b/docs/presentations/screendesign/wahrnehmungsarbeit/images/FAZ_neu_S1_gross-570.jpg deleted file mode 100755 index d2f96746..00000000 Binary files a/docs/presentations/screendesign/wahrnehmungsarbeit/images/FAZ_neu_S1_gross-570.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/images/amazon.jpg b/docs/presentations/screendesign/wahrnehmungsarbeit/images/amazon.jpg deleted file mode 100755 index e28eedeb..00000000 Binary files a/docs/presentations/screendesign/wahrnehmungsarbeit/images/amazon.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/images/bild-titel.jpg b/docs/presentations/screendesign/wahrnehmungsarbeit/images/bild-titel.jpg deleted file mode 100755 index 1d1d40c3..00000000 Binary files a/docs/presentations/screendesign/wahrnehmungsarbeit/images/bild-titel.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/images/dan-freeman-G4E6PcOt4Ps-unsplash.jpg.jpg b/docs/presentations/screendesign/wahrnehmungsarbeit/images/dan-freeman-G4E6PcOt4Ps-unsplash.jpg.jpg deleted file mode 100755 index b08e3e41..00000000 Binary files a/docs/presentations/screendesign/wahrnehmungsarbeit/images/dan-freeman-G4E6PcOt4Ps-unsplash.jpg.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/images/droppedImage-598.pdf.jpg b/docs/presentations/screendesign/wahrnehmungsarbeit/images/droppedImage-598.pdf.jpg deleted file mode 100755 index 3638f01e..00000000 Binary files a/docs/presentations/screendesign/wahrnehmungsarbeit/images/droppedImage-598.pdf.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/images/greece-chalcis.jpg b/docs/presentations/screendesign/wahrnehmungsarbeit/images/greece-chalcis.jpg deleted file mode 100755 index 0f99cb06..00000000 Binary files a/docs/presentations/screendesign/wahrnehmungsarbeit/images/greece-chalcis.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/images/iwona-castiello-d-antonio-dnMLdR814aA-unsplash.jpg.jpg b/docs/presentations/screendesign/wahrnehmungsarbeit/images/iwona-castiello-d-antonio-dnMLdR814aA-unsplash.jpg.jpg deleted file mode 100755 index 862e36f8..00000000 Binary files a/docs/presentations/screendesign/wahrnehmungsarbeit/images/iwona-castiello-d-antonio-dnMLdR814aA-unsplash.jpg.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/images/juan-davila-P8PlK2nGwqA-unsplash.jpg.jpg b/docs/presentations/screendesign/wahrnehmungsarbeit/images/juan-davila-P8PlK2nGwqA-unsplash.jpg.jpg deleted file mode 100755 index f26af0d5..00000000 Binary files a/docs/presentations/screendesign/wahrnehmungsarbeit/images/juan-davila-P8PlK2nGwqA-unsplash.jpg.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/images/kronen-zeitung.jpg b/docs/presentations/screendesign/wahrnehmungsarbeit/images/kronen-zeitung.jpg deleted file mode 100755 index fa518ffa..00000000 Binary files a/docs/presentations/screendesign/wahrnehmungsarbeit/images/kronen-zeitung.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/images/lingscars.jpg b/docs/presentations/screendesign/wahrnehmungsarbeit/images/lingscars.jpg deleted file mode 100755 index fe77606c..00000000 Binary files a/docs/presentations/screendesign/wahrnehmungsarbeit/images/lingscars.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/images/lueneburger-zeitung-eonwerbung.jpg b/docs/presentations/screendesign/wahrnehmungsarbeit/images/lueneburger-zeitung-eonwerbung.jpg deleted file mode 100755 index 99e59765..00000000 Binary files a/docs/presentations/screendesign/wahrnehmungsarbeit/images/lueneburger-zeitung-eonwerbung.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/images/map-cologne.jpg b/docs/presentations/screendesign/wahrnehmungsarbeit/images/map-cologne.jpg deleted file mode 100755 index 9dfcf618..00000000 Binary files a/docs/presentations/screendesign/wahrnehmungsarbeit/images/map-cologne.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/images/map-cologne2.jpg b/docs/presentations/screendesign/wahrnehmungsarbeit/images/map-cologne2.jpg deleted file mode 100755 index 311eaf1b..00000000 Binary files a/docs/presentations/screendesign/wahrnehmungsarbeit/images/map-cologne2.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/images/messy-website.jpg b/docs/presentations/screendesign/wahrnehmungsarbeit/images/messy-website.jpg deleted file mode 100755 index 68d01e54..00000000 Binary files a/docs/presentations/screendesign/wahrnehmungsarbeit/images/messy-website.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/images/pasted-image-697.png.jpg b/docs/presentations/screendesign/wahrnehmungsarbeit/images/pasted-image-697.png.jpg deleted file mode 100755 index 36452afa..00000000 Binary files a/docs/presentations/screendesign/wahrnehmungsarbeit/images/pasted-image-697.png.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/images/paul.jpg b/docs/presentations/screendesign/wahrnehmungsarbeit/images/paul.jpg deleted file mode 100755 index 7335fa28..00000000 Binary files a/docs/presentations/screendesign/wahrnehmungsarbeit/images/paul.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/images/quelle.pdf.jpg b/docs/presentations/screendesign/wahrnehmungsarbeit/images/quelle.pdf.jpg deleted file mode 100755 index 72b533c3..00000000 Binary files a/docs/presentations/screendesign/wahrnehmungsarbeit/images/quelle.pdf.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/images/reduktion-bsp.jpg b/docs/presentations/screendesign/wahrnehmungsarbeit/images/reduktion-bsp.jpg deleted file mode 100755 index 8831a98d..00000000 Binary files a/docs/presentations/screendesign/wahrnehmungsarbeit/images/reduktion-bsp.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/images/t3n-magazin.jpg b/docs/presentations/screendesign/wahrnehmungsarbeit/images/t3n-magazin.jpg deleted file mode 100755 index 081aaa0b..00000000 Binary files a/docs/presentations/screendesign/wahrnehmungsarbeit/images/t3n-magazin.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/images/tagesschau.jpg b/docs/presentations/screendesign/wahrnehmungsarbeit/images/tagesschau.jpg deleted file mode 100755 index 50e0aafd..00000000 Binary files a/docs/presentations/screendesign/wahrnehmungsarbeit/images/tagesschau.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/images/time-square.jpg.jpg b/docs/presentations/screendesign/wahrnehmungsarbeit/images/time-square.jpg.jpg deleted file mode 100755 index 22497263..00000000 Binary files a/docs/presentations/screendesign/wahrnehmungsarbeit/images/time-square.jpg.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/images/tokyo-shinjuku.jpg b/docs/presentations/screendesign/wahrnehmungsarbeit/images/tokyo-shinjuku.jpg deleted file mode 100755 index 40927675..00000000 Binary files a/docs/presentations/screendesign/wahrnehmungsarbeit/images/tokyo-shinjuku.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/images/tunnel7.jpg b/docs/presentations/screendesign/wahrnehmungsarbeit/images/tunnel7.jpg deleted file mode 100755 index 8edd4c29..00000000 Binary files a/docs/presentations/screendesign/wahrnehmungsarbeit/images/tunnel7.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/images/yale-art.jpg b/docs/presentations/screendesign/wahrnehmungsarbeit/images/yale-art.jpg deleted file mode 100755 index b497a2f9..00000000 Binary files a/docs/presentations/screendesign/wahrnehmungsarbeit/images/yale-art.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/images/zdf.jpg b/docs/presentations/screendesign/wahrnehmungsarbeit/images/zdf.jpg deleted file mode 100755 index 2fdffc8a..00000000 Binary files a/docs/presentations/screendesign/wahrnehmungsarbeit/images/zdf.jpg and /dev/null differ diff --git a/docs/presentations/screendesign/wahrnehmungsarbeit/index.html b/docs/presentations/screendesign/wahrnehmungsarbeit/index.html deleted file mode 100644 index 8e9c58e1..00000000 --- a/docs/presentations/screendesign/wahrnehmungsarbeit/index.html +++ /dev/null @@ -1,592 +0,0 @@ - - - - Wahrnehmungsarbeit // Christian Noss - - - - - - - - - - - - - - - - -
    -
    - -
    -
    -

    Wahrnehmungsarbeit

    -
    - - -
    - - -
    -

    Die maßgebene Norm für den Wert eines grafischen Designs sind die Gesamtkosten der Wahrnehmungsarbeit.

    -Abraham Moles, Informationstheoretiker
    - - -
    - - -
    -

    Man kann nicht nicht kommunizieren.

    -Paul Watzlawick, Philosoph, Psychotherapeut und Kommunikationswissenschaftler
    Watzlawick, Paul (2016): Man kann nicht nicht kommunizieren. Das Lesebuch. 2., unveränderte Auflage. Hg. v. Trude Trunk. Bern: Hogrefe. Online verfügbar unter http://d-nb.info/1079675604/04.
    - - -
    - - -
    -

    Jedes mal, wenn wir die Augen öffnen, haben wir ein Problem.

    -Uwe Stoklossa, Designer
    Stoklossa, Uwe & Rempen, Thomas (2005). Blicktricks: Anleitung zur visuellen Verführung. Schmidt (Hermann), Mainz
    - - -
    - - -
    -
    -
    -

    Viel zu tun

    -

    - Andreas M // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Josh Soto // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    - Iwona Castiello d'Antonio // Unsplash

    -
    -
    -
    -
    -

    Viel zu tun

    -

    Dan Freeman // Unsplash

    -
    -
    -
    -
    -

    Nicht so viel zu tun

    -

    - Juan Davila // Unsplash -

    -
    -
    -
    -
    -

    Nix zu tun

    -

    - Sensei Minimal // Unsplash -

    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Arngren Electronics -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Ling's Cars -

    -
    -
    -
    -
    -
    - -
    -

    Viel zu tun

    -

    - Yale School of Art -

    -
    -
    -
    - - - -
    - - -
    -
    -
    - -
    -

    kleiner Aufmerksamkeitstest

    -
    -
    -
    - - - -
    - - -
    -

    Orientierung

    ist die handlungs- und bedeutungsbezogene, menschliche Sicht der Welt.

    -
    - - -
    - - -
    -
    -
    -

    Orientierung schaffen

    - aber wie? -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren: Unwichtiges weglassen
    • -
    • strukturieren: Muster bilden
    • -
    • hierarchisieren: Bezüge herstellen
    • -
    -
    -
    -
    -
    -
    -

    Orientierung schaffen

    -
      -
    • reduzieren
    • -
    • strukturieren
    • -
    • hierarchisieren
    • -
    -
    -
    - - -
    - - -
    -

    Reduzieren

    Was ist unwichtig? Was kann weg? Worauf können wir verzichten und worauf nicht?

    -
    - - -
    - - -
    -
    -
    -
    -
    -
    -
    - - - - - - - - - - - -
    -
    - - -
    - - -
    -

    Strukturieren

    Muster bilden … wie gehts das? Was können wir zusammen fassen? Wie machen wir das?

    -
    - - -
    - - -
    -
    -
    -
    -
    - - -
    - - -
    -

    Hierarchisieren

    Was ist eine Hierarchie und wie lässt sich diese visuell erzeugen?

    -
    - - -
    - - -
    -
    -
    -
    -
    - - -
    - - -
    -
    -
    - -
    -

    Wie ist die Hierarchie der Elemente?

    -

    - Kronenzeitung (2021) // - epaper.krone.at -

    -
    -
    -
    -
    -
    - -
    -

    Wie ist die Hierarchie der Elemente?

    -

    - Bild (2021) // - dwdl.de -

    -
    -
    -
    -
    -
    - -
    -

    Wie ist die Hierarchie der Elemente?

    -

    - t3n Magazin (2021) // - t3n.de -

    -
    -
    -
    -
    -
    - -
    -

    Wie ist die Hierarchie der Elemente?

    -

    - tagesschau.de -

    -
    -
    -
    -
    -
    - -
    -

    Wie ist die Hierarchie der Elemente?

    -

    - amazon.de -

    -
    -
    -
    -
    -
    - -
    -

    Wie ist die Hierarchie der Elemente?

    -

    - zdf.de -

    -
    -
    -
    -
    -
    - -
    -

    Wie ist die Hierarchie der Elemente?

    -

    - tunnel7.com -

    -
    -
    -
    - - -
    - - -
    -
    -
    - - - -
    -
    -
    -
    - - - - -
    -
    -
    -
    - - - - -
    -
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - -
    -
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - -
    -
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - -
    -
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - -
    -
    - - -
    - - -
    -

    Die maßgebene Norm für den Wert eines grafischen Designs sind die Gesamtkosten der Wahrnehmungsarbeit.

    -Abraham Moles, Informationstheoretiker
    - - -
    - - -
    -

    Qualität ist keine Geschmackssache!

    -Kerstin Alexander, Designerin & Künstlerin
    Alexander, K. (2013): Kompendium der visuellen Information und Kommunikation. Springer, Berlin Heidelberg New York, 2007, 2. Auflage 2013
    - - -
    - - -
    -

    Attention (web) designers: you have 50 milliseconds to make a good first impression!

    -Gitte Lindgaard, Psychologin
    Lindgaard, G., Fernandes, G., Dudek, C. & Brown, J. (2005). Attention web designers: You have 50 milliseconds to make a good first impression! Behaviour & Information Technology (in Press).

    Three studies were conducted to ascertain how quickly people form an opinion about web page visual appeal and its relation to several design features. In the first study, 22 participants twice rated the visual appeal of web pages presented for 500msecs each. Thirty-one participants took part in the second study, which replicated the first, but participants also rated each web page on seven design dimensions. Visual appeal was found to be closely related to several design features.

    Forty participants took part in study 3, which replicated studies 1 and 2, but employed a 50msec condition to allow comparisons between exposure times. Throughout, visual appeal ratings were highly correlated from one trial to the next as were the correlations between the 50msec and 500msec conditions.

    Thus, visual appeal is assessed within 50msecs. These findings suggest that web designers have about 50msecs to make a good first impression.

    - - -
    - - -
    -

    -
    -
    - -
    -

    Danke für's Mitmachen

    -

    https://christiannoss.de

    -
    -
    -
    -
    - - -
    - - -
    -
    -

    Wahrnehmungsarbeit

    -

    Was hat Wahrnehmung mit Arbeit zu tun?

    -
    - - -
    - -
    -
    - - - - - - - - - - - \ No newline at end of file diff --git a/docs/reveal/dist/reset.css b/docs/reveal/dist/reset.css deleted file mode 100755 index e2385390..00000000 --- a/docs/reveal/dist/reset.css +++ /dev/null @@ -1,30 +0,0 @@ -/* http://meyerweb.com/eric/tools/css/reset/ - v4.0 | 20180602 - License: none (public domain) -*/ - -html, body, div, span, applet, object, iframe, -h1, h2, h3, h4, h5, h6, p, blockquote, pre, -a, abbr, acronym, address, big, cite, code, -del, dfn, em, img, ins, kbd, q, s, samp, -small, strike, strong, sub, sup, tt, var, -b, u, i, center, -dl, dt, dd, ol, ul, li, -fieldset, form, label, legend, -table, caption, tbody, tfoot, thead, tr, th, td, -article, aside, canvas, details, embed, -figure, figcaption, footer, header, hgroup, -main, menu, nav, output, ruby, section, summary, -time, mark, audio, video { - margin: 0; - padding: 0; - border: 0; - font-size: 100%; - font: inherit; - vertical-align: baseline; -} -/* HTML5 display-role reset for older browsers */ -article, aside, details, figcaption, figure, -footer, header, hgroup, main, menu, nav, section { - display: block; -} \ No newline at end of file diff --git a/docs/reveal/dist/reveal.css b/docs/reveal/dist/reveal.css deleted file mode 100755 index 39e43e68..00000000 --- a/docs/reveal/dist/reveal.css +++ /dev/null @@ -1,8 +0,0 @@ -/*! -* reveal.js 4.1.3 -* https://revealjs.com -* MIT licensed -* -* Copyright (C) 2020 Hakim El Hattab, https://hakim.se -*/ -.reveal .r-stretch,.reveal .stretch{max-width:none;max-height:none}.reveal pre.r-stretch code,.reveal pre.stretch code{height:100%;max-height:100%;box-sizing:border-box}.reveal .r-fit-text{display:inline-block;white-space:nowrap}.reveal .r-stack{display:grid}.reveal .r-stack>*{grid-area:1/1;margin:auto}.reveal .r-hstack,.reveal .r-vstack{display:flex}.reveal .r-hstack img,.reveal .r-hstack video,.reveal .r-vstack img,.reveal .r-vstack video{min-width:0;min-height:0;-o-object-fit:contain;object-fit:contain}.reveal .r-vstack{flex-direction:column;align-items:center;justify-content:center}.reveal .r-hstack{flex-direction:row;align-items:center;justify-content:center}.reveal .items-stretch{align-items:stretch}.reveal .items-start{align-items:flex-start}.reveal .items-center{align-items:center}.reveal .items-end{align-items:flex-end}.reveal .justify-between{justify-content:space-between}.reveal .justify-around{justify-content:space-around}.reveal .justify-start{justify-content:flex-start}.reveal .justify-center{justify-content:center}.reveal .justify-end{justify-content:flex-end}html.reveal-full-page{width:100%;height:100%;height:100vh;height:calc(var(--vh,1vh) * 100);overflow:hidden}.reveal-viewport{height:100%;overflow:hidden;position:relative;line-height:1;margin:0;background-color:#fff;color:#000}.reveal .slides section .fragment{opacity:0;visibility:hidden;transition:all .2s ease;will-change:opacity}.reveal .slides section .fragment.visible{opacity:1;visibility:inherit}.reveal .slides section .fragment.disabled{transition:none}.reveal .slides section .fragment.grow{opacity:1;visibility:inherit}.reveal .slides section .fragment.grow.visible{transform:scale(1.3)}.reveal .slides section .fragment.shrink{opacity:1;visibility:inherit}.reveal .slides section .fragment.shrink.visible{transform:scale(.7)}.reveal .slides section .fragment.zoom-in{transform:scale(.1)}.reveal .slides section .fragment.zoom-in.visible{transform:none}.reveal .slides section .fragment.fade-out{opacity:1;visibility:inherit}.reveal .slides section .fragment.fade-out.visible{opacity:0;visibility:hidden}.reveal .slides section .fragment.semi-fade-out{opacity:1;visibility:inherit}.reveal .slides section .fragment.semi-fade-out.visible{opacity:.5;visibility:inherit}.reveal .slides section .fragment.strike{opacity:1;visibility:inherit}.reveal .slides section .fragment.strike.visible{text-decoration:line-through}.reveal .slides section .fragment.fade-up{transform:translate(0,40px)}.reveal .slides section .fragment.fade-up.visible{transform:translate(0,0)}.reveal .slides section .fragment.fade-down{transform:translate(0,-40px)}.reveal .slides section .fragment.fade-down.visible{transform:translate(0,0)}.reveal .slides section .fragment.fade-right{transform:translate(-40px,0)}.reveal .slides section .fragment.fade-right.visible{transform:translate(0,0)}.reveal .slides section .fragment.fade-left{transform:translate(40px,0)}.reveal .slides section .fragment.fade-left.visible{transform:translate(0,0)}.reveal .slides section .fragment.current-visible,.reveal .slides section .fragment.fade-in-then-out{opacity:0;visibility:hidden}.reveal .slides section .fragment.current-visible.current-fragment,.reveal .slides section .fragment.fade-in-then-out.current-fragment{opacity:1;visibility:inherit}.reveal .slides section .fragment.fade-in-then-semi-out{opacity:0;visibility:hidden}.reveal .slides section .fragment.fade-in-then-semi-out.visible{opacity:.5;visibility:inherit}.reveal .slides section .fragment.fade-in-then-semi-out.current-fragment{opacity:1;visibility:inherit}.reveal .slides section .fragment.highlight-blue,.reveal .slides section .fragment.highlight-current-blue,.reveal .slides section .fragment.highlight-current-green,.reveal .slides section .fragment.highlight-current-red,.reveal .slides section .fragment.highlight-green,.reveal .slides section .fragment.highlight-red{opacity:1;visibility:inherit}.reveal .slides section .fragment.highlight-red.visible{color:#ff2c2d}.reveal .slides section .fragment.highlight-green.visible{color:#17ff2e}.reveal .slides section .fragment.highlight-blue.visible{color:#1b91ff}.reveal .slides section .fragment.highlight-current-red.current-fragment{color:#ff2c2d}.reveal .slides section .fragment.highlight-current-green.current-fragment{color:#17ff2e}.reveal .slides section .fragment.highlight-current-blue.current-fragment{color:#1b91ff}.reveal:after{content:"";font-style:italic}.reveal iframe{z-index:1}.reveal a{position:relative}@keyframes bounce-right{0%,10%,25%,40%,50%{transform:translateX(0)}20%{transform:translateX(10px)}30%{transform:translateX(-5px)}}@keyframes bounce-left{0%,10%,25%,40%,50%{transform:translateX(0)}20%{transform:translateX(-10px)}30%{transform:translateX(5px)}}@keyframes bounce-down{0%,10%,25%,40%,50%{transform:translateY(0)}20%{transform:translateY(10px)}30%{transform:translateY(-5px)}}.reveal .controls{display:none;position:absolute;top:auto;bottom:12px;right:12px;left:auto;z-index:11;color:#000;pointer-events:none;font-size:10px}.reveal .controls button{position:absolute;padding:0;background-color:transparent;border:0;outline:0;cursor:pointer;color:currentColor;transform:scale(.9999);transition:color .2s ease,opacity .2s ease,transform .2s ease;z-index:2;pointer-events:auto;font-size:inherit;visibility:hidden;opacity:0;-webkit-appearance:none;-webkit-tap-highlight-color:transparent}.reveal .controls .controls-arrow:after,.reveal .controls .controls-arrow:before{content:"";position:absolute;top:0;left:0;width:2.6em;height:.5em;border-radius:.25em;background-color:currentColor;transition:all .15s ease,background-color .8s ease;transform-origin:.2em 50%;will-change:transform}.reveal .controls .controls-arrow{position:relative;width:3.6em;height:3.6em}.reveal .controls .controls-arrow:before{transform:translateX(.5em) translateY(1.55em) rotate(45deg)}.reveal .controls .controls-arrow:after{transform:translateX(.5em) translateY(1.55em) rotate(-45deg)}.reveal .controls .controls-arrow:hover:before{transform:translateX(.5em) translateY(1.55em) rotate(40deg)}.reveal .controls .controls-arrow:hover:after{transform:translateX(.5em) translateY(1.55em) rotate(-40deg)}.reveal .controls .controls-arrow:active:before{transform:translateX(.5em) translateY(1.55em) rotate(36deg)}.reveal .controls .controls-arrow:active:after{transform:translateX(.5em) translateY(1.55em) rotate(-36deg)}.reveal .controls .navigate-left{right:6.4em;bottom:3.2em;transform:translateX(-10px)}.reveal .controls .navigate-left.highlight{animation:bounce-left 2s 50 both ease-out}.reveal .controls .navigate-right{right:0;bottom:3.2em;transform:translateX(10px)}.reveal .controls .navigate-right .controls-arrow{transform:rotate(180deg)}.reveal .controls .navigate-right.highlight{animation:bounce-right 2s 50 both ease-out}.reveal .controls .navigate-up{right:3.2em;bottom:6.4em;transform:translateY(-10px)}.reveal .controls .navigate-up .controls-arrow{transform:rotate(90deg)}.reveal .controls .navigate-down{right:3.2em;bottom:-1.4em;padding-bottom:1.4em;transform:translateY(10px)}.reveal .controls .navigate-down .controls-arrow{transform:rotate(-90deg)}.reveal .controls .navigate-down.highlight{animation:bounce-down 2s 50 both ease-out}.reveal .controls[data-controls-back-arrows=faded] .navigate-up.enabled{opacity:.3}.reveal .controls[data-controls-back-arrows=faded] .navigate-up.enabled:hover{opacity:1}.reveal .controls[data-controls-back-arrows=hidden] .navigate-up.enabled{opacity:0;visibility:hidden}.reveal .controls .enabled{visibility:visible;opacity:.9;cursor:pointer;transform:none}.reveal .controls .enabled.fragmented{opacity:.5}.reveal .controls .enabled.fragmented:hover,.reveal .controls .enabled:hover{opacity:1}.reveal:not(.rtl) .controls[data-controls-back-arrows=faded] .navigate-left.enabled{opacity:.3}.reveal:not(.rtl) .controls[data-controls-back-arrows=faded] .navigate-left.enabled:hover{opacity:1}.reveal:not(.rtl) .controls[data-controls-back-arrows=hidden] .navigate-left.enabled{opacity:0;visibility:hidden}.reveal.rtl .controls[data-controls-back-arrows=faded] .navigate-right.enabled{opacity:.3}.reveal.rtl .controls[data-controls-back-arrows=faded] .navigate-right.enabled:hover{opacity:1}.reveal.rtl .controls[data-controls-back-arrows=hidden] .navigate-right.enabled{opacity:0;visibility:hidden}.reveal[data-navigation-mode=linear].has-horizontal-slides .navigate-down,.reveal[data-navigation-mode=linear].has-horizontal-slides .navigate-up{display:none}.reveal:not(.has-vertical-slides) .controls .navigate-left,.reveal[data-navigation-mode=linear].has-horizontal-slides .navigate-left{bottom:1.4em;right:5.5em}.reveal:not(.has-vertical-slides) .controls .navigate-right,.reveal[data-navigation-mode=linear].has-horizontal-slides .navigate-right{bottom:1.4em;right:.5em}.reveal:not(.has-horizontal-slides) .controls .navigate-up{right:1.4em;bottom:5em}.reveal:not(.has-horizontal-slides) .controls .navigate-down{right:1.4em;bottom:.5em}.reveal.has-dark-background .controls{color:#fff}.reveal.has-light-background .controls{color:#000}.reveal.no-hover .controls .controls-arrow:active:before,.reveal.no-hover .controls .controls-arrow:hover:before{transform:translateX(.5em) translateY(1.55em) rotate(45deg)}.reveal.no-hover .controls .controls-arrow:active:after,.reveal.no-hover .controls .controls-arrow:hover:after{transform:translateX(.5em) translateY(1.55em) rotate(-45deg)}@media screen and (min-width:500px){.reveal .controls[data-controls-layout=edges]{top:0;right:0;bottom:0;left:0}.reveal .controls[data-controls-layout=edges] .navigate-down,.reveal .controls[data-controls-layout=edges] .navigate-left,.reveal .controls[data-controls-layout=edges] .navigate-right,.reveal .controls[data-controls-layout=edges] .navigate-up{bottom:auto;right:auto}.reveal .controls[data-controls-layout=edges] .navigate-left{top:50%;left:.8em;margin-top:-1.8em}.reveal .controls[data-controls-layout=edges] .navigate-right{top:50%;right:.8em;margin-top:-1.8em}.reveal .controls[data-controls-layout=edges] .navigate-up{top:.8em;left:50%;margin-left:-1.8em}.reveal .controls[data-controls-layout=edges] .navigate-down{bottom:-.3em;left:50%;margin-left:-1.8em}}.reveal .progress{position:absolute;display:none;height:3px;width:100%;bottom:0;left:0;z-index:10;background-color:rgba(0,0,0,.2);color:#fff}.reveal .progress:after{content:"";display:block;position:absolute;height:10px;width:100%;top:-10px}.reveal .progress span{display:block;height:100%;width:100%;background-color:currentColor;transition:transform .8s cubic-bezier(.26,.86,.44,.985);transform-origin:0 0;transform:scaleX(0)}.reveal .slide-number{position:absolute;display:block;right:8px;bottom:8px;z-index:31;font-family:Helvetica,sans-serif;font-size:12px;line-height:1;color:#fff;background-color:rgba(0,0,0,.4);padding:5px}.reveal .slide-number a{color:currentColor}.reveal .slide-number-delimiter{margin:0 3px}.reveal{position:relative;width:100%;height:100%;overflow:hidden;touch-action:pinch-zoom}.reveal.embedded{touch-action:pan-y}.reveal .slides{position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0;margin:auto;pointer-events:none;overflow:visible;z-index:1;text-align:center;perspective:600px;perspective-origin:50% 40%}.reveal .slides>section{perspective:600px}.reveal .slides>section,.reveal .slides>section>section{display:none;position:absolute;width:100%;pointer-events:auto;z-index:10;transform-style:flat;transition:transform-origin .8s cubic-bezier(.26,.86,.44,.985),transform .8s cubic-bezier(.26,.86,.44,.985),visibility .8s cubic-bezier(.26,.86,.44,.985),opacity .8s cubic-bezier(.26,.86,.44,.985)}.reveal[data-transition-speed=fast] .slides section{transition-duration:.4s}.reveal[data-transition-speed=slow] .slides section{transition-duration:1.2s}.reveal .slides section[data-transition-speed=fast]{transition-duration:.4s}.reveal .slides section[data-transition-speed=slow]{transition-duration:1.2s}.reveal .slides>section.stack{padding-top:0;padding-bottom:0;pointer-events:none;height:100%}.reveal .slides>section.present,.reveal .slides>section>section.present{display:block;z-index:11;opacity:1}.reveal .slides>section:empty,.reveal .slides>section>section:empty,.reveal .slides>section>section[data-background-interactive],.reveal .slides>section[data-background-interactive]{pointer-events:none}.reveal.center,.reveal.center .slides,.reveal.center .slides section{min-height:0!important}.reveal .slides>section:not(.present),.reveal .slides>section>section:not(.present){pointer-events:none}.reveal.overview .slides>section,.reveal.overview .slides>section>section{pointer-events:auto}.reveal .slides>section.future,.reveal .slides>section.past,.reveal .slides>section>section.future,.reveal .slides>section>section.past{opacity:0}.reveal.slide section{-webkit-backface-visibility:hidden;backface-visibility:hidden}.reveal .slides>section[data-transition=slide].past,.reveal .slides>section[data-transition~=slide-out].past,.reveal.slide .slides>section:not([data-transition]).past{transform:translate(-150%,0)}.reveal .slides>section[data-transition=slide].future,.reveal .slides>section[data-transition~=slide-in].future,.reveal.slide .slides>section:not([data-transition]).future{transform:translate(150%,0)}.reveal .slides>section>section[data-transition=slide].past,.reveal .slides>section>section[data-transition~=slide-out].past,.reveal.slide .slides>section>section:not([data-transition]).past{transform:translate(0,-150%)}.reveal .slides>section>section[data-transition=slide].future,.reveal .slides>section>section[data-transition~=slide-in].future,.reveal.slide .slides>section>section:not([data-transition]).future{transform:translate(0,150%)}.reveal.linear section{-webkit-backface-visibility:hidden;backface-visibility:hidden}.reveal .slides>section[data-transition=linear].past,.reveal .slides>section[data-transition~=linear-out].past,.reveal.linear .slides>section:not([data-transition]).past{transform:translate(-150%,0)}.reveal .slides>section[data-transition=linear].future,.reveal .slides>section[data-transition~=linear-in].future,.reveal.linear .slides>section:not([data-transition]).future{transform:translate(150%,0)}.reveal .slides>section>section[data-transition=linear].past,.reveal .slides>section>section[data-transition~=linear-out].past,.reveal.linear .slides>section>section:not([data-transition]).past{transform:translate(0,-150%)}.reveal .slides>section>section[data-transition=linear].future,.reveal .slides>section>section[data-transition~=linear-in].future,.reveal.linear .slides>section>section:not([data-transition]).future{transform:translate(0,150%)}.reveal .slides section[data-transition=default].stack,.reveal.default .slides section.stack{transform-style:preserve-3d}.reveal .slides>section[data-transition=default].past,.reveal .slides>section[data-transition~=default-out].past,.reveal.default .slides>section:not([data-transition]).past{transform:translate3d(-100%,0,0) rotateY(-90deg) translate3d(-100%,0,0)}.reveal .slides>section[data-transition=default].future,.reveal .slides>section[data-transition~=default-in].future,.reveal.default .slides>section:not([data-transition]).future{transform:translate3d(100%,0,0) rotateY(90deg) translate3d(100%,0,0)}.reveal .slides>section>section[data-transition=default].past,.reveal .slides>section>section[data-transition~=default-out].past,.reveal.default .slides>section>section:not([data-transition]).past{transform:translate3d(0,-300px,0) rotateX(70deg) translate3d(0,-300px,0)}.reveal .slides>section>section[data-transition=default].future,.reveal .slides>section>section[data-transition~=default-in].future,.reveal.default .slides>section>section:not([data-transition]).future{transform:translate3d(0,300px,0) rotateX(-70deg) translate3d(0,300px,0)}.reveal .slides section[data-transition=convex].stack,.reveal.convex .slides section.stack{transform-style:preserve-3d}.reveal .slides>section[data-transition=convex].past,.reveal .slides>section[data-transition~=convex-out].past,.reveal.convex .slides>section:not([data-transition]).past{transform:translate3d(-100%,0,0) rotateY(-90deg) translate3d(-100%,0,0)}.reveal .slides>section[data-transition=convex].future,.reveal .slides>section[data-transition~=convex-in].future,.reveal.convex .slides>section:not([data-transition]).future{transform:translate3d(100%,0,0) rotateY(90deg) translate3d(100%,0,0)}.reveal .slides>section>section[data-transition=convex].past,.reveal .slides>section>section[data-transition~=convex-out].past,.reveal.convex .slides>section>section:not([data-transition]).past{transform:translate3d(0,-300px,0) rotateX(70deg) translate3d(0,-300px,0)}.reveal .slides>section>section[data-transition=convex].future,.reveal .slides>section>section[data-transition~=convex-in].future,.reveal.convex .slides>section>section:not([data-transition]).future{transform:translate3d(0,300px,0) rotateX(-70deg) translate3d(0,300px,0)}.reveal .slides section[data-transition=concave].stack,.reveal.concave .slides section.stack{transform-style:preserve-3d}.reveal .slides>section[data-transition=concave].past,.reveal .slides>section[data-transition~=concave-out].past,.reveal.concave .slides>section:not([data-transition]).past{transform:translate3d(-100%,0,0) rotateY(90deg) translate3d(-100%,0,0)}.reveal .slides>section[data-transition=concave].future,.reveal .slides>section[data-transition~=concave-in].future,.reveal.concave .slides>section:not([data-transition]).future{transform:translate3d(100%,0,0) rotateY(-90deg) translate3d(100%,0,0)}.reveal .slides>section>section[data-transition=concave].past,.reveal .slides>section>section[data-transition~=concave-out].past,.reveal.concave .slides>section>section:not([data-transition]).past{transform:translate3d(0,-80%,0) rotateX(-70deg) translate3d(0,-80%,0)}.reveal .slides>section>section[data-transition=concave].future,.reveal .slides>section>section[data-transition~=concave-in].future,.reveal.concave .slides>section>section:not([data-transition]).future{transform:translate3d(0,80%,0) rotateX(70deg) translate3d(0,80%,0)}.reveal .slides section[data-transition=zoom],.reveal.zoom .slides section:not([data-transition]){transition-timing-function:ease}.reveal .slides>section[data-transition=zoom].past,.reveal .slides>section[data-transition~=zoom-out].past,.reveal.zoom .slides>section:not([data-transition]).past{visibility:hidden;transform:scale(16)}.reveal .slides>section[data-transition=zoom].future,.reveal .slides>section[data-transition~=zoom-in].future,.reveal.zoom .slides>section:not([data-transition]).future{visibility:hidden;transform:scale(.2)}.reveal .slides>section>section[data-transition=zoom].past,.reveal .slides>section>section[data-transition~=zoom-out].past,.reveal.zoom .slides>section>section:not([data-transition]).past{transform:scale(16)}.reveal .slides>section>section[data-transition=zoom].future,.reveal .slides>section>section[data-transition~=zoom-in].future,.reveal.zoom .slides>section>section:not([data-transition]).future{transform:scale(.2)}.reveal.cube .slides{perspective:1300px}.reveal.cube .slides section{padding:30px;min-height:700px;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;transform-style:preserve-3d}.reveal.center.cube .slides section{min-height:0}.reveal.cube .slides section:not(.stack):before{content:"";position:absolute;display:block;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,.1);border-radius:4px;transform:translateZ(-20px)}.reveal.cube .slides section:not(.stack):after{content:"";position:absolute;display:block;width:90%;height:30px;left:5%;bottom:0;background:0 0;z-index:1;border-radius:4px;box-shadow:0 95px 25px rgba(0,0,0,.2);transform:translateZ(-90px) rotateX(65deg)}.reveal.cube .slides>section.stack{padding:0;background:0 0}.reveal.cube .slides>section.past{transform-origin:100% 0;transform:translate3d(-100%,0,0) rotateY(-90deg)}.reveal.cube .slides>section.future{transform-origin:0 0;transform:translate3d(100%,0,0) rotateY(90deg)}.reveal.cube .slides>section>section.past{transform-origin:0 100%;transform:translate3d(0,-100%,0) rotateX(90deg)}.reveal.cube .slides>section>section.future{transform-origin:0 0;transform:translate3d(0,100%,0) rotateX(-90deg)}.reveal.page .slides{perspective-origin:0 50%;perspective:3000px}.reveal.page .slides section{padding:30px;min-height:700px;box-sizing:border-box;transform-style:preserve-3d}.reveal.page .slides section.past{z-index:12}.reveal.page .slides section:not(.stack):before{content:"";position:absolute;display:block;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,.1);transform:translateZ(-20px)}.reveal.page .slides section:not(.stack):after{content:"";position:absolute;display:block;width:90%;height:30px;left:5%;bottom:0;background:0 0;z-index:1;border-radius:4px;box-shadow:0 95px 25px rgba(0,0,0,.2);-webkit-transform:translateZ(-90px) rotateX(65deg)}.reveal.page .slides>section.stack{padding:0;background:0 0}.reveal.page .slides>section.past{transform-origin:0 0;transform:translate3d(-40%,0,0) rotateY(-80deg)}.reveal.page .slides>section.future{transform-origin:100% 0;transform:translate3d(0,0,0)}.reveal.page .slides>section>section.past{transform-origin:0 0;transform:translate3d(0,-40%,0) rotateX(80deg)}.reveal.page .slides>section>section.future{transform-origin:0 100%;transform:translate3d(0,0,0)}.reveal .slides section[data-transition=fade],.reveal.fade .slides section:not([data-transition]),.reveal.fade .slides>section>section:not([data-transition]){transform:none;transition:opacity .5s}.reveal.fade.overview .slides section,.reveal.fade.overview .slides>section>section{transition:none}.reveal .slides section[data-transition=none],.reveal.none .slides section:not([data-transition]){transform:none;transition:none}.reveal .pause-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;visibility:hidden;opacity:0;z-index:100;transition:all 1s ease}.reveal .pause-overlay .resume-button{position:absolute;bottom:20px;right:20px;color:#ccc;border-radius:2px;padding:6px 14px;border:2px solid #ccc;font-size:16px;background:0 0;cursor:pointer}.reveal .pause-overlay .resume-button:hover{color:#fff;border-color:#fff}.reveal.paused .pause-overlay{visibility:visible;opacity:1}.reveal .no-transition,.reveal .no-transition *,.reveal .slides.disable-slide-transitions section{transition:none!important}.reveal .slides.disable-slide-transitions section{transform:none!important}.reveal .backgrounds{position:absolute;width:100%;height:100%;top:0;left:0;perspective:600px}.reveal .slide-background{display:none;position:absolute;width:100%;height:100%;opacity:0;visibility:hidden;overflow:hidden;background-color:rgba(0,0,0,0);transition:all .8s cubic-bezier(.26,.86,.44,.985)}.reveal .slide-background-content{position:absolute;width:100%;height:100%;background-position:50% 50%;background-repeat:no-repeat;background-size:cover}.reveal .slide-background.stack{display:block}.reveal .slide-background.present{opacity:1;visibility:visible;z-index:2}.print-pdf .reveal .slide-background{opacity:1!important;visibility:visible!important}.reveal .slide-background video{position:absolute;width:100%;height:100%;max-width:none;max-height:none;top:0;left:0;-o-object-fit:cover;object-fit:cover}.reveal .slide-background[data-background-size=contain] video{-o-object-fit:contain;object-fit:contain}.reveal>.backgrounds .slide-background[data-background-transition=none],.reveal[data-background-transition=none]>.backgrounds .slide-background:not([data-background-transition]){transition:none}.reveal>.backgrounds .slide-background[data-background-transition=slide],.reveal[data-background-transition=slide]>.backgrounds .slide-background:not([data-background-transition]){opacity:1;-webkit-backface-visibility:hidden;backface-visibility:hidden}.reveal>.backgrounds .slide-background.past[data-background-transition=slide],.reveal[data-background-transition=slide]>.backgrounds .slide-background.past:not([data-background-transition]){transform:translate(-100%,0)}.reveal>.backgrounds .slide-background.future[data-background-transition=slide],.reveal[data-background-transition=slide]>.backgrounds .slide-background.future:not([data-background-transition]){transform:translate(100%,0)}.reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=slide],.reveal[data-background-transition=slide]>.backgrounds .slide-background>.slide-background.past:not([data-background-transition]){transform:translate(0,-100%)}.reveal>.backgrounds .slide-background>.slide-background.future[data-background-transition=slide],.reveal[data-background-transition=slide]>.backgrounds .slide-background>.slide-background.future:not([data-background-transition]){transform:translate(0,100%)}.reveal>.backgrounds .slide-background.past[data-background-transition=convex],.reveal[data-background-transition=convex]>.backgrounds .slide-background.past:not([data-background-transition]){opacity:0;transform:translate3d(-100%,0,0) rotateY(-90deg) translate3d(-100%,0,0)}.reveal>.backgrounds .slide-background.future[data-background-transition=convex],.reveal[data-background-transition=convex]>.backgrounds .slide-background.future:not([data-background-transition]){opacity:0;transform:translate3d(100%,0,0) rotateY(90deg) translate3d(100%,0,0)}.reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=convex],.reveal[data-background-transition=convex]>.backgrounds .slide-background>.slide-background.past:not([data-background-transition]){opacity:0;transform:translate3d(0,-100%,0) rotateX(90deg) translate3d(0,-100%,0)}.reveal>.backgrounds .slide-background>.slide-background.future[data-background-transition=convex],.reveal[data-background-transition=convex]>.backgrounds .slide-background>.slide-background.future:not([data-background-transition]){opacity:0;transform:translate3d(0,100%,0) rotateX(-90deg) translate3d(0,100%,0)}.reveal>.backgrounds .slide-background.past[data-background-transition=concave],.reveal[data-background-transition=concave]>.backgrounds .slide-background.past:not([data-background-transition]){opacity:0;transform:translate3d(-100%,0,0) rotateY(90deg) translate3d(-100%,0,0)}.reveal>.backgrounds .slide-background.future[data-background-transition=concave],.reveal[data-background-transition=concave]>.backgrounds .slide-background.future:not([data-background-transition]){opacity:0;transform:translate3d(100%,0,0) rotateY(-90deg) translate3d(100%,0,0)}.reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=concave],.reveal[data-background-transition=concave]>.backgrounds .slide-background>.slide-background.past:not([data-background-transition]){opacity:0;transform:translate3d(0,-100%,0) rotateX(-90deg) translate3d(0,-100%,0)}.reveal>.backgrounds .slide-background>.slide-background.future[data-background-transition=concave],.reveal[data-background-transition=concave]>.backgrounds .slide-background>.slide-background.future:not([data-background-transition]){opacity:0;transform:translate3d(0,100%,0) rotateX(90deg) translate3d(0,100%,0)}.reveal>.backgrounds .slide-background[data-background-transition=zoom],.reveal[data-background-transition=zoom]>.backgrounds .slide-background:not([data-background-transition]){transition-timing-function:ease}.reveal>.backgrounds .slide-background.past[data-background-transition=zoom],.reveal[data-background-transition=zoom]>.backgrounds .slide-background.past:not([data-background-transition]){opacity:0;visibility:hidden;transform:scale(16)}.reveal>.backgrounds .slide-background.future[data-background-transition=zoom],.reveal[data-background-transition=zoom]>.backgrounds .slide-background.future:not([data-background-transition]){opacity:0;visibility:hidden;transform:scale(.2)}.reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=zoom],.reveal[data-background-transition=zoom]>.backgrounds .slide-background>.slide-background.past:not([data-background-transition]){opacity:0;visibility:hidden;transform:scale(16)}.reveal>.backgrounds .slide-background>.slide-background.future[data-background-transition=zoom],.reveal[data-background-transition=zoom]>.backgrounds .slide-background>.slide-background.future:not([data-background-transition]){opacity:0;visibility:hidden;transform:scale(.2)}.reveal[data-transition-speed=fast]>.backgrounds .slide-background{transition-duration:.4s}.reveal[data-transition-speed=slow]>.backgrounds .slide-background{transition-duration:1.2s}.reveal [data-auto-animate-target^=unmatched]{will-change:opacity}.reveal section[data-auto-animate]:not(.stack):not([data-auto-animate=running]) [data-auto-animate-target^=unmatched]{opacity:0}.reveal.overview{perspective-origin:50% 50%;perspective:700px}.reveal.overview .slides{-moz-transform-style:preserve-3d}.reveal.overview .slides section{height:100%;top:0!important;opacity:1!important;overflow:hidden;visibility:visible!important;cursor:pointer;box-sizing:border-box}.reveal.overview .slides section.present,.reveal.overview .slides section:hover{outline:10px solid rgba(150,150,150,.4);outline-offset:10px}.reveal.overview .slides section .fragment{opacity:1;transition:none}.reveal.overview .slides section:after,.reveal.overview .slides section:before{display:none!important}.reveal.overview .slides>section.stack{padding:0;top:0!important;background:0 0;outline:0;overflow:visible}.reveal.overview .backgrounds{perspective:inherit;-moz-transform-style:preserve-3d}.reveal.overview .backgrounds .slide-background{opacity:1;visibility:visible;outline:10px solid rgba(150,150,150,.1);outline-offset:10px}.reveal.overview .backgrounds .slide-background.stack{overflow:visible}.reveal.overview .slides section,.reveal.overview-deactivating .slides section{transition:none}.reveal.overview .backgrounds .slide-background,.reveal.overview-deactivating .backgrounds .slide-background{transition:none}.reveal.rtl .slides,.reveal.rtl .slides h1,.reveal.rtl .slides h2,.reveal.rtl .slides h3,.reveal.rtl .slides h4,.reveal.rtl .slides h5,.reveal.rtl .slides h6{direction:rtl;font-family:sans-serif}.reveal.rtl code,.reveal.rtl pre{direction:ltr}.reveal.rtl ol,.reveal.rtl ul{text-align:right}.reveal.rtl .progress span{transform-origin:100% 0}.reveal.has-parallax-background .backgrounds{transition:all .8s ease}.reveal.has-parallax-background[data-transition-speed=fast] .backgrounds{transition-duration:.4s}.reveal.has-parallax-background[data-transition-speed=slow] .backgrounds{transition-duration:1.2s}.reveal>.overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1000;background:rgba(0,0,0,.9);transition:all .3s ease}.reveal>.overlay .spinner{position:absolute;display:block;top:50%;left:50%;width:32px;height:32px;margin:-16px 0 0 -16px;z-index:10;background-image:url(data:image/gif;base64,R0lGODlhIAAgAPMAAJmZmf%2F%2F%2F6%2Bvr8nJybW1tcDAwOjo6Nvb26ioqKOjo7Ozs%2FLy8vz8%2FAAAAAAAAAAAACH%2FC05FVFNDQVBFMi4wAwEAAAAh%2FhpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh%2BQQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ%2FV%2FnmOM82XiHRLYKhKP1oZmADdEAAAh%2BQQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY%2FCZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB%2BA4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6%2BHo7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq%2BB6QDtuetcaBPnW6%2BO7wDHpIiK9SaVK5GgV543tzjgGcghAgAh%2BQQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK%2B%2BG%2Bw48edZPK%2BM6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE%2BG%2BcD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm%2BFNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk%2BaV%2BoJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0%2FVNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc%2BXiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq%2BE71SRQeyqUToLA7VxF0JDyIQh%2FMVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30%2FiI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE%2FjiuL04RGEBgwWhShRgQExHBAAh%2BQQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR%2BipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq%2BE71SRQeyqUToLA7VxF0JDyIQh%2FMVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq%2BE71SRQeyqUToLA7VxF0JDyIQh%2FMVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY%2BYip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd%2BMFCN6HAAIKgNggY0KtEBAAh%2BQQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1%2BvsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d%2BjYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg%2BygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0%2Bbm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h%2BKr0SJ8MFihpNbx%2B4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX%2BBP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA%3D%3D);visibility:visible;opacity:.6;transition:all .3s ease}.reveal>.overlay header{position:absolute;left:0;top:0;width:100%;padding:5px;z-index:2;box-sizing:border-box}.reveal>.overlay header a{display:inline-block;width:40px;height:40px;line-height:36px;padding:0 10px;float:right;opacity:.6;box-sizing:border-box}.reveal>.overlay header a:hover{opacity:1}.reveal>.overlay header a .icon{display:inline-block;width:20px;height:20px;background-position:50% 50%;background-size:100%;background-repeat:no-repeat}.reveal>.overlay header a.close .icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABkklEQVRYR8WX4VHDMAxG6wnoJrABZQPYBCaBTWAD2g1gE5gg6OOsXuxIlr40d81dfrSJ9V4c2VLK7spHuTJ/5wpM07QXuXc5X0opX2tEJcadjHuV80li/FgxTIEK/5QBCICBD6xEhSMGHgQPgBgLiYVAB1dpSqKDawxTohFw4JSEA3clzgIBPCURwE2JucBR7rhPJJv5OpJwDX+SfDjgx1wACQeJG1aChP9K/IMmdZ8DtESV1WyP3Bt4MwM6sj4NMxMYiqUWHQu4KYA/SYkIjOsm3BXYWMKFDwU2khjCQ4ELJUJ4SmClRArOCmSXGuKma0fYD5CbzHxFpCSGAhfAVSSUGDUk2BWZaff2g6GE15BsBQ9nwmpIGDiyHQddwNTMKkbZaf9fajXQca1EX44puJZUsnY0ObGmITE3GVLCbEhQUjGVt146j6oasWN+49Vph2w1pZ5EansNZqKBm1txbU57iRRcZ86RWMDdWtBJUHBHwoQPi1GV+JCbntmvok7iTX4/Up9mgyTc/FJYDTcndgH/AA5A/CHsyEkVAAAAAElFTkSuQmCC)}.reveal>.overlay header a.external .icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAcElEQVRYR+2WSQoAIQwEzf8f7XiOMkUQxUPlGkM3hVmiQfQR9GYnH1SsAQlI4DiBqkCMoNb9y2e90IAEJPAcgdznU9+engMaeJ7Azh5Y1U67gAho4DqBqmB1buAf0MB1AlVBek83ZPkmJMGc1wAR+AAqod/B97TRpQAAAABJRU5ErkJggg==)}.reveal>.overlay .viewport{position:absolute;display:flex;top:50px;right:0;bottom:0;left:0}.reveal>.overlay.overlay-preview .viewport iframe{width:100%;height:100%;max-width:100%;max-height:100%;border:0;opacity:0;visibility:hidden;transition:all .3s ease}.reveal>.overlay.overlay-preview.loaded .viewport iframe{opacity:1;visibility:visible}.reveal>.overlay.overlay-preview.loaded .viewport-inner{position:absolute;z-index:-1;left:0;top:45%;width:100%;text-align:center;letter-spacing:normal}.reveal>.overlay.overlay-preview .x-frame-error{opacity:0;transition:opacity .3s ease .3s}.reveal>.overlay.overlay-preview.loaded .x-frame-error{opacity:1}.reveal>.overlay.overlay-preview.loaded .spinner{opacity:0;visibility:hidden;transform:scale(.2)}.reveal>.overlay.overlay-help .viewport{overflow:auto;color:#fff}.reveal>.overlay.overlay-help .viewport .viewport-inner{width:600px;margin:auto;padding:20px 20px 80px 20px;text-align:center;letter-spacing:normal}.reveal>.overlay.overlay-help .viewport .viewport-inner .title{font-size:20px}.reveal>.overlay.overlay-help .viewport .viewport-inner table{border:1px solid #fff;border-collapse:collapse;font-size:16px}.reveal>.overlay.overlay-help .viewport .viewport-inner table td,.reveal>.overlay.overlay-help .viewport .viewport-inner table th{width:200px;padding:14px;border:1px solid #fff;vertical-align:middle}.reveal>.overlay.overlay-help .viewport .viewport-inner table th{padding-top:20px;padding-bottom:20px}.reveal .playback{position:absolute;left:15px;bottom:20px;z-index:30;cursor:pointer;transition:all .4s ease;-webkit-tap-highlight-color:transparent}.reveal.overview .playback{opacity:0;visibility:hidden}.reveal .hljs{min-height:100%}.reveal .hljs table{margin:initial}.reveal .hljs-ln-code,.reveal .hljs-ln-numbers{padding:0;border:0}.reveal .hljs-ln-numbers{opacity:.6;padding-right:.75em;text-align:right;vertical-align:top}.reveal .hljs.has-highlights tr:not(.highlight-line){opacity:.4}.reveal .hljs:not(:first-child).fragment{position:absolute;top:0;left:0;width:100%;box-sizing:border-box}.reveal pre[data-auto-animate-target]{overflow:hidden}.reveal pre[data-auto-animate-target] code{height:100%}.reveal .roll{display:inline-block;line-height:1.2;overflow:hidden;vertical-align:top;perspective:400px;perspective-origin:50% 50%}.reveal .roll:hover{background:0 0;text-shadow:none}.reveal .roll span{display:block;position:relative;padding:0 2px;pointer-events:none;transition:all .4s ease;transform-origin:50% 0;transform-style:preserve-3d;-webkit-backface-visibility:hidden;backface-visibility:hidden}.reveal .roll:hover span{background:rgba(0,0,0,.5);transform:translate3d(0,0,-45px) rotateX(90deg)}.reveal .roll span:after{content:attr(data-title);display:block;position:absolute;left:0;top:0;padding:0 2px;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform-origin:50% 0;transform:translate3d(0,110%,0) rotateX(-90deg)}.reveal aside.notes{display:none}.reveal .speaker-notes{display:none;position:absolute;width:33.3333333333%;height:100%;top:0;left:100%;padding:14px 18px 14px 18px;z-index:1;font-size:18px;line-height:1.4;border:1px solid rgba(0,0,0,.05);color:#222;background-color:#f5f5f5;overflow:auto;box-sizing:border-box;text-align:left;font-family:Helvetica,sans-serif;-webkit-overflow-scrolling:touch}.reveal .speaker-notes .notes-placeholder{color:#ccc;font-style:italic}.reveal .speaker-notes:focus{outline:0}.reveal .speaker-notes:before{content:"Speaker notes";display:block;margin-bottom:10px;opacity:.5}.reveal.show-notes{max-width:75%;overflow:visible}.reveal.show-notes .speaker-notes{display:block}@media screen and (min-width:1600px){.reveal .speaker-notes{font-size:20px}}@media screen and (max-width:1024px){.reveal.show-notes{border-left:0;max-width:none;max-height:70%;max-height:70vh;overflow:visible}.reveal.show-notes .speaker-notes{top:100%;left:0;width:100%;height:42.8571428571%;height:30vh;border:0}}@media screen and (max-width:600px){.reveal.show-notes{max-height:60%;max-height:60vh}.reveal.show-notes .speaker-notes{top:100%;height:66.6666666667%;height:40vh}.reveal .speaker-notes{font-size:14px}}.zoomed .reveal *,.zoomed .reveal :after,.zoomed .reveal :before{-webkit-backface-visibility:visible!important;backface-visibility:visible!important}.zoomed .reveal .controls,.zoomed .reveal .progress{opacity:0}.zoomed .reveal .roll span{background:0 0}.zoomed .reveal .roll span:after{visibility:hidden}html.print-pdf *{-webkit-print-color-adjust:exact}html.print-pdf{width:100%;height:100%;overflow:visible}html.print-pdf body{margin:0 auto!important;border:0;padding:0;float:none!important;overflow:visible}html.print-pdf .nestedarrow,html.print-pdf .reveal .controls,html.print-pdf .reveal .playback,html.print-pdf .reveal .progress,html.print-pdf .reveal.overview,html.print-pdf .state-background{display:none!important}html.print-pdf .reveal pre code{overflow:hidden!important;font-family:Courier,"Courier New",monospace!important}html.print-pdf .reveal{width:auto!important;height:auto!important;overflow:hidden!important}html.print-pdf .reveal .slides{position:static;width:100%!important;height:auto!important;zoom:1!important;pointer-events:initial;left:auto;top:auto;margin:0!important;padding:0!important;overflow:visible;display:block;perspective:none;perspective-origin:50% 50%}html.print-pdf .reveal .slides .pdf-page{position:relative;overflow:hidden;z-index:1;page-break-after:always}html.print-pdf .reveal .slides section{visibility:visible!important;display:block!important;position:absolute!important;margin:0!important;padding:0!important;box-sizing:border-box!important;min-height:1px;opacity:1!important;transform-style:flat!important;transform:none!important}html.print-pdf .reveal section.stack{position:relative!important;margin:0!important;padding:0!important;page-break-after:avoid!important;height:auto!important;min-height:auto!important}html.print-pdf .reveal img{box-shadow:none}html.print-pdf .reveal .backgrounds{display:none}html.print-pdf .reveal .slide-background{display:block!important;position:absolute;top:0;left:0;width:100%;height:100%;z-index:auto!important}html.print-pdf .reveal.show-notes{max-width:none;max-height:none}html.print-pdf .reveal .speaker-notes-pdf{display:block;width:100%;height:auto;max-height:none;top:auto;right:auto;bottom:auto;left:auto;z-index:100}html.print-pdf .reveal .speaker-notes-pdf[data-layout=separate-page]{position:relative;color:inherit;background-color:transparent;padding:20px;page-break-after:always;border:0}html.print-pdf .reveal .slide-number-pdf{display:block;position:absolute;font-size:14px}html.print-pdf .aria-status{display:none}@media print{html:not(.print-pdf){background:#fff;width:auto;height:auto;overflow:visible}html:not(.print-pdf) body{background:#fff;font-size:20pt;width:auto;height:auto;border:0;margin:0 5%;padding:0;overflow:visible;float:none!important}html:not(.print-pdf) .controls,html:not(.print-pdf) .fork-reveal,html:not(.print-pdf) .nestedarrow,html:not(.print-pdf) .reveal .backgrounds,html:not(.print-pdf) .reveal .progress,html:not(.print-pdf) .reveal .slide-number,html:not(.print-pdf) .share-reveal,html:not(.print-pdf) .state-background{display:none!important}html:not(.print-pdf) body,html:not(.print-pdf) li,html:not(.print-pdf) p,html:not(.print-pdf) td{font-size:20pt!important;color:#000}html:not(.print-pdf) h1,html:not(.print-pdf) h2,html:not(.print-pdf) h3,html:not(.print-pdf) h4,html:not(.print-pdf) h5,html:not(.print-pdf) h6{color:#000!important;height:auto;line-height:normal;text-align:left;letter-spacing:normal}html:not(.print-pdf) h1{font-size:28pt!important}html:not(.print-pdf) h2{font-size:24pt!important}html:not(.print-pdf) h3{font-size:22pt!important}html:not(.print-pdf) h4{font-size:22pt!important;font-variant:small-caps}html:not(.print-pdf) h5{font-size:21pt!important}html:not(.print-pdf) h6{font-size:20pt!important;font-style:italic}html:not(.print-pdf) a:link,html:not(.print-pdf) a:visited{color:#000!important;font-weight:700;text-decoration:underline}html:not(.print-pdf) div,html:not(.print-pdf) ol,html:not(.print-pdf) p,html:not(.print-pdf) ul{visibility:visible;position:static;width:auto;height:auto;display:block;overflow:visible;margin:0;text-align:left!important}html:not(.print-pdf) .reveal pre,html:not(.print-pdf) .reveal table{margin-left:0;margin-right:0}html:not(.print-pdf) .reveal pre code{padding:20px}html:not(.print-pdf) .reveal blockquote{margin:20px 0}html:not(.print-pdf) .reveal .slides{position:static!important;width:auto!important;height:auto!important;left:0!important;top:0!important;margin-left:0!important;margin-top:0!important;padding:0!important;zoom:1!important;transform:none!important;overflow:visible!important;display:block!important;text-align:left!important;perspective:none;perspective-origin:50% 50%}html:not(.print-pdf) .reveal .slides section{visibility:visible!important;position:static!important;width:auto!important;height:auto!important;display:block!important;overflow:visible!important;left:0!important;top:0!important;margin-left:0!important;margin-top:0!important;padding:60px 20px!important;z-index:auto!important;opacity:1!important;page-break-after:always!important;transform-style:flat!important;transform:none!important;transition:none!important}html:not(.print-pdf) .reveal .slides section.stack{padding:0!important}html:not(.print-pdf) .reveal section:last-of-type{page-break-after:avoid!important}html:not(.print-pdf) .reveal section .fragment{opacity:1!important;visibility:visible!important;transform:none!important}html:not(.print-pdf) .reveal section img{display:block;margin:15px 0;background:#fff;border:1px solid #666;box-shadow:none}html:not(.print-pdf) .reveal section small{font-size:.8em}html:not(.print-pdf) .reveal .hljs{max-height:100%;white-space:pre-wrap;word-wrap:break-word;word-break:break-word;font-size:15pt}html:not(.print-pdf) .reveal .hljs .hljs-ln-numbers{white-space:nowrap}html:not(.print-pdf) .reveal .hljs td{font-size:inherit!important;color:inherit!important}} \ No newline at end of file diff --git a/docs/reveal/dist/reveal.esm.js b/docs/reveal/dist/reveal.esm.js deleted file mode 100755 index e3039102..00000000 --- a/docs/reveal/dist/reveal.esm.js +++ /dev/null @@ -1,9 +0,0 @@ -/*! -* reveal.js 4.1.3 -* https://revealjs.com -* MIT licensed -* -* Copyright (C) 2020 Hakim El Hattab, https://hakim.se -*/ -const e=/registerPlugin|registerKeyboardShortcut|addKeyBinding|addEventListener/,t=/fade-(down|up|right|left|out|in-then-out|in-then-semi-out)|semi-fade-out|current-visible|shrink|grow/,i=(e,t)=>{for(let i in t)e[i]=t[i];return e},a=(e,t)=>Array.from(e.querySelectorAll(t)),n=(e,t,i)=>{i?e.classList.add(t):e.classList.remove(t)},s=e=>{if("string"==typeof e){if("null"===e)return null;if("true"===e)return!0;if("false"===e)return!1;if(e.match(/^-?[\d\.]+$/))return parseFloat(e)}return e},o=(e,t)=>{e.style.transform=t},r=(e,t)=>{let i=e.matches||e.matchesSelector||e.msMatchesSelector;return!(!i||!i.call(e,t))},l=(e,t)=>{if("function"==typeof e.closest)return e.closest(t);for(;e;){if(r(e,t))return e;e=e.parentNode}return null},d=(e,t,i,a="")=>{let n=e.querySelectorAll("."+i);for(let t=0;t{let t=document.createElement("style");return t.type="text/css",e&&e.length>0&&(t.styleSheet?t.styleSheet.cssText=e:t.appendChild(document.createTextNode(e))),document.head.appendChild(t),t},h=()=>{let e={};location.search.replace(/[A-Z0-9]+?=([\w\.%-]*)/gi,(t=>{e[t.split("=").shift()]=t.split("=").pop()}));for(let t in e){let i=e[t];e[t]=s(unescape(i))}return void 0!==e.dependencies&&delete e.dependencies,e},u=(e,t=0)=>{if(e){let i,a=e.style.height;return e.style.height="0px",e.parentNode.style.height="auto",i=t-e.parentNode.offsetHeight,e.style.height=a+"px",e.parentNode.style.removeProperty("height"),i}return t},g=navigator.userAgent,v=document.createElement("div"),p=/(iphone|ipod|ipad|android)/gi.test(g)||"MacIntel"===navigator.platform&&navigator.maxTouchPoints>1,m=/chrome/i.test(g)&&!/edge/i.test(g),f=/android/gi.test(g),b="zoom"in v.style&&!p&&(m||/Version\/[\d\.]+.*Safari/.test(g));var y={};Object.defineProperty(y,"__esModule",{value:!0});var w=Object.assign||function(e){for(var t=1;t1&&void 0!==arguments[1]?arguments[1]:{};return"string"==typeof e?C(t(document.querySelectorAll(e)),i):C([e],i)[0]}}("undefined"==typeof window?null:window);class A{constructor(e){this.Reveal=e,this.startEmbeddedIframe=this.startEmbeddedIframe.bind(this)}shouldPreload(e){let t=this.Reveal.getConfig().preloadIframes;return"boolean"!=typeof t&&(t=e.hasAttribute("data-preload")),t}load(e,t={}){e.style.display=this.Reveal.getConfig().display,a(e,"img[data-src], video[data-src], audio[data-src], iframe[data-src]").forEach((e=>{("IFRAME"!==e.tagName||this.shouldPreload(e))&&(e.setAttribute("src",e.getAttribute("data-src")),e.setAttribute("data-lazy-loaded",""),e.removeAttribute("data-src"))})),a(e,"video, audio").forEach((e=>{let t=0;a(e,"source[data-src]").forEach((e=>{e.setAttribute("src",e.getAttribute("data-src")),e.removeAttribute("data-src"),e.setAttribute("data-lazy-loaded",""),t+=1})),p&&"VIDEO"===e.tagName&&e.setAttribute("playsinline",""),t>0&&e.load()}));let i=e.slideBackgroundElement;if(i){i.style.display="block";let a=e.slideBackgroundContentElement,n=e.getAttribute("data-background-iframe");if(!1===i.hasAttribute("data-loaded")){i.setAttribute("data-loaded","true");let s=e.getAttribute("data-background-image"),o=e.getAttribute("data-background-video"),r=e.hasAttribute("data-background-video-loop"),l=e.hasAttribute("data-background-video-muted");if(s)a.style.backgroundImage=s.split(",").map((e=>`url(${encodeURI(e.trim())})`)).join(",");else if(o&&!this.Reveal.isSpeakerNotes()){let e=document.createElement("video");r&&e.setAttribute("loop",""),l&&(e.muted=!0),p&&(e.muted=!0,e.setAttribute("playsinline","")),o.split(",").forEach((t=>{e.innerHTML+=''})),a.appendChild(e)}else if(n&&!0!==t.excludeIframes){let e=document.createElement("iframe");e.setAttribute("allowfullscreen",""),e.setAttribute("mozallowfullscreen",""),e.setAttribute("webkitallowfullscreen",""),e.setAttribute("allow","autoplay"),e.setAttribute("data-src",n),e.style.width="100%",e.style.height="100%",e.style.maxHeight="100%",e.style.maxWidth="100%",a.appendChild(e)}}let s=a.querySelector("iframe[data-src]");s&&this.shouldPreload(i)&&!/autoplay=(1|true|yes)/gi.test(n)&&s.getAttribute("src")!==n&&s.setAttribute("src",n)}this.layout(e)}layout(e){Array.from(e.querySelectorAll(".r-fit-text")).forEach((e=>{R(e,{minSize:24,maxSize:.8*this.Reveal.getConfig().height,observeMutations:!1,observeWindow:!1})}))}unload(e){e.style.display="none";let t=this.Reveal.getSlideBackground(e);t&&(t.style.display="none",a(t,"iframe[src]").forEach((e=>{e.removeAttribute("src")}))),a(e,"video[data-lazy-loaded][src], audio[data-lazy-loaded][src], iframe[data-lazy-loaded][src]").forEach((e=>{e.setAttribute("data-src",e.getAttribute("src")),e.removeAttribute("src")})),a(e,"video[data-lazy-loaded] source[src], audio source[src]").forEach((e=>{e.setAttribute("data-src",e.getAttribute("src")),e.removeAttribute("src")}))}formatEmbeddedContent(){let e=(e,t,i)=>{a(this.Reveal.getSlidesElement(),"iframe["+e+'*="'+t+'"]').forEach((t=>{let a=t.getAttribute(e);a&&-1===a.indexOf(i)&&t.setAttribute(e,a+(/\?/.test(a)?"&":"?")+i)}))};e("src","youtube.com/embed/","enablejsapi=1"),e("data-src","youtube.com/embed/","enablejsapi=1"),e("src","player.vimeo.com/","api=1"),e("data-src","player.vimeo.com/","api=1")}startEmbeddedContent(e){e&&!this.Reveal.isSpeakerNotes()&&(a(e,'img[src$=".gif"]').forEach((e=>{e.setAttribute("src",e.getAttribute("src"))})),a(e,"video, audio").forEach((e=>{if(l(e,".fragment")&&!l(e,".fragment.visible"))return;let t=this.Reveal.getConfig().autoPlayMedia;if("boolean"!=typeof t&&(t=e.hasAttribute("data-autoplay")||!!l(e,".slide-background")),t&&"function"==typeof e.play)if(e.readyState>1)this.startEmbeddedMedia({target:e});else if(p){let t=e.play();t&&"function"==typeof t.catch&&!1===e.controls&&t.catch((()=>{e.controls=!0,e.addEventListener("play",(()=>{e.controls=!1}))}))}else e.removeEventListener("loadeddata",this.startEmbeddedMedia),e.addEventListener("loadeddata",this.startEmbeddedMedia)})),a(e,"iframe[src]").forEach((e=>{l(e,".fragment")&&!l(e,".fragment.visible")||this.startEmbeddedIframe({target:e})})),a(e,"iframe[data-src]").forEach((e=>{l(e,".fragment")&&!l(e,".fragment.visible")||e.getAttribute("src")!==e.getAttribute("data-src")&&(e.removeEventListener("load",this.startEmbeddedIframe),e.addEventListener("load",this.startEmbeddedIframe),e.setAttribute("src",e.getAttribute("data-src")))})))}startEmbeddedMedia(e){let t=!!l(e.target,"html"),i=!!l(e.target,".present");t&&i&&(e.target.currentTime=0,e.target.play()),e.target.removeEventListener("loadeddata",this.startEmbeddedMedia)}startEmbeddedIframe(e){let t=e.target;if(t&&t.contentWindow){let i=!!l(e.target,"html"),a=!!l(e.target,".present");if(i&&a){let e=this.Reveal.getConfig().autoPlayMedia;"boolean"!=typeof e&&(e=t.hasAttribute("data-autoplay")||!!l(t,".slide-background")),/youtube\.com\/embed\//.test(t.getAttribute("src"))&&e?t.contentWindow.postMessage('{"event":"command","func":"playVideo","args":""}',"*"):/player\.vimeo\.com\//.test(t.getAttribute("src"))&&e?t.contentWindow.postMessage('{"method":"play"}',"*"):t.contentWindow.postMessage("slide:start","*")}}}stopEmbeddedContent(e,t={}){t=i({unloadIframes:!0},t),e&&e.parentNode&&(a(e,"video, audio").forEach((e=>{e.hasAttribute("data-ignore")||"function"!=typeof e.pause||(e.setAttribute("data-paused-by-reveal",""),e.pause())})),a(e,"iframe").forEach((e=>{e.contentWindow&&e.contentWindow.postMessage("slide:stop","*"),e.removeEventListener("load",this.startEmbeddedIframe)})),a(e,'iframe[src*="youtube.com/embed/"]').forEach((e=>{!e.hasAttribute("data-ignore")&&e.contentWindow&&"function"==typeof e.contentWindow.postMessage&&e.contentWindow.postMessage('{"event":"command","func":"pauseVideo","args":""}',"*")})),a(e,'iframe[src*="player.vimeo.com/"]').forEach((e=>{!e.hasAttribute("data-ignore")&&e.contentWindow&&"function"==typeof e.contentWindow.postMessage&&e.contentWindow.postMessage('{"method":"pause"}',"*")})),!0===t.unloadIframes&&a(e,"iframe[data-src]").forEach((e=>{e.setAttribute("src","about:blank"),e.removeAttribute("src")})))}}class S{constructor(e){this.Reveal=e}render(){this.element=document.createElement("div"),this.element.className="slide-number",this.Reveal.getRevealElement().appendChild(this.element)}configure(e,t){let i="none";e.slideNumber&&!this.Reveal.isPrintingPDF()&&("all"===e.showSlideNumber||"speaker"===e.showSlideNumber&&this.Reveal.isSpeakerNotes())&&(i="block"),this.element.style.display=i}update(){this.Reveal.getConfig().slideNumber&&this.element&&(this.element.innerHTML=this.getSlideNumber())}getSlideNumber(e=this.Reveal.getCurrentSlide()){let t,i=this.Reveal.getConfig(),a="h.v";if("function"==typeof i.slideNumber)t=i.slideNumber(e);else{"string"==typeof i.slideNumber&&(a=i.slideNumber),/c/.test(a)||1!==this.Reveal.getHorizontalSlides().length||(a="c");let n=e&&"uncounted"===e.dataset.visibility?0:1;switch(t=[],a){case"c":t.push(this.Reveal.getSlidePastCount(e)+n);break;case"c/t":t.push(this.Reveal.getSlidePastCount(e)+n,"/",this.Reveal.getTotalSlides());break;default:let i=this.Reveal.getIndices(e);t.push(i.h+n);let s="h/v"===a?"/":".";this.Reveal.isVerticalSlide(e)&&t.push(s,i.v+1)}}let n="#"+this.Reveal.location.getHash(e);return this.formatNumber(t[0],t[1],t[2],n)}formatNumber(e,t,i,a="#"+this.Reveal.location.getHash()){return"number"!=typeof i||isNaN(i)?`\n\t\t\t\t\t${e}\n\t\t\t\t\t`:`\n\t\t\t\t\t${e}\n\t\t\t\t\t${t}\n\t\t\t\t\t${i}\n\t\t\t\t\t`}}const E=e=>{let t=e.match(/^#([0-9a-f]{3})$/i);if(t&&t[1])return t=t[1],{r:17*parseInt(t.charAt(0),16),g:17*parseInt(t.charAt(1),16),b:17*parseInt(t.charAt(2),16)};let i=e.match(/^#([0-9a-f]{6})$/i);if(i&&i[1])return i=i[1],{r:parseInt(i.substr(0,2),16),g:parseInt(i.substr(2,2),16),b:parseInt(i.substr(4,2),16)};let a=e.match(/^rgb\s*\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*\)$/i);if(a)return{r:parseInt(a[1],10),g:parseInt(a[2],10),b:parseInt(a[3],10)};let n=e.match(/^rgba\s*\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*\,\s*([\d]+|[\d]*.[\d]+)\s*\)$/i);return n?{r:parseInt(n[1],10),g:parseInt(n[2],10),b:parseInt(n[3],10),a:parseFloat(n[4])}:null};class k{constructor(e){this.Reveal=e}render(){this.element=document.createElement("div"),this.element.className="backgrounds",this.Reveal.getRevealElement().appendChild(this.element)}create(){this.element.innerHTML="",this.element.classList.add("no-transition"),this.Reveal.getHorizontalSlides().forEach((e=>{let t=this.createBackground(e,this.element);a(e,"section").forEach((e=>{this.createBackground(e,t),t.classList.add("stack")}))})),this.Reveal.getConfig().parallaxBackgroundImage?(this.element.style.backgroundImage='url("'+this.Reveal.getConfig().parallaxBackgroundImage+'")',this.element.style.backgroundSize=this.Reveal.getConfig().parallaxBackgroundSize,this.element.style.backgroundRepeat=this.Reveal.getConfig().parallaxBackgroundRepeat,this.element.style.backgroundPosition=this.Reveal.getConfig().parallaxBackgroundPosition,setTimeout((()=>{this.Reveal.getRevealElement().classList.add("has-parallax-background")}),1)):(this.element.style.backgroundImage="",this.Reveal.getRevealElement().classList.remove("has-parallax-background"))}createBackground(e,t){let i=document.createElement("div");i.className="slide-background "+e.className.replace(/present|past|future/,"");let a=document.createElement("div");return a.className="slide-background-content",i.appendChild(a),t.appendChild(i),e.slideBackgroundElement=i,e.slideBackgroundContentElement=a,this.sync(e),i}sync(e){const t=e.slideBackgroundElement,i=e.slideBackgroundContentElement,a={background:e.getAttribute("data-background"),backgroundSize:e.getAttribute("data-background-size"),backgroundImage:e.getAttribute("data-background-image"),backgroundVideo:e.getAttribute("data-background-video"),backgroundIframe:e.getAttribute("data-background-iframe"),backgroundColor:e.getAttribute("data-background-color"),backgroundRepeat:e.getAttribute("data-background-repeat"),backgroundPosition:e.getAttribute("data-background-position"),backgroundTransition:e.getAttribute("data-background-transition"),backgroundOpacity:e.getAttribute("data-background-opacity")},n=e.hasAttribute("data-preload");e.classList.remove("has-dark-background"),e.classList.remove("has-light-background"),t.removeAttribute("data-loaded"),t.removeAttribute("data-background-hash"),t.removeAttribute("data-background-size"),t.removeAttribute("data-background-transition"),t.style.backgroundColor="",i.style.backgroundSize="",i.style.backgroundRepeat="",i.style.backgroundPosition="",i.style.backgroundImage="",i.style.opacity="",i.innerHTML="",a.background&&(/^(http|file|\/\/)/gi.test(a.background)||/\.(svg|png|jpg|jpeg|gif|bmp)([?#\s]|$)/gi.test(a.background)?e.setAttribute("data-background-image",a.background):t.style.background=a.background),(a.background||a.backgroundColor||a.backgroundImage||a.backgroundVideo||a.backgroundIframe)&&t.setAttribute("data-background-hash",a.background+a.backgroundSize+a.backgroundImage+a.backgroundVideo+a.backgroundIframe+a.backgroundColor+a.backgroundRepeat+a.backgroundPosition+a.backgroundTransition+a.backgroundOpacity),a.backgroundSize&&t.setAttribute("data-background-size",a.backgroundSize),a.backgroundColor&&(t.style.backgroundColor=a.backgroundColor),a.backgroundTransition&&t.setAttribute("data-background-transition",a.backgroundTransition),n&&t.setAttribute("data-preload",""),a.backgroundSize&&(i.style.backgroundSize=a.backgroundSize),a.backgroundRepeat&&(i.style.backgroundRepeat=a.backgroundRepeat),a.backgroundPosition&&(i.style.backgroundPosition=a.backgroundPosition),a.backgroundOpacity&&(i.style.opacity=a.backgroundOpacity);let s=a.backgroundColor;if(!s||!E(s)){let e=window.getComputedStyle(t);e&&e.backgroundColor&&(s=e.backgroundColor)}if(s){const t=E(s);t&&0!==t.a&&("string"==typeof(o=s)&&(o=E(o)),(o?(299*o.r+587*o.g+114*o.b)/1e3:null)<128?e.classList.add("has-dark-background"):e.classList.add("has-light-background"))}var o}update(e=!1){let t=this.Reveal.getCurrentSlide(),i=this.Reveal.getIndices(),n=null,s=this.Reveal.getConfig().rtl?"future":"past",o=this.Reveal.getConfig().rtl?"past":"future";if(Array.from(this.element.childNodes).forEach(((t,r)=>{t.classList.remove("past","present","future"),ri.h?t.classList.add(o):(t.classList.add("present"),n=t),(e||r===i.h)&&a(t,".slide-background").forEach(((e,t)=>{e.classList.remove("past","present","future"),ti.v?e.classList.add("future"):(e.classList.add("present"),r===i.h&&(n=e))}))})),this.previousBackground&&this.Reveal.slideContent.stopEmbeddedContent(this.previousBackground,{unloadIframes:!this.Reveal.slideContent.shouldPreload(this.previousBackground)}),n){this.Reveal.slideContent.startEmbeddedContent(n);let e=n.querySelector(".slide-background-content");if(e){let t=e.style.backgroundImage||"";/\.gif/i.test(t)&&(e.style.backgroundImage="",window.getComputedStyle(e).opacity,e.style.backgroundImage=t)}let t=this.previousBackground?this.previousBackground.getAttribute("data-background-hash"):null,i=n.getAttribute("data-background-hash");i&&i===t&&n!==this.previousBackground&&this.element.classList.add("no-transition"),this.previousBackground=n}t&&["has-light-background","has-dark-background"].forEach((e=>{t.classList.contains(e)?this.Reveal.getRevealElement().classList.add(e):this.Reveal.getRevealElement().classList.remove(e)}),this),setTimeout((()=>{this.element.classList.remove("no-transition")}),1)}updateParallax(){let e=this.Reveal.getIndices();if(this.Reveal.getConfig().parallaxBackgroundImage){let t,i,a=this.Reveal.getHorizontalSlides(),n=this.Reveal.getVerticalSlides(),s=this.element.style.backgroundSize.split(" ");1===s.length?t=i=parseInt(s[0],10):(t=parseInt(s[0],10),i=parseInt(s[1],10));let o,r,l=this.element.offsetWidth,d=a.length;o="number"==typeof this.Reveal.getConfig().parallaxBackgroundHorizontal?this.Reveal.getConfig().parallaxBackgroundHorizontal:d>1?(t-l)/(d-1):0,r=o*e.h*-1;let c,h,u=this.element.offsetHeight,g=n.length;c="number"==typeof this.Reveal.getConfig().parallaxBackgroundVertical?this.Reveal.getConfig().parallaxBackgroundVertical:(i-u)/(g-1),h=g>0?c*e.v:0,this.element.style.backgroundPosition=r+"px "+-h+"px"}}}let L=0;class x{constructor(e){this.Reveal=e}run(e,t){this.reset();let i=this.Reveal.getSlides(),a=i.indexOf(t),n=i.indexOf(e);if(e.hasAttribute("data-auto-animate")&&t.hasAttribute("data-auto-animate")&&e.getAttribute("data-auto-animate-id")===t.getAttribute("data-auto-animate-id")&&!(a>n?t:e).hasAttribute("data-auto-animate-restart")){this.autoAnimateStyleSheet=this.autoAnimateStyleSheet||c();let i=this.getAutoAnimateOptions(t);e.dataset.autoAnimate="pending",t.dataset.autoAnimate="pending",i.slideDirection=a>n?"forward":"backward";let s=this.getAutoAnimatableElements(e,t).map((e=>this.autoAnimateElements(e.from,e.to,e.options||{},i,L++)));if("false"!==t.dataset.autoAnimateUnmatched&&!0===this.Reveal.getConfig().autoAnimateUnmatched){let e=.8*i.duration,a=.2*i.duration;this.getUnmatchedAutoAnimateElements(t).forEach((e=>{let t=this.getAutoAnimateOptions(e,i),a="unmatched";t.duration===i.duration&&t.delay===i.delay||(a="unmatched-"+L++,s.push(`[data-auto-animate="running"] [data-auto-animate-target="${a}"] { transition: opacity ${t.duration}s ease ${t.delay}s; }`)),e.dataset.autoAnimateTarget=a}),this),s.push(`[data-auto-animate="running"] [data-auto-animate-target="unmatched"] { transition: opacity ${e}s ease ${a}s; }`)}this.autoAnimateStyleSheet.innerHTML=s.join(""),requestAnimationFrame((()=>{this.autoAnimateStyleSheet&&(getComputedStyle(this.autoAnimateStyleSheet).fontWeight,t.dataset.autoAnimate="running")})),this.Reveal.dispatchEvent({type:"autoanimate",data:{fromSlide:e,toSlide:t,sheet:this.autoAnimateStyleSheet}})}}reset(){a(this.Reveal.getRevealElement(),'[data-auto-animate]:not([data-auto-animate=""])').forEach((e=>{e.dataset.autoAnimate=""})),a(this.Reveal.getRevealElement(),"[data-auto-animate-target]").forEach((e=>{delete e.dataset.autoAnimateTarget})),this.autoAnimateStyleSheet&&this.autoAnimateStyleSheet.parentNode&&(this.autoAnimateStyleSheet.parentNode.removeChild(this.autoAnimateStyleSheet),this.autoAnimateStyleSheet=null)}autoAnimateElements(e,i,a,n,s){e.dataset.autoAnimateTarget="",i.dataset.autoAnimateTarget=s;let o=this.getAutoAnimateOptions(i,n);void 0!==a.delay&&(o.delay=a.delay),void 0!==a.duration&&(o.duration=a.duration),void 0!==a.easing&&(o.easing=a.easing);let r=this.getAutoAnimatableProperties("from",e,a),l=this.getAutoAnimatableProperties("to",i,a);if(i.classList.contains("fragment")&&(delete l.styles.opacity,e.classList.contains("fragment"))){(e.className.match(t)||[""])[0]===(i.className.match(t)||[""])[0]&&"forward"===n.slideDirection&&i.classList.add("visible","disabled")}if(!1!==a.translate||!1!==a.scale){let e=this.Reveal.getScale(),t={x:(r.x-l.x)/e,y:(r.y-l.y)/e,scaleX:r.width/l.width,scaleY:r.height/l.height};t.x=Math.round(1e3*t.x)/1e3,t.y=Math.round(1e3*t.y)/1e3,t.scaleX=Math.round(1e3*t.scaleX)/1e3,t.scaleX=Math.round(1e3*t.scaleX)/1e3;let i=!1!==a.translate&&(0!==t.x||0!==t.y),n=!1!==a.scale&&(0!==t.scaleX||0!==t.scaleY);if(i||n){let e=[];i&&e.push(`translate(${t.x}px, ${t.y}px)`),n&&e.push(`scale(${t.scaleX}, ${t.scaleY})`),r.styles.transform=e.join(" "),r.styles["transform-origin"]="top left",l.styles.transform="none"}}for(let e in l.styles){const t=l.styles[e],i=r.styles[e];t===i?delete l.styles[e]:(!0===t.explicitValue&&(l.styles[e]=t.value),!0===i.explicitValue&&(r.styles[e]=i.value))}let d="",c=Object.keys(l.styles);if(c.length>0){r.styles.transition="none",l.styles.transition=`all ${o.duration}s ${o.easing} ${o.delay}s`,l.styles["transition-property"]=c.join(", "),l.styles["will-change"]=c.join(", "),d='[data-auto-animate-target="'+s+'"] {'+Object.keys(r.styles).map((e=>e+": "+r.styles[e]+" !important;")).join("")+'}[data-auto-animate="running"] [data-auto-animate-target="'+s+'"] {'+Object.keys(l.styles).map((e=>e+": "+l.styles[e]+" !important;")).join("")+"}"}return d}getAutoAnimateOptions(e,t){let a={easing:this.Reveal.getConfig().autoAnimateEasing,duration:this.Reveal.getConfig().autoAnimateDuration,delay:0};if(a=i(a,t),e.parentNode){let t=l(e.parentNode,"[data-auto-animate-target]");t&&(a=this.getAutoAnimateOptions(t,a))}return e.dataset.autoAnimateEasing&&(a.easing=e.dataset.autoAnimateEasing),e.dataset.autoAnimateDuration&&(a.duration=parseFloat(e.dataset.autoAnimateDuration)),e.dataset.autoAnimateDelay&&(a.delay=parseFloat(e.dataset.autoAnimateDelay)),a}getAutoAnimatableProperties(e,t,i){let a=this.Reveal.getConfig(),n={styles:[]};if(!1!==i.translate||!1!==i.scale){let e;if("function"==typeof i.measure)e=i.measure(t);else if(a.center)e=t.getBoundingClientRect();else{let i=this.Reveal.getScale();e={x:t.offsetLeft*i,y:t.offsetTop*i,width:t.offsetWidth*i,height:t.offsetHeight*i}}n.x=e.x,n.y=e.y,n.width=e.width,n.height=e.height}const s=getComputedStyle(t);return(i.styles||a.autoAnimateStyles).forEach((t=>{let i;"string"==typeof t&&(t={property:t}),i=void 0!==t.from&&"from"===e?{value:t.from,explicitValue:!0}:void 0!==t.to&&"to"===e?{value:t.to,explicitValue:!0}:s[t.property],""!==i&&(n.styles[t.property]=i)})),n}getAutoAnimatableElements(e,t){let i=("function"==typeof this.Reveal.getConfig().autoAnimateMatcher?this.Reveal.getConfig().autoAnimateMatcher:this.getAutoAnimatePairs).call(this,e,t),a=[];return i.filter(((e,t)=>{if(-1===a.indexOf(e.to))return a.push(e.to),!0}))}getAutoAnimatePairs(e,t){let i=[];const a="h1, h2, h3, h4, h5, h6, p, li";return this.findAutoAnimateMatches(i,e,t,"[data-id]",(e=>e.nodeName+":::"+e.getAttribute("data-id"))),this.findAutoAnimateMatches(i,e,t,a,(e=>e.nodeName+":::"+e.innerText)),this.findAutoAnimateMatches(i,e,t,"img, video, iframe",(e=>e.nodeName+":::"+(e.getAttribute("src")||e.getAttribute("data-src")))),this.findAutoAnimateMatches(i,e,t,"pre",(e=>e.nodeName+":::"+e.innerText)),i.forEach((e=>{r(e.from,a)?e.options={scale:!1}:r(e.from,"pre")&&(e.options={scale:!1,styles:["width","height"]},this.findAutoAnimateMatches(i,e.from,e.to,".hljs .hljs-ln-code",(e=>e.textContent),{scale:!1,styles:[],measure:this.getLocalBoundingBox.bind(this)}),this.findAutoAnimateMatches(i,e.from,e.to,".hljs .hljs-ln-line[data-line-number]",(e=>e.getAttribute("data-line-number")),{scale:!1,styles:["width"],measure:this.getLocalBoundingBox.bind(this)}))}),this),i}getLocalBoundingBox(e){const t=this.Reveal.getScale();return{x:Math.round(e.offsetLeft*t*100)/100,y:Math.round(e.offsetTop*t*100)/100,width:Math.round(e.offsetWidth*t*100)/100,height:Math.round(e.offsetHeight*t*100)/100}}findAutoAnimateMatches(e,t,i,a,n,s){let o={},r={};[].slice.call(t.querySelectorAll(a)).forEach(((e,t)=>{const i=n(e);"string"==typeof i&&i.length&&(o[i]=o[i]||[],o[i].push(e))})),[].slice.call(i.querySelectorAll(a)).forEach(((t,i)=>{const a=n(t);let l;if(r[a]=r[a]||[],r[a].push(t),o[a]){const e=r[a].length-1,t=o[a].length-1;o[a][e]?(l=o[a][e],o[a][e]=null):o[a][t]&&(l=o[a][t],o[a][t]=null)}l&&e.push({from:l,to:t,options:s})}))}getUnmatchedAutoAnimateElements(e){return[].slice.call(e.children).reduce(((e,t)=>{const i=t.querySelector("[data-auto-animate-target]");return t.hasAttribute("data-auto-animate-target")||i||e.push(t),t.querySelector("[data-auto-animate-target]")&&(e=e.concat(this.getUnmatchedAutoAnimateElements(t))),e}),[])}}class C{constructor(e){this.Reveal=e}configure(e,t){!1===e.fragments?this.disable():!1===t.fragments&&this.enable()}disable(){a(this.Reveal.getSlidesElement(),".fragment").forEach((e=>{e.classList.add("visible"),e.classList.remove("current-fragment")}))}enable(){a(this.Reveal.getSlidesElement(),".fragment").forEach((e=>{e.classList.remove("visible"),e.classList.remove("current-fragment")}))}availableRoutes(){let e=this.Reveal.getCurrentSlide();if(e&&this.Reveal.getConfig().fragments){let t=e.querySelectorAll(".fragment:not(.disabled)"),i=e.querySelectorAll(".fragment:not(.disabled):not(.visible)");return{prev:t.length-i.length>0,next:!!i.length}}return{prev:!1,next:!1}}sort(e,t=!1){e=Array.from(e);let i=[],a=[],n=[];e.forEach((e=>{if(e.hasAttribute("data-fragment-index")){let t=parseInt(e.getAttribute("data-fragment-index"),10);i[t]||(i[t]=[]),i[t].push(e)}else a.push([e])})),i=i.concat(a);let s=0;return i.forEach((e=>{e.forEach((e=>{n.push(e),e.setAttribute("data-fragment-index",s)})),s++})),!0===t?i:n}sortAll(){this.Reveal.getHorizontalSlides().forEach((e=>{let t=a(e,"section");t.forEach(((e,t)=>{this.sort(e.querySelectorAll(".fragment"))}),this),0===t.length&&this.sort(e.querySelectorAll(".fragment"))}))}update(e,t){let i={shown:[],hidden:[]},a=this.Reveal.getCurrentSlide();if(a&&this.Reveal.getConfig().fragments&&(t=t||this.sort(a.querySelectorAll(".fragment"))).length){let n=0;if("number"!=typeof e){let t=this.sort(a.querySelectorAll(".fragment.visible")).pop();t&&(e=parseInt(t.getAttribute("data-fragment-index")||0,10))}Array.from(t).forEach(((t,a)=>{if(t.hasAttribute("data-fragment-index")&&(a=parseInt(t.getAttribute("data-fragment-index"),10)),n=Math.max(n,a),a<=e){let n=t.classList.contains("visible");t.classList.add("visible"),t.classList.remove("current-fragment"),a===e&&(this.Reveal.announceStatus(this.Reveal.getStatusText(t)),t.classList.add("current-fragment"),this.Reveal.slideContent.startEmbeddedContent(t)),n||(i.shown.push(t),this.Reveal.dispatchEvent({target:t,type:"visible",bubbles:!1}))}else{let e=t.classList.contains("visible");t.classList.remove("visible"),t.classList.remove("current-fragment"),e&&(this.Reveal.slideContent.stopEmbeddedContent(t),i.hidden.push(t),this.Reveal.dispatchEvent({target:t,type:"hidden",bubbles:!1}))}})),e="number"==typeof e?e:-1,e=Math.max(Math.min(e,n),-1),a.setAttribute("data-fragment",e)}return i}sync(e=this.Reveal.getCurrentSlide()){return this.sort(e.querySelectorAll(".fragment"))}goto(e,t=0){let i=this.Reveal.getCurrentSlide();if(i&&this.Reveal.getConfig().fragments){let a=this.sort(i.querySelectorAll(".fragment:not(.disabled)"));if(a.length){if("number"!=typeof e){let t=this.sort(i.querySelectorAll(".fragment:not(.disabled).visible")).pop();e=t?parseInt(t.getAttribute("data-fragment-index")||0,10):-1}e+=t;let n=this.update(e,a);return n.hidden.length&&this.Reveal.dispatchEvent({type:"fragmenthidden",data:{fragment:n.hidden[0],fragments:n.hidden}}),n.shown.length&&this.Reveal.dispatchEvent({type:"fragmentshown",data:{fragment:n.shown[0],fragments:n.shown}}),this.Reveal.controls.update(),this.Reveal.progress.update(),this.Reveal.getConfig().fragmentInURL&&this.Reveal.location.writeURL(),!(!n.shown.length&&!n.hidden.length)}}return!1}next(){return this.goto(null,1)}prev(){return this.goto(null,-1)}}class P{constructor(e){this.Reveal=e,this.active=!1,this.onSlideClicked=this.onSlideClicked.bind(this)}activate(){if(this.Reveal.getConfig().overview&&!this.isActive()){this.active=!0,this.Reveal.getRevealElement().classList.add("overview"),this.Reveal.cancelAutoSlide(),this.Reveal.getSlidesElement().appendChild(this.Reveal.getBackgroundsElement()),a(this.Reveal.getRevealElement(),".slides section").forEach((e=>{e.classList.contains("stack")||e.addEventListener("click",this.onSlideClicked,!0)}));const e=70,t=this.Reveal.getComputedSlideSize();this.overviewSlideWidth=t.width+e,this.overviewSlideHeight=t.height+e,this.Reveal.getConfig().rtl&&(this.overviewSlideWidth=-this.overviewSlideWidth),this.Reveal.updateSlidesVisibility(),this.layout(),this.update(),this.Reveal.layout();const i=this.Reveal.getIndices();this.Reveal.dispatchEvent({type:"overviewshown",data:{indexh:i.h,indexv:i.v,currentSlide:this.Reveal.getCurrentSlide()}})}}layout(){this.Reveal.getHorizontalSlides().forEach(((e,t)=>{e.setAttribute("data-index-h",t),o(e,"translate3d("+t*this.overviewSlideWidth+"px, 0, 0)"),e.classList.contains("stack")&&a(e,"section").forEach(((e,i)=>{e.setAttribute("data-index-h",t),e.setAttribute("data-index-v",i),o(e,"translate3d(0, "+i*this.overviewSlideHeight+"px, 0)")}))})),Array.from(this.Reveal.getBackgroundsElement().childNodes).forEach(((e,t)=>{o(e,"translate3d("+t*this.overviewSlideWidth+"px, 0, 0)"),a(e,".slide-background").forEach(((e,t)=>{o(e,"translate3d(0, "+t*this.overviewSlideHeight+"px, 0)")}))}))}update(){const e=Math.min(window.innerWidth,window.innerHeight),t=Math.max(e/5,150)/e,i=this.Reveal.getIndices();this.Reveal.transformSlides({overview:["scale("+t+")","translateX("+-i.h*this.overviewSlideWidth+"px)","translateY("+-i.v*this.overviewSlideHeight+"px)"].join(" ")})}deactivate(){if(this.Reveal.getConfig().overview){this.active=!1,this.Reveal.getRevealElement().classList.remove("overview"),this.Reveal.getRevealElement().classList.add("overview-deactivating"),setTimeout((()=>{this.Reveal.getRevealElement().classList.remove("overview-deactivating")}),1),this.Reveal.getRevealElement().appendChild(this.Reveal.getBackgroundsElement()),a(this.Reveal.getRevealElement(),".slides section").forEach((e=>{o(e,""),e.removeEventListener("click",this.onSlideClicked,!0)})),a(this.Reveal.getBackgroundsElement(),".slide-background").forEach((e=>{o(e,"")})),this.Reveal.transformSlides({overview:""});const e=this.Reveal.getIndices();this.Reveal.slide(e.h,e.v),this.Reveal.layout(),this.Reveal.cueAutoSlide(),this.Reveal.dispatchEvent({type:"overviewhidden",data:{indexh:e.h,indexv:e.v,currentSlide:this.Reveal.getCurrentSlide()}})}}toggle(e){"boolean"==typeof e?e?this.activate():this.deactivate():this.isActive()?this.deactivate():this.activate()}isActive(){return this.active}onSlideClicked(e){if(this.isActive()){e.preventDefault();let t=e.target;for(;t&&!t.nodeName.match(/section/gi);)t=t.parentNode;if(t&&!t.classList.contains("disabled")&&(this.deactivate(),t.nodeName.match(/section/gi))){let e=parseInt(t.getAttribute("data-index-h"),10),i=parseInt(t.getAttribute("data-index-v"),10);this.Reveal.slide(e,i)}}}}class N{constructor(e){this.Reveal=e,this.shortcuts={},this.bindings={},this.onDocumentKeyDown=this.onDocumentKeyDown.bind(this),this.onDocumentKeyPress=this.onDocumentKeyPress.bind(this)}configure(e,t){"linear"===e.navigationMode?(this.shortcuts["→ , ↓ , SPACE , N , L , J"]="Next slide",this.shortcuts["← , ↑ , P , H , K"]="Previous slide"):(this.shortcuts["N , SPACE"]="Next slide",this.shortcuts.P="Previous slide",this.shortcuts["← , H"]="Navigate left",this.shortcuts["→ , L"]="Navigate right",this.shortcuts["↑ , K"]="Navigate up",this.shortcuts["↓ , J"]="Navigate down"),this.shortcuts["Home , Shift ←"]="First slide",this.shortcuts["End , Shift →"]="Last slide",this.shortcuts["B , ."]="Pause",this.shortcuts.F="Fullscreen",this.shortcuts["ESC, O"]="Slide overview"}bind(){document.addEventListener("keydown",this.onDocumentKeyDown,!1),document.addEventListener("keypress",this.onDocumentKeyPress,!1)}unbind(){document.removeEventListener("keydown",this.onDocumentKeyDown,!1),document.removeEventListener("keypress",this.onDocumentKeyPress,!1)}addKeyBinding(e,t){"object"==typeof e&&e.keyCode?this.bindings[e.keyCode]={callback:t,key:e.key,description:e.description}:this.bindings[e]={callback:t,key:null,description:null}}removeKeyBinding(e){delete this.bindings[e]}triggerKey(e){this.onDocumentKeyDown({keyCode:e})}registerKeyboardShortcut(e,t){this.shortcuts[e]=t}getShortcuts(){return this.shortcuts}getBindings(){return this.bindings}onDocumentKeyPress(e){e.shiftKey&&63===e.charCode&&this.Reveal.toggleHelp()}onDocumentKeyDown(e){let t=this.Reveal.getConfig();if("function"==typeof t.keyboardCondition&&!1===t.keyboardCondition(e))return!0;if("focused"===t.keyboardCondition&&!this.Reveal.isFocused())return!0;let i=e.keyCode,a=!this.Reveal.isAutoSliding();this.Reveal.onUserInput(e);let n=document.activeElement&&!0===document.activeElement.isContentEditable,s=document.activeElement&&document.activeElement.tagName&&/input|textarea/i.test(document.activeElement.tagName),o=document.activeElement&&document.activeElement.className&&/speaker-notes/i.test(document.activeElement.className),r=e.shiftKey&&32===e.keyCode,l=e.shiftKey&&37===i,d=e.shiftKey&&39===i,c=!r&&!l&&!d&&(e.shiftKey||e.altKey||e.ctrlKey||e.metaKey);if(n||s||o||c)return;let h,u=[66,86,190,191];if("object"==typeof t.keyboard)for(h in t.keyboard)"togglePause"===t.keyboard[h]&&u.push(parseInt(h,10));if(this.Reveal.isPaused()&&-1===u.indexOf(i))return!1;let g="linear"===t.navigationMode||!this.Reveal.hasHorizontalSlides()||!this.Reveal.hasVerticalSlides(),v=!1;if("object"==typeof t.keyboard)for(h in t.keyboard)if(parseInt(h,10)===i){let i=t.keyboard[h];"function"==typeof i?i.apply(null,[e]):"string"==typeof i&&"function"==typeof this.Reveal[i]&&this.Reveal[i].call(),v=!0}if(!1===v)for(h in this.bindings)if(parseInt(h,10)===i){let t=this.bindings[h].callback;"function"==typeof t?t.apply(null,[e]):"string"==typeof t&&"function"==typeof this.Reveal[t]&&this.Reveal[t].call(),v=!0}!1===v&&(v=!0,80===i||33===i?this.Reveal.prev():78===i||34===i?this.Reveal.next():72===i||37===i?l?this.Reveal.slide(0):!this.Reveal.overview.isActive()&&g?this.Reveal.prev():this.Reveal.left():76===i||39===i?d?this.Reveal.slide(Number.MAX_VALUE):!this.Reveal.overview.isActive()&&g?this.Reveal.next():this.Reveal.right():75===i||38===i?!this.Reveal.overview.isActive()&&g?this.Reveal.prev():this.Reveal.up():74===i||40===i?!this.Reveal.overview.isActive()&&g?this.Reveal.next():this.Reveal.down():36===i?this.Reveal.slide(0):35===i?this.Reveal.slide(Number.MAX_VALUE):32===i?(this.Reveal.overview.isActive()&&this.Reveal.overview.deactivate(),e.shiftKey?this.Reveal.prev():this.Reveal.next()):58===i||59===i||66===i||86===i||190===i||191===i?this.Reveal.togglePause():70===i?(e=>{let t=(e=e||document.documentElement).requestFullscreen||e.webkitRequestFullscreen||e.webkitRequestFullScreen||e.mozRequestFullScreen||e.msRequestFullscreen;t&&t.apply(e)})(t.embedded?this.Reveal.getViewportElement():document.documentElement):65===i?t.autoSlideStoppable&&this.Reveal.toggleAutoSlide(a):v=!1),v?e.preventDefault&&e.preventDefault():27!==i&&79!==i||(!1===this.Reveal.closeOverlay()&&this.Reveal.overview.toggle(),e.preventDefault&&e.preventDefault()),this.Reveal.cueAutoSlide()}}class M{constructor(e){this.Reveal=e,this.writeURLTimeout=0,this.onWindowHashChange=this.onWindowHashChange.bind(this)}bind(){window.addEventListener("hashchange",this.onWindowHashChange,!1)}unbind(){window.removeEventListener("hashchange",this.onWindowHashChange,!1)}readURL(){let e=this.Reveal.getConfig(),t=this.Reveal.getIndices(),i=this.Reveal.getCurrentSlide(),a=window.location.hash,n=a.slice(2).split("/"),s=a.replace(/#\/?/gi,"");if(!/^[0-9]*$/.test(n[0])&&s.length){let e,a;/\/[-\d]+$/g.test(s)&&(a=parseInt(s.split("/").pop(),10),a=isNaN(a)?void 0:a,s=s.split("/").shift());try{e=document.getElementById(decodeURIComponent(s))}catch(e){}let n=!!i&&i.getAttribute("id")===s;if(e){if(!n||void 0!==a){let t=this.Reveal.getIndices(e);this.Reveal.slide(t.h,t.v,a)}}else this.Reveal.slide(t.h||0,t.v||0)}else{let i,a=e.hashOneBasedIndex?1:0,s=parseInt(n[0],10)-a||0,o=parseInt(n[1],10)-a||0;e.fragmentInURL&&(i=parseInt(n[2],10),isNaN(i)&&(i=void 0)),s===t.h&&o===t.v&&void 0===i||this.Reveal.slide(s,o,i)}}writeURL(e){let t=this.Reveal.getConfig(),i=this.Reveal.getCurrentSlide();if(clearTimeout(this.writeURLTimeout),"number"==typeof e)this.writeURLTimeout=setTimeout(this.writeURL,e);else if(i){let e=this.getHash();t.history?window.location.hash=e:t.hash&&("/"===e?window.history.replaceState(null,null,window.location.pathname+window.location.search):window.history.replaceState(null,null,"#"+e))}}getHash(e){let t="/",i=e||this.Reveal.getCurrentSlide(),a=i?i.getAttribute("id"):null;a&&(a=encodeURIComponent(a));let n=this.Reveal.getIndices(e);if(this.Reveal.getConfig().fragmentInURL||(n.f=void 0),"string"==typeof a&&a.length)t="/"+a,n.f>=0&&(t+="/"+n.f);else{let e=this.Reveal.getConfig().hashOneBasedIndex?1:0;(n.h>0||n.v>0||n.f>=0)&&(t+=n.h+e),(n.v>0||n.f>=0)&&(t+="/"+(n.v+e)),n.f>=0&&(t+="/"+n.f)}return t}onWindowHashChange(e){this.readURL()}}class D{constructor(e){this.Reveal=e,this.onNavigateLeftClicked=this.onNavigateLeftClicked.bind(this),this.onNavigateRightClicked=this.onNavigateRightClicked.bind(this),this.onNavigateUpClicked=this.onNavigateUpClicked.bind(this),this.onNavigateDownClicked=this.onNavigateDownClicked.bind(this),this.onNavigatePrevClicked=this.onNavigatePrevClicked.bind(this),this.onNavigateNextClicked=this.onNavigateNextClicked.bind(this)}render(){const e=this.Reveal.getConfig().rtl,t=this.Reveal.getRevealElement();this.element=document.createElement("aside"),this.element.className="controls",this.element.innerHTML=`\n\t\t\t\n\t\t\t\n\t\t\t`,this.Reveal.getRevealElement().appendChild(this.element),this.controlsLeft=a(t,".navigate-left"),this.controlsRight=a(t,".navigate-right"),this.controlsUp=a(t,".navigate-up"),this.controlsDown=a(t,".navigate-down"),this.controlsPrev=a(t,".navigate-prev"),this.controlsNext=a(t,".navigate-next"),this.controlsRightArrow=this.element.querySelector(".navigate-right"),this.controlsLeftArrow=this.element.querySelector(".navigate-left"),this.controlsDownArrow=this.element.querySelector(".navigate-down")}configure(e,t){this.element.style.display=e.controls?"block":"none",this.element.setAttribute("data-controls-layout",e.controlsLayout),this.element.setAttribute("data-controls-back-arrows",e.controlsBackArrows)}bind(){let e=["touchstart","click"];f&&(e=["touchstart"]),e.forEach((e=>{this.controlsLeft.forEach((t=>t.addEventListener(e,this.onNavigateLeftClicked,!1))),this.controlsRight.forEach((t=>t.addEventListener(e,this.onNavigateRightClicked,!1))),this.controlsUp.forEach((t=>t.addEventListener(e,this.onNavigateUpClicked,!1))),this.controlsDown.forEach((t=>t.addEventListener(e,this.onNavigateDownClicked,!1))),this.controlsPrev.forEach((t=>t.addEventListener(e,this.onNavigatePrevClicked,!1))),this.controlsNext.forEach((t=>t.addEventListener(e,this.onNavigateNextClicked,!1)))}))}unbind(){["touchstart","click"].forEach((e=>{this.controlsLeft.forEach((t=>t.removeEventListener(e,this.onNavigateLeftClicked,!1))),this.controlsRight.forEach((t=>t.removeEventListener(e,this.onNavigateRightClicked,!1))),this.controlsUp.forEach((t=>t.removeEventListener(e,this.onNavigateUpClicked,!1))),this.controlsDown.forEach((t=>t.removeEventListener(e,this.onNavigateDownClicked,!1))),this.controlsPrev.forEach((t=>t.removeEventListener(e,this.onNavigatePrevClicked,!1))),this.controlsNext.forEach((t=>t.removeEventListener(e,this.onNavigateNextClicked,!1)))}))}update(){let e=this.Reveal.availableRoutes();[...this.controlsLeft,...this.controlsRight,...this.controlsUp,...this.controlsDown,...this.controlsPrev,...this.controlsNext].forEach((e=>{e.classList.remove("enabled","fragmented"),e.setAttribute("disabled","disabled")})),e.left&&this.controlsLeft.forEach((e=>{e.classList.add("enabled"),e.removeAttribute("disabled")})),e.right&&this.controlsRight.forEach((e=>{e.classList.add("enabled"),e.removeAttribute("disabled")})),e.up&&this.controlsUp.forEach((e=>{e.classList.add("enabled"),e.removeAttribute("disabled")})),e.down&&this.controlsDown.forEach((e=>{e.classList.add("enabled"),e.removeAttribute("disabled")})),(e.left||e.up)&&this.controlsPrev.forEach((e=>{e.classList.add("enabled"),e.removeAttribute("disabled")})),(e.right||e.down)&&this.controlsNext.forEach((e=>{e.classList.add("enabled"),e.removeAttribute("disabled")}));let t=this.Reveal.getCurrentSlide();if(t){let e=this.Reveal.fragments.availableRoutes();e.prev&&this.controlsPrev.forEach((e=>{e.classList.add("fragmented","enabled"),e.removeAttribute("disabled")})),e.next&&this.controlsNext.forEach((e=>{e.classList.add("fragmented","enabled"),e.removeAttribute("disabled")})),this.Reveal.isVerticalSlide(t)?(e.prev&&this.controlsUp.forEach((e=>{e.classList.add("fragmented","enabled"),e.removeAttribute("disabled")})),e.next&&this.controlsDown.forEach((e=>{e.classList.add("fragmented","enabled"),e.removeAttribute("disabled")}))):(e.prev&&this.controlsLeft.forEach((e=>{e.classList.add("fragmented","enabled"),e.removeAttribute("disabled")})),e.next&&this.controlsRight.forEach((e=>{e.classList.add("fragmented","enabled"),e.removeAttribute("disabled")})))}if(this.Reveal.getConfig().controlsTutorial){let t=this.Reveal.getIndices();!this.Reveal.hasNavigatedVertically()&&e.down?this.controlsDownArrow.classList.add("highlight"):(this.controlsDownArrow.classList.remove("highlight"),this.Reveal.getConfig().rtl?!this.Reveal.hasNavigatedHorizontally()&&e.left&&0===t.v?this.controlsLeftArrow.classList.add("highlight"):this.controlsLeftArrow.classList.remove("highlight"):!this.Reveal.hasNavigatedHorizontally()&&e.right&&0===t.v?this.controlsRightArrow.classList.add("highlight"):this.controlsRightArrow.classList.remove("highlight"))}}onNavigateLeftClicked(e){e.preventDefault(),this.Reveal.onUserInput(),"linear"===this.Reveal.getConfig().navigationMode?this.Reveal.prev():this.Reveal.left()}onNavigateRightClicked(e){e.preventDefault(),this.Reveal.onUserInput(),"linear"===this.Reveal.getConfig().navigationMode?this.Reveal.next():this.Reveal.right()}onNavigateUpClicked(e){e.preventDefault(),this.Reveal.onUserInput(),this.Reveal.up()}onNavigateDownClicked(e){e.preventDefault(),this.Reveal.onUserInput(),this.Reveal.down()}onNavigatePrevClicked(e){e.preventDefault(),this.Reveal.onUserInput(),this.Reveal.prev()}onNavigateNextClicked(e){e.preventDefault(),this.Reveal.onUserInput(),this.Reveal.next()}}class I{constructor(e){this.Reveal=e,this.onProgressClicked=this.onProgressClicked.bind(this)}render(){this.element=document.createElement("div"),this.element.className="progress",this.Reveal.getRevealElement().appendChild(this.element),this.bar=document.createElement("span"),this.element.appendChild(this.bar)}configure(e,t){this.element.style.display=e.progress?"block":"none"}bind(){this.Reveal.getConfig().progress&&this.element&&this.element.addEventListener("click",this.onProgressClicked,!1)}unbind(){this.Reveal.getConfig().progress&&this.element&&this.element.removeEventListener("click",this.onProgressClicked,!1)}update(){if(this.Reveal.getConfig().progress&&this.bar){let e=this.Reveal.getProgress();this.Reveal.getTotalSlides()<2&&(e=0),this.bar.style.transform="scaleX("+e+")"}}getMaxWidth(){return this.Reveal.getRevealElement().offsetWidth}onProgressClicked(e){this.Reveal.onUserInput(e),e.preventDefault();let t=this.Reveal.getSlides(),i=t.length,a=Math.floor(e.clientX/this.getMaxWidth()*i);this.Reveal.getConfig().rtl&&(a=i-a);let n=this.Reveal.getIndices(t[a]);this.Reveal.slide(n.h,n.v)}}class T{constructor(e){this.Reveal=e,this.lastMouseWheelStep=0,this.cursorHidden=!1,this.cursorInactiveTimeout=0,this.onDocumentCursorActive=this.onDocumentCursorActive.bind(this),this.onDocumentMouseScroll=this.onDocumentMouseScroll.bind(this)}configure(e,t){e.mouseWheel?(document.addEventListener("DOMMouseScroll",this.onDocumentMouseScroll,!1),document.addEventListener("mousewheel",this.onDocumentMouseScroll,!1)):(document.removeEventListener("DOMMouseScroll",this.onDocumentMouseScroll,!1),document.removeEventListener("mousewheel",this.onDocumentMouseScroll,!1)),e.hideInactiveCursor?(document.addEventListener("mousemove",this.onDocumentCursorActive,!1),document.addEventListener("mousedown",this.onDocumentCursorActive,!1)):(this.showCursor(),document.removeEventListener("mousemove",this.onDocumentCursorActive,!1),document.removeEventListener("mousedown",this.onDocumentCursorActive,!1))}showCursor(){this.cursorHidden&&(this.cursorHidden=!1,this.Reveal.getRevealElement().style.cursor="")}hideCursor(){!1===this.cursorHidden&&(this.cursorHidden=!0,this.Reveal.getRevealElement().style.cursor="none")}onDocumentCursorActive(e){this.showCursor(),clearTimeout(this.cursorInactiveTimeout),this.cursorInactiveTimeout=setTimeout(this.hideCursor.bind(this),this.Reveal.getConfig().hideCursorTime)}onDocumentMouseScroll(e){if(Date.now()-this.lastMouseWheelStep>1e3){this.lastMouseWheelStep=Date.now();let t=e.detail||-e.wheelDelta;t>0?this.Reveal.next():t<0&&this.Reveal.prev()}}}const z=(e,t)=>{const i=document.createElement("script");i.type="text/javascript",i.async=!1,i.defer=!1,i.src=e,"function"==typeof t&&(i.onload=i.onreadystatechange=e=>{("load"===e.type||/loaded|complete/.test(i.readyState))&&(i.onload=i.onreadystatechange=i.onerror=null,t())},i.onerror=e=>{i.onload=i.onreadystatechange=i.onerror=null,t(new Error("Failed loading script: "+i.src+"\n"+e))});const a=document.querySelector("head");a.insertBefore(i,a.lastChild)};class H{constructor(e){this.Reveal=e,this.state="idle",this.registeredPlugins={},this.asyncDependencies=[]}load(e,t){return this.state="loading",e.forEach(this.registerPlugin.bind(this)),new Promise((e=>{let i=[],a=0;if(t.forEach((e=>{e.condition&&!e.condition()||(e.async?this.asyncDependencies.push(e):i.push(e))})),i.length){a=i.length;const t=t=>{t&&"function"==typeof t.callback&&t.callback(),0==--a&&this.initPlugins().then(e)};i.forEach((e=>{"string"==typeof e.id?(this.registerPlugin(e),t(e)):"string"==typeof e.src?z(e.src,(()=>t(e))):(console.warn("Unrecognized plugin format",e),t())}))}else this.initPlugins().then(e)}))}initPlugins(){return new Promise((e=>{let t=Object.values(this.registeredPlugins),i=t.length;if(0===i)this.loadAsync().then(e);else{let a,n=()=>{0==--i?this.loadAsync().then(e):a()},s=0;a=()=>{let e=t[s++];if("function"==typeof e.init){let t=e.init(this.Reveal);t&&"function"==typeof t.then?t.then(n):n()}else n()},a()}}))}loadAsync(){return this.state="loaded",this.asyncDependencies.length&&this.asyncDependencies.forEach((e=>{z(e.src,e.callback)})),Promise.resolve()}registerPlugin(e){2===arguments.length&&"string"==typeof arguments[0]?(e=arguments[1]).id=arguments[0]:"function"==typeof e&&(e=e());let t=e.id;"string"!=typeof t?console.warn("Unrecognized plugin format; can't find plugin.id",e):void 0===this.registeredPlugins[t]?(this.registeredPlugins[t]=e,"loaded"===this.state&&"function"==typeof e.init&&e.init(this.Reveal)):console.warn('reveal.js: "'+t+'" plugin has already been registered')}hasPlugin(e){return!!this.registeredPlugins[e]}getPlugin(e){return this.registeredPlugins[e]}getRegisteredPlugins(){return this.registeredPlugins}}class B{constructor(e){this.Reveal=e}async setupPDF(){const e=this.Reveal.getConfig(),t=a(this.Reveal.getRevealElement(),".slides section"),i=e.slideNumber&&/all|print/i.test(e.showSlideNumber),n=this.Reveal.getComputedSlideSize(window.innerWidth,window.innerHeight),s=Math.floor(n.width*(1+e.margin)),o=Math.floor(n.height*(1+e.margin)),r=n.width,l=n.height;await new Promise(requestAnimationFrame),c("@page{size:"+s+"px "+o+"px; margin: 0px;}"),c(".reveal section>img, .reveal section>video, .reveal section>iframe{max-width: "+r+"px; max-height:"+l+"px}"),document.documentElement.classList.add("print-pdf"),document.body.style.width=s+"px",document.body.style.height=o+"px",await new Promise(requestAnimationFrame),this.Reveal.layoutSlideContents(r,l),t.forEach((e=>this.Reveal.slideContent.layout(e))),await new Promise(requestAnimationFrame);const d=t.map((e=>e.scrollHeight)),h=[],u=t[0].parentNode;t.forEach((function(t,n){if(!1===t.classList.contains("stack")){let c=(s-r)/2,u=(o-l)/2;const g=d[n];let v=Math.max(Math.ceil(g/o),1);v=Math.min(v,e.pdfMaxPagesPerSlide),(1===v&&e.center||t.classList.contains("center"))&&(u=Math.max((o-g)/2,0));const p=document.createElement("div");if(h.push(p),p.className="pdf-page",p.style.height=(o+e.pdfPageHeightOffset)*v+"px",p.appendChild(t),t.style.left=c+"px",t.style.top=u+"px",t.style.width=r+"px",t.slideBackgroundElement&&p.insertBefore(t.slideBackgroundElement,t),e.showNotes){const i=this.Reveal.getSlideNotes(t);if(i){const t=8,a="string"==typeof e.showNotes?e.showNotes:"inline",n=document.createElement("div");n.classList.add("speaker-notes"),n.classList.add("speaker-notes-pdf"),n.setAttribute("data-layout",a),n.innerHTML=i,"separate-page"===a?h.push(n):(n.style.left=t+"px",n.style.bottom=t+"px",n.style.width=s-2*t+"px",p.appendChild(n))}}if(i){const e=n+1,t=document.createElement("div");t.classList.add("slide-number"),t.classList.add("slide-number-pdf"),t.innerHTML=e,p.appendChild(t)}if(e.pdfSeparateFragments){const e=this.Reveal.fragments.sort(p.querySelectorAll(".fragment"),!0);let t;e.forEach((function(e){t&&t.forEach((function(e){e.classList.remove("current-fragment")})),e.forEach((function(e){e.classList.add("visible","current-fragment")}),this);const i=p.cloneNode(!0);h.push(i),t=e}),this),e.forEach((function(e){e.forEach((function(e){e.classList.remove("visible","current-fragment")}))}))}else a(p,".fragment:not(.fade-out)").forEach((function(e){e.classList.add("visible")}))}}),this),await new Promise(requestAnimationFrame),h.forEach((e=>u.appendChild(e))),this.Reveal.dispatchEvent({type:"pdf-ready"})}isPrintingPDF(){return/print-pdf/gi.test(window.location.search)}}class q{constructor(e){this.Reveal=e,this.touchStartX=0,this.touchStartY=0,this.touchStartCount=0,this.touchCaptured=!1,this.onPointerDown=this.onPointerDown.bind(this),this.onPointerMove=this.onPointerMove.bind(this),this.onPointerUp=this.onPointerUp.bind(this),this.onTouchStart=this.onTouchStart.bind(this),this.onTouchMove=this.onTouchMove.bind(this),this.onTouchEnd=this.onTouchEnd.bind(this)}bind(){let e=this.Reveal.getRevealElement();"onpointerdown"in window?(e.addEventListener("pointerdown",this.onPointerDown,!1),e.addEventListener("pointermove",this.onPointerMove,!1),e.addEventListener("pointerup",this.onPointerUp,!1)):window.navigator.msPointerEnabled?(e.addEventListener("MSPointerDown",this.onPointerDown,!1),e.addEventListener("MSPointerMove",this.onPointerMove,!1),e.addEventListener("MSPointerUp",this.onPointerUp,!1)):(e.addEventListener("touchstart",this.onTouchStart,!1),e.addEventListener("touchmove",this.onTouchMove,!1),e.addEventListener("touchend",this.onTouchEnd,!1))}unbind(){let e=this.Reveal.getRevealElement();e.removeEventListener("pointerdown",this.onPointerDown,!1),e.removeEventListener("pointermove",this.onPointerMove,!1),e.removeEventListener("pointerup",this.onPointerUp,!1),e.removeEventListener("MSPointerDown",this.onPointerDown,!1),e.removeEventListener("MSPointerMove",this.onPointerMove,!1),e.removeEventListener("MSPointerUp",this.onPointerUp,!1),e.removeEventListener("touchstart",this.onTouchStart,!1),e.removeEventListener("touchmove",this.onTouchMove,!1),e.removeEventListener("touchend",this.onTouchEnd,!1)}isSwipePrevented(e){if(r(e,"video, audio"))return!0;for(;e&&"function"==typeof e.hasAttribute;){if(e.hasAttribute("data-prevent-swipe"))return!0;e=e.parentNode}return!1}onTouchStart(e){if(this.isSwipePrevented(e.target))return!0;this.touchStartX=e.touches[0].clientX,this.touchStartY=e.touches[0].clientY,this.touchStartCount=e.touches.length}onTouchMove(e){if(this.isSwipePrevented(e.target))return!0;let t=this.Reveal.getConfig();if(this.touchCaptured)f&&e.preventDefault();else{this.Reveal.onUserInput(e);let i=e.touches[0].clientX,a=e.touches[0].clientY;if(1===e.touches.length&&2!==this.touchStartCount){let n=this.Reveal.availableRoutes({includeFragments:!0}),s=i-this.touchStartX,o=a-this.touchStartY;s>40&&Math.abs(s)>Math.abs(o)?(this.touchCaptured=!0,"linear"===t.navigationMode?t.rtl?this.Reveal.next():this.Reveal.prev():this.Reveal.left()):s<-40&&Math.abs(s)>Math.abs(o)?(this.touchCaptured=!0,"linear"===t.navigationMode?t.rtl?this.Reveal.prev():this.Reveal.next():this.Reveal.right()):o>40&&n.up?(this.touchCaptured=!0,"linear"===t.navigationMode?this.Reveal.prev():this.Reveal.up()):o<-40&&n.down&&(this.touchCaptured=!0,"linear"===t.navigationMode?this.Reveal.next():this.Reveal.down()),t.embedded?(this.touchCaptured||this.Reveal.isVerticalSlide())&&e.preventDefault():e.preventDefault()}}}onTouchEnd(e){this.touchCaptured=!1}onPointerDown(e){e.pointerType!==e.MSPOINTER_TYPE_TOUCH&&"touch"!==e.pointerType||(e.touches=[{clientX:e.clientX,clientY:e.clientY}],this.onTouchStart(e))}onPointerMove(e){e.pointerType!==e.MSPOINTER_TYPE_TOUCH&&"touch"!==e.pointerType||(e.touches=[{clientX:e.clientX,clientY:e.clientY}],this.onTouchMove(e))}onPointerUp(e){e.pointerType!==e.MSPOINTER_TYPE_TOUCH&&"touch"!==e.pointerType||(e.touches=[{clientX:e.clientX,clientY:e.clientY}],this.onTouchEnd(e))}}class F{constructor(e){this.Reveal=e,this.onRevealPointerDown=this.onRevealPointerDown.bind(this),this.onDocumentPointerDown=this.onDocumentPointerDown.bind(this)}configure(e,t){e.embedded?this.blur():(this.focus(),this.unbind())}bind(){this.Reveal.getConfig().embedded&&this.Reveal.getRevealElement().addEventListener("pointerdown",this.onRevealPointerDown,!1)}unbind(){this.Reveal.getRevealElement().removeEventListener("pointerdown",this.onRevealPointerDown,!1),document.removeEventListener("pointerdown",this.onDocumentPointerDown,!1)}focus(){"focus"!==this.state&&(this.Reveal.getRevealElement().classList.add("focused"),document.addEventListener("pointerdown",this.onDocumentPointerDown,!1)),this.state="focus"}blur(){"blur"!==this.state&&(this.Reveal.getRevealElement().classList.remove("focused"),document.removeEventListener("pointerdown",this.onDocumentPointerDown,!1)),this.state="blur"}isFocused(){return"focus"===this.state}onRevealPointerDown(e){this.focus()}onDocumentPointerDown(e){let t=l(e.target,".reveal");t&&t===this.Reveal.getRevealElement()||this.blur()}}class U{constructor(e){this.Reveal=e}render(){this.element=document.createElement("div"),this.element.className="speaker-notes",this.element.setAttribute("data-prevent-swipe",""),this.element.setAttribute("tabindex","0"),this.Reveal.getRevealElement().appendChild(this.element)}configure(e,t){e.showNotes&&this.element.setAttribute("data-layout","string"==typeof e.showNotes?e.showNotes:"inline")}update(){this.Reveal.getConfig().showNotes&&this.element&&this.Reveal.getCurrentSlide()&&!this.Reveal.print.isPrintingPDF()&&(this.element.innerHTML=this.getSlideNotes()||'No notes on this slide.')}updateVisibility(){this.Reveal.getConfig().showNotes&&this.hasNotes()&&!this.Reveal.print.isPrintingPDF()?this.Reveal.getRevealElement().classList.add("show-notes"):this.Reveal.getRevealElement().classList.remove("show-notes")}hasNotes(){return this.Reveal.getSlidesElement().querySelectorAll("[data-notes], aside.notes").length>0}isSpeakerNotesWindow(){return!!window.location.search.match(/receiver/gi)}getSlideNotes(e=this.Reveal.getCurrentSlide()){if(e.hasAttribute("data-notes"))return e.getAttribute("data-notes");let t=e.querySelector("aside.notes");return t?t.innerHTML:null}}class O{constructor(e,t){this.diameter=100,this.diameter2=this.diameter/2,this.thickness=6,this.playing=!1,this.progress=0,this.progressOffset=1,this.container=e,this.progressCheck=t,this.canvas=document.createElement("canvas"),this.canvas.className="playback",this.canvas.width=this.diameter,this.canvas.height=this.diameter,this.canvas.style.width=this.diameter2+"px",this.canvas.style.height=this.diameter2+"px",this.context=this.canvas.getContext("2d"),this.container.appendChild(this.canvas),this.render()}setPlaying(e){const t=this.playing;this.playing=e,!t&&this.playing?this.animate():this.render()}animate(){const e=this.progress;this.progress=this.progressCheck(),e>.8&&this.progress<.2&&(this.progressOffset=this.progress),this.render(),this.playing&&requestAnimationFrame(this.animate.bind(this))}render(){let e=this.playing?this.progress:0,t=this.diameter2-this.thickness,i=this.diameter2,a=this.diameter2,n=28;this.progressOffset+=.1*(1-this.progressOffset);const s=-Math.PI/2+e*(2*Math.PI),o=-Math.PI/2+this.progressOffset*(2*Math.PI);this.context.save(),this.context.clearRect(0,0,this.diameter,this.diameter),this.context.beginPath(),this.context.arc(i,a,t+4,0,2*Math.PI,!1),this.context.fillStyle="rgba( 0, 0, 0, 0.4 )",this.context.fill(),this.context.beginPath(),this.context.arc(i,a,t,0,2*Math.PI,!1),this.context.lineWidth=this.thickness,this.context.strokeStyle="rgba( 255, 255, 255, 0.2 )",this.context.stroke(),this.playing&&(this.context.beginPath(),this.context.arc(i,a,t,o,s,!1),this.context.lineWidth=this.thickness,this.context.strokeStyle="#fff",this.context.stroke()),this.context.translate(i-14,a-14),this.playing?(this.context.fillStyle="#fff",this.context.fillRect(0,0,10,n),this.context.fillRect(18,0,10,n)):(this.context.beginPath(),this.context.translate(4,0),this.context.moveTo(0,0),this.context.lineTo(24,14),this.context.lineTo(0,n),this.context.fillStyle="#fff",this.context.fill()),this.context.restore()}on(e,t){this.canvas.addEventListener(e,t,!1)}off(e,t){this.canvas.removeEventListener(e,t,!1)}destroy(){this.playing=!1,this.canvas.parentNode&&this.container.removeChild(this.canvas)}}var W={width:960,height:700,margin:.04,minScale:.2,maxScale:2,controls:!0,controlsTutorial:!0,controlsLayout:"bottom-right",controlsBackArrows:"faded",progress:!0,slideNumber:!1,showSlideNumber:"all",hashOneBasedIndex:!1,hash:!1,respondToHashChanges:!0,history:!1,keyboard:!0,keyboardCondition:null,disableLayout:!1,overview:!0,center:!0,touch:!0,loop:!1,rtl:!1,navigationMode:"default",shuffle:!1,fragments:!0,fragmentInURL:!0,embedded:!1,help:!0,pause:!0,showNotes:!1,showHiddenSlides:!1,autoPlayMedia:null,preloadIframes:null,autoAnimate:!0,autoAnimateMatcher:null,autoAnimateEasing:"ease",autoAnimateDuration:1,autoAnimateUnmatched:!0,autoAnimateStyles:["opacity","color","background-color","padding","font-size","line-height","letter-spacing","border-width","border-color","border-radius","outline","outline-offset"],autoSlide:0,autoSlideStoppable:!0,autoSlideMethod:null,defaultTiming:null,mouseWheel:!1,previewLinks:!1,postMessage:!0,postMessageEvents:!1,focusBodyOnPageVisibilityChange:!0,transition:"slide",transitionSpeed:"default",backgroundTransition:"fade",parallaxBackgroundImage:"",parallaxBackgroundSize:"",parallaxBackgroundRepeat:"",parallaxBackgroundPosition:"",parallaxBackgroundHorizontal:null,parallaxBackgroundVertical:null,pdfMaxPagesPerSlide:Number.POSITIVE_INFINITY,pdfSeparateFragments:!0,pdfPageHeightOffset:-1,viewDistance:3,mobileViewDistance:2,display:"block",hideInactiveCursor:!0,hideCursorTime:5e3,dependencies:[],plugins:[]};function V(t,r){arguments.length<2&&(r=arguments[0],t=document.querySelector(".reveal"));const c={};let g,v,m,f,y,w={},R=!1,E={hasNavigatedHorizontally:!1,hasNavigatedVertically:!1},L=[],z=1,V={layout:"",overview:""},$={},K="idle",j=0,X=0,Y=-1,_=!1,J=new A(c),Q=new S(c),Z=new x(c),G=new k(c),ee=new C(c),te=new P(c),ie=new N(c),ae=new M(c),ne=new D(c),se=new I(c),oe=new T(c),re=new H(c),le=new B(c),de=new F(c),ce=new q(c),he=new U(c);function ue(e){return $.wrapper=t,$.slides=t.querySelector(".slides"),w={...W,...w,...r,...e,...h()},ge(),window.addEventListener("load",He,!1),re.load(w.plugins,w.dependencies).then(ve),new Promise((e=>c.on("ready",e)))}function ge(){!0===w.embedded?$.viewport=l(t,".reveal-viewport")||t:($.viewport=document.body,document.documentElement.classList.add("reveal-full-page")),$.viewport.classList.add("reveal-viewport")}function ve(){R=!0,pe(),me(),Re(),we(),et(),Ae(),ae.readURL(),G.update(!0),setTimeout((()=>{$.slides.classList.remove("no-transition"),$.wrapper.classList.add("ready"),Ce({type:"ready",data:{indexh:g,indexv:v,currentSlide:f}})}),1),le.isPrintingPDF()&&(Ee(),"complete"===document.readyState?le.setupPDF():window.addEventListener("load",(()=>{le.setupPDF()})))}function pe(){w.showHiddenSlides||a($.wrapper,'section[data-visibility="hidden"]').forEach((e=>{e.parentNode.removeChild(e)}))}function me(){$.slides.classList.add("no-transition"),p?$.wrapper.classList.add("no-hover"):$.wrapper.classList.remove("no-hover"),G.render(),Q.render(),ne.render(),se.render(),he.render(),$.pauseOverlay=d($.wrapper,"div","pause-overlay",w.controls?'':null),$.statusElement=fe(),$.wrapper.setAttribute("role","application")}function fe(){let e=$.wrapper.querySelector(".aria-status");return e||(e=document.createElement("div"),e.style.position="absolute",e.style.height="1px",e.style.width="1px",e.style.overflow="hidden",e.style.clip="rect( 1px, 1px, 1px, 1px )",e.classList.add("aria-status"),e.setAttribute("aria-live","polite"),e.setAttribute("aria-atomic","true"),$.wrapper.appendChild(e)),e}function be(e){$.statusElement.textContent=e}function ye(e){let t="";if(3===e.nodeType)t+=e.textContent;else if(1===e.nodeType){let i=e.getAttribute("aria-hidden"),a="none"===window.getComputedStyle(e).display;"true"===i||a||Array.from(e.childNodes).forEach((e=>{t+=ye(e)}))}return t=t.trim(),""===t?"":t+" "}function we(){setInterval((()=>{0===$.wrapper.scrollTop&&0===$.wrapper.scrollLeft||($.wrapper.scrollTop=0,$.wrapper.scrollLeft=0)}),1e3)}function Re(){w.postMessage&&window.addEventListener("message",(t=>{let i=t.data;if("string"==typeof i&&"{"===i.charAt(0)&&"}"===i.charAt(i.length-1)&&(i=JSON.parse(i),i.method&&"function"==typeof c[i.method]))if(!1===e.test(i.method)){const e=c[i.method].apply(c,i.args);Pe("callback",{method:i.method,result:e})}else console.warn('reveal.js: "'+i.method+'" is is blacklisted from the postMessage API')}),!1)}function Ae(e){const t={...w};if("object"==typeof e&&i(w,e),!1===c.isReady())return;const a=$.wrapper.querySelectorAll(".slides section").length;$.wrapper.classList.remove(t.transition),$.wrapper.classList.add(w.transition),$.wrapper.setAttribute("data-transition-speed",w.transitionSpeed),$.wrapper.setAttribute("data-background-transition",w.backgroundTransition),$.viewport.style.setProperty("--slide-width",w.width+"px"),$.viewport.style.setProperty("--slide-height",w.height+"px"),w.shuffle&&tt(),n($.wrapper,"embedded",w.embedded),n($.wrapper,"rtl",w.rtl),n($.wrapper,"center",w.center),!1===w.pause&&je(),w.previewLinks?(Ne(),Me("[data-preview-link=false]")):(Me(),Ne("[data-preview-link]:not([data-preview-link=false])")),Z.reset(),y&&(y.destroy(),y=null),a>1&&w.autoSlide&&w.autoSlideStoppable&&(y=new O($.wrapper,(()=>Math.min(Math.max((Date.now()-Y)/j,0),1))),y.on("click",zt),_=!1),"default"!==w.navigationMode?$.wrapper.setAttribute("data-navigation-mode",w.navigationMode):$.wrapper.removeAttribute("data-navigation-mode"),he.configure(w,t),de.configure(w,t),oe.configure(w,t),ne.configure(w,t),se.configure(w,t),ie.configure(w,t),ee.configure(w,t),Q.configure(w,t),Ze()}function Se(){window.addEventListener("resize",Dt,!1),w.touch&&ce.bind(),w.keyboard&&ie.bind(),w.progress&&se.bind(),w.respondToHashChanges&&ae.bind(),ne.bind(),de.bind(),$.slides.addEventListener("transitionend",Mt,!1),$.pauseOverlay.addEventListener("click",je,!1),w.focusBodyOnPageVisibilityChange&&document.addEventListener("visibilitychange",It,!1)}function Ee(){ce.unbind(),de.unbind(),ie.unbind(),ne.unbind(),se.unbind(),ae.unbind(),window.removeEventListener("resize",Dt,!1),$.slides.removeEventListener("transitionend",Mt,!1),$.pauseOverlay.removeEventListener("click",je,!1)}function ke(e,i,a){t.addEventListener(e,i,a)}function Le(e,i,a){t.removeEventListener(e,i,a)}function xe(e){"string"==typeof e.layout&&(V.layout=e.layout),"string"==typeof e.overview&&(V.overview=e.overview),V.layout?o($.slides,V.layout+" "+V.overview):o($.slides,V.overview)}function Ce({target:e=$.wrapper,type:t,data:a,bubbles:n=!0}){let s=document.createEvent("HTMLEvents",1,2);s.initEvent(t,n,!0),i(s,a),e.dispatchEvent(s),e===$.wrapper&&Pe(t)}function Pe(e,t){if(w.postMessageEvents&&window.parent!==window.self){let a={namespace:"reveal",eventName:e,state:bt()};i(a,t),window.parent.postMessage(JSON.stringify(a),"*")}}function Ne(e="a"){Array.from($.wrapper.querySelectorAll(e)).forEach((e=>{/^(http|www)/gi.test(e.getAttribute("href"))&&e.addEventListener("click",Tt,!1)}))}function Me(e="a"){Array.from($.wrapper.querySelectorAll(e)).forEach((e=>{/^(http|www)/gi.test(e.getAttribute("href"))&&e.removeEventListener("click",Tt,!1)}))}function De(e){ze(),$.overlay=document.createElement("div"),$.overlay.classList.add("overlay"),$.overlay.classList.add("overlay-preview"),$.wrapper.appendChild($.overlay),$.overlay.innerHTML=`
    \n\t\t\t\t\n\t\t\t\t\n\t\t\t
    \n\t\t\t
    \n\t\t\t
    \n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\tUnable to load iframe. This is likely due to the site's policy (x-frame-options).\n\t\t\t\t\n\t\t\t
    `,$.overlay.querySelector("iframe").addEventListener("load",(e=>{$.overlay.classList.add("loaded")}),!1),$.overlay.querySelector(".close").addEventListener("click",(e=>{ze(),e.preventDefault()}),!1),$.overlay.querySelector(".external").addEventListener("click",(e=>{ze()}),!1)}function Ie(e){"boolean"==typeof e?e?Te():ze():$.overlay?ze():Te()}function Te(){if(w.help){ze(),$.overlay=document.createElement("div"),$.overlay.classList.add("overlay"),$.overlay.classList.add("overlay-help"),$.wrapper.appendChild($.overlay);let e='

    Keyboard Shortcuts


    ',t=ie.getShortcuts(),i=ie.getBindings();e+="";for(let i in t)e+=``;for(let t in i)i[t].key&&i[t].description&&(e+=``);e+="
    KEYACTION
    ${i}${t[i]}
    ${i[t].key}${i[t].description}
    ",$.overlay.innerHTML=`\n\t\t\t\t
    \n\t\t\t\t\t\n\t\t\t\t
    \n\t\t\t\t
    \n\t\t\t\t\t
    ${e}
    \n\t\t\t\t
    \n\t\t\t`,$.overlay.querySelector(".close").addEventListener("click",(e=>{ze(),e.preventDefault()}),!1)}}function ze(){return!!$.overlay&&($.overlay.parentNode.removeChild($.overlay),$.overlay=null,!0)}function He(){if($.wrapper&&!le.isPrintingPDF()){if(!w.disableLayout){p&&!w.embedded&&document.documentElement.style.setProperty("--vh",.01*window.innerHeight+"px");const e=qe(),t=z;Be(w.width,w.height),$.slides.style.width=e.width+"px",$.slides.style.height=e.height+"px",z=Math.min(e.presentationWidth/e.width,e.presentationHeight/e.height),z=Math.max(z,w.minScale),z=Math.min(z,w.maxScale),1===z?($.slides.style.zoom="",$.slides.style.left="",$.slides.style.top="",$.slides.style.bottom="",$.slides.style.right="",xe({layout:""})):z>1&&b&&window.devicePixelRatio<2?($.slides.style.zoom=z,$.slides.style.left="",$.slides.style.top="",$.slides.style.bottom="",$.slides.style.right="",xe({layout:""})):($.slides.style.zoom="",$.slides.style.left="50%",$.slides.style.top="50%",$.slides.style.bottom="auto",$.slides.style.right="auto",xe({layout:"translate(-50%, -50%) scale("+z+")"}));const i=Array.from($.wrapper.querySelectorAll(".slides section"));for(let t=0,a=i.length;t .stretch, section > .r-stretch").forEach((i=>{let a=u(i,t);if(/(img|video)/gi.test(i.nodeName)){const t=i.naturalWidth||i.videoWidth,n=i.naturalHeight||i.videoHeight,s=Math.min(e/t,a/n);i.style.width=t*s+"px",i.style.height=n*s+"px"}else i.style.width=e+"px",i.style.height=a+"px"}))}function qe(e,t){const i={width:w.width,height:w.height,presentationWidth:e||$.wrapper.offsetWidth,presentationHeight:t||$.wrapper.offsetHeight};return i.presentationWidth-=i.presentationWidth*w.margin,i.presentationHeight-=i.presentationHeight*w.margin,"string"==typeof i.width&&/%$/.test(i.width)&&(i.width=parseInt(i.width,10)/100*i.presentationWidth),"string"==typeof i.height&&/%$/.test(i.height)&&(i.height=parseInt(i.height,10)/100*i.presentationHeight),i}function Fe(e,t){"object"==typeof e&&"function"==typeof e.setAttribute&&e.setAttribute("data-previous-indexv",t||0)}function Ue(e){if("object"==typeof e&&"function"==typeof e.setAttribute&&e.classList.contains("stack")){const t=e.hasAttribute("data-start-indexv")?"data-start-indexv":"data-previous-indexv";return parseInt(e.getAttribute(t)||0,10)}return 0}function Oe(e=f){return e&&e.parentNode&&!!e.parentNode.nodeName.match(/section/i)}function We(){return!(!f||!Oe(f))&&!f.nextElementSibling}function Ve(){return 0===g&&0===v}function $e(){return!!f&&(!f.nextElementSibling&&(!Oe(f)||!f.parentNode.nextElementSibling))}function Ke(){if(w.pause){const e=$.wrapper.classList.contains("paused");Rt(),$.wrapper.classList.add("paused"),!1===e&&Ce({type:"paused"})}}function je(){const e=$.wrapper.classList.contains("paused");$.wrapper.classList.remove("paused"),wt(),e&&Ce({type:"resumed"})}function Xe(e){"boolean"==typeof e?e?Ke():je():Ye()?je():Ke()}function Ye(){return $.wrapper.classList.contains("paused")}function _e(e){"boolean"==typeof e?e?St():At():_?St():At()}function Je(){return!(!j||_)}function Qe(e,t,i,a){m=f;const n=$.wrapper.querySelectorAll(".slides>section");if(0===n.length)return;void 0!==t||te.isActive()||(t=Ue(n[e])),m&&m.parentNode&&m.parentNode.classList.contains("stack")&&Fe(m.parentNode,v);const s=L.concat();L.length=0;let o=g||0,r=v||0;g=it(".slides>section",void 0===e?g:e),v=it(".slides>section.present>section",void 0===t?v:t);let l=g!==o||v!==r;l||(m=null);let d=n[g],c=d.querySelectorAll("section");f=c[v]||d;let h=!1;l&&m&&f&&!te.isActive()&&(m.hasAttribute("data-auto-animate")&&f.hasAttribute("data-auto-animate")&&m.getAttribute("data-auto-animate-id")===f.getAttribute("data-auto-animate-id")&&!(g>o||v>r?f:m).hasAttribute("data-auto-animate-restart")&&(h=!0,$.slides.classList.add("disable-slide-transitions")),K="running"),at(),He(),te.isActive()&&te.update(),void 0!==i&&ee.goto(i),m&&m!==f&&(m.classList.remove("present"),m.setAttribute("aria-hidden","true"),Ve()&&setTimeout((()=>{ht().forEach((e=>{Fe(e,0)}))}),0));e:for(let e=0,t=L.length;e{be(ye(f))})),se.update(),ne.update(),he.update(),G.update(),G.updateParallax(),Q.update(),ee.update(),ae.writeURL(),wt(),h&&(setTimeout((()=>{$.slides.classList.remove("disable-slide-transitions")}),0),w.autoAnimate&&Z.run(m,f))}function Ze(){Ee(),Se(),He(),j=w.autoSlide,wt(),G.create(),ae.writeURL(),ee.sortAll(),ne.update(),se.update(),at(),he.update(),he.updateVisibility(),G.update(!0),Q.update(),J.formatEmbeddedContent(),!1===w.autoPlayMedia?J.stopEmbeddedContent(f,{unloadIframes:!1}):J.startEmbeddedContent(f),te.isActive()&&te.layout()}function Ge(e=f){G.sync(e),ee.sync(e),J.load(e),G.update(),he.update()}function et(){dt().forEach((e=>{a(e,"section").forEach(((e,t)=>{t>0&&(e.classList.remove("present"),e.classList.remove("past"),e.classList.add("future"),e.setAttribute("aria-hidden","true"))}))}))}function tt(e=dt()){e.forEach(((t,i)=>{let a=e[Math.floor(Math.random()*e.length)];a.parentNode===t.parentNode&&t.parentNode.insertBefore(t,a);let n=t.querySelectorAll("section");n.length&&tt(n)}))}function it(e,t){let i=a($.wrapper,e),n=i.length,s=le.isPrintingPDF();if(n){w.loop&&(t%=n)<0&&(t=n+t),t=Math.max(Math.min(t,n-1),0);for(let e=0;e{e.classList.add("visible"),e.classList.remove("current-fragment")}))):e>t&&(n.classList.add(o?"past":"future"),w.fragments&&a(n,".fragment.visible").forEach((e=>{e.classList.remove("visible","current-fragment")})))}let e=i[t],o=e.classList.contains("present");e.classList.add("present"),e.removeAttribute("hidden"),e.removeAttribute("aria-hidden"),o||Ce({target:e,type:"visible",bubbles:!1});let r=e.getAttribute("data-state");r&&(L=L.concat(r.split(" ")))}else t=0;return t}function at(){let e,t,i=dt(),n=i.length;if(n&&void 0!==g){let s=te.isActive()?10:w.viewDistance;p&&(s=te.isActive()?6:w.mobileViewDistance),le.isPrintingPDF()&&(s=Number.MAX_VALUE);for(let o=0;osection"),i=$.wrapper.querySelectorAll(".slides>section.present>section"),a={left:g>0,right:g0,down:v1&&(a.left=!0,a.right=!0),i.length>1&&(a.up=!0,a.down=!0)),t.length>1&&"linear"===w.navigationMode&&(a.right=a.right||a.down,a.left=a.left||a.up),!0===e){let e=ee.availableRoutes();a.left=a.left||e.prev,a.up=a.up||e.prev,a.down=a.down||e.next,a.right=a.right||e.next}if(w.rtl){let e=a.left;a.left=a.right,a.right=e}return a}function st(e=f){let t=dt(),i=0;e:for(let a=0;a0){let i=.9;t+=f.querySelectorAll(".fragment.visible").length/e.length*i}}return Math.min(t/(e-1),1)}function rt(e){let t,i=g,n=v;if(e){let t=Oe(e),s=t?e.parentNode:e,o=dt();i=Math.max(o.indexOf(s),0),n=void 0,t&&(n=Math.max(a(e.parentNode,"section").indexOf(e),0))}if(!e&&f){if(f.querySelectorAll(".fragment").length>0){let e=f.querySelector(".current-fragment");t=e&&e.hasAttribute("data-fragment-index")?parseInt(e.getAttribute("data-fragment-index"),10):f.querySelectorAll(".fragment.visible").length-1}}return{h:i,v:n,f:t}}function lt(){return a($.wrapper,'.slides section:not(.stack):not([data-visibility="uncounted"])')}function dt(){return a($.wrapper,".slides>section")}function ct(){return a($.wrapper,".slides>section>section")}function ht(){return a($.wrapper,".slides>section.stack")}function ut(){return dt().length>1}function gt(){return ct().length>1}function vt(){return lt().map((e=>{let t={};for(let i=0;i{e.hasAttribute("data-autoplay")&&j&&1e3*e.duration/e.playbackRate>j&&(j=1e3*e.duration/e.playbackRate+1e3)}))),!j||_||Ye()||te.isActive()||$e()&&!ee.availableRoutes().next&&!0!==w.loop||(X=setTimeout((()=>{"function"==typeof w.autoSlideMethod?w.autoSlideMethod():Pt(),wt()}),j),Y=Date.now()),y&&y.setPlaying(-1!==X)}}function Rt(){clearTimeout(X),X=-1}function At(){j&&!_&&(_=!0,Ce({type:"autoslidepaused"}),clearTimeout(X),y&&y.setPlaying(!1))}function St(){j&&_&&(_=!1,Ce({type:"autoslideresumed"}),wt())}function Et(){E.hasNavigatedHorizontally=!0,w.rtl?(te.isActive()||!1===ee.next())&&nt().left&&Qe(g+1,"grid"===w.navigationMode?v:void 0):(te.isActive()||!1===ee.prev())&&nt().left&&Qe(g-1,"grid"===w.navigationMode?v:void 0)}function kt(){E.hasNavigatedHorizontally=!0,w.rtl?(te.isActive()||!1===ee.prev())&&nt().right&&Qe(g-1,"grid"===w.navigationMode?v:void 0):(te.isActive()||!1===ee.next())&&nt().right&&Qe(g+1,"grid"===w.navigationMode?v:void 0)}function Lt(){(te.isActive()||!1===ee.prev())&&nt().up&&Qe(g,v-1)}function xt(){E.hasNavigatedVertically=!0,(te.isActive()||!1===ee.next())&&nt().down&&Qe(g,v+1)}function Ct(){if(!1===ee.prev())if(nt().up)Lt();else{let e;if(e=w.rtl?a($.wrapper,".slides>section.future").pop():a($.wrapper,".slides>section.past").pop(),e){let t=e.querySelectorAll("section").length-1||void 0;Qe(g-1,t)}}}function Pt(){if(E.hasNavigatedHorizontally=!0,E.hasNavigatedVertically=!0,!1===ee.next()){let e=nt();e.down&&e.right&&w.loop&&We()&&(e.down=!1),e.down?xt():w.rtl?Et():kt()}}function Nt(e){w.autoSlideStoppable&&At()}function Mt(e){"running"===K&&/section/gi.test(e.target.nodeName)&&(K="idle",Ce({type:"slidetransitionend",data:{indexh:g,indexv:v,previousSlide:m,currentSlide:f}}))}function Dt(e){He()}function It(e){!1===document.hidden&&document.activeElement!==document.body&&("function"==typeof document.activeElement.blur&&document.activeElement.blur(),document.body.focus())}function Tt(e){if(e.currentTarget&&e.currentTarget.hasAttribute("href")){let t=e.currentTarget.getAttribute("href");t&&(De(t),e.preventDefault())}}function zt(e){$e()&&!1===w.loop?(Qe(0,0),St()):_?St():At()}const Ht={VERSION:"4.1.3",initialize:ue,configure:Ae,sync:Ze,syncSlide:Ge,syncFragments:ee.sync.bind(ee),slide:Qe,left:Et,right:kt,up:Lt,down:xt,prev:Ct,next:Pt,navigateLeft:Et,navigateRight:kt,navigateUp:Lt,navigateDown:xt,navigatePrev:Ct,navigateNext:Pt,navigateFragment:ee.goto.bind(ee),prevFragment:ee.prev.bind(ee),nextFragment:ee.next.bind(ee),on:ke,off:Le,addEventListener:ke,removeEventListener:Le,layout:He,shuffle:tt,availableRoutes:nt,availableFragments:ee.availableRoutes.bind(ee),toggleHelp:Ie,toggleOverview:te.toggle.bind(te),togglePause:Xe,toggleAutoSlide:_e,isFirstSlide:Ve,isLastSlide:$e,isLastVerticalSlide:We,isVerticalSlide:Oe,isPaused:Ye,isAutoSliding:Je,isSpeakerNotes:he.isSpeakerNotesWindow.bind(he),isOverview:te.isActive.bind(te),isFocused:de.isFocused.bind(de),isPrintingPDF:le.isPrintingPDF.bind(le),isReady:()=>R,loadSlide:J.load.bind(J),unloadSlide:J.unload.bind(J),showPreview:De,hidePreview:ze,addEventListeners:Se,removeEventListeners:Ee,dispatchEvent:Ce,getState:bt,setState:yt,getProgress:ot,getIndices:rt,getSlidesAttributes:vt,getSlidePastCount:st,getTotalSlides:pt,getSlide:mt,getPreviousSlide:()=>m,getCurrentSlide:()=>f,getSlideBackground:ft,getSlideNotes:he.getSlideNotes.bind(he),getSlides:lt,getHorizontalSlides:dt,getVerticalSlides:ct,hasHorizontalSlides:ut,hasVerticalSlides:gt,hasNavigatedHorizontally:()=>E.hasNavigatedHorizontally,hasNavigatedVertically:()=>E.hasNavigatedVertically,addKeyBinding:ie.addKeyBinding.bind(ie),removeKeyBinding:ie.removeKeyBinding.bind(ie),triggerKey:ie.triggerKey.bind(ie),registerKeyboardShortcut:ie.registerKeyboardShortcut.bind(ie),getComputedSlideSize:qe,getScale:()=>z,getConfig:()=>w,getQueryHash:h,getRevealElement:()=>t,getSlidesElement:()=>$.slides,getViewportElement:()=>$.viewport,getBackgroundsElement:()=>G.element,registerPlugin:re.registerPlugin.bind(re),hasPlugin:re.hasPlugin.bind(re),getPlugin:re.getPlugin.bind(re),getPlugins:re.getRegisteredPlugins.bind(re)};return i(c,{...Ht,announceStatus:be,getStatusText:ye,print:le,focus:de,progress:se,controls:ne,location:ae,overview:te,fragments:ee,slideContent:J,slideNumber:Q,onUserInput:Nt,closeOverlay:ze,updateSlidesVisibility:at,layoutSlideContents:Be,transformSlides:xe,cueAutoSlide:wt,cancelAutoSlide:Rt}),Ht}let $=V,K=[];$.initialize=e=>(Object.assign($,new V(document.querySelector(".reveal"),e)),K.map((e=>e($))),$.initialize()),["configure","on","off","addEventListener","removeEventListener","registerPlugin"].forEach((e=>{$[e]=(...t)=>{K.push((i=>i[e].call(null,...t)))}})),$.isReady=()=>!1,$.VERSION="4.1.3";export default $; -//# sourceMappingURL=reveal.esm.js.map diff --git a/docs/reveal/dist/reveal.esm.js.map b/docs/reveal/dist/reveal.esm.js.map deleted file mode 100755 index 54e09efa..00000000 --- a/docs/reveal/dist/reveal.esm.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"reveal.esm.js","sources":["../js/utils/constants.js","../js/utils/util.js","../js/utils/device.js","../node_modules/fitty/dist/fitty.module.js","../js/controllers/slidecontent.js","../js/controllers/slidenumber.js","../js/utils/color.js","../js/controllers/backgrounds.js","../js/controllers/autoanimate.js","../js/controllers/fragments.js","../js/controllers/overview.js","../js/controllers/keyboard.js","../js/controllers/location.js","../js/controllers/controls.js","../js/controllers/progress.js","../js/controllers/pointer.js","../js/utils/loader.js","../js/controllers/plugins.js","../js/controllers/print.js","../js/controllers/touch.js","../js/controllers/focus.js","../js/controllers/notes.js","../js/components/playback.js","../js/config.js","../js/reveal.js","../js/index.js"],"sourcesContent":["\nexport const SLIDES_SELECTOR = '.slides section';\nexport const HORIZONTAL_SLIDES_SELECTOR = '.slides>section';\nexport const VERTICAL_SLIDES_SELECTOR = '.slides>section.present>section';\n\n// Methods that may not be invoked via the postMessage API\nexport const POST_MESSAGE_METHOD_BLACKLIST = /registerPlugin|registerKeyboardShortcut|addKeyBinding|addEventListener/;\n\n// Regex for retrieving the fragment style from a class attribute\nexport const FRAGMENT_STYLE_REGEX = /fade-(down|up|right|left|out|in-then-out|in-then-semi-out)|semi-fade-out|current-visible|shrink|grow/;","/**\n * Extend object a with the properties of object b.\n * If there's a conflict, object b takes precedence.\n *\n * @param {object} a\n * @param {object} b\n */\nexport const extend = ( a, b ) => {\n\n\tfor( let i in b ) {\n\t\ta[ i ] = b[ i ];\n\t}\n\n\treturn a;\n\n}\n\n/**\n * querySelectorAll but returns an Array.\n */\nexport const queryAll = ( el, selector ) => {\n\n\treturn Array.from( el.querySelectorAll( selector ) );\n\n}\n\n/**\n * classList.toggle() with cross browser support\n */\nexport const toggleClass = ( el, className, value ) => {\n\tif( value ) {\n\t\tel.classList.add( className );\n\t}\n\telse {\n\t\tel.classList.remove( className );\n\t}\n}\n\n/**\n * Utility for deserializing a value.\n *\n * @param {*} value\n * @return {*}\n */\nexport const deserialize = ( value ) => {\n\n\tif( typeof value === 'string' ) {\n\t\tif( value === 'null' ) return null;\n\t\telse if( value === 'true' ) return true;\n\t\telse if( value === 'false' ) return false;\n\t\telse if( value.match( /^-?[\\d\\.]+$/ ) ) return parseFloat( value );\n\t}\n\n\treturn value;\n\n}\n\n/**\n * Measures the distance in pixels between point a\n * and point b.\n *\n * @param {object} a point with x/y properties\n * @param {object} b point with x/y properties\n *\n * @return {number}\n */\nexport const distanceBetween = ( a, b ) => {\n\n\tlet dx = a.x - b.x,\n\t\tdy = a.y - b.y;\n\n\treturn Math.sqrt( dx*dx + dy*dy );\n\n}\n\n/**\n * Applies a CSS transform to the target element.\n *\n * @param {HTMLElement} element\n * @param {string} transform\n */\nexport const transformElement = ( element, transform ) => {\n\n\telement.style.transform = transform;\n\n}\n\n/**\n * Element.matches with IE support.\n *\n * @param {HTMLElement} target The element to match\n * @param {String} selector The CSS selector to match\n * the element against\n *\n * @return {Boolean}\n */\nexport const matches = ( target, selector ) => {\n\n\tlet matchesMethod = target.matches || target.matchesSelector || target.msMatchesSelector;\n\n\treturn !!( matchesMethod && matchesMethod.call( target, selector ) );\n\n}\n\n/**\n * Find the closest parent that matches the given\n * selector.\n *\n * @param {HTMLElement} target The child element\n * @param {String} selector The CSS selector to match\n * the parents against\n *\n * @return {HTMLElement} The matched parent or null\n * if no matching parent was found\n */\nexport const closest = ( target, selector ) => {\n\n\t// Native Element.closest\n\tif( typeof target.closest === 'function' ) {\n\t\treturn target.closest( selector );\n\t}\n\n\t// Polyfill\n\twhile( target ) {\n\t\tif( matches( target, selector ) ) {\n\t\t\treturn target;\n\t\t}\n\n\t\t// Keep searching\n\t\ttarget = target.parentNode;\n\t}\n\n\treturn null;\n\n}\n\n/**\n * Handling the fullscreen functionality via the fullscreen API\n *\n * @see http://fullscreen.spec.whatwg.org/\n * @see https://developer.mozilla.org/en-US/docs/DOM/Using_fullscreen_mode\n */\nexport const enterFullscreen = element => {\n\n\telement = element || document.documentElement;\n\n\t// Check which implementation is available\n\tlet requestMethod = element.requestFullscreen ||\n\t\t\t\t\t\telement.webkitRequestFullscreen ||\n\t\t\t\t\t\telement.webkitRequestFullScreen ||\n\t\t\t\t\t\telement.mozRequestFullScreen ||\n\t\t\t\t\t\telement.msRequestFullscreen;\n\n\tif( requestMethod ) {\n\t\trequestMethod.apply( element );\n\t}\n\n}\n\n/**\n * Creates an HTML element and returns a reference to it.\n * If the element already exists the existing instance will\n * be returned.\n *\n * @param {HTMLElement} container\n * @param {string} tagname\n * @param {string} classname\n * @param {string} innerHTML\n *\n * @return {HTMLElement}\n */\nexport const createSingletonNode = ( container, tagname, classname, innerHTML='' ) => {\n\n\t// Find all nodes matching the description\n\tlet nodes = container.querySelectorAll( '.' + classname );\n\n\t// Check all matches to find one which is a direct child of\n\t// the specified container\n\tfor( let i = 0; i < nodes.length; i++ ) {\n\t\tlet testNode = nodes[i];\n\t\tif( testNode.parentNode === container ) {\n\t\t\treturn testNode;\n\t\t}\n\t}\n\n\t// If no node was found, create it now\n\tlet node = document.createElement( tagname );\n\tnode.className = classname;\n\tnode.innerHTML = innerHTML;\n\tcontainer.appendChild( node );\n\n\treturn node;\n\n}\n\n/**\n * Injects the given CSS styles into the DOM.\n *\n * @param {string} value\n */\nexport const createStyleSheet = ( value ) => {\n\n\tlet tag = document.createElement( 'style' );\n\ttag.type = 'text/css';\n\n\tif( value && value.length > 0 ) {\n\t\tif( tag.styleSheet ) {\n\t\t\ttag.styleSheet.cssText = value;\n\t\t}\n\t\telse {\n\t\t\ttag.appendChild( document.createTextNode( value ) );\n\t\t}\n\t}\n\n\tdocument.head.appendChild( tag );\n\n\treturn tag;\n\n}\n\n/**\n * Returns a key:value hash of all query params.\n */\nexport const getQueryHash = () => {\n\n\tlet query = {};\n\n\tlocation.search.replace( /[A-Z0-9]+?=([\\w\\.%-]*)/gi, a => {\n\t\tquery[ a.split( '=' ).shift() ] = a.split( '=' ).pop();\n\t} );\n\n\t// Basic deserialization\n\tfor( let i in query ) {\n\t\tlet value = query[ i ];\n\n\t\tquery[ i ] = deserialize( unescape( value ) );\n\t}\n\n\t// Do not accept new dependencies via query config to avoid\n\t// the potential of malicious script injection\n\tif( typeof query['dependencies'] !== 'undefined' ) delete query['dependencies'];\n\n\treturn query;\n\n}\n\n/**\n * Returns the remaining height within the parent of the\n * target element.\n *\n * remaining height = [ configured parent height ] - [ current parent height ]\n *\n * @param {HTMLElement} element\n * @param {number} [height]\n */\nexport const getRemainingHeight = ( element, height = 0 ) => {\n\n\tif( element ) {\n\t\tlet newHeight, oldHeight = element.style.height;\n\n\t\t// Change the .stretch element height to 0 in order find the height of all\n\t\t// the other elements\n\t\telement.style.height = '0px';\n\n\t\t// In Overview mode, the parent (.slide) height is set of 700px.\n\t\t// Restore it temporarily to its natural height.\n\t\telement.parentNode.style.height = 'auto';\n\n\t\tnewHeight = height - element.parentNode.offsetHeight;\n\n\t\t// Restore the old height, just in case\n\t\telement.style.height = oldHeight + 'px';\n\n\t\t// Clear the parent (.slide) height. .removeProperty works in IE9+\n\t\telement.parentNode.style.removeProperty('height');\n\n\t\treturn newHeight;\n\t}\n\n\treturn height;\n\n}","const UA = navigator.userAgent;\nconst testElement = document.createElement( 'div' );\n\nexport const isMobile = /(iphone|ipod|ipad|android)/gi.test( UA ) ||\n\t\t\t\t\t\t( navigator.platform === 'MacIntel' && navigator.maxTouchPoints > 1 ); // iPadOS\n\nexport const isChrome = /chrome/i.test( UA ) && !/edge/i.test( UA );\n\nexport const isAndroid = /android/gi.test( UA );\n\n// Flags if we should use zoom instead of transform to scale\n// up slides. Zoom produces crisper results but has a lot of\n// xbrowser quirks so we only use it in whitelisted browsers.\nexport const supportsZoom = 'zoom' in testElement.style && !isMobile &&\n\t\t\t\t( isChrome || /Version\\/[\\d\\.]+.*Safari/.test( UA ) );","/*\n * fitty v2.3.3 - Snugly resizes text to fit its parent container\n * Copyright (c) 2020 Rik Schennink (https://pqina.nl/)\n */\n'use strict';\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\n\nvar _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };\n\nexports.default = function (w) {\n\n // no window, early exit\n if (!w) return;\n\n // node list to array helper method\n var toArray = function toArray(nl) {\n return [].slice.call(nl);\n };\n\n // states\n var DrawState = {\n IDLE: 0,\n DIRTY_CONTENT: 1,\n DIRTY_LAYOUT: 2,\n DIRTY: 3\n };\n\n // all active fitty elements\n var fitties = [];\n\n // group all redraw calls till next frame, we cancel each frame request when a new one comes in. If no support for request animation frame, this is an empty function and supports for fitty stops.\n var redrawFrame = null;\n var requestRedraw = 'requestAnimationFrame' in w ? function () {\n w.cancelAnimationFrame(redrawFrame);\n redrawFrame = w.requestAnimationFrame(function () {\n return redraw(fitties.filter(function (f) {\n return f.dirty && f.active;\n }));\n });\n } : function () {};\n\n // sets all fitties to dirty so they are redrawn on the next redraw loop, then calls redraw\n var redrawAll = function redrawAll(type) {\n return function () {\n fitties.forEach(function (f) {\n return f.dirty = type;\n });\n requestRedraw();\n };\n };\n\n // redraws fitties so they nicely fit their parent container\n var redraw = function redraw(fitties) {\n\n // getting info from the DOM at this point should not trigger a reflow, let's gather as much intel as possible before triggering a reflow\n\n // check if styles of all fitties have been computed\n fitties.filter(function (f) {\n return !f.styleComputed;\n }).forEach(function (f) {\n f.styleComputed = computeStyle(f);\n });\n\n // restyle elements that require pre-styling, this triggers a reflow, please try to prevent by adding CSS rules (see docs)\n fitties.filter(shouldPreStyle).forEach(applyStyle);\n\n // we now determine which fitties should be redrawn\n var fittiesToRedraw = fitties.filter(shouldRedraw);\n\n // we calculate final styles for these fitties\n fittiesToRedraw.forEach(calculateStyles);\n\n // now we apply the calculated styles from our previous loop\n fittiesToRedraw.forEach(function (f) {\n applyStyle(f);\n markAsClean(f);\n });\n\n // now we dispatch events for all restyled fitties\n fittiesToRedraw.forEach(dispatchFitEvent);\n };\n\n var markAsClean = function markAsClean(f) {\n return f.dirty = DrawState.IDLE;\n };\n\n var calculateStyles = function calculateStyles(f) {\n\n // get available width from parent node\n f.availableWidth = f.element.parentNode.clientWidth;\n\n // the space our target element uses\n f.currentWidth = f.element.scrollWidth;\n\n // remember current font size\n f.previousFontSize = f.currentFontSize;\n\n // let's calculate the new font size\n f.currentFontSize = Math.min(Math.max(f.minSize, f.availableWidth / f.currentWidth * f.previousFontSize), f.maxSize);\n\n // if allows wrapping, only wrap when at minimum font size (otherwise would break container)\n f.whiteSpace = f.multiLine && f.currentFontSize === f.minSize ? 'normal' : 'nowrap';\n };\n\n // should always redraw if is not dirty layout, if is dirty layout, only redraw if size has changed\n var shouldRedraw = function shouldRedraw(f) {\n return f.dirty !== DrawState.DIRTY_LAYOUT || f.dirty === DrawState.DIRTY_LAYOUT && f.element.parentNode.clientWidth !== f.availableWidth;\n };\n\n // every fitty element is tested for invalid styles\n var computeStyle = function computeStyle(f) {\n\n // get style properties\n var style = w.getComputedStyle(f.element, null);\n\n // get current font size in pixels (if we already calculated it, use the calculated version)\n f.currentFontSize = parseFloat(style.getPropertyValue('font-size'));\n\n // get display type and wrap mode\n f.display = style.getPropertyValue('display');\n f.whiteSpace = style.getPropertyValue('white-space');\n };\n\n // determines if this fitty requires initial styling, can be prevented by applying correct styles through CSS\n var shouldPreStyle = function shouldPreStyle(f) {\n\n var preStyle = false;\n\n // if we already tested for prestyling we don't have to do it again\n if (f.preStyleTestCompleted) return false;\n\n // should have an inline style, if not, apply\n if (!/inline-/.test(f.display)) {\n preStyle = true;\n f.display = 'inline-block';\n }\n\n // to correctly calculate dimensions the element should have whiteSpace set to nowrap\n if (f.whiteSpace !== 'nowrap') {\n preStyle = true;\n f.whiteSpace = 'nowrap';\n }\n\n // we don't have to do this twice\n f.preStyleTestCompleted = true;\n\n return preStyle;\n };\n\n // apply styles to single fitty\n var applyStyle = function applyStyle(f) {\n f.element.style.whiteSpace = f.whiteSpace;\n f.element.style.display = f.display;\n f.element.style.fontSize = f.currentFontSize + 'px';\n };\n\n // dispatch a fit event on a fitty\n var dispatchFitEvent = function dispatchFitEvent(f) {\n f.element.dispatchEvent(new CustomEvent('fit', {\n detail: {\n oldValue: f.previousFontSize,\n newValue: f.currentFontSize,\n scaleFactor: f.currentFontSize / f.previousFontSize\n }\n }));\n };\n\n // fit method, marks the fitty as dirty and requests a redraw (this will also redraw any other fitty marked as dirty)\n var fit = function fit(f, type) {\n return function () {\n f.dirty = type;\n if (!f.active) return;\n requestRedraw();\n };\n };\n\n var init = function init(f) {\n\n // save some of the original CSS properties before we change them\n f.originalStyle = {\n whiteSpace: f.element.style.whiteSpace,\n display: f.element.style.display,\n fontSize: f.element.style.fontSize\n };\n\n // should we observe DOM mutations\n observeMutations(f);\n\n // this is a new fitty so we need to validate if it's styles are in order\n f.newbie = true;\n\n // because it's a new fitty it should also be dirty, we want it to redraw on the first loop\n f.dirty = true;\n\n // we want to be able to update this fitty\n fitties.push(f);\n };\n\n var destroy = function destroy(f) {\n return function () {\n\n // remove from fitties array\n fitties = fitties.filter(function (_) {\n return _.element !== f.element;\n });\n\n // stop observing DOM\n if (f.observeMutations) f.observer.disconnect();\n\n // reset the CSS properties we changes\n f.element.style.whiteSpace = f.originalStyle.whiteSpace;\n f.element.style.display = f.originalStyle.display;\n f.element.style.fontSize = f.originalStyle.fontSize;\n };\n };\n\n // add a new fitty, does not redraw said fitty\n var subscribe = function subscribe(f) {\n return function () {\n if (f.active) return;\n f.active = true;\n requestRedraw();\n };\n };\n\n // remove an existing fitty\n var unsubscribe = function unsubscribe(f) {\n return function () {\n return f.active = false;\n };\n };\n\n var observeMutations = function observeMutations(f) {\n\n // no observing?\n if (!f.observeMutations) return;\n\n // start observing mutations\n f.observer = new MutationObserver(fit(f, DrawState.DIRTY_CONTENT));\n\n // start observing\n f.observer.observe(f.element, f.observeMutations);\n };\n\n // default mutation observer settings\n var mutationObserverDefaultSetting = {\n subtree: true,\n childList: true,\n characterData: true\n };\n\n // default fitty options\n var defaultOptions = {\n minSize: 16,\n maxSize: 512,\n multiLine: true,\n observeMutations: 'MutationObserver' in w ? mutationObserverDefaultSetting : false\n };\n\n // array of elements in, fitty instances out\n function fittyCreate(elements, options) {\n\n // set options object\n var fittyOptions = _extends({}, defaultOptions, options);\n\n // create fitties\n var publicFitties = elements.map(function (element) {\n\n // create fitty instance\n var f = _extends({}, fittyOptions, {\n\n // internal options for this fitty\n element: element,\n active: true\n });\n\n // initialise this fitty\n init(f);\n\n // expose API\n return {\n element: element,\n fit: fit(f, DrawState.DIRTY),\n unfreeze: subscribe(f),\n freeze: unsubscribe(f),\n unsubscribe: destroy(f)\n };\n });\n\n // call redraw on newly initiated fitties\n requestRedraw();\n\n // expose fitties\n return publicFitties;\n }\n\n // fitty creation function\n function fitty(target) {\n var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n\n\n // if target is a string\n return typeof target === 'string' ?\n\n // treat it as a querySelector\n fittyCreate(toArray(document.querySelectorAll(target)), options) :\n\n // create single fitty\n fittyCreate([target], options)[0];\n }\n\n // handles viewport changes, redraws all fitties, but only does so after a timeout\n var resizeDebounce = null;\n var onWindowResized = function onWindowResized() {\n w.clearTimeout(resizeDebounce);\n resizeDebounce = w.setTimeout(redrawAll(DrawState.DIRTY_LAYOUT), fitty.observeWindowDelay);\n };\n\n // define observe window property, so when we set it to true or false events are automatically added and removed\n var events = ['resize', 'orientationchange'];\n Object.defineProperty(fitty, 'observeWindow', {\n set: function set(enabled) {\n var method = (enabled ? 'add' : 'remove') + 'EventListener';\n events.forEach(function (e) {\n w[method](e, onWindowResized);\n });\n }\n });\n\n // fitty global properties (by setting observeWindow to true the events above get added)\n fitty.observeWindow = true;\n fitty.observeWindowDelay = 100;\n\n // public fit all method, will force redraw no matter what\n fitty.fitAll = redrawAll(DrawState.DIRTY);\n\n // export our fitty function, we don't want to keep it to our selves\n return fitty;\n}(typeof window === 'undefined' ? null : window);","import { HORIZONTAL_SLIDES_SELECTOR, VERTICAL_SLIDES_SELECTOR } from '../utils/constants.js'\nimport { extend, queryAll, closest } from '../utils/util.js'\nimport { isMobile } from '../utils/device.js'\n\nimport fitty from 'fitty';\n\n/**\n * Handles loading, unloading and playback of slide\n * content such as images, videos and iframes.\n */\nexport default class SlideContent {\n\n\tconstructor( Reveal ) {\n\n\t\tthis.Reveal = Reveal;\n\n\t\tthis.startEmbeddedIframe = this.startEmbeddedIframe.bind( this );\n\n\t}\n\n\t/**\n\t * Should the given element be preloaded?\n\t * Decides based on local element attributes and global config.\n\t *\n\t * @param {HTMLElement} element\n\t */\n\tshouldPreload( element ) {\n\n\t\t// Prefer an explicit global preload setting\n\t\tlet preload = this.Reveal.getConfig().preloadIframes;\n\n\t\t// If no global setting is available, fall back on the element's\n\t\t// own preload setting\n\t\tif( typeof preload !== 'boolean' ) {\n\t\t\tpreload = element.hasAttribute( 'data-preload' );\n\t\t}\n\n\t\treturn preload;\n\t}\n\n\t/**\n\t * Called when the given slide is within the configured view\n\t * distance. Shows the slide element and loads any content\n\t * that is set to load lazily (data-src).\n\t *\n\t * @param {HTMLElement} slide Slide to show\n\t */\n\tload( slide, options = {} ) {\n\n\t\t// Show the slide element\n\t\tslide.style.display = this.Reveal.getConfig().display;\n\n\t\t// Media elements with data-src attributes\n\t\tqueryAll( slide, 'img[data-src], video[data-src], audio[data-src], iframe[data-src]' ).forEach( element => {\n\t\t\tif( element.tagName !== 'IFRAME' || this.shouldPreload( element ) ) {\n\t\t\t\telement.setAttribute( 'src', element.getAttribute( 'data-src' ) );\n\t\t\t\telement.setAttribute( 'data-lazy-loaded', '' );\n\t\t\t\telement.removeAttribute( 'data-src' );\n\t\t\t}\n\t\t} );\n\n\t\t// Media elements with children\n\t\tqueryAll( slide, 'video, audio' ).forEach( media => {\n\t\t\tlet sources = 0;\n\n\t\t\tqueryAll( media, 'source[data-src]' ).forEach( source => {\n\t\t\t\tsource.setAttribute( 'src', source.getAttribute( 'data-src' ) );\n\t\t\t\tsource.removeAttribute( 'data-src' );\n\t\t\t\tsource.setAttribute( 'data-lazy-loaded', '' );\n\t\t\t\tsources += 1;\n\t\t\t} );\n\n\t\t\t// Enable inline video playback in mobile Safari\n\t\t\tif( isMobile && media.tagName === 'VIDEO' ) {\n\t\t\t\tmedia.setAttribute( 'playsinline', '' );\n\t\t\t}\n\n\t\t\t// If we rewrote sources for this video/audio element, we need\n\t\t\t// to manually tell it to load from its new origin\n\t\t\tif( sources > 0 ) {\n\t\t\t\tmedia.load();\n\t\t\t}\n\t\t} );\n\n\n\t\t// Show the corresponding background element\n\t\tlet background = slide.slideBackgroundElement;\n\t\tif( background ) {\n\t\t\tbackground.style.display = 'block';\n\n\t\t\tlet backgroundContent = slide.slideBackgroundContentElement;\n\t\t\tlet backgroundIframe = slide.getAttribute( 'data-background-iframe' );\n\n\t\t\t// If the background contains media, load it\n\t\t\tif( background.hasAttribute( 'data-loaded' ) === false ) {\n\t\t\t\tbackground.setAttribute( 'data-loaded', 'true' );\n\n\t\t\t\tlet backgroundImage = slide.getAttribute( 'data-background-image' ),\n\t\t\t\t\tbackgroundVideo = slide.getAttribute( 'data-background-video' ),\n\t\t\t\t\tbackgroundVideoLoop = slide.hasAttribute( 'data-background-video-loop' ),\n\t\t\t\t\tbackgroundVideoMuted = slide.hasAttribute( 'data-background-video-muted' );\n\n\t\t\t\t// Images\n\t\t\t\tif( backgroundImage ) {\n\t\t\t\t\tbackgroundContent.style.backgroundImage = backgroundImage.split( ',' ).map( background => {\n\t\t\t\t\t\treturn `url(${encodeURI(background.trim())})`;\n\t\t\t\t\t}).join( ',' );\n\t\t\t\t}\n\t\t\t\t// Videos\n\t\t\t\telse if ( backgroundVideo && !this.Reveal.isSpeakerNotes() ) {\n\t\t\t\t\tlet video = document.createElement( 'video' );\n\n\t\t\t\t\tif( backgroundVideoLoop ) {\n\t\t\t\t\t\tvideo.setAttribute( 'loop', '' );\n\t\t\t\t\t}\n\n\t\t\t\t\tif( backgroundVideoMuted ) {\n\t\t\t\t\t\tvideo.muted = true;\n\t\t\t\t\t}\n\n\t\t\t\t\t// Enable inline playback in mobile Safari\n\t\t\t\t\t//\n\t\t\t\t\t// Mute is required for video to play when using\n\t\t\t\t\t// swipe gestures to navigate since they don't\n\t\t\t\t\t// count as direct user actions :'(\n\t\t\t\t\tif( isMobile ) {\n\t\t\t\t\t\tvideo.muted = true;\n\t\t\t\t\t\tvideo.setAttribute( 'playsinline', '' );\n\t\t\t\t\t}\n\n\t\t\t\t\t// Support comma separated lists of video sources\n\t\t\t\t\tbackgroundVideo.split( ',' ).forEach( source => {\n\t\t\t\t\t\tvideo.innerHTML += '';\n\t\t\t\t\t} );\n\n\t\t\t\t\tbackgroundContent.appendChild( video );\n\t\t\t\t}\n\t\t\t\t// Iframes\n\t\t\t\telse if( backgroundIframe && options.excludeIframes !== true ) {\n\t\t\t\t\tlet iframe = document.createElement( 'iframe' );\n\t\t\t\t\tiframe.setAttribute( 'allowfullscreen', '' );\n\t\t\t\t\tiframe.setAttribute( 'mozallowfullscreen', '' );\n\t\t\t\t\tiframe.setAttribute( 'webkitallowfullscreen', '' );\n\t\t\t\t\tiframe.setAttribute( 'allow', 'autoplay' );\n\n\t\t\t\t\tiframe.setAttribute( 'data-src', backgroundIframe );\n\n\t\t\t\t\tiframe.style.width = '100%';\n\t\t\t\t\tiframe.style.height = '100%';\n\t\t\t\t\tiframe.style.maxHeight = '100%';\n\t\t\t\t\tiframe.style.maxWidth = '100%';\n\n\t\t\t\t\tbackgroundContent.appendChild( iframe );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// Start loading preloadable iframes\n\t\t\tlet backgroundIframeElement = backgroundContent.querySelector( 'iframe[data-src]' );\n\t\t\tif( backgroundIframeElement ) {\n\n\t\t\t\t// Check if this iframe is eligible to be preloaded\n\t\t\t\tif( this.shouldPreload( background ) && !/autoplay=(1|true|yes)/gi.test( backgroundIframe ) ) {\n\t\t\t\t\tif( backgroundIframeElement.getAttribute( 'src' ) !== backgroundIframe ) {\n\t\t\t\t\t\tbackgroundIframeElement.setAttribute( 'src', backgroundIframe );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t}\n\n\t\t}\n\n\t\tthis.layout( slide );\n\n\t}\n\n\t/**\n\t * Applies JS-dependent layout helpers for the given slide,\n\t * if there are any.\n\t */\n\tlayout( slide ) {\n\n\t\t// Autosize text with the r-fit-text class based on the\n\t\t// size of its container. This needs to happen after the\n\t\t// slide is visible in order to measure the text.\n\t\tArray.from( slide.querySelectorAll( '.r-fit-text' ) ).forEach( element => {\n\t\t\tfitty( element, {\n\t\t\t\tminSize: 24,\n\t\t\t\tmaxSize: this.Reveal.getConfig().height * 0.8,\n\t\t\t\tobserveMutations: false,\n\t\t\t\tobserveWindow: false\n\t\t\t} );\n\t\t} );\n\n\t}\n\n\t/**\n\t * Unloads and hides the given slide. This is called when the\n\t * slide is moved outside of the configured view distance.\n\t *\n\t * @param {HTMLElement} slide\n\t */\n\tunload( slide ) {\n\n\t\t// Hide the slide element\n\t\tslide.style.display = 'none';\n\n\t\t// Hide the corresponding background element\n\t\tlet background = this.Reveal.getSlideBackground( slide );\n\t\tif( background ) {\n\t\t\tbackground.style.display = 'none';\n\n\t\t\t// Unload any background iframes\n\t\t\tqueryAll( background, 'iframe[src]' ).forEach( element => {\n\t\t\t\telement.removeAttribute( 'src' );\n\t\t\t} );\n\t\t}\n\n\t\t// Reset lazy-loaded media elements with src attributes\n\t\tqueryAll( slide, 'video[data-lazy-loaded][src], audio[data-lazy-loaded][src], iframe[data-lazy-loaded][src]' ).forEach( element => {\n\t\t\telement.setAttribute( 'data-src', element.getAttribute( 'src' ) );\n\t\t\telement.removeAttribute( 'src' );\n\t\t} );\n\n\t\t// Reset lazy-loaded media elements with children\n\t\tqueryAll( slide, 'video[data-lazy-loaded] source[src], audio source[src]' ).forEach( source => {\n\t\t\tsource.setAttribute( 'data-src', source.getAttribute( 'src' ) );\n\t\t\tsource.removeAttribute( 'src' );\n\t\t} );\n\n\t}\n\n\t/**\n\t * Enforces origin-specific format rules for embedded media.\n\t */\n\tformatEmbeddedContent() {\n\n\t\tlet _appendParamToIframeSource = ( sourceAttribute, sourceURL, param ) => {\n\t\t\tqueryAll( this.Reveal.getSlidesElement(), 'iframe['+ sourceAttribute +'*=\"'+ sourceURL +'\"]' ).forEach( el => {\n\t\t\t\tlet src = el.getAttribute( sourceAttribute );\n\t\t\t\tif( src && src.indexOf( param ) === -1 ) {\n\t\t\t\t\tel.setAttribute( sourceAttribute, src + ( !/\\?/.test( src ) ? '?' : '&' ) + param );\n\t\t\t\t}\n\t\t\t});\n\t\t};\n\n\t\t// YouTube frames must include \"?enablejsapi=1\"\n\t\t_appendParamToIframeSource( 'src', 'youtube.com/embed/', 'enablejsapi=1' );\n\t\t_appendParamToIframeSource( 'data-src', 'youtube.com/embed/', 'enablejsapi=1' );\n\n\t\t// Vimeo frames must include \"?api=1\"\n\t\t_appendParamToIframeSource( 'src', 'player.vimeo.com/', 'api=1' );\n\t\t_appendParamToIframeSource( 'data-src', 'player.vimeo.com/', 'api=1' );\n\n\t}\n\n\t/**\n\t * Start playback of any embedded content inside of\n\t * the given element.\n\t *\n\t * @param {HTMLElement} element\n\t */\n\tstartEmbeddedContent( element ) {\n\n\t\tif( element && !this.Reveal.isSpeakerNotes() ) {\n\n\t\t\t// Restart GIFs\n\t\t\tqueryAll( element, 'img[src$=\".gif\"]' ).forEach( el => {\n\t\t\t\t// Setting the same unchanged source like this was confirmed\n\t\t\t\t// to work in Chrome, FF & Safari\n\t\t\t\tel.setAttribute( 'src', el.getAttribute( 'src' ) );\n\t\t\t} );\n\n\t\t\t// HTML5 media elements\n\t\t\tqueryAll( element, 'video, audio' ).forEach( el => {\n\t\t\t\tif( closest( el, '.fragment' ) && !closest( el, '.fragment.visible' ) ) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\t// Prefer an explicit global autoplay setting\n\t\t\t\tlet autoplay = this.Reveal.getConfig().autoPlayMedia;\n\n\t\t\t\t// If no global setting is available, fall back on the element's\n\t\t\t\t// own autoplay setting\n\t\t\t\tif( typeof autoplay !== 'boolean' ) {\n\t\t\t\t\tautoplay = el.hasAttribute( 'data-autoplay' ) || !!closest( el, '.slide-background' );\n\t\t\t\t}\n\n\t\t\t\tif( autoplay && typeof el.play === 'function' ) {\n\n\t\t\t\t\t// If the media is ready, start playback\n\t\t\t\t\tif( el.readyState > 1 ) {\n\t\t\t\t\t\tthis.startEmbeddedMedia( { target: el } );\n\t\t\t\t\t}\n\t\t\t\t\t// Mobile devices never fire a loaded event so instead\n\t\t\t\t\t// of waiting, we initiate playback\n\t\t\t\t\telse if( isMobile ) {\n\t\t\t\t\t\tlet promise = el.play();\n\n\t\t\t\t\t\t// If autoplay does not work, ensure that the controls are visible so\n\t\t\t\t\t\t// that the viewer can start the media on their own\n\t\t\t\t\t\tif( promise && typeof promise.catch === 'function' && el.controls === false ) {\n\t\t\t\t\t\t\tpromise.catch( () => {\n\t\t\t\t\t\t\t\tel.controls = true;\n\n\t\t\t\t\t\t\t\t// Once the video does start playing, hide the controls again\n\t\t\t\t\t\t\t\tel.addEventListener( 'play', () => {\n\t\t\t\t\t\t\t\t\tel.controls = false;\n\t\t\t\t\t\t\t\t} );\n\t\t\t\t\t\t\t} );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\t// If the media isn't loaded, wait before playing\n\t\t\t\t\telse {\n\t\t\t\t\t\tel.removeEventListener( 'loadeddata', this.startEmbeddedMedia ); // remove first to avoid dupes\n\t\t\t\t\t\tel.addEventListener( 'loadeddata', this.startEmbeddedMedia );\n\t\t\t\t\t}\n\n\t\t\t\t}\n\t\t\t} );\n\n\t\t\t// Normal iframes\n\t\t\tqueryAll( element, 'iframe[src]' ).forEach( el => {\n\t\t\t\tif( closest( el, '.fragment' ) && !closest( el, '.fragment.visible' ) ) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\tthis.startEmbeddedIframe( { target: el } );\n\t\t\t} );\n\n\t\t\t// Lazy loading iframes\n\t\t\tqueryAll( element, 'iframe[data-src]' ).forEach( el => {\n\t\t\t\tif( closest( el, '.fragment' ) && !closest( el, '.fragment.visible' ) ) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\tif( el.getAttribute( 'src' ) !== el.getAttribute( 'data-src' ) ) {\n\t\t\t\t\tel.removeEventListener( 'load', this.startEmbeddedIframe ); // remove first to avoid dupes\n\t\t\t\t\tel.addEventListener( 'load', this.startEmbeddedIframe );\n\t\t\t\t\tel.setAttribute( 'src', el.getAttribute( 'data-src' ) );\n\t\t\t\t}\n\t\t\t} );\n\n\t\t}\n\n\t}\n\n\t/**\n\t * Starts playing an embedded video/audio element after\n\t * it has finished loading.\n\t *\n\t * @param {object} event\n\t */\n\tstartEmbeddedMedia( event ) {\n\n\t\tlet isAttachedToDOM = !!closest( event.target, 'html' ),\n\t\t\tisVisible \t\t= !!closest( event.target, '.present' );\n\n\t\tif( isAttachedToDOM && isVisible ) {\n\t\t\tevent.target.currentTime = 0;\n\t\t\tevent.target.play();\n\t\t}\n\n\t\tevent.target.removeEventListener( 'loadeddata', this.startEmbeddedMedia );\n\n\t}\n\n\t/**\n\t * \"Starts\" the content of an embedded iframe using the\n\t * postMessage API.\n\t *\n\t * @param {object} event\n\t */\n\tstartEmbeddedIframe( event ) {\n\n\t\tlet iframe = event.target;\n\n\t\tif( iframe && iframe.contentWindow ) {\n\n\t\t\tlet isAttachedToDOM = !!closest( event.target, 'html' ),\n\t\t\t\tisVisible \t\t= !!closest( event.target, '.present' );\n\n\t\t\tif( isAttachedToDOM && isVisible ) {\n\n\t\t\t\t// Prefer an explicit global autoplay setting\n\t\t\t\tlet autoplay = this.Reveal.getConfig().autoPlayMedia;\n\n\t\t\t\t// If no global setting is available, fall back on the element's\n\t\t\t\t// own autoplay setting\n\t\t\t\tif( typeof autoplay !== 'boolean' ) {\n\t\t\t\t\tautoplay = iframe.hasAttribute( 'data-autoplay' ) || !!closest( iframe, '.slide-background' );\n\t\t\t\t}\n\n\t\t\t\t// YouTube postMessage API\n\t\t\t\tif( /youtube\\.com\\/embed\\//.test( iframe.getAttribute( 'src' ) ) && autoplay ) {\n\t\t\t\t\tiframe.contentWindow.postMessage( '{\"event\":\"command\",\"func\":\"playVideo\",\"args\":\"\"}', '*' );\n\t\t\t\t}\n\t\t\t\t// Vimeo postMessage API\n\t\t\t\telse if( /player\\.vimeo\\.com\\//.test( iframe.getAttribute( 'src' ) ) && autoplay ) {\n\t\t\t\t\tiframe.contentWindow.postMessage( '{\"method\":\"play\"}', '*' );\n\t\t\t\t}\n\t\t\t\t// Generic postMessage API\n\t\t\t\telse {\n\t\t\t\t\tiframe.contentWindow.postMessage( 'slide:start', '*' );\n\t\t\t\t}\n\n\t\t\t}\n\n\t\t}\n\n\t}\n\n\t/**\n\t * Stop playback of any embedded content inside of\n\t * the targeted slide.\n\t *\n\t * @param {HTMLElement} element\n\t */\n\tstopEmbeddedContent( element, options = {} ) {\n\n\t\toptions = extend( {\n\t\t\t// Defaults\n\t\t\tunloadIframes: true\n\t\t}, options );\n\n\t\tif( element && element.parentNode ) {\n\t\t\t// HTML5 media elements\n\t\t\tqueryAll( element, 'video, audio' ).forEach( el => {\n\t\t\t\tif( !el.hasAttribute( 'data-ignore' ) && typeof el.pause === 'function' ) {\n\t\t\t\t\tel.setAttribute('data-paused-by-reveal', '');\n\t\t\t\t\tel.pause();\n\t\t\t\t}\n\t\t\t} );\n\n\t\t\t// Generic postMessage API for non-lazy loaded iframes\n\t\t\tqueryAll( element, 'iframe' ).forEach( el => {\n\t\t\t\tif( el.contentWindow ) el.contentWindow.postMessage( 'slide:stop', '*' );\n\t\t\t\tel.removeEventListener( 'load', this.startEmbeddedIframe );\n\t\t\t});\n\n\t\t\t// YouTube postMessage API\n\t\t\tqueryAll( element, 'iframe[src*=\"youtube.com/embed/\"]' ).forEach( el => {\n\t\t\t\tif( !el.hasAttribute( 'data-ignore' ) && el.contentWindow && typeof el.contentWindow.postMessage === 'function' ) {\n\t\t\t\t\tel.contentWindow.postMessage( '{\"event\":\"command\",\"func\":\"pauseVideo\",\"args\":\"\"}', '*' );\n\t\t\t\t}\n\t\t\t});\n\n\t\t\t// Vimeo postMessage API\n\t\t\tqueryAll( element, 'iframe[src*=\"player.vimeo.com/\"]' ).forEach( el => {\n\t\t\t\tif( !el.hasAttribute( 'data-ignore' ) && el.contentWindow && typeof el.contentWindow.postMessage === 'function' ) {\n\t\t\t\t\tel.contentWindow.postMessage( '{\"method\":\"pause\"}', '*' );\n\t\t\t\t}\n\t\t\t});\n\n\t\t\tif( options.unloadIframes === true ) {\n\t\t\t\t// Unload lazy-loaded iframes\n\t\t\t\tqueryAll( element, 'iframe[data-src]' ).forEach( el => {\n\t\t\t\t\t// Only removing the src doesn't actually unload the frame\n\t\t\t\t\t// in all browsers (Firefox) so we set it to blank first\n\t\t\t\t\tel.setAttribute( 'src', 'about:blank' );\n\t\t\t\t\tel.removeAttribute( 'src' );\n\t\t\t\t} );\n\t\t\t}\n\t\t}\n\n\t}\n\n}","/**\n * Handles the display of reveal.js' optional slide number.\n */\nexport default class SlideNumber {\n\n\tconstructor( Reveal ) {\n\n\t\tthis.Reveal = Reveal;\n\n\t}\n\n\trender() {\n\n\t\tthis.element = document.createElement( 'div' );\n\t\tthis.element.className = 'slide-number';\n\t\tthis.Reveal.getRevealElement().appendChild( this.element );\n\n\t}\n\n\t/**\n\t * Called when the reveal.js config is updated.\n\t */\n\tconfigure( config, oldConfig ) {\n\n\t\tlet slideNumberDisplay = 'none';\n\t\tif( config.slideNumber && !this.Reveal.isPrintingPDF() ) {\n\t\t\tif( config.showSlideNumber === 'all' ) {\n\t\t\t\tslideNumberDisplay = 'block';\n\t\t\t}\n\t\t\telse if( config.showSlideNumber === 'speaker' && this.Reveal.isSpeakerNotes() ) {\n\t\t\t\tslideNumberDisplay = 'block';\n\t\t\t}\n\t\t}\n\n\t\tthis.element.style.display = slideNumberDisplay;\n\n\t}\n\n\t/**\n\t * Updates the slide number to match the current slide.\n\t */\n\tupdate() {\n\n\t\t// Update slide number if enabled\n\t\tif( this.Reveal.getConfig().slideNumber && this.element ) {\n\t\t\tthis.element.innerHTML = this.getSlideNumber();\n\t\t}\n\n\t}\n\n\t/**\n\t * Returns the HTML string corresponding to the current slide\n\t * number, including formatting.\n\t */\n\tgetSlideNumber( slide = this.Reveal.getCurrentSlide() ) {\n\n\t\tlet config = this.Reveal.getConfig();\n\t\tlet value;\n\t\tlet format = 'h.v';\n\n\t\tif ( typeof config.slideNumber === 'function' ) {\n\t\t\tvalue = config.slideNumber( slide );\n\t\t} else {\n\t\t\t// Check if a custom number format is available\n\t\t\tif( typeof config.slideNumber === 'string' ) {\n\t\t\t\tformat = config.slideNumber;\n\t\t\t}\n\n\t\t\t// If there are ONLY vertical slides in this deck, always use\n\t\t\t// a flattened slide number\n\t\t\tif( !/c/.test( format ) && this.Reveal.getHorizontalSlides().length === 1 ) {\n\t\t\t\tformat = 'c';\n\t\t\t}\n\n\t\t\t// Offset the current slide number by 1 to make it 1-indexed\n\t\t\tlet horizontalOffset = slide && slide.dataset.visibility === 'uncounted' ? 0 : 1;\n\n\t\t\tvalue = [];\n\t\t\tswitch( format ) {\n\t\t\t\tcase 'c':\n\t\t\t\t\tvalue.push( this.Reveal.getSlidePastCount( slide ) + horizontalOffset );\n\t\t\t\t\tbreak;\n\t\t\t\tcase 'c/t':\n\t\t\t\t\tvalue.push( this.Reveal.getSlidePastCount( slide ) + horizontalOffset, '/', this.Reveal.getTotalSlides() );\n\t\t\t\t\tbreak;\n\t\t\t\tdefault:\n\t\t\t\t\tlet indices = this.Reveal.getIndices( slide );\n\t\t\t\t\tvalue.push( indices.h + horizontalOffset );\n\t\t\t\t\tlet sep = format === 'h/v' ? '/' : '.';\n\t\t\t\t\tif( this.Reveal.isVerticalSlide( slide ) ) value.push( sep, indices.v + 1 );\n\t\t\t}\n\t\t}\n\n\t\tlet url = '#' + this.Reveal.location.getHash( slide );\n\t\treturn this.formatNumber( value[0], value[1], value[2], url );\n\n\t}\n\n\t/**\n\t * Applies HTML formatting to a slide number before it's\n\t * written to the DOM.\n\t *\n\t * @param {number} a Current slide\n\t * @param {string} delimiter Character to separate slide numbers\n\t * @param {(number|*)} b Total slides\n\t * @param {HTMLElement} [url='#'+locationHash()] The url to link to\n\t * @return {string} HTML string fragment\n\t */\n\tformatNumber( a, delimiter, b, url = '#' + this.Reveal.location.getHash() ) {\n\n\t\tif( typeof b === 'number' && !isNaN( b ) ) {\n\t\t\treturn `\n\t\t\t\t\t${a}\n\t\t\t\t\t${delimiter}\n\t\t\t\t\t${b}\n\t\t\t\t\t`;\n\t\t}\n\t\telse {\n\t\t\treturn `\n\t\t\t\t\t${a}\n\t\t\t\t\t`;\n\t\t}\n\n\t}\n\n}","/**\n * Converts various color input formats to an {r:0,g:0,b:0} object.\n *\n * @param {string} color The string representation of a color\n * @example\n * colorToRgb('#000');\n * @example\n * colorToRgb('#000000');\n * @example\n * colorToRgb('rgb(0,0,0)');\n * @example\n * colorToRgb('rgba(0,0,0)');\n *\n * @return {{r: number, g: number, b: number, [a]: number}|null}\n */\nexport const colorToRgb = ( color ) => {\n\n\tlet hex3 = color.match( /^#([0-9a-f]{3})$/i );\n\tif( hex3 && hex3[1] ) {\n\t\thex3 = hex3[1];\n\t\treturn {\n\t\t\tr: parseInt( hex3.charAt( 0 ), 16 ) * 0x11,\n\t\t\tg: parseInt( hex3.charAt( 1 ), 16 ) * 0x11,\n\t\t\tb: parseInt( hex3.charAt( 2 ), 16 ) * 0x11\n\t\t};\n\t}\n\n\tlet hex6 = color.match( /^#([0-9a-f]{6})$/i );\n\tif( hex6 && hex6[1] ) {\n\t\thex6 = hex6[1];\n\t\treturn {\n\t\t\tr: parseInt( hex6.substr( 0, 2 ), 16 ),\n\t\t\tg: parseInt( hex6.substr( 2, 2 ), 16 ),\n\t\t\tb: parseInt( hex6.substr( 4, 2 ), 16 )\n\t\t};\n\t}\n\n\tlet rgb = color.match( /^rgb\\s*\\(\\s*(\\d+)\\s*,\\s*(\\d+)\\s*,\\s*(\\d+)\\s*\\)$/i );\n\tif( rgb ) {\n\t\treturn {\n\t\t\tr: parseInt( rgb[1], 10 ),\n\t\t\tg: parseInt( rgb[2], 10 ),\n\t\t\tb: parseInt( rgb[3], 10 )\n\t\t};\n\t}\n\n\tlet rgba = color.match( /^rgba\\s*\\(\\s*(\\d+)\\s*,\\s*(\\d+)\\s*,\\s*(\\d+)\\s*\\,\\s*([\\d]+|[\\d]*.[\\d]+)\\s*\\)$/i );\n\tif( rgba ) {\n\t\treturn {\n\t\t\tr: parseInt( rgba[1], 10 ),\n\t\t\tg: parseInt( rgba[2], 10 ),\n\t\t\tb: parseInt( rgba[3], 10 ),\n\t\t\ta: parseFloat( rgba[4] )\n\t\t};\n\t}\n\n\treturn null;\n\n}\n\n/**\n * Calculates brightness on a scale of 0-255.\n *\n * @param {string} color See colorToRgb for supported formats.\n * @see {@link colorToRgb}\n */\nexport const colorBrightness = ( color ) => {\n\n\tif( typeof color === 'string' ) color = colorToRgb( color );\n\n\tif( color ) {\n\t\treturn ( color.r * 299 + color.g * 587 + color.b * 114 ) / 1000;\n\t}\n\n\treturn null;\n\n}","import { queryAll } from '../utils/util.js'\nimport { colorToRgb, colorBrightness } from '../utils/color.js'\n\n/**\n * Creates and updates slide backgrounds.\n */\nexport default class Backgrounds {\n\n\tconstructor( Reveal ) {\n\n\t\tthis.Reveal = Reveal;\n\n\t}\n\n\trender() {\n\n\t\tthis.element = document.createElement( 'div' );\n\t\tthis.element.className = 'backgrounds';\n\t\tthis.Reveal.getRevealElement().appendChild( this.element );\n\n\t}\n\n\t/**\n\t * Creates the slide background elements and appends them\n\t * to the background container. One element is created per\n\t * slide no matter if the given slide has visible background.\n\t */\n\tcreate() {\n\n\t\t// Clear prior backgrounds\n\t\tthis.element.innerHTML = '';\n\t\tthis.element.classList.add( 'no-transition' );\n\n\t\t// Iterate over all horizontal slides\n\t\tthis.Reveal.getHorizontalSlides().forEach( slideh => {\n\n\t\t\tlet backgroundStack = this.createBackground( slideh, this.element );\n\n\t\t\t// Iterate over all vertical slides\n\t\t\tqueryAll( slideh, 'section' ).forEach( slidev => {\n\n\t\t\t\tthis.createBackground( slidev, backgroundStack );\n\n\t\t\t\tbackgroundStack.classList.add( 'stack' );\n\n\t\t\t} );\n\n\t\t} );\n\n\t\t// Add parallax background if specified\n\t\tif( this.Reveal.getConfig().parallaxBackgroundImage ) {\n\n\t\t\tthis.element.style.backgroundImage = 'url(\"' + this.Reveal.getConfig().parallaxBackgroundImage + '\")';\n\t\t\tthis.element.style.backgroundSize = this.Reveal.getConfig().parallaxBackgroundSize;\n\t\t\tthis.element.style.backgroundRepeat = this.Reveal.getConfig().parallaxBackgroundRepeat;\n\t\t\tthis.element.style.backgroundPosition = this.Reveal.getConfig().parallaxBackgroundPosition;\n\n\t\t\t// Make sure the below properties are set on the element - these properties are\n\t\t\t// needed for proper transitions to be set on the element via CSS. To remove\n\t\t\t// annoying background slide-in effect when the presentation starts, apply\n\t\t\t// these properties after short time delay\n\t\t\tsetTimeout( () => {\n\t\t\t\tthis.Reveal.getRevealElement().classList.add( 'has-parallax-background' );\n\t\t\t}, 1 );\n\n\t\t}\n\t\telse {\n\n\t\t\tthis.element.style.backgroundImage = '';\n\t\t\tthis.Reveal.getRevealElement().classList.remove( 'has-parallax-background' );\n\n\t\t}\n\n\t}\n\n\t/**\n\t * Creates a background for the given slide.\n\t *\n\t * @param {HTMLElement} slide\n\t * @param {HTMLElement} container The element that the background\n\t * should be appended to\n\t * @return {HTMLElement} New background div\n\t */\n\tcreateBackground( slide, container ) {\n\n\t\t// Main slide background element\n\t\tlet element = document.createElement( 'div' );\n\t\telement.className = 'slide-background ' + slide.className.replace( /present|past|future/, '' );\n\n\t\t// Inner background element that wraps images/videos/iframes\n\t\tlet contentElement = document.createElement( 'div' );\n\t\tcontentElement.className = 'slide-background-content';\n\n\t\telement.appendChild( contentElement );\n\t\tcontainer.appendChild( element );\n\n\t\tslide.slideBackgroundElement = element;\n\t\tslide.slideBackgroundContentElement = contentElement;\n\n\t\t// Syncs the background to reflect all current background settings\n\t\tthis.sync( slide );\n\n\t\treturn element;\n\n\t}\n\n\t/**\n\t * Renders all of the visual properties of a slide background\n\t * based on the various background attributes.\n\t *\n\t * @param {HTMLElement} slide\n\t */\n\tsync( slide ) {\n\n\t\tconst element = slide.slideBackgroundElement,\n\t\t\tcontentElement = slide.slideBackgroundContentElement;\n\n\t\tconst data = {\n\t\t\tbackground: slide.getAttribute( 'data-background' ),\n\t\t\tbackgroundSize: slide.getAttribute( 'data-background-size' ),\n\t\t\tbackgroundImage: slide.getAttribute( 'data-background-image' ),\n\t\t\tbackgroundVideo: slide.getAttribute( 'data-background-video' ),\n\t\t\tbackgroundIframe: slide.getAttribute( 'data-background-iframe' ),\n\t\t\tbackgroundColor: slide.getAttribute( 'data-background-color' ),\n\t\t\tbackgroundRepeat: slide.getAttribute( 'data-background-repeat' ),\n\t\t\tbackgroundPosition: slide.getAttribute( 'data-background-position' ),\n\t\t\tbackgroundTransition: slide.getAttribute( 'data-background-transition' ),\n\t\t\tbackgroundOpacity: slide.getAttribute( 'data-background-opacity' ),\n\t\t};\n\n\t\tconst dataPreload = slide.hasAttribute( 'data-preload' );\n\n\t\t// Reset the prior background state in case this is not the\n\t\t// initial sync\n\t\tslide.classList.remove( 'has-dark-background' );\n\t\tslide.classList.remove( 'has-light-background' );\n\n\t\telement.removeAttribute( 'data-loaded' );\n\t\telement.removeAttribute( 'data-background-hash' );\n\t\telement.removeAttribute( 'data-background-size' );\n\t\telement.removeAttribute( 'data-background-transition' );\n\t\telement.style.backgroundColor = '';\n\n\t\tcontentElement.style.backgroundSize = '';\n\t\tcontentElement.style.backgroundRepeat = '';\n\t\tcontentElement.style.backgroundPosition = '';\n\t\tcontentElement.style.backgroundImage = '';\n\t\tcontentElement.style.opacity = '';\n\t\tcontentElement.innerHTML = '';\n\n\t\tif( data.background ) {\n\t\t\t// Auto-wrap image urls in url(...)\n\t\t\tif( /^(http|file|\\/\\/)/gi.test( data.background ) || /\\.(svg|png|jpg|jpeg|gif|bmp)([?#\\s]|$)/gi.test( data.background ) ) {\n\t\t\t\tslide.setAttribute( 'data-background-image', data.background );\n\t\t\t}\n\t\t\telse {\n\t\t\t\telement.style.background = data.background;\n\t\t\t}\n\t\t}\n\n\t\t// Create a hash for this combination of background settings.\n\t\t// This is used to determine when two slide backgrounds are\n\t\t// the same.\n\t\tif( data.background || data.backgroundColor || data.backgroundImage || data.backgroundVideo || data.backgroundIframe ) {\n\t\t\telement.setAttribute( 'data-background-hash', data.background +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata.backgroundSize +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata.backgroundImage +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata.backgroundVideo +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata.backgroundIframe +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata.backgroundColor +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata.backgroundRepeat +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata.backgroundPosition +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata.backgroundTransition +\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tdata.backgroundOpacity );\n\t\t}\n\n\t\t// Additional and optional background properties\n\t\tif( data.backgroundSize ) element.setAttribute( 'data-background-size', data.backgroundSize );\n\t\tif( data.backgroundColor ) element.style.backgroundColor = data.backgroundColor;\n\t\tif( data.backgroundTransition ) element.setAttribute( 'data-background-transition', data.backgroundTransition );\n\n\t\tif( dataPreload ) element.setAttribute( 'data-preload', '' );\n\n\t\t// Background image options are set on the content wrapper\n\t\tif( data.backgroundSize ) contentElement.style.backgroundSize = data.backgroundSize;\n\t\tif( data.backgroundRepeat ) contentElement.style.backgroundRepeat = data.backgroundRepeat;\n\t\tif( data.backgroundPosition ) contentElement.style.backgroundPosition = data.backgroundPosition;\n\t\tif( data.backgroundOpacity ) contentElement.style.opacity = data.backgroundOpacity;\n\n\t\t// If this slide has a background color, we add a class that\n\t\t// signals if it is light or dark. If the slide has no background\n\t\t// color, no class will be added\n\t\tlet contrastColor = data.backgroundColor;\n\n\t\t// If no bg color was found, or it cannot be converted by colorToRgb, check the computed background\n\t\tif( !contrastColor || !colorToRgb( contrastColor ) ) {\n\t\t\tlet computedBackgroundStyle = window.getComputedStyle( element );\n\t\t\tif( computedBackgroundStyle && computedBackgroundStyle.backgroundColor ) {\n\t\t\t\tcontrastColor = computedBackgroundStyle.backgroundColor;\n\t\t\t}\n\t\t}\n\n\t\tif( contrastColor ) {\n\t\t\tconst rgb = colorToRgb( contrastColor );\n\n\t\t\t// Ignore fully transparent backgrounds. Some browsers return\n\t\t\t// rgba(0,0,0,0) when reading the computed background color of\n\t\t\t// an element with no background\n\t\t\tif( rgb && rgb.a !== 0 ) {\n\t\t\t\tif( colorBrightness( contrastColor ) < 128 ) {\n\t\t\t\t\tslide.classList.add( 'has-dark-background' );\n\t\t\t\t}\n\t\t\t\telse {\n\t\t\t\t\tslide.classList.add( 'has-light-background' );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t}\n\n\t/**\n\t * Updates the background elements to reflect the current\n\t * slide.\n\t *\n\t * @param {boolean} includeAll If true, the backgrounds of\n\t * all vertical slides (not just the present) will be updated.\n\t */\n\tupdate( includeAll = false ) {\n\n\t\tlet currentSlide = this.Reveal.getCurrentSlide();\n\t\tlet indices = this.Reveal.getIndices();\n\n\t\tlet currentBackground = null;\n\n\t\t// Reverse past/future classes when in RTL mode\n\t\tlet horizontalPast = this.Reveal.getConfig().rtl ? 'future' : 'past',\n\t\t\thorizontalFuture = this.Reveal.getConfig().rtl ? 'past' : 'future';\n\n\t\t// Update the classes of all backgrounds to match the\n\t\t// states of their slides (past/present/future)\n\t\tArray.from( this.element.childNodes ).forEach( ( backgroundh, h ) => {\n\n\t\t\tbackgroundh.classList.remove( 'past', 'present', 'future' );\n\n\t\t\tif( h < indices.h ) {\n\t\t\t\tbackgroundh.classList.add( horizontalPast );\n\t\t\t}\n\t\t\telse if ( h > indices.h ) {\n\t\t\t\tbackgroundh.classList.add( horizontalFuture );\n\t\t\t}\n\t\t\telse {\n\t\t\t\tbackgroundh.classList.add( 'present' );\n\n\t\t\t\t// Store a reference to the current background element\n\t\t\t\tcurrentBackground = backgroundh;\n\t\t\t}\n\n\t\t\tif( includeAll || h === indices.h ) {\n\t\t\t\tqueryAll( backgroundh, '.slide-background' ).forEach( ( backgroundv, v ) => {\n\n\t\t\t\t\tbackgroundv.classList.remove( 'past', 'present', 'future' );\n\n\t\t\t\t\tif( v < indices.v ) {\n\t\t\t\t\t\tbackgroundv.classList.add( 'past' );\n\t\t\t\t\t}\n\t\t\t\t\telse if ( v > indices.v ) {\n\t\t\t\t\t\tbackgroundv.classList.add( 'future' );\n\t\t\t\t\t}\n\t\t\t\t\telse {\n\t\t\t\t\t\tbackgroundv.classList.add( 'present' );\n\n\t\t\t\t\t\t// Only if this is the present horizontal and vertical slide\n\t\t\t\t\t\tif( h === indices.h ) currentBackground = backgroundv;\n\t\t\t\t\t}\n\n\t\t\t\t} );\n\t\t\t}\n\n\t\t} );\n\n\t\t// Stop content inside of previous backgrounds\n\t\tif( this.previousBackground ) {\n\n\t\t\tthis.Reveal.slideContent.stopEmbeddedContent( this.previousBackground, { unloadIframes: !this.Reveal.slideContent.shouldPreload( this.previousBackground ) } );\n\n\t\t}\n\n\t\t// Start content in the current background\n\t\tif( currentBackground ) {\n\n\t\t\tthis.Reveal.slideContent.startEmbeddedContent( currentBackground );\n\n\t\t\tlet currentBackgroundContent = currentBackground.querySelector( '.slide-background-content' );\n\t\t\tif( currentBackgroundContent ) {\n\n\t\t\t\tlet backgroundImageURL = currentBackgroundContent.style.backgroundImage || '';\n\n\t\t\t\t// Restart GIFs (doesn't work in Firefox)\n\t\t\t\tif( /\\.gif/i.test( backgroundImageURL ) ) {\n\t\t\t\t\tcurrentBackgroundContent.style.backgroundImage = '';\n\t\t\t\t\twindow.getComputedStyle( currentBackgroundContent ).opacity;\n\t\t\t\t\tcurrentBackgroundContent.style.backgroundImage = backgroundImageURL;\n\t\t\t\t}\n\n\t\t\t}\n\n\t\t\t// Don't transition between identical backgrounds. This\n\t\t\t// prevents unwanted flicker.\n\t\t\tlet previousBackgroundHash = this.previousBackground ? this.previousBackground.getAttribute( 'data-background-hash' ) : null;\n\t\t\tlet currentBackgroundHash = currentBackground.getAttribute( 'data-background-hash' );\n\t\t\tif( currentBackgroundHash && currentBackgroundHash === previousBackgroundHash && currentBackground !== this.previousBackground ) {\n\t\t\t\tthis.element.classList.add( 'no-transition' );\n\t\t\t}\n\n\t\t\tthis.previousBackground = currentBackground;\n\n\t\t}\n\n\t\t// If there's a background brightness flag for this slide,\n\t\t// bubble it to the .reveal container\n\t\tif( currentSlide ) {\n\t\t\t[ 'has-light-background', 'has-dark-background' ].forEach( classToBubble => {\n\t\t\t\tif( currentSlide.classList.contains( classToBubble ) ) {\n\t\t\t\t\tthis.Reveal.getRevealElement().classList.add( classToBubble );\n\t\t\t\t}\n\t\t\t\telse {\n\t\t\t\t\tthis.Reveal.getRevealElement().classList.remove( classToBubble );\n\t\t\t\t}\n\t\t\t}, this );\n\t\t}\n\n\t\t// Allow the first background to apply without transition\n\t\tsetTimeout( () => {\n\t\t\tthis.element.classList.remove( 'no-transition' );\n\t\t}, 1 );\n\n\t}\n\n\t/**\n\t * Updates the position of the parallax background based\n\t * on the current slide index.\n\t */\n\tupdateParallax() {\n\n\t\tlet indices = this.Reveal.getIndices();\n\n\t\tif( this.Reveal.getConfig().parallaxBackgroundImage ) {\n\n\t\t\tlet horizontalSlides = this.Reveal.getHorizontalSlides(),\n\t\t\t\tverticalSlides = this.Reveal.getVerticalSlides();\n\n\t\t\tlet backgroundSize = this.element.style.backgroundSize.split( ' ' ),\n\t\t\t\tbackgroundWidth, backgroundHeight;\n\n\t\t\tif( backgroundSize.length === 1 ) {\n\t\t\t\tbackgroundWidth = backgroundHeight = parseInt( backgroundSize[0], 10 );\n\t\t\t}\n\t\t\telse {\n\t\t\t\tbackgroundWidth = parseInt( backgroundSize[0], 10 );\n\t\t\t\tbackgroundHeight = parseInt( backgroundSize[1], 10 );\n\t\t\t}\n\n\t\t\tlet slideWidth = this.element.offsetWidth,\n\t\t\t\thorizontalSlideCount = horizontalSlides.length,\n\t\t\t\thorizontalOffsetMultiplier,\n\t\t\t\thorizontalOffset;\n\n\t\t\tif( typeof this.Reveal.getConfig().parallaxBackgroundHorizontal === 'number' ) {\n\t\t\t\thorizontalOffsetMultiplier = this.Reveal.getConfig().parallaxBackgroundHorizontal;\n\t\t\t}\n\t\t\telse {\n\t\t\t\thorizontalOffsetMultiplier = horizontalSlideCount > 1 ? ( backgroundWidth - slideWidth ) / ( horizontalSlideCount-1 ) : 0;\n\t\t\t}\n\n\t\t\thorizontalOffset = horizontalOffsetMultiplier * indices.h * -1;\n\n\t\t\tlet slideHeight = this.element.offsetHeight,\n\t\t\t\tverticalSlideCount = verticalSlides.length,\n\t\t\t\tverticalOffsetMultiplier,\n\t\t\t\tverticalOffset;\n\n\t\t\tif( typeof this.Reveal.getConfig().parallaxBackgroundVertical === 'number' ) {\n\t\t\t\tverticalOffsetMultiplier = this.Reveal.getConfig().parallaxBackgroundVertical;\n\t\t\t}\n\t\t\telse {\n\t\t\t\tverticalOffsetMultiplier = ( backgroundHeight - slideHeight ) / ( verticalSlideCount-1 );\n\t\t\t}\n\n\t\t\tverticalOffset = verticalSlideCount > 0 ? verticalOffsetMultiplier * indices.v : 0;\n\n\t\t\tthis.element.style.backgroundPosition = horizontalOffset + 'px ' + -verticalOffset + 'px';\n\n\t\t}\n\n\t}\n\n}\n","import { queryAll, extend, createStyleSheet, matches, closest } from '../utils/util.js'\nimport { FRAGMENT_STYLE_REGEX } from '../utils/constants.js'\n\n// Counter used to generate unique IDs for auto-animated elements\nlet autoAnimateCounter = 0;\n\n/**\n * Automatically animates matching elements across\n * slides with the [data-auto-animate] attribute.\n */\nexport default class AutoAnimate {\n\n\tconstructor( Reveal ) {\n\n\t\tthis.Reveal = Reveal;\n\n\t}\n\n\t/**\n\t * Runs an auto-animation between the given slides.\n\t *\n\t * @param {HTMLElement} fromSlide\n\t * @param {HTMLElement} toSlide\n\t */\n\trun( fromSlide, toSlide ) {\n\n\t\t// Clean up after prior animations\n\t\tthis.reset();\n\n\t\tlet allSlides = this.Reveal.getSlides();\n\t\tlet toSlideIndex = allSlides.indexOf( toSlide );\n\t\tlet fromSlideIndex = allSlides.indexOf( fromSlide );\n\n\t\t// Ensure that both slides are auto-animate targets with the same data-auto-animate-id value\n\t\t// (including null if absent on both) and that data-auto-animate-restart isn't set on the\n\t\t// physically latter slide (independent of slide direction)\n\t\tif( fromSlide.hasAttribute( 'data-auto-animate' ) && toSlide.hasAttribute( 'data-auto-animate' )\n\t\t\t\t&& fromSlide.getAttribute( 'data-auto-animate-id' ) === toSlide.getAttribute( 'data-auto-animate-id' ) \n\t\t\t\t&& !( toSlideIndex > fromSlideIndex ? toSlide : fromSlide ).hasAttribute( 'data-auto-animate-restart' ) ) {\n\n\t\t\t// Create a new auto-animate sheet\n\t\t\tthis.autoAnimateStyleSheet = this.autoAnimateStyleSheet || createStyleSheet();\n\n\t\t\tlet animationOptions = this.getAutoAnimateOptions( toSlide );\n\n\t\t\t// Set our starting state\n\t\t\tfromSlide.dataset.autoAnimate = 'pending';\n\t\t\ttoSlide.dataset.autoAnimate = 'pending';\n\n\t\t\t// Flag the navigation direction, needed for fragment buildup\n\t\t\tanimationOptions.slideDirection = toSlideIndex > fromSlideIndex ? 'forward' : 'backward';\n\n\t\t\t// Inject our auto-animate styles for this transition\n\t\t\tlet css = this.getAutoAnimatableElements( fromSlide, toSlide ).map( elements => {\n\t\t\t\treturn this.autoAnimateElements( elements.from, elements.to, elements.options || {}, animationOptions, autoAnimateCounter++ );\n\t\t\t} );\n\n\t\t\t// Animate unmatched elements, if enabled\n\t\t\tif( toSlide.dataset.autoAnimateUnmatched !== 'false' && this.Reveal.getConfig().autoAnimateUnmatched === true ) {\n\n\t\t\t\t// Our default timings for unmatched elements\n\t\t\t\tlet defaultUnmatchedDuration = animationOptions.duration * 0.8,\n\t\t\t\t\tdefaultUnmatchedDelay = animationOptions.duration * 0.2;\n\n\t\t\t\tthis.getUnmatchedAutoAnimateElements( toSlide ).forEach( unmatchedElement => {\n\n\t\t\t\t\tlet unmatchedOptions = this.getAutoAnimateOptions( unmatchedElement, animationOptions );\n\t\t\t\t\tlet id = 'unmatched';\n\n\t\t\t\t\t// If there is a duration or delay set specifically for this\n\t\t\t\t\t// element our unmatched elements should adhere to those\n\t\t\t\t\tif( unmatchedOptions.duration !== animationOptions.duration || unmatchedOptions.delay !== animationOptions.delay ) {\n\t\t\t\t\t\tid = 'unmatched-' + autoAnimateCounter++;\n\t\t\t\t\t\tcss.push( `[data-auto-animate=\"running\"] [data-auto-animate-target=\"${id}\"] { transition: opacity ${unmatchedOptions.duration}s ease ${unmatchedOptions.delay}s; }` );\n\t\t\t\t\t}\n\n\t\t\t\t\tunmatchedElement.dataset.autoAnimateTarget = id;\n\n\t\t\t\t}, this );\n\n\t\t\t\t// Our default transition for unmatched elements\n\t\t\t\tcss.push( `[data-auto-animate=\"running\"] [data-auto-animate-target=\"unmatched\"] { transition: opacity ${defaultUnmatchedDuration}s ease ${defaultUnmatchedDelay}s; }` );\n\n\t\t\t}\n\n\t\t\t// Setting the whole chunk of CSS at once is the most\n\t\t\t// efficient way to do this. Using sheet.insertRule\n\t\t\t// is multiple factors slower.\n\t\t\tthis.autoAnimateStyleSheet.innerHTML = css.join( '' );\n\n\t\t\t// Start the animation next cycle\n\t\t\trequestAnimationFrame( () => {\n\t\t\t\tif( this.autoAnimateStyleSheet ) {\n\t\t\t\t\t// This forces our newly injected styles to be applied in Firefox\n\t\t\t\t\tgetComputedStyle( this.autoAnimateStyleSheet ).fontWeight;\n\n\t\t\t\t\ttoSlide.dataset.autoAnimate = 'running';\n\t\t\t\t}\n\t\t\t} );\n\n\t\t\tthis.Reveal.dispatchEvent({\n\t\t\t\ttype: 'autoanimate',\n\t\t\t\tdata: {\n\t\t\t\t\tfromSlide,\n\t\t\t\t\ttoSlide,\n\t\t\t\t\tsheet: this.autoAnimateStyleSheet\n\t\t\t\t}\n\t\t\t});\n\n\t\t}\n\n\t}\n\n\t/**\n\t * Rolls back all changes that we've made to the DOM so\n\t * that as part of animating.\n\t */\n\treset() {\n\n\t\t// Reset slides\n\t\tqueryAll( this.Reveal.getRevealElement(), '[data-auto-animate]:not([data-auto-animate=\"\"])' ).forEach( element => {\n\t\t\telement.dataset.autoAnimate = '';\n\t\t} );\n\n\t\t// Reset elements\n\t\tqueryAll( this.Reveal.getRevealElement(), '[data-auto-animate-target]' ).forEach( element => {\n\t\t\tdelete element.dataset.autoAnimateTarget;\n\t\t} );\n\n\t\t// Remove the animation sheet\n\t\tif( this.autoAnimateStyleSheet && this.autoAnimateStyleSheet.parentNode ) {\n\t\t\tthis.autoAnimateStyleSheet.parentNode.removeChild( this.autoAnimateStyleSheet );\n\t\t\tthis.autoAnimateStyleSheet = null;\n\t\t}\n\n\t}\n\n\t/**\n\t * Creates a FLIP animation where the `to` element starts out\n\t * in the `from` element position and animates to its original\n\t * state.\n\t *\n\t * @param {HTMLElement} from\n\t * @param {HTMLElement} to\n\t * @param {Object} elementOptions Options for this element pair\n\t * @param {Object} animationOptions Options set at the slide level\n\t * @param {String} id Unique ID that we can use to identify this\n\t * auto-animate element in the DOM\n\t */\n\tautoAnimateElements( from, to, elementOptions, animationOptions, id ) {\n\n\t\t// 'from' elements are given a data-auto-animate-target with no value,\n\t\t// 'to' elements are are given a data-auto-animate-target with an ID\n\t\tfrom.dataset.autoAnimateTarget = '';\n\t\tto.dataset.autoAnimateTarget = id;\n\n\t\t// Each element may override any of the auto-animate options\n\t\t// like transition easing, duration and delay via data-attributes\n\t\tlet options = this.getAutoAnimateOptions( to, animationOptions );\n\n\t\t// If we're using a custom element matcher the element options\n\t\t// may contain additional transition overrides\n\t\tif( typeof elementOptions.delay !== 'undefined' ) options.delay = elementOptions.delay;\n\t\tif( typeof elementOptions.duration !== 'undefined' ) options.duration = elementOptions.duration;\n\t\tif( typeof elementOptions.easing !== 'undefined' ) options.easing = elementOptions.easing;\n\n\t\tlet fromProps = this.getAutoAnimatableProperties( 'from', from, elementOptions ),\n\t\t\ttoProps = this.getAutoAnimatableProperties( 'to', to, elementOptions );\n\n\t\t// Maintain fragment visibility for matching elements when\n\t\t// we're navigating forwards, this way the viewer won't need\n\t\t// to step through the same fragments twice\n\t\tif( to.classList.contains( 'fragment' ) ) {\n\n\t\t\t// Don't auto-animate the opacity of fragments to avoid\n\t\t\t// conflicts with fragment animations\n\t\t\tdelete toProps.styles['opacity'];\n\n\t\t\tif( from.classList.contains( 'fragment' ) ) {\n\n\t\t\t\tlet fromFragmentStyle = ( from.className.match( FRAGMENT_STYLE_REGEX ) || [''] )[0];\n\t\t\t\tlet toFragmentStyle = ( to.className.match( FRAGMENT_STYLE_REGEX ) || [''] )[0];\n\n\t\t\t\t// Only skip the fragment if the fragment animation style\n\t\t\t\t// remains unchanged\n\t\t\t\tif( fromFragmentStyle === toFragmentStyle && animationOptions.slideDirection === 'forward' ) {\n\t\t\t\t\tto.classList.add( 'visible', 'disabled' );\n\t\t\t\t}\n\n\t\t\t}\n\n\t\t}\n\n\t\t// If translation and/or scaling are enabled, css transform\n\t\t// the 'to' element so that it matches the position and size\n\t\t// of the 'from' element\n\t\tif( elementOptions.translate !== false || elementOptions.scale !== false ) {\n\n\t\t\tlet presentationScale = this.Reveal.getScale();\n\n\t\t\tlet delta = {\n\t\t\t\tx: ( fromProps.x - toProps.x ) / presentationScale,\n\t\t\t\ty: ( fromProps.y - toProps.y ) / presentationScale,\n\t\t\t\tscaleX: fromProps.width / toProps.width,\n\t\t\t\tscaleY: fromProps.height / toProps.height\n\t\t\t};\n\n\t\t\t// Limit decimal points to avoid 0.0001px blur and stutter\n\t\t\tdelta.x = Math.round( delta.x * 1000 ) / 1000;\n\t\t\tdelta.y = Math.round( delta.y * 1000 ) / 1000;\n\t\t\tdelta.scaleX = Math.round( delta.scaleX * 1000 ) / 1000;\n\t\t\tdelta.scaleX = Math.round( delta.scaleX * 1000 ) / 1000;\n\n\t\t\tlet translate = elementOptions.translate !== false && ( delta.x !== 0 || delta.y !== 0 ),\n\t\t\t\tscale = elementOptions.scale !== false && ( delta.scaleX !== 0 || delta.scaleY !== 0 );\n\n\t\t\t// No need to transform if nothing's changed\n\t\t\tif( translate || scale ) {\n\n\t\t\t\tlet transform = [];\n\n\t\t\t\tif( translate ) transform.push( `translate(${delta.x}px, ${delta.y}px)` );\n\t\t\t\tif( scale ) transform.push( `scale(${delta.scaleX}, ${delta.scaleY})` );\n\n\t\t\t\tfromProps.styles['transform'] = transform.join( ' ' );\n\t\t\t\tfromProps.styles['transform-origin'] = 'top left';\n\n\t\t\t\ttoProps.styles['transform'] = 'none';\n\n\t\t\t}\n\n\t\t}\n\n\t\t// Delete all unchanged 'to' styles\n\t\tfor( let propertyName in toProps.styles ) {\n\t\t\tconst toValue = toProps.styles[propertyName];\n\t\t\tconst fromValue = fromProps.styles[propertyName];\n\n\t\t\tif( toValue === fromValue ) {\n\t\t\t\tdelete toProps.styles[propertyName];\n\t\t\t}\n\t\t\telse {\n\t\t\t\t// If these property values were set via a custom matcher providing\n\t\t\t\t// an explicit 'from' and/or 'to' value, we always inject those values.\n\t\t\t\tif( toValue.explicitValue === true ) {\n\t\t\t\t\ttoProps.styles[propertyName] = toValue.value;\n\t\t\t\t}\n\n\t\t\t\tif( fromValue.explicitValue === true ) {\n\t\t\t\t\tfromProps.styles[propertyName] = fromValue.value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tlet css = '';\n\n\t\tlet toStyleProperties = Object.keys( toProps.styles );\n\n\t\t// Only create animate this element IF at least one style\n\t\t// property has changed\n\t\tif( toStyleProperties.length > 0 ) {\n\n\t\t\t// Instantly move to the 'from' state\n\t\t\tfromProps.styles['transition'] = 'none';\n\n\t\t\t// Animate towards the 'to' state\n\t\t\ttoProps.styles['transition'] = `all ${options.duration}s ${options.easing} ${options.delay}s`;\n\t\t\ttoProps.styles['transition-property'] = toStyleProperties.join( ', ' );\n\t\t\ttoProps.styles['will-change'] = toStyleProperties.join( ', ' );\n\n\t\t\t// Build up our custom CSS. We need to override inline styles\n\t\t\t// so we need to make our styles vErY IMPORTANT!1!!\n\t\t\tlet fromCSS = Object.keys( fromProps.styles ).map( propertyName => {\n\t\t\t\treturn propertyName + ': ' + fromProps.styles[propertyName] + ' !important;';\n\t\t\t} ).join( '' );\n\n\t\t\tlet toCSS = Object.keys( toProps.styles ).map( propertyName => {\n\t\t\t\treturn propertyName + ': ' + toProps.styles[propertyName] + ' !important;';\n\t\t\t} ).join( '' );\n\n\t\t\tcss = \t'[data-auto-animate-target=\"'+ id +'\"] {'+ fromCSS +'}' +\n\t\t\t\t\t'[data-auto-animate=\"running\"] [data-auto-animate-target=\"'+ id +'\"] {'+ toCSS +'}';\n\n\t\t}\n\n\t\treturn css;\n\n\t}\n\n\t/**\n\t * Returns the auto-animate options for the given element.\n\t *\n\t * @param {HTMLElement} element Element to pick up options\n\t * from, either a slide or an animation target\n\t * @param {Object} [inheritedOptions] Optional set of existing\n\t * options\n\t */\n\tgetAutoAnimateOptions( element, inheritedOptions ) {\n\n\t\tlet options = {\n\t\t\teasing: this.Reveal.getConfig().autoAnimateEasing,\n\t\t\tduration: this.Reveal.getConfig().autoAnimateDuration,\n\t\t\tdelay: 0\n\t\t};\n\n\t\toptions = extend( options, inheritedOptions );\n\n\t\t// Inherit options from parent elements\n\t\tif( element.parentNode ) {\n\t\t\tlet autoAnimatedParent = closest( element.parentNode, '[data-auto-animate-target]' );\n\t\t\tif( autoAnimatedParent ) {\n\t\t\t\toptions = this.getAutoAnimateOptions( autoAnimatedParent, options );\n\t\t\t}\n\t\t}\n\n\t\tif( element.dataset.autoAnimateEasing ) {\n\t\t\toptions.easing = element.dataset.autoAnimateEasing;\n\t\t}\n\n\t\tif( element.dataset.autoAnimateDuration ) {\n\t\t\toptions.duration = parseFloat( element.dataset.autoAnimateDuration );\n\t\t}\n\n\t\tif( element.dataset.autoAnimateDelay ) {\n\t\t\toptions.delay = parseFloat( element.dataset.autoAnimateDelay );\n\t\t}\n\n\t\treturn options;\n\n\t}\n\n\t/**\n\t * Returns an object containing all of the properties\n\t * that can be auto-animated for the given element and\n\t * their current computed values.\n\t *\n\t * @param {String} direction 'from' or 'to'\n\t */\n\tgetAutoAnimatableProperties( direction, element, elementOptions ) {\n\n\t\tlet config = this.Reveal.getConfig();\n\n\t\tlet properties = { styles: [] };\n\n\t\t// Position and size\n\t\tif( elementOptions.translate !== false || elementOptions.scale !== false ) {\n\t\t\tlet bounds;\n\n\t\t\t// Custom auto-animate may optionally return a custom tailored\n\t\t\t// measurement function\n\t\t\tif( typeof elementOptions.measure === 'function' ) {\n\t\t\t\tbounds = elementOptions.measure( element );\n\t\t\t}\n\t\t\telse {\n\t\t\t\tif( config.center ) {\n\t\t\t\t\t// More precise, but breaks when used in combination\n\t\t\t\t\t// with zoom for scaling the deck ¯\\_(ツ)_/¯\n\t\t\t\t\tbounds = element.getBoundingClientRect();\n\t\t\t\t}\n\t\t\t\telse {\n\t\t\t\t\tlet scale = this.Reveal.getScale();\n\t\t\t\t\tbounds = {\n\t\t\t\t\t\tx: element.offsetLeft * scale,\n\t\t\t\t\t\ty: element.offsetTop * scale,\n\t\t\t\t\t\twidth: element.offsetWidth * scale,\n\t\t\t\t\t\theight: element.offsetHeight * scale\n\t\t\t\t\t};\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tproperties.x = bounds.x;\n\t\t\tproperties.y = bounds.y;\n\t\t\tproperties.width = bounds.width;\n\t\t\tproperties.height = bounds.height;\n\t\t}\n\n\t\tconst computedStyles = getComputedStyle( element );\n\n\t\t// CSS styles\n\t\t( elementOptions.styles || config.autoAnimateStyles ).forEach( style => {\n\t\t\tlet value;\n\n\t\t\t// `style` is either the property name directly, or an object\n\t\t\t// definition of a style property\n\t\t\tif( typeof style === 'string' ) style = { property: style };\n\n\t\t\tif( typeof style.from !== 'undefined' && direction === 'from' ) {\n\t\t\t\tvalue = { value: style.from, explicitValue: true };\n\t\t\t}\n\t\t\telse if( typeof style.to !== 'undefined' && direction === 'to' ) {\n\t\t\t\tvalue = { value: style.to, explicitValue: true };\n\t\t\t}\n\t\t\telse {\n\t\t\t\tvalue = computedStyles[style.property];\n\t\t\t}\n\n\t\t\tif( value !== '' ) {\n\t\t\t\tproperties.styles[style.property] = value;\n\t\t\t}\n\t\t} );\n\n\t\treturn properties;\n\n\t}\n\n\t/**\n\t * Get a list of all element pairs that we can animate\n\t * between the given slides.\n\t *\n\t * @param {HTMLElement} fromSlide\n\t * @param {HTMLElement} toSlide\n\t *\n\t * @return {Array} Each value is an array where [0] is\n\t * the element we're animating from and [1] is the\n\t * element we're animating to\n\t */\n\tgetAutoAnimatableElements( fromSlide, toSlide ) {\n\n\t\tlet matcher = typeof this.Reveal.getConfig().autoAnimateMatcher === 'function' ? this.Reveal.getConfig().autoAnimateMatcher : this.getAutoAnimatePairs;\n\n\t\tlet pairs = matcher.call( this, fromSlide, toSlide );\n\n\t\tlet reserved = [];\n\n\t\t// Remove duplicate pairs\n\t\treturn pairs.filter( ( pair, index ) => {\n\t\t\tif( reserved.indexOf( pair.to ) === -1 ) {\n\t\t\t\treserved.push( pair.to );\n\t\t\t\treturn true;\n\t\t\t}\n\t\t} );\n\n\t}\n\n\t/**\n\t * Identifies matching elements between slides.\n\t *\n\t * You can specify a custom matcher function by using\n\t * the `autoAnimateMatcher` config option.\n\t */\n\tgetAutoAnimatePairs( fromSlide, toSlide ) {\n\n\t\tlet pairs = [];\n\n\t\tconst codeNodes = 'pre';\n\t\tconst textNodes = 'h1, h2, h3, h4, h5, h6, p, li';\n\t\tconst mediaNodes = 'img, video, iframe';\n\n\t\t// Eplicit matches via data-id\n\t\tthis.findAutoAnimateMatches( pairs, fromSlide, toSlide, '[data-id]', node => {\n\t\t\treturn node.nodeName + ':::' + node.getAttribute( 'data-id' );\n\t\t} );\n\n\t\t// Text\n\t\tthis.findAutoAnimateMatches( pairs, fromSlide, toSlide, textNodes, node => {\n\t\t\treturn node.nodeName + ':::' + node.innerText;\n\t\t} );\n\n\t\t// Media\n\t\tthis.findAutoAnimateMatches( pairs, fromSlide, toSlide, mediaNodes, node => {\n\t\t\treturn node.nodeName + ':::' + ( node.getAttribute( 'src' ) || node.getAttribute( 'data-src' ) );\n\t\t} );\n\n\t\t// Code\n\t\tthis.findAutoAnimateMatches( pairs, fromSlide, toSlide, codeNodes, node => {\n\t\t\treturn node.nodeName + ':::' + node.innerText;\n\t\t} );\n\n\t\tpairs.forEach( pair => {\n\n\t\t\t// Disable scale transformations on text nodes, we transition\n\t\t\t// each individual text property instead\n\t\t\tif( matches( pair.from, textNodes ) ) {\n\t\t\t\tpair.options = { scale: false };\n\t\t\t}\n\t\t\t// Animate individual lines of code\n\t\t\telse if( matches( pair.from, codeNodes ) ) {\n\n\t\t\t\t// Transition the code block's width and height instead of scaling\n\t\t\t\t// to prevent its content from being squished\n\t\t\t\tpair.options = { scale: false, styles: [ 'width', 'height' ] };\n\n\t\t\t\t// Lines of code\n\t\t\t\tthis.findAutoAnimateMatches( pairs, pair.from, pair.to, '.hljs .hljs-ln-code', node => {\n\t\t\t\t\treturn node.textContent;\n\t\t\t\t}, {\n\t\t\t\t\tscale: false,\n\t\t\t\t\tstyles: [],\n\t\t\t\t\tmeasure: this.getLocalBoundingBox.bind( this )\n\t\t\t\t} );\n\n\t\t\t\t// Line numbers\n\t\t\t\tthis.findAutoAnimateMatches( pairs, pair.from, pair.to, '.hljs .hljs-ln-line[data-line-number]', node => {\n\t\t\t\t\treturn node.getAttribute( 'data-line-number' );\n\t\t\t\t}, {\n\t\t\t\t\tscale: false,\n\t\t\t\t\tstyles: [ 'width' ],\n\t\t\t\t\tmeasure: this.getLocalBoundingBox.bind( this )\n\t\t\t\t} );\n\n\t\t\t}\n\n\t\t}, this );\n\n\t\treturn pairs;\n\n\t}\n\n\t/**\n\t * Helper method which returns a bounding box based on\n\t * the given elements offset coordinates.\n\t *\n\t * @param {HTMLElement} element\n\t * @return {Object} x, y, width, height\n\t */\n\tgetLocalBoundingBox( element ) {\n\n\t\tconst presentationScale = this.Reveal.getScale();\n\n\t\treturn {\n\t\t\tx: Math.round( ( element.offsetLeft * presentationScale ) * 100 ) / 100,\n\t\t\ty: Math.round( ( element.offsetTop * presentationScale ) * 100 ) / 100,\n\t\t\twidth: Math.round( ( element.offsetWidth * presentationScale ) * 100 ) / 100,\n\t\t\theight: Math.round( ( element.offsetHeight * presentationScale ) * 100 ) / 100\n\t\t};\n\n\t}\n\n\t/**\n\t * Finds matching elements between two slides.\n\t *\n\t * @param {Array} pairs \tList of pairs to push matches to\n\t * @param {HTMLElement} fromScope Scope within the from element exists\n\t * @param {HTMLElement} toScope Scope within the to element exists\n\t * @param {String} selector CSS selector of the element to match\n\t * @param {Function} serializer A function that accepts an element and returns\n\t * a stringified ID based on its contents\n\t * @param {Object} animationOptions Optional config options for this pair\n\t */\n\tfindAutoAnimateMatches( pairs, fromScope, toScope, selector, serializer, animationOptions ) {\n\n\t\tlet fromMatches = {};\n\t\tlet toMatches = {};\n\n\t\t[].slice.call( fromScope.querySelectorAll( selector ) ).forEach( ( element, i ) => {\n\t\t\tconst key = serializer( element );\n\t\t\tif( typeof key === 'string' && key.length ) {\n\t\t\t\tfromMatches[key] = fromMatches[key] || [];\n\t\t\t\tfromMatches[key].push( element );\n\t\t\t}\n\t\t} );\n\n\t\t[].slice.call( toScope.querySelectorAll( selector ) ).forEach( ( element, i ) => {\n\t\t\tconst key = serializer( element );\n\t\t\ttoMatches[key] = toMatches[key] || [];\n\t\t\ttoMatches[key].push( element );\n\n\t\t\tlet fromElement;\n\n\t\t\t// Retrieve the 'from' element\n\t\t\tif( fromMatches[key] ) {\n\t\t\t\tconst pimaryIndex = toMatches[key].length - 1;\n\t\t\t\tconst secondaryIndex = fromMatches[key].length - 1;\n\n\t\t\t\t// If there are multiple identical from elements, retrieve\n\t\t\t\t// the one at the same index as our to-element.\n\t\t\t\tif( fromMatches[key][ pimaryIndex ] ) {\n\t\t\t\t\tfromElement = fromMatches[key][ pimaryIndex ];\n\t\t\t\t\tfromMatches[key][ pimaryIndex ] = null;\n\t\t\t\t}\n\t\t\t\t// If there are no matching from-elements at the same index,\n\t\t\t\t// use the last one.\n\t\t\t\telse if( fromMatches[key][ secondaryIndex ] ) {\n\t\t\t\t\tfromElement = fromMatches[key][ secondaryIndex ];\n\t\t\t\t\tfromMatches[key][ secondaryIndex ] = null;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// If we've got a matching pair, push it to the list of pairs\n\t\t\tif( fromElement ) {\n\t\t\t\tpairs.push({\n\t\t\t\t\tfrom: fromElement,\n\t\t\t\t\tto: element,\n\t\t\t\t\toptions: animationOptions\n\t\t\t\t});\n\t\t\t}\n\t\t} );\n\n\t}\n\n\t/**\n\t * Returns a all elements within the given scope that should\n\t * be considered unmatched in an auto-animate transition. If\n\t * fading of unmatched elements is turned on, these elements\n\t * will fade when going between auto-animate slides.\n\t *\n\t * Note that parents of auto-animate targets are NOT considerd\n\t * unmatched since fading them would break the auto-animation.\n\t *\n\t * @param {HTMLElement} rootElement\n\t * @return {Array}\n\t */\n\tgetUnmatchedAutoAnimateElements( rootElement ) {\n\n\t\treturn [].slice.call( rootElement.children ).reduce( ( result, element ) => {\n\n\t\t\tconst containsAnimatedElements = element.querySelector( '[data-auto-animate-target]' );\n\n\t\t\t// The element is unmatched if\n\t\t\t// - It is not an auto-animate target\n\t\t\t// - It does not contain any auto-animate targets\n\t\t\tif( !element.hasAttribute( 'data-auto-animate-target' ) && !containsAnimatedElements ) {\n\t\t\t\tresult.push( element );\n\t\t\t}\n\n\t\t\tif( element.querySelector( '[data-auto-animate-target]' ) ) {\n\t\t\t\tresult = result.concat( this.getUnmatchedAutoAnimateElements( element ) );\n\t\t\t}\n\n\t\t\treturn result;\n\n\t\t}, [] );\n\n\t}\n\n}\n","import { extend, queryAll } from '../utils/util.js'\n\n/**\n * Handles sorting and navigation of slide fragments.\n * Fragments are elements within a slide that are\n * revealed/animated incrementally.\n */\nexport default class Fragments {\n\n\tconstructor( Reveal ) {\n\n\t\tthis.Reveal = Reveal;\n\n\t}\n\n\t/**\n\t * Called when the reveal.js config is updated.\n\t */\n\tconfigure( config, oldConfig ) {\n\n\t\tif( config.fragments === false ) {\n\t\t\tthis.disable();\n\t\t}\n\t\telse if( oldConfig.fragments === false ) {\n\t\t\tthis.enable();\n\t\t}\n\n\t}\n\n\t/**\n\t * If fragments are disabled in the deck, they should all be\n\t * visible rather than stepped through.\n\t */\n\tdisable() {\n\n\t\tqueryAll( this.Reveal.getSlidesElement(), '.fragment' ).forEach( element => {\n\t\t\telement.classList.add( 'visible' );\n\t\t\telement.classList.remove( 'current-fragment' );\n\t\t} );\n\n\t}\n\n\t/**\n\t * Reverse of #disable(). Only called if fragments have\n\t * previously been disabled.\n\t */\n\tenable() {\n\n\t\tqueryAll( this.Reveal.getSlidesElement(), '.fragment' ).forEach( element => {\n\t\t\telement.classList.remove( 'visible' );\n\t\t\telement.classList.remove( 'current-fragment' );\n\t\t} );\n\n\t}\n\n\t/**\n\t * Returns an object describing the available fragment\n\t * directions.\n\t *\n\t * @return {{prev: boolean, next: boolean}}\n\t */\n\tavailableRoutes() {\n\n\t\tlet currentSlide = this.Reveal.getCurrentSlide();\n\t\tif( currentSlide && this.Reveal.getConfig().fragments ) {\n\t\t\tlet fragments = currentSlide.querySelectorAll( '.fragment:not(.disabled)' );\n\t\t\tlet hiddenFragments = currentSlide.querySelectorAll( '.fragment:not(.disabled):not(.visible)' );\n\n\t\t\treturn {\n\t\t\t\tprev: fragments.length - hiddenFragments.length > 0,\n\t\t\t\tnext: !!hiddenFragments.length\n\t\t\t};\n\t\t}\n\t\telse {\n\t\t\treturn { prev: false, next: false };\n\t\t}\n\n\t}\n\n\t/**\n\t * Return a sorted fragments list, ordered by an increasing\n\t * \"data-fragment-index\" attribute.\n\t *\n\t * Fragments will be revealed in the order that they are returned by\n\t * this function, so you can use the index attributes to control the\n\t * order of fragment appearance.\n\t *\n\t * To maintain a sensible default fragment order, fragments are presumed\n\t * to be passed in document order. This function adds a \"fragment-index\"\n\t * attribute to each node if such an attribute is not already present,\n\t * and sets that attribute to an integer value which is the position of\n\t * the fragment within the fragments list.\n\t *\n\t * @param {object[]|*} fragments\n\t * @param {boolean} grouped If true the returned array will contain\n\t * nested arrays for all fragments with the same index\n\t * @return {object[]} sorted Sorted array of fragments\n\t */\n\tsort( fragments, grouped = false ) {\n\n\t\tfragments = Array.from( fragments );\n\n\t\tlet ordered = [],\n\t\t\tunordered = [],\n\t\t\tsorted = [];\n\n\t\t// Group ordered and unordered elements\n\t\tfragments.forEach( fragment => {\n\t\t\tif( fragment.hasAttribute( 'data-fragment-index' ) ) {\n\t\t\t\tlet index = parseInt( fragment.getAttribute( 'data-fragment-index' ), 10 );\n\n\t\t\t\tif( !ordered[index] ) {\n\t\t\t\t\tordered[index] = [];\n\t\t\t\t}\n\n\t\t\t\tordered[index].push( fragment );\n\t\t\t}\n\t\t\telse {\n\t\t\t\tunordered.push( [ fragment ] );\n\t\t\t}\n\t\t} );\n\n\t\t// Append fragments without explicit indices in their\n\t\t// DOM order\n\t\tordered = ordered.concat( unordered );\n\n\t\t// Manually count the index up per group to ensure there\n\t\t// are no gaps\n\t\tlet index = 0;\n\n\t\t// Push all fragments in their sorted order to an array,\n\t\t// this flattens the groups\n\t\tordered.forEach( group => {\n\t\t\tgroup.forEach( fragment => {\n\t\t\t\tsorted.push( fragment );\n\t\t\t\tfragment.setAttribute( 'data-fragment-index', index );\n\t\t\t} );\n\n\t\t\tindex ++;\n\t\t} );\n\n\t\treturn grouped === true ? ordered : sorted;\n\n\t}\n\n\t/**\n\t * Sorts and formats all of fragments in the\n\t * presentation.\n\t */\n\tsortAll() {\n\n\t\tthis.Reveal.getHorizontalSlides().forEach( horizontalSlide => {\n\n\t\t\tlet verticalSlides = queryAll( horizontalSlide, 'section' );\n\t\t\tverticalSlides.forEach( ( verticalSlide, y ) => {\n\n\t\t\t\tthis.sort( verticalSlide.querySelectorAll( '.fragment' ) );\n\n\t\t\t}, this );\n\n\t\t\tif( verticalSlides.length === 0 ) this.sort( horizontalSlide.querySelectorAll( '.fragment' ) );\n\n\t\t} );\n\n\t}\n\n\t/**\n\t * Refreshes the fragments on the current slide so that they\n\t * have the appropriate classes (.visible + .current-fragment).\n\t *\n\t * @param {number} [index] The index of the current fragment\n\t * @param {array} [fragments] Array containing all fragments\n\t * in the current slide\n\t *\n\t * @return {{shown: array, hidden: array}}\n\t */\n\tupdate( index, fragments ) {\n\n\t\tlet changedFragments = {\n\t\t\tshown: [],\n\t\t\thidden: []\n\t\t};\n\n\t\tlet currentSlide = this.Reveal.getCurrentSlide();\n\t\tif( currentSlide && this.Reveal.getConfig().fragments ) {\n\n\t\t\tfragments = fragments || this.sort( currentSlide.querySelectorAll( '.fragment' ) );\n\n\t\t\tif( fragments.length ) {\n\n\t\t\t\tlet maxIndex = 0;\n\n\t\t\t\tif( typeof index !== 'number' ) {\n\t\t\t\t\tlet currentFragment = this.sort( currentSlide.querySelectorAll( '.fragment.visible' ) ).pop();\n\t\t\t\t\tif( currentFragment ) {\n\t\t\t\t\t\tindex = parseInt( currentFragment.getAttribute( 'data-fragment-index' ) || 0, 10 );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tArray.from( fragments ).forEach( ( el, i ) => {\n\n\t\t\t\t\tif( el.hasAttribute( 'data-fragment-index' ) ) {\n\t\t\t\t\t\ti = parseInt( el.getAttribute( 'data-fragment-index' ), 10 );\n\t\t\t\t\t}\n\n\t\t\t\t\tmaxIndex = Math.max( maxIndex, i );\n\n\t\t\t\t\t// Visible fragments\n\t\t\t\t\tif( i <= index ) {\n\t\t\t\t\t\tlet wasVisible = el.classList.contains( 'visible' )\n\t\t\t\t\t\tel.classList.add( 'visible' );\n\t\t\t\t\t\tel.classList.remove( 'current-fragment' );\n\n\t\t\t\t\t\tif( i === index ) {\n\t\t\t\t\t\t\t// Announce the fragments one by one to the Screen Reader\n\t\t\t\t\t\t\tthis.Reveal.announceStatus( this.Reveal.getStatusText( el ) );\n\n\t\t\t\t\t\t\tel.classList.add( 'current-fragment' );\n\t\t\t\t\t\t\tthis.Reveal.slideContent.startEmbeddedContent( el );\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tif( !wasVisible ) {\n\t\t\t\t\t\t\tchangedFragments.shown.push( el )\n\t\t\t\t\t\t\tthis.Reveal.dispatchEvent({\n\t\t\t\t\t\t\t\ttarget: el,\n\t\t\t\t\t\t\t\ttype: 'visible',\n\t\t\t\t\t\t\t\tbubbles: false\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\t// Hidden fragments\n\t\t\t\t\telse {\n\t\t\t\t\t\tlet wasVisible = el.classList.contains( 'visible' )\n\t\t\t\t\t\tel.classList.remove( 'visible' );\n\t\t\t\t\t\tel.classList.remove( 'current-fragment' );\n\n\t\t\t\t\t\tif( wasVisible ) {\n\t\t\t\t\t\t\tthis.Reveal.slideContent.stopEmbeddedContent( el );\n\t\t\t\t\t\t\tchangedFragments.hidden.push( el );\n\t\t\t\t\t\t\tthis.Reveal.dispatchEvent({\n\t\t\t\t\t\t\t\ttarget: el,\n\t\t\t\t\t\t\t\ttype: 'hidden',\n\t\t\t\t\t\t\t\tbubbles: false\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t} );\n\n\t\t\t\t// Write the current fragment index to the slide
    .\n\t\t\t\t// This can be used by end users to apply styles based on\n\t\t\t\t// the current fragment index.\n\t\t\t\tindex = typeof index === 'number' ? index : -1;\n\t\t\t\tindex = Math.max( Math.min( index, maxIndex ), -1 );\n\t\t\t\tcurrentSlide.setAttribute( 'data-fragment', index );\n\n\t\t\t}\n\n\t\t}\n\n\t\treturn changedFragments;\n\n\t}\n\n\t/**\n\t * Formats the fragments on the given slide so that they have\n\t * valid indices. Call this if fragments are changed in the DOM\n\t * after reveal.js has already initialized.\n\t *\n\t * @param {HTMLElement} slide\n\t * @return {Array} a list of the HTML fragments that were synced\n\t */\n\tsync( slide = this.Reveal.getCurrentSlide() ) {\n\n\t\treturn this.sort( slide.querySelectorAll( '.fragment' ) );\n\n\t}\n\n\t/**\n\t * Navigate to the specified slide fragment.\n\t *\n\t * @param {?number} index The index of the fragment that\n\t * should be shown, -1 means all are invisible\n\t * @param {number} offset Integer offset to apply to the\n\t * fragment index\n\t *\n\t * @return {boolean} true if a change was made in any\n\t * fragments visibility as part of this call\n\t */\n\tgoto( index, offset = 0 ) {\n\n\t\tlet currentSlide = this.Reveal.getCurrentSlide();\n\t\tif( currentSlide && this.Reveal.getConfig().fragments ) {\n\n\t\t\tlet fragments = this.sort( currentSlide.querySelectorAll( '.fragment:not(.disabled)' ) );\n\t\t\tif( fragments.length ) {\n\n\t\t\t\t// If no index is specified, find the current\n\t\t\t\tif( typeof index !== 'number' ) {\n\t\t\t\t\tlet lastVisibleFragment = this.sort( currentSlide.querySelectorAll( '.fragment:not(.disabled).visible' ) ).pop();\n\n\t\t\t\t\tif( lastVisibleFragment ) {\n\t\t\t\t\t\tindex = parseInt( lastVisibleFragment.getAttribute( 'data-fragment-index' ) || 0, 10 );\n\t\t\t\t\t}\n\t\t\t\t\telse {\n\t\t\t\t\t\tindex = -1;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// Apply the offset if there is one\n\t\t\t\tindex += offset;\n\n\t\t\t\tlet changedFragments = this.update( index, fragments );\n\n\t\t\t\tif( changedFragments.hidden.length ) {\n\t\t\t\t\tthis.Reveal.dispatchEvent({\n\t\t\t\t\t\ttype: 'fragmenthidden',\n\t\t\t\t\t\tdata: {\n\t\t\t\t\t\t\tfragment: changedFragments.hidden[0],\n\t\t\t\t\t\t\tfragments: changedFragments.hidden\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\t\t\t}\n\n\t\t\t\tif( changedFragments.shown.length ) {\n\t\t\t\t\tthis.Reveal.dispatchEvent({\n\t\t\t\t\t\ttype: 'fragmentshown',\n\t\t\t\t\t\tdata: {\n\t\t\t\t\t\t\tfragment: changedFragments.shown[0],\n\t\t\t\t\t\t\tfragments: changedFragments.shown\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\t\t\t}\n\n\t\t\t\tthis.Reveal.controls.update();\n\t\t\t\tthis.Reveal.progress.update();\n\n\t\t\t\tif( this.Reveal.getConfig().fragmentInURL ) {\n\t\t\t\t\tthis.Reveal.location.writeURL();\n\t\t\t\t}\n\n\t\t\t\treturn !!( changedFragments.shown.length || changedFragments.hidden.length );\n\n\t\t\t}\n\n\t\t}\n\n\t\treturn false;\n\n\t}\n\n\t/**\n\t * Navigate to the next slide fragment.\n\t *\n\t * @return {boolean} true if there was a next fragment,\n\t * false otherwise\n\t */\n\tnext() {\n\n\t\treturn this.goto( null, 1 );\n\n\t}\n\n\t/**\n\t * Navigate to the previous slide fragment.\n\t *\n\t * @return {boolean} true if there was a previous fragment,\n\t * false otherwise\n\t */\n\tprev() {\n\n\t\treturn this.goto( null, -1 );\n\n\t}\n\n}","import { SLIDES_SELECTOR } from '../utils/constants.js'\nimport { extend, queryAll, transformElement } from '../utils/util.js'\n\n/**\n * Handles all logic related to the overview mode\n * (birds-eye view of all slides).\n */\nexport default class Overview {\n\n\tconstructor( Reveal ) {\n\n\t\tthis.Reveal = Reveal;\n\n\t\tthis.active = false;\n\n\t\tthis.onSlideClicked = this.onSlideClicked.bind( this );\n\n\t}\n\n\t/**\n\t * Displays the overview of slides (quick nav) by scaling\n\t * down and arranging all slide elements.\n\t */\n\tactivate() {\n\n\t\t// Only proceed if enabled in config\n\t\tif( this.Reveal.getConfig().overview && !this.isActive() ) {\n\n\t\t\tthis.active = true;\n\n\t\t\tthis.Reveal.getRevealElement().classList.add( 'overview' );\n\n\t\t\t// Don't auto-slide while in overview mode\n\t\t\tthis.Reveal.cancelAutoSlide();\n\n\t\t\t// Move the backgrounds element into the slide container to\n\t\t\t// that the same scaling is applied\n\t\t\tthis.Reveal.getSlidesElement().appendChild( this.Reveal.getBackgroundsElement() );\n\n\t\t\t// Clicking on an overview slide navigates to it\n\t\t\tqueryAll( this.Reveal.getRevealElement(), SLIDES_SELECTOR ).forEach( slide => {\n\t\t\t\tif( !slide.classList.contains( 'stack' ) ) {\n\t\t\t\t\tslide.addEventListener( 'click', this.onSlideClicked, true );\n\t\t\t\t}\n\t\t\t} );\n\n\t\t\t// Calculate slide sizes\n\t\t\tconst margin = 70;\n\t\t\tconst slideSize = this.Reveal.getComputedSlideSize();\n\t\t\tthis.overviewSlideWidth = slideSize.width + margin;\n\t\t\tthis.overviewSlideHeight = slideSize.height + margin;\n\n\t\t\t// Reverse in RTL mode\n\t\t\tif( this.Reveal.getConfig().rtl ) {\n\t\t\t\tthis.overviewSlideWidth = -this.overviewSlideWidth;\n\t\t\t}\n\n\t\t\tthis.Reveal.updateSlidesVisibility();\n\n\t\t\tthis.layout();\n\t\t\tthis.update();\n\n\t\t\tthis.Reveal.layout();\n\n\t\t\tconst indices = this.Reveal.getIndices();\n\n\t\t\t// Notify observers of the overview showing\n\t\t\tthis.Reveal.dispatchEvent({\n\t\t\t\ttype: 'overviewshown',\n\t\t\t\tdata: {\n\t\t\t\t\t'indexh': indices.h,\n\t\t\t\t\t'indexv': indices.v,\n\t\t\t\t\t'currentSlide': this.Reveal.getCurrentSlide()\n\t\t\t\t}\n\t\t\t});\n\n\t\t}\n\n\t}\n\n\t/**\n\t * Uses CSS transforms to position all slides in a grid for\n\t * display inside of the overview mode.\n\t */\n\tlayout() {\n\n\t\t// Layout slides\n\t\tthis.Reveal.getHorizontalSlides().forEach( ( hslide, h ) => {\n\t\t\thslide.setAttribute( 'data-index-h', h );\n\t\t\ttransformElement( hslide, 'translate3d(' + ( h * this.overviewSlideWidth ) + 'px, 0, 0)' );\n\n\t\t\tif( hslide.classList.contains( 'stack' ) ) {\n\n\t\t\t\tqueryAll( hslide, 'section' ).forEach( ( vslide, v ) => {\n\t\t\t\t\tvslide.setAttribute( 'data-index-h', h );\n\t\t\t\t\tvslide.setAttribute( 'data-index-v', v );\n\n\t\t\t\t\ttransformElement( vslide, 'translate3d(0, ' + ( v * this.overviewSlideHeight ) + 'px, 0)' );\n\t\t\t\t} );\n\n\t\t\t}\n\t\t} );\n\n\t\t// Layout slide backgrounds\n\t\tArray.from( this.Reveal.getBackgroundsElement().childNodes ).forEach( ( hbackground, h ) => {\n\t\t\ttransformElement( hbackground, 'translate3d(' + ( h * this.overviewSlideWidth ) + 'px, 0, 0)' );\n\n\t\t\tqueryAll( hbackground, '.slide-background' ).forEach( ( vbackground, v ) => {\n\t\t\t\ttransformElement( vbackground, 'translate3d(0, ' + ( v * this.overviewSlideHeight ) + 'px, 0)' );\n\t\t\t} );\n\t\t} );\n\n\t}\n\n\t/**\n\t * Moves the overview viewport to the current slides.\n\t * Called each time the current slide changes.\n\t */\n\tupdate() {\n\n\t\tconst vmin = Math.min( window.innerWidth, window.innerHeight );\n\t\tconst scale = Math.max( vmin / 5, 150 ) / vmin;\n\t\tconst indices = this.Reveal.getIndices();\n\n\t\tthis.Reveal.transformSlides( {\n\t\t\toverview: [\n\t\t\t\t'scale('+ scale +')',\n\t\t\t\t'translateX('+ ( -indices.h * this.overviewSlideWidth ) +'px)',\n\t\t\t\t'translateY('+ ( -indices.v * this.overviewSlideHeight ) +'px)'\n\t\t\t].join( ' ' )\n\t\t} );\n\n\t}\n\n\t/**\n\t * Exits the slide overview and enters the currently\n\t * active slide.\n\t */\n\tdeactivate() {\n\n\t\t// Only proceed if enabled in config\n\t\tif( this.Reveal.getConfig().overview ) {\n\n\t\t\tthis.active = false;\n\n\t\t\tthis.Reveal.getRevealElement().classList.remove( 'overview' );\n\n\t\t\t// Temporarily add a class so that transitions can do different things\n\t\t\t// depending on whether they are exiting/entering overview, or just\n\t\t\t// moving from slide to slide\n\t\t\tthis.Reveal.getRevealElement().classList.add( 'overview-deactivating' );\n\n\t\t\tsetTimeout( () => {\n\t\t\t\tthis.Reveal.getRevealElement().classList.remove( 'overview-deactivating' );\n\t\t\t}, 1 );\n\n\t\t\t// Move the background element back out\n\t\t\tthis.Reveal.getRevealElement().appendChild( this.Reveal.getBackgroundsElement() );\n\n\t\t\t// Clean up changes made to slides\n\t\t\tqueryAll( this.Reveal.getRevealElement(), SLIDES_SELECTOR ).forEach( slide => {\n\t\t\t\ttransformElement( slide, '' );\n\n\t\t\t\tslide.removeEventListener( 'click', this.onSlideClicked, true );\n\t\t\t} );\n\n\t\t\t// Clean up changes made to backgrounds\n\t\t\tqueryAll( this.Reveal.getBackgroundsElement(), '.slide-background' ).forEach( background => {\n\t\t\t\ttransformElement( background, '' );\n\t\t\t} );\n\n\t\t\tthis.Reveal.transformSlides( { overview: '' } );\n\n\t\t\tconst indices = this.Reveal.getIndices();\n\n\t\t\tthis.Reveal.slide( indices.h, indices.v );\n\t\t\tthis.Reveal.layout();\n\t\t\tthis.Reveal.cueAutoSlide();\n\n\t\t\t// Notify observers of the overview hiding\n\t\t\tthis.Reveal.dispatchEvent({\n\t\t\t\ttype: 'overviewhidden',\n\t\t\t\tdata: {\n\t\t\t\t\t'indexh': indices.h,\n\t\t\t\t\t'indexv': indices.v,\n\t\t\t\t\t'currentSlide': this.Reveal.getCurrentSlide()\n\t\t\t\t}\n\t\t\t});\n\n\t\t}\n\t}\n\n\t/**\n\t * Toggles the slide overview mode on and off.\n\t *\n\t * @param {Boolean} [override] Flag which overrides the\n\t * toggle logic and forcibly sets the desired state. True means\n\t * overview is open, false means it's closed.\n\t */\n\ttoggle( override ) {\n\n\t\tif( typeof override === 'boolean' ) {\n\t\t\toverride ? this.activate() : this.deactivate();\n\t\t}\n\t\telse {\n\t\t\tthis.isActive() ? this.deactivate() : this.activate();\n\t\t}\n\n\t}\n\n\t/**\n\t * Checks if the overview is currently active.\n\t *\n\t * @return {Boolean} true if the overview is active,\n\t * false otherwise\n\t */\n\tisActive() {\n\n\t\treturn this.active;\n\n\t}\n\n\t/**\n\t * Invoked when a slide is and we're in the overview.\n\t *\n\t * @param {object} event\n\t */\n\tonSlideClicked( event ) {\n\n\t\tif( this.isActive() ) {\n\t\t\tevent.preventDefault();\n\n\t\t\tlet element = event.target;\n\n\t\t\twhile( element && !element.nodeName.match( /section/gi ) ) {\n\t\t\t\telement = element.parentNode;\n\t\t\t}\n\n\t\t\tif( element && !element.classList.contains( 'disabled' ) ) {\n\n\t\t\t\tthis.deactivate();\n\n\t\t\t\tif( element.nodeName.match( /section/gi ) ) {\n\t\t\t\t\tlet h = parseInt( element.getAttribute( 'data-index-h' ), 10 ),\n\t\t\t\t\t\tv = parseInt( element.getAttribute( 'data-index-v' ), 10 );\n\n\t\t\t\t\tthis.Reveal.slide( h, v );\n\t\t\t\t}\n\n\t\t\t}\n\t\t}\n\n\t}\n\n}","import { enterFullscreen } from '../utils/util.js'\n\n/**\n * Handles all reveal.js keyboard interactions.\n */\nexport default class Keyboard {\n\n\tconstructor( Reveal ) {\n\n\t\tthis.Reveal = Reveal;\n\n\t\t// A key:value map of keyboard keys and descriptions of\n\t\t// the actions they trigger\n\t\tthis.shortcuts = {};\n\n\t\t// Holds custom key code mappings\n\t\tthis.bindings = {};\n\n\t\tthis.onDocumentKeyDown = this.onDocumentKeyDown.bind( this );\n\t\tthis.onDocumentKeyPress = this.onDocumentKeyPress.bind( this );\n\n\t}\n\n\t/**\n\t * Called when the reveal.js config is updated.\n\t */\n\tconfigure( config, oldConfig ) {\n\n\t\tif( config.navigationMode === 'linear' ) {\n\t\t\tthis.shortcuts['→ , ↓ , SPACE , N , L , J'] = 'Next slide';\n\t\t\tthis.shortcuts['← , ↑ , P , H , K'] = 'Previous slide';\n\t\t}\n\t\telse {\n\t\t\tthis.shortcuts['N , SPACE'] = 'Next slide';\n\t\t\tthis.shortcuts['P'] = 'Previous slide';\n\t\t\tthis.shortcuts['← , H'] = 'Navigate left';\n\t\t\tthis.shortcuts['→ , L'] = 'Navigate right';\n\t\t\tthis.shortcuts['↑ , K'] = 'Navigate up';\n\t\t\tthis.shortcuts['↓ , J'] = 'Navigate down';\n\t\t}\n\n\t\tthis.shortcuts['Home , Shift ←'] = 'First slide';\n\t\tthis.shortcuts['End , Shift →'] = 'Last slide';\n\t\tthis.shortcuts['B , .'] = 'Pause';\n\t\tthis.shortcuts['F'] = 'Fullscreen';\n\t\tthis.shortcuts['ESC, O'] = 'Slide overview';\n\n\t}\n\n\t/**\n\t * Starts listening for keyboard events.\n\t */\n\tbind() {\n\n\t\tdocument.addEventListener( 'keydown', this.onDocumentKeyDown, false );\n\t\tdocument.addEventListener( 'keypress', this.onDocumentKeyPress, false );\n\n\t}\n\n\t/**\n\t * Stops listening for keyboard events.\n\t */\n\tunbind() {\n\n\t\tdocument.removeEventListener( 'keydown', this.onDocumentKeyDown, false );\n\t\tdocument.removeEventListener( 'keypress', this.onDocumentKeyPress, false );\n\n\t}\n\n\t/**\n\t * Add a custom key binding with optional description to\n\t * be added to the help screen.\n\t */\n\taddKeyBinding( binding, callback ) {\n\n\t\tif( typeof binding === 'object' && binding.keyCode ) {\n\t\t\tthis.bindings[binding.keyCode] = {\n\t\t\t\tcallback: callback,\n\t\t\t\tkey: binding.key,\n\t\t\t\tdescription: binding.description\n\t\t\t};\n\t\t}\n\t\telse {\n\t\t\tthis.bindings[binding] = {\n\t\t\t\tcallback: callback,\n\t\t\t\tkey: null,\n\t\t\t\tdescription: null\n\t\t\t};\n\t\t}\n\n\t}\n\n\t/**\n\t * Removes the specified custom key binding.\n\t */\n\tremoveKeyBinding( keyCode ) {\n\n\t\tdelete this.bindings[keyCode];\n\n\t}\n\n\t/**\n\t * Programmatically triggers a keyboard event\n\t *\n\t * @param {int} keyCode\n\t */\n\ttriggerKey( keyCode ) {\n\n\t\tthis.onDocumentKeyDown( { keyCode } );\n\n\t}\n\n\t/**\n\t * Registers a new shortcut to include in the help overlay\n\t *\n\t * @param {String} key\n\t * @param {String} value\n\t */\n\tregisterKeyboardShortcut( key, value ) {\n\n\t\tthis.shortcuts[key] = value;\n\n\t}\n\n\tgetShortcuts() {\n\n\t\treturn this.shortcuts;\n\n\t}\n\n\tgetBindings() {\n\n\t\treturn this.bindings;\n\n\t}\n\n\t/**\n\t * Handler for the document level 'keypress' event.\n\t *\n\t * @param {object} event\n\t */\n\tonDocumentKeyPress( event ) {\n\n\t\t// Check if the pressed key is question mark\n\t\tif( event.shiftKey && event.charCode === 63 ) {\n\t\t\tthis.Reveal.toggleHelp();\n\t\t}\n\n\t}\n\n\t/**\n\t * Handler for the document level 'keydown' event.\n\t *\n\t * @param {object} event\n\t */\n\tonDocumentKeyDown( event ) {\n\n\t\tlet config = this.Reveal.getConfig();\n\n\t\t// If there's a condition specified and it returns false,\n\t\t// ignore this event\n\t\tif( typeof config.keyboardCondition === 'function' && config.keyboardCondition(event) === false ) {\n\t\t\treturn true;\n\t\t}\n\n\t\t// If keyboardCondition is set, only capture keyboard events\n\t\t// for embedded decks when they are focused\n\t\tif( config.keyboardCondition === 'focused' && !this.Reveal.isFocused() ) {\n\t\t\treturn true;\n\t\t}\n\n\t\t// Shorthand\n\t\tlet keyCode = event.keyCode;\n\n\t\t// Remember if auto-sliding was paused so we can toggle it\n\t\tlet autoSlideWasPaused = !this.Reveal.isAutoSliding();\n\n\t\tthis.Reveal.onUserInput( event );\n\n\t\t// Is there a focused element that could be using the keyboard?\n\t\tlet activeElementIsCE = document.activeElement && document.activeElement.isContentEditable === true;\n\t\tlet activeElementIsInput = document.activeElement && document.activeElement.tagName && /input|textarea/i.test( document.activeElement.tagName );\n\t\tlet activeElementIsNotes = document.activeElement && document.activeElement.className && /speaker-notes/i.test( document.activeElement.className);\n\n\t\t// Whitelist specific modified + keycode combinations\n\t\tlet prevSlideShortcut = event.shiftKey && event.keyCode === 32;\n\t\tlet firstSlideShortcut = event.shiftKey && keyCode === 37;\n\t\tlet lastSlideShortcut = event.shiftKey && keyCode === 39;\n\n\t\t// Prevent all other events when a modifier is pressed\n\t\tlet unusedModifier = \t!prevSlideShortcut && !firstSlideShortcut && !lastSlideShortcut &&\n\t\t\t\t\t\t\t\t( event.shiftKey || event.altKey || event.ctrlKey || event.metaKey );\n\n\t\t// Disregard the event if there's a focused element or a\n\t\t// keyboard modifier key is present\n\t\tif( activeElementIsCE || activeElementIsInput || activeElementIsNotes || unusedModifier ) return;\n\n\t\t// While paused only allow resume keyboard events; 'b', 'v', '.'\n\t\tlet resumeKeyCodes = [66,86,190,191];\n\t\tlet key;\n\n\t\t// Custom key bindings for togglePause should be able to resume\n\t\tif( typeof config.keyboard === 'object' ) {\n\t\t\tfor( key in config.keyboard ) {\n\t\t\t\tif( config.keyboard[key] === 'togglePause' ) {\n\t\t\t\t\tresumeKeyCodes.push( parseInt( key, 10 ) );\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif( this.Reveal.isPaused() && resumeKeyCodes.indexOf( keyCode ) === -1 ) {\n\t\t\treturn false;\n\t\t}\n\n\t\t// Use linear navigation if we're configured to OR if\n\t\t// the presentation is one-dimensional\n\t\tlet useLinearMode = config.navigationMode === 'linear' || !this.Reveal.hasHorizontalSlides() || !this.Reveal.hasVerticalSlides();\n\n\t\tlet triggered = false;\n\n\t\t// 1. User defined key bindings\n\t\tif( typeof config.keyboard === 'object' ) {\n\n\t\t\tfor( key in config.keyboard ) {\n\n\t\t\t\t// Check if this binding matches the pressed key\n\t\t\t\tif( parseInt( key, 10 ) === keyCode ) {\n\n\t\t\t\t\tlet value = config.keyboard[ key ];\n\n\t\t\t\t\t// Callback function\n\t\t\t\t\tif( typeof value === 'function' ) {\n\t\t\t\t\t\tvalue.apply( null, [ event ] );\n\t\t\t\t\t}\n\t\t\t\t\t// String shortcuts to reveal.js API\n\t\t\t\t\telse if( typeof value === 'string' && typeof this.Reveal[ value ] === 'function' ) {\n\t\t\t\t\t\tthis.Reveal[ value ].call();\n\t\t\t\t\t}\n\n\t\t\t\t\ttriggered = true;\n\n\t\t\t\t}\n\n\t\t\t}\n\n\t\t}\n\n\t\t// 2. Registered custom key bindings\n\t\tif( triggered === false ) {\n\n\t\t\tfor( key in this.bindings ) {\n\n\t\t\t\t// Check if this binding matches the pressed key\n\t\t\t\tif( parseInt( key, 10 ) === keyCode ) {\n\n\t\t\t\t\tlet action = this.bindings[ key ].callback;\n\n\t\t\t\t\t// Callback function\n\t\t\t\t\tif( typeof action === 'function' ) {\n\t\t\t\t\t\taction.apply( null, [ event ] );\n\t\t\t\t\t}\n\t\t\t\t\t// String shortcuts to reveal.js API\n\t\t\t\t\telse if( typeof action === 'string' && typeof this.Reveal[ action ] === 'function' ) {\n\t\t\t\t\t\tthis.Reveal[ action ].call();\n\t\t\t\t\t}\n\n\t\t\t\t\ttriggered = true;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t// 3. System defined key bindings\n\t\tif( triggered === false ) {\n\n\t\t\t// Assume true and try to prove false\n\t\t\ttriggered = true;\n\n\t\t\t// P, PAGE UP\n\t\t\tif( keyCode === 80 || keyCode === 33 ) {\n\t\t\t\tthis.Reveal.prev();\n\t\t\t}\n\t\t\t// N, PAGE DOWN\n\t\t\telse if( keyCode === 78 || keyCode === 34 ) {\n\t\t\t\tthis.Reveal.next();\n\t\t\t}\n\t\t\t// H, LEFT\n\t\t\telse if( keyCode === 72 || keyCode === 37 ) {\n\t\t\t\tif( firstSlideShortcut ) {\n\t\t\t\t\tthis.Reveal.slide( 0 );\n\t\t\t\t}\n\t\t\t\telse if( !this.Reveal.overview.isActive() && useLinearMode ) {\n\t\t\t\t\tthis.Reveal.prev();\n\t\t\t\t}\n\t\t\t\telse {\n\t\t\t\t\tthis.Reveal.left();\n\t\t\t\t}\n\t\t\t}\n\t\t\t// L, RIGHT\n\t\t\telse if( keyCode === 76 || keyCode === 39 ) {\n\t\t\t\tif( lastSlideShortcut ) {\n\t\t\t\t\tthis.Reveal.slide( Number.MAX_VALUE );\n\t\t\t\t}\n\t\t\t\telse if( !this.Reveal.overview.isActive() && useLinearMode ) {\n\t\t\t\t\tthis.Reveal.next();\n\t\t\t\t}\n\t\t\t\telse {\n\t\t\t\t\tthis.Reveal.right();\n\t\t\t\t}\n\t\t\t}\n\t\t\t// K, UP\n\t\t\telse if( keyCode === 75 || keyCode === 38 ) {\n\t\t\t\tif( !this.Reveal.overview.isActive() && useLinearMode ) {\n\t\t\t\t\tthis.Reveal.prev();\n\t\t\t\t}\n\t\t\t\telse {\n\t\t\t\t\tthis.Reveal.up();\n\t\t\t\t}\n\t\t\t}\n\t\t\t// J, DOWN\n\t\t\telse if( keyCode === 74 || keyCode === 40 ) {\n\t\t\t\tif( !this.Reveal.overview.isActive() && useLinearMode ) {\n\t\t\t\t\tthis.Reveal.next();\n\t\t\t\t}\n\t\t\t\telse {\n\t\t\t\t\tthis.Reveal.down();\n\t\t\t\t}\n\t\t\t}\n\t\t\t// HOME\n\t\t\telse if( keyCode === 36 ) {\n\t\t\t\tthis.Reveal.slide( 0 );\n\t\t\t}\n\t\t\t// END\n\t\t\telse if( keyCode === 35 ) {\n\t\t\t\tthis.Reveal.slide( Number.MAX_VALUE );\n\t\t\t}\n\t\t\t// SPACE\n\t\t\telse if( keyCode === 32 ) {\n\t\t\t\tif( this.Reveal.overview.isActive() ) {\n\t\t\t\t\tthis.Reveal.overview.deactivate();\n\t\t\t\t}\n\t\t\t\tif( event.shiftKey ) {\n\t\t\t\t\tthis.Reveal.prev();\n\t\t\t\t}\n\t\t\t\telse {\n\t\t\t\t\tthis.Reveal.next();\n\t\t\t\t}\n\t\t\t}\n\t\t\t// TWO-SPOT, SEMICOLON, B, V, PERIOD, LOGITECH PRESENTER TOOLS \"BLACK SCREEN\" BUTTON\n\t\t\telse if( keyCode === 58 || keyCode === 59 || keyCode === 66 || keyCode === 86 || keyCode === 190 || keyCode === 191 ) {\n\t\t\t\tthis.Reveal.togglePause();\n\t\t\t}\n\t\t\t// F\n\t\t\telse if( keyCode === 70 ) {\n\t\t\t\tenterFullscreen( config.embedded ? this.Reveal.getViewportElement() : document.documentElement );\n\t\t\t}\n\t\t\t// A\n\t\t\telse if( keyCode === 65 ) {\n\t\t\t\tif ( config.autoSlideStoppable ) {\n\t\t\t\t\tthis.Reveal.toggleAutoSlide( autoSlideWasPaused );\n\t\t\t\t}\n\t\t\t}\n\t\t\telse {\n\t\t\t\ttriggered = false;\n\t\t\t}\n\n\t\t}\n\n\t\t// If the input resulted in a triggered action we should prevent\n\t\t// the browsers default behavior\n\t\tif( triggered ) {\n\t\t\tevent.preventDefault && event.preventDefault();\n\t\t}\n\t\t// ESC or O key\n\t\telse if( keyCode === 27 || keyCode === 79 ) {\n\t\t\tif( this.Reveal.closeOverlay() === false ) {\n\t\t\t\tthis.Reveal.overview.toggle();\n\t\t\t}\n\n\t\t\tevent.preventDefault && event.preventDefault();\n\t\t}\n\n\t\t// If auto-sliding is enabled we need to cue up\n\t\t// another timeout\n\t\tthis.Reveal.cueAutoSlide();\n\n\t}\n\n}","/**\n * Reads and writes the URL based on reveal.js' current state.\n */\nexport default class Location {\n\n\tconstructor( Reveal ) {\n\n\t\tthis.Reveal = Reveal;\n\n\t\t// Delays updates to the URL due to a Chrome thumbnailer bug\n\t\tthis.writeURLTimeout = 0;\n\n\t\tthis.onWindowHashChange = this.onWindowHashChange.bind( this );\n\n\t}\n\n\tbind() {\n\n\t\twindow.addEventListener( 'hashchange', this.onWindowHashChange, false );\n\n\t}\n\n\tunbind() {\n\n\t\twindow.removeEventListener( 'hashchange', this.onWindowHashChange, false );\n\n\t}\n\n\t/**\n\t * Reads the current URL (hash) and navigates accordingly.\n\t */\n\treadURL() {\n\n\t\tlet config = this.Reveal.getConfig();\n\t\tlet indices = this.Reveal.getIndices();\n\t\tlet currentSlide = this.Reveal.getCurrentSlide();\n\n\t\tlet hash = window.location.hash;\n\n\t\t// Attempt to parse the hash as either an index or name\n\t\tlet bits = hash.slice( 2 ).split( '/' ),\n\t\t\tname = hash.replace( /#\\/?/gi, '' );\n\n\t\t// If the first bit is not fully numeric and there is a name we\n\t\t// can assume that this is a named link\n\t\tif( !/^[0-9]*$/.test( bits[0] ) && name.length ) {\n\t\t\tlet element;\n\n\t\t\tlet f;\n\n\t\t\t// Parse named links with fragments (#/named-link/2)\n\t\t\tif( /\\/[-\\d]+$/g.test( name ) ) {\n\t\t\t\tf = parseInt( name.split( '/' ).pop(), 10 );\n\t\t\t\tf = isNaN(f) ? undefined : f;\n\t\t\t\tname = name.split( '/' ).shift();\n\t\t\t}\n\n\t\t\t// Ensure the named link is a valid HTML ID attribute\n\t\t\ttry {\n\t\t\t\telement = document.getElementById( decodeURIComponent( name ) );\n\t\t\t}\n\t\t\tcatch ( error ) { }\n\n\t\t\t// Ensure that we're not already on a slide with the same name\n\t\t\tlet isSameNameAsCurrentSlide = currentSlide ? currentSlide.getAttribute( 'id' ) === name : false;\n\n\t\t\tif( element ) {\n\t\t\t\t// If the slide exists and is not the current slide...\n\t\t\t\tif ( !isSameNameAsCurrentSlide || typeof f !== 'undefined' ) {\n\t\t\t\t\t// ...find the position of the named slide and navigate to it\n\t\t\t\t\tlet slideIndices = this.Reveal.getIndices( element );\n\t\t\t\t\tthis.Reveal.slide( slideIndices.h, slideIndices.v, f );\n\t\t\t\t}\n\t\t\t}\n\t\t\t// If the slide doesn't exist, navigate to the current slide\n\t\t\telse {\n\t\t\t\tthis.Reveal.slide( indices.h || 0, indices.v || 0 );\n\t\t\t}\n\t\t}\n\t\telse {\n\t\t\tlet hashIndexBase = config.hashOneBasedIndex ? 1 : 0;\n\n\t\t\t// Read the index components of the hash\n\t\t\tlet h = ( parseInt( bits[0], 10 ) - hashIndexBase ) || 0,\n\t\t\t\tv = ( parseInt( bits[1], 10 ) - hashIndexBase ) || 0,\n\t\t\t\tf;\n\n\t\t\tif( config.fragmentInURL ) {\n\t\t\t\tf = parseInt( bits[2], 10 );\n\t\t\t\tif( isNaN( f ) ) {\n\t\t\t\t\tf = undefined;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif( h !== indices.h || v !== indices.v || f !== undefined ) {\n\t\t\t\tthis.Reveal.slide( h, v, f );\n\t\t\t}\n\t\t}\n\n\t}\n\n\t/**\n\t * Updates the page URL (hash) to reflect the current\n\t * state.\n\t *\n\t * @param {number} delay The time in ms to wait before\n\t * writing the hash\n\t */\n\twriteURL( delay ) {\n\n\t\tlet config = this.Reveal.getConfig();\n\t\tlet currentSlide = this.Reveal.getCurrentSlide();\n\n\t\t// Make sure there's never more than one timeout running\n\t\tclearTimeout( this.writeURLTimeout );\n\n\t\t// If a delay is specified, timeout this call\n\t\tif( typeof delay === 'number' ) {\n\t\t\tthis.writeURLTimeout = setTimeout( this.writeURL, delay );\n\t\t}\n\t\telse if( currentSlide ) {\n\n\t\t\tlet hash = this.getHash();\n\n\t\t\t// If we're configured to push to history OR the history\n\t\t\t// API is not avaialble.\n\t\t\tif( config.history ) {\n\t\t\t\twindow.location.hash = hash;\n\t\t\t}\n\t\t\t// If we're configured to reflect the current slide in the\n\t\t\t// URL without pushing to history.\n\t\t\telse if( config.hash ) {\n\t\t\t\t// If the hash is empty, don't add it to the URL\n\t\t\t\tif( hash === '/' ) {\n\t\t\t\t\twindow.history.replaceState( null, null, window.location.pathname + window.location.search );\n\t\t\t\t}\n\t\t\t\telse {\n\t\t\t\t\twindow.history.replaceState( null, null, '#' + hash );\n\t\t\t\t}\n\t\t\t}\n\t\t\t// UPDATE: The below nuking of all hash changes breaks\n\t\t\t// anchors on pages where reveal.js is running. Removed\n\t\t\t// in 4.0. Why was it here in the first place? ¯\\_(ツ)_/¯\n\t\t\t//\n\t\t\t// If history and hash are both disabled, a hash may still\n\t\t\t// be added to the URL by clicking on a href with a hash\n\t\t\t// target. Counter this by always removing the hash.\n\t\t\t// else {\n\t\t\t// \twindow.history.replaceState( null, null, window.location.pathname + window.location.search );\n\t\t\t// }\n\n\t\t}\n\n\t}\n\n\t/**\n\t * Return a hash URL that will resolve to the given slide location.\n\t *\n\t * @param {HTMLElement} [slide=currentSlide] The slide to link to\n\t */\n\tgetHash( slide ) {\n\n\t\tlet url = '/';\n\n\t\t// Attempt to create a named link based on the slide's ID\n\t\tlet s = slide || this.Reveal.getCurrentSlide();\n\t\tlet id = s ? s.getAttribute( 'id' ) : null;\n\t\tif( id ) {\n\t\t\tid = encodeURIComponent( id );\n\t\t}\n\n\t\tlet index = this.Reveal.getIndices( slide );\n\t\tif( !this.Reveal.getConfig().fragmentInURL ) {\n\t\t\tindex.f = undefined;\n\t\t}\n\n\t\t// If the current slide has an ID, use that as a named link,\n\t\t// but we don't support named links with a fragment index\n\t\tif( typeof id === 'string' && id.length ) {\n\t\t\turl = '/' + id;\n\n\t\t\t// If there is also a fragment, append that at the end\n\t\t\t// of the named link, like: #/named-link/2\n\t\t\tif( index.f >= 0 ) url += '/' + index.f;\n\t\t}\n\t\t// Otherwise use the /h/v index\n\t\telse {\n\t\t\tlet hashIndexBase = this.Reveal.getConfig().hashOneBasedIndex ? 1 : 0;\n\t\t\tif( index.h > 0 || index.v > 0 || index.f >= 0 ) url += index.h + hashIndexBase;\n\t\t\tif( index.v > 0 || index.f >= 0 ) url += '/' + (index.v + hashIndexBase );\n\t\t\tif( index.f >= 0 ) url += '/' + index.f;\n\t\t}\n\n\t\treturn url;\n\n\t}\n\n\t/**\n\t * Handler for the window level 'hashchange' event.\n\t *\n\t * @param {object} [event]\n\t */\n\tonWindowHashChange( event ) {\n\n\t\tthis.readURL();\n\n\t}\n\n}","import { queryAll } from '../utils/util.js'\nimport { isAndroid } from '../utils/device.js'\n\n/**\n * Manages our presentation controls. This includes both\n * the built-in control arrows as well as event monitoring\n * of any elements within the presentation with either of the\n * following helper classes:\n * - .navigate-up\n * - .navigate-right\n * - .navigate-down\n * - .navigate-left\n * - .navigate-next\n * - .navigate-prev\n */\nexport default class Controls {\n\n\tconstructor( Reveal ) {\n\n\t\tthis.Reveal = Reveal;\n\n\t\tthis.onNavigateLeftClicked = this.onNavigateLeftClicked.bind( this );\n\t\tthis.onNavigateRightClicked = this.onNavigateRightClicked.bind( this );\n\t\tthis.onNavigateUpClicked = this.onNavigateUpClicked.bind( this );\n\t\tthis.onNavigateDownClicked = this.onNavigateDownClicked.bind( this );\n\t\tthis.onNavigatePrevClicked = this.onNavigatePrevClicked.bind( this );\n\t\tthis.onNavigateNextClicked = this.onNavigateNextClicked.bind( this );\n\n\t}\n\n\trender() {\n\n\t\tconst rtl = this.Reveal.getConfig().rtl;\n\t\tconst revealElement = this.Reveal.getRevealElement();\n\n\t\tthis.element = document.createElement( 'aside' );\n\t\tthis.element.className = 'controls';\n\t\tthis.element.innerHTML =\n\t\t\t`\n\t\t\t\n\t\t\t\n\t\t\t`;\n\n\t\tthis.Reveal.getRevealElement().appendChild( this.element );\n\n\t\t// There can be multiple instances of controls throughout the page\n\t\tthis.controlsLeft = queryAll( revealElement, '.navigate-left' );\n\t\tthis.controlsRight = queryAll( revealElement, '.navigate-right' );\n\t\tthis.controlsUp = queryAll( revealElement, '.navigate-up' );\n\t\tthis.controlsDown = queryAll( revealElement, '.navigate-down' );\n\t\tthis.controlsPrev = queryAll( revealElement, '.navigate-prev' );\n\t\tthis.controlsNext = queryAll( revealElement, '.navigate-next' );\n\n\t\t// The left, right and down arrows in the standard reveal.js controls\n\t\tthis.controlsRightArrow = this.element.querySelector( '.navigate-right' );\n\t\tthis.controlsLeftArrow = this.element.querySelector( '.navigate-left' );\n\t\tthis.controlsDownArrow = this.element.querySelector( '.navigate-down' );\n\n\t}\n\n\t/**\n\t * Called when the reveal.js config is updated.\n\t */\n\tconfigure( config, oldConfig ) {\n\n\t\tthis.element.style.display = config.controls ? 'block' : 'none';\n\n\t\tthis.element.setAttribute( 'data-controls-layout', config.controlsLayout );\n\t\tthis.element.setAttribute( 'data-controls-back-arrows', config.controlsBackArrows );\n\n\t}\n\n\tbind() {\n\n\t\t// Listen to both touch and click events, in case the device\n\t\t// supports both\n\t\tlet pointerEvents = [ 'touchstart', 'click' ];\n\n\t\t// Only support touch for Android, fixes double navigations in\n\t\t// stock browser\n\t\tif( isAndroid ) {\n\t\t\tpointerEvents = [ 'touchstart' ];\n\t\t}\n\n\t\tpointerEvents.forEach( eventName => {\n\t\t\tthis.controlsLeft.forEach( el => el.addEventListener( eventName, this.onNavigateLeftClicked, false ) );\n\t\t\tthis.controlsRight.forEach( el => el.addEventListener( eventName, this.onNavigateRightClicked, false ) );\n\t\t\tthis.controlsUp.forEach( el => el.addEventListener( eventName, this.onNavigateUpClicked, false ) );\n\t\t\tthis.controlsDown.forEach( el => el.addEventListener( eventName, this.onNavigateDownClicked, false ) );\n\t\t\tthis.controlsPrev.forEach( el => el.addEventListener( eventName, this.onNavigatePrevClicked, false ) );\n\t\t\tthis.controlsNext.forEach( el => el.addEventListener( eventName, this.onNavigateNextClicked, false ) );\n\t\t} );\n\n\t}\n\n\tunbind() {\n\n\t\t[ 'touchstart', 'click' ].forEach( eventName => {\n\t\t\tthis.controlsLeft.forEach( el => el.removeEventListener( eventName, this.onNavigateLeftClicked, false ) );\n\t\t\tthis.controlsRight.forEach( el => el.removeEventListener( eventName, this.onNavigateRightClicked, false ) );\n\t\t\tthis.controlsUp.forEach( el => el.removeEventListener( eventName, this.onNavigateUpClicked, false ) );\n\t\t\tthis.controlsDown.forEach( el => el.removeEventListener( eventName, this.onNavigateDownClicked, false ) );\n\t\t\tthis.controlsPrev.forEach( el => el.removeEventListener( eventName, this.onNavigatePrevClicked, false ) );\n\t\t\tthis.controlsNext.forEach( el => el.removeEventListener( eventName, this.onNavigateNextClicked, false ) );\n\t\t} );\n\n\t}\n\n\t/**\n\t * Updates the state of all control/navigation arrows.\n\t */\n\tupdate() {\n\n\t\tlet routes = this.Reveal.availableRoutes();\n\n\t\t// Remove the 'enabled' class from all directions\n\t\t[...this.controlsLeft, ...this.controlsRight, ...this.controlsUp, ...this.controlsDown, ...this.controlsPrev, ...this.controlsNext].forEach( node => {\n\t\t\tnode.classList.remove( 'enabled', 'fragmented' );\n\n\t\t\t// Set 'disabled' attribute on all directions\n\t\t\tnode.setAttribute( 'disabled', 'disabled' );\n\t\t} );\n\n\t\t// Add the 'enabled' class to the available routes; remove 'disabled' attribute to enable buttons\n\t\tif( routes.left ) this.controlsLeft.forEach( el => { el.classList.add( 'enabled' ); el.removeAttribute( 'disabled' ); } );\n\t\tif( routes.right ) this.controlsRight.forEach( el => { el.classList.add( 'enabled' ); el.removeAttribute( 'disabled' ); } );\n\t\tif( routes.up ) this.controlsUp.forEach( el => { el.classList.add( 'enabled' ); el.removeAttribute( 'disabled' ); } );\n\t\tif( routes.down ) this.controlsDown.forEach( el => { el.classList.add( 'enabled' ); el.removeAttribute( 'disabled' ); } );\n\n\t\t// Prev/next buttons\n\t\tif( routes.left || routes.up ) this.controlsPrev.forEach( el => { el.classList.add( 'enabled' ); el.removeAttribute( 'disabled' ); } );\n\t\tif( routes.right || routes.down ) this.controlsNext.forEach( el => { el.classList.add( 'enabled' ); el.removeAttribute( 'disabled' ); } );\n\n\t\t// Highlight fragment directions\n\t\tlet currentSlide = this.Reveal.getCurrentSlide();\n\t\tif( currentSlide ) {\n\n\t\t\tlet fragmentsRoutes = this.Reveal.fragments.availableRoutes();\n\n\t\t\t// Always apply fragment decorator to prev/next buttons\n\t\t\tif( fragmentsRoutes.prev ) this.controlsPrev.forEach( el => { el.classList.add( 'fragmented', 'enabled' ); el.removeAttribute( 'disabled' ); } );\n\t\t\tif( fragmentsRoutes.next ) this.controlsNext.forEach( el => { el.classList.add( 'fragmented', 'enabled' ); el.removeAttribute( 'disabled' ); } );\n\n\t\t\t// Apply fragment decorators to directional buttons based on\n\t\t\t// what slide axis they are in\n\t\t\tif( this.Reveal.isVerticalSlide( currentSlide ) ) {\n\t\t\t\tif( fragmentsRoutes.prev ) this.controlsUp.forEach( el => { el.classList.add( 'fragmented', 'enabled' ); el.removeAttribute( 'disabled' ); } );\n\t\t\t\tif( fragmentsRoutes.next ) this.controlsDown.forEach( el => { el.classList.add( 'fragmented', 'enabled' ); el.removeAttribute( 'disabled' ); } );\n\t\t\t}\n\t\t\telse {\n\t\t\t\tif( fragmentsRoutes.prev ) this.controlsLeft.forEach( el => { el.classList.add( 'fragmented', 'enabled' ); el.removeAttribute( 'disabled' ); } );\n\t\t\t\tif( fragmentsRoutes.next ) this.controlsRight.forEach( el => { el.classList.add( 'fragmented', 'enabled' ); el.removeAttribute( 'disabled' ); } );\n\t\t\t}\n\n\t\t}\n\n\t\tif( this.Reveal.getConfig().controlsTutorial ) {\n\n\t\t\tlet indices = this.Reveal.getIndices();\n\n\t\t\t// Highlight control arrows with an animation to ensure\n\t\t\t// that the viewer knows how to navigate\n\t\t\tif( !this.Reveal.hasNavigatedVertically() && routes.down ) {\n\t\t\t\tthis.controlsDownArrow.classList.add( 'highlight' );\n\t\t\t}\n\t\t\telse {\n\t\t\t\tthis.controlsDownArrow.classList.remove( 'highlight' );\n\n\t\t\t\tif( this.Reveal.getConfig().rtl ) {\n\n\t\t\t\t\tif( !this.Reveal.hasNavigatedHorizontally() && routes.left && indices.v === 0 ) {\n\t\t\t\t\t\tthis.controlsLeftArrow.classList.add( 'highlight' );\n\t\t\t\t\t}\n\t\t\t\t\telse {\n\t\t\t\t\t\tthis.controlsLeftArrow.classList.remove( 'highlight' );\n\t\t\t\t\t}\n\n\t\t\t\t} else {\n\n\t\t\t\t\tif( !this.Reveal.hasNavigatedHorizontally() && routes.right && indices.v === 0 ) {\n\t\t\t\t\t\tthis.controlsRightArrow.classList.add( 'highlight' );\n\t\t\t\t\t}\n\t\t\t\t\telse {\n\t\t\t\t\t\tthis.controlsRightArrow.classList.remove( 'highlight' );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t/**\n\t * Event handlers for navigation control buttons.\n\t */\n\tonNavigateLeftClicked( event ) {\n\n\t\tevent.preventDefault();\n\t\tthis.Reveal.onUserInput();\n\n\t\tif( this.Reveal.getConfig().navigationMode === 'linear' ) {\n\t\t\tthis.Reveal.prev();\n\t\t}\n\t\telse {\n\t\t\tthis.Reveal.left();\n\t\t}\n\n\t}\n\n\tonNavigateRightClicked( event ) {\n\n\t\tevent.preventDefault();\n\t\tthis.Reveal.onUserInput();\n\n\t\tif( this.Reveal.getConfig().navigationMode === 'linear' ) {\n\t\t\tthis.Reveal.next();\n\t\t}\n\t\telse {\n\t\t\tthis.Reveal.right();\n\t\t}\n\n\t}\n\n\tonNavigateUpClicked( event ) {\n\n\t\tevent.preventDefault();\n\t\tthis.Reveal.onUserInput();\n\n\t\tthis.Reveal.up();\n\n\t}\n\n\tonNavigateDownClicked( event ) {\n\n\t\tevent.preventDefault();\n\t\tthis.Reveal.onUserInput();\n\n\t\tthis.Reveal.down();\n\n\t}\n\n\tonNavigatePrevClicked( event ) {\n\n\t\tevent.preventDefault();\n\t\tthis.Reveal.onUserInput();\n\n\t\tthis.Reveal.prev();\n\n\t}\n\n\tonNavigateNextClicked( event ) {\n\n\t\tevent.preventDefault();\n\t\tthis.Reveal.onUserInput();\n\n\t\tthis.Reveal.next();\n\n\t}\n\n\n}","/**\n * Creates a visual progress bar for the presentation.\n */\nexport default class Progress {\n\n\tconstructor( Reveal ) {\n\n\t\tthis.Reveal = Reveal;\n\n\t\tthis.onProgressClicked = this.onProgressClicked.bind( this );\n\n\t}\n\n\trender() {\n\n\t\tthis.element = document.createElement( 'div' );\n\t\tthis.element.className = 'progress';\n\t\tthis.Reveal.getRevealElement().appendChild( this.element );\n\n\t\tthis.bar = document.createElement( 'span' );\n\t\tthis.element.appendChild( this.bar );\n\n\t}\n\n\t/**\n\t * Called when the reveal.js config is updated.\n\t */\n\tconfigure( config, oldConfig ) {\n\n\t\tthis.element.style.display = config.progress ? 'block' : 'none';\n\n\t}\n\n\tbind() {\n\n\t\tif( this.Reveal.getConfig().progress && this.element ) {\n\t\t\tthis.element.addEventListener( 'click', this.onProgressClicked, false );\n\t\t}\n\n\t}\n\n\tunbind() {\n\n\t\tif ( this.Reveal.getConfig().progress && this.element ) {\n\t\t\tthis.element.removeEventListener( 'click', this.onProgressClicked, false );\n\t\t}\n\n\t}\n\n\t/**\n\t * Updates the progress bar to reflect the current slide.\n\t */\n\tupdate() {\n\n\t\t// Update progress if enabled\n\t\tif( this.Reveal.getConfig().progress && this.bar ) {\n\n\t\t\tlet scale = this.Reveal.getProgress();\n\n\t\t\t// Don't fill the progress bar if there's only one slide\n\t\t\tif( this.Reveal.getTotalSlides() < 2 ) {\n\t\t\t\tscale = 0;\n\t\t\t}\n\n\t\t\tthis.bar.style.transform = 'scaleX('+ scale +')';\n\n\t\t}\n\n\t}\n\n\tgetMaxWidth() {\n\n\t\treturn this.Reveal.getRevealElement().offsetWidth;\n\n\t}\n\n\t/**\n\t * Clicking on the progress bar results in a navigation to the\n\t * closest approximate horizontal slide using this equation:\n\t *\n\t * ( clickX / presentationWidth ) * numberOfSlides\n\t *\n\t * @param {object} event\n\t */\n\tonProgressClicked( event ) {\n\n\t\tthis.Reveal.onUserInput( event );\n\n\t\tevent.preventDefault();\n\n\t\tlet slides = this.Reveal.getSlides();\n\t\tlet slidesTotal = slides.length;\n\t\tlet slideIndex = Math.floor( ( event.clientX / this.getMaxWidth() ) * slidesTotal );\n\n\t\tif( this.Reveal.getConfig().rtl ) {\n\t\t\tslideIndex = slidesTotal - slideIndex;\n\t\t}\n\n\t\tlet targetIndices = this.Reveal.getIndices(slides[slideIndex]);\n\t\tthis.Reveal.slide( targetIndices.h, targetIndices.v );\n\n\t}\n\n\n}","/**\n * Handles hiding of the pointer/cursor when inactive.\n */\nexport default class Pointer {\n\n\tconstructor( Reveal ) {\n\n\t\tthis.Reveal = Reveal;\n\n\t\t// Throttles mouse wheel navigation\n\t\tthis.lastMouseWheelStep = 0;\n\n\t\t// Is the mouse pointer currently hidden from view\n\t\tthis.cursorHidden = false;\n\n\t\t// Timeout used to determine when the cursor is inactive\n\t\tthis.cursorInactiveTimeout = 0;\n\n\t\tthis.onDocumentCursorActive = this.onDocumentCursorActive.bind( this );\n\t\tthis.onDocumentMouseScroll = this.onDocumentMouseScroll.bind( this );\n\n\t}\n\n\t/**\n\t * Called when the reveal.js config is updated.\n\t */\n\tconfigure( config, oldConfig ) {\n\n\t\tif( config.mouseWheel ) {\n\t\t\tdocument.addEventListener( 'DOMMouseScroll', this.onDocumentMouseScroll, false ); // FF\n\t\t\tdocument.addEventListener( 'mousewheel', this.onDocumentMouseScroll, false );\n\t\t}\n\t\telse {\n\t\t\tdocument.removeEventListener( 'DOMMouseScroll', this.onDocumentMouseScroll, false ); // FF\n\t\t\tdocument.removeEventListener( 'mousewheel', this.onDocumentMouseScroll, false );\n\t\t}\n\n\t\t// Auto-hide the mouse pointer when its inactive\n\t\tif( config.hideInactiveCursor ) {\n\t\t\tdocument.addEventListener( 'mousemove', this.onDocumentCursorActive, false );\n\t\t\tdocument.addEventListener( 'mousedown', this.onDocumentCursorActive, false );\n\t\t}\n\t\telse {\n\t\t\tthis.showCursor();\n\n\t\t\tdocument.removeEventListener( 'mousemove', this.onDocumentCursorActive, false );\n\t\t\tdocument.removeEventListener( 'mousedown', this.onDocumentCursorActive, false );\n\t\t}\n\n\t}\n\n\t/**\n\t * Shows the mouse pointer after it has been hidden with\n\t * #hideCursor.\n\t */\n\tshowCursor() {\n\n\t\tif( this.cursorHidden ) {\n\t\t\tthis.cursorHidden = false;\n\t\t\tthis.Reveal.getRevealElement().style.cursor = '';\n\t\t}\n\n\t}\n\n\t/**\n\t * Hides the mouse pointer when it's on top of the .reveal\n\t * container.\n\t */\n\thideCursor() {\n\n\t\tif( this.cursorHidden === false ) {\n\t\t\tthis.cursorHidden = true;\n\t\t\tthis.Reveal.getRevealElement().style.cursor = 'none';\n\t\t}\n\n\t}\n\n\t/**\n\t * Called whenever there is mouse input at the document level\n\t * to determine if the cursor is active or not.\n\t *\n\t * @param {object} event\n\t */\n\tonDocumentCursorActive( event ) {\n\n\t\tthis.showCursor();\n\n\t\tclearTimeout( this.cursorInactiveTimeout );\n\n\t\tthis.cursorInactiveTimeout = setTimeout( this.hideCursor.bind( this ), this.Reveal.getConfig().hideCursorTime );\n\n\t}\n\n\t/**\n\t * Handles mouse wheel scrolling, throttled to avoid skipping\n\t * multiple slides.\n\t *\n\t * @param {object} event\n\t */\n\tonDocumentMouseScroll( event ) {\n\n\t\tif( Date.now() - this.lastMouseWheelStep > 1000 ) {\n\n\t\t\tthis.lastMouseWheelStep = Date.now();\n\n\t\t\tlet delta = event.detail || -event.wheelDelta;\n\t\t\tif( delta > 0 ) {\n\t\t\t\tthis.Reveal.next();\n\t\t\t}\n\t\t\telse if( delta < 0 ) {\n\t\t\t\tthis.Reveal.prev();\n\t\t\t}\n\n\t\t}\n\n\t}\n\n}","/**\n * Loads a JavaScript file from the given URL and executes it.\n *\n * @param {string} url Address of the .js file to load\n * @param {function} callback Method to invoke when the script\n * has loaded and executed\n */\nexport const loadScript = ( url, callback ) => {\n\n\tconst script = document.createElement( 'script' );\n\tscript.type = 'text/javascript';\n\tscript.async = false;\n\tscript.defer = false;\n\tscript.src = url;\n\n\tif( typeof callback === 'function' ) {\n\n\t\t// Success callback\n\t\tscript.onload = script.onreadystatechange = event => {\n\t\t\tif( event.type === 'load' || /loaded|complete/.test( script.readyState ) ) {\n\n\t\t\t\t// Kill event listeners\n\t\t\t\tscript.onload = script.onreadystatechange = script.onerror = null;\n\n\t\t\t\tcallback();\n\n\t\t\t}\n\t\t};\n\n\t\t// Error callback\n\t\tscript.onerror = err => {\n\n\t\t\t// Kill event listeners\n\t\t\tscript.onload = script.onreadystatechange = script.onerror = null;\n\n\t\t\tcallback( new Error( 'Failed loading script: ' + script.src + '\\n' + err ) );\n\n\t\t};\n\n\t}\n\n\t// Append the script at the end of \n\tconst head = document.querySelector( 'head' );\n\thead.insertBefore( script, head.lastChild );\n\n}","import { loadScript } from '../utils/loader.js'\n\n/**\n * Manages loading and registering of reveal.js plugins.\n */\nexport default class Plugins {\n\n\tconstructor( reveal ) {\n\n\t\tthis.Reveal = reveal;\n\n\t\t// Flags our current state (idle -> loading -> loaded)\n\t\tthis.state = 'idle';\n\n\t\t// An id:instance map of currently registed plugins\n\t\tthis.registeredPlugins = {};\n\n\t\tthis.asyncDependencies = [];\n\n\t}\n\n\t/**\n\t * Loads reveal.js dependencies, registers and\n\t * initializes plugins.\n\t *\n\t * Plugins are direct references to a reveal.js plugin\n\t * object that we register and initialize after any\n\t * synchronous dependencies have loaded.\n\t *\n\t * Dependencies are defined via the 'dependencies' config\n\t * option and will be loaded prior to starting reveal.js.\n\t * Some dependencies may have an 'async' flag, if so they\n\t * will load after reveal.js has been started up.\n\t */\n\tload( plugins, dependencies ) {\n\n\t\tthis.state = 'loading';\n\n\t\tplugins.forEach( this.registerPlugin.bind( this ) );\n\n\t\treturn new Promise( resolve => {\n\n\t\t\tlet scripts = [],\n\t\t\t\tscriptsToLoad = 0;\n\n\t\t\tdependencies.forEach( s => {\n\t\t\t\t// Load if there's no condition or the condition is truthy\n\t\t\t\tif( !s.condition || s.condition() ) {\n\t\t\t\t\tif( s.async ) {\n\t\t\t\t\t\tthis.asyncDependencies.push( s );\n\t\t\t\t\t}\n\t\t\t\t\telse {\n\t\t\t\t\t\tscripts.push( s );\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} );\n\n\t\t\tif( scripts.length ) {\n\t\t\t\tscriptsToLoad = scripts.length;\n\n\t\t\t\tconst scriptLoadedCallback = (s) => {\n\t\t\t\t\tif( s && typeof s.callback === 'function' ) s.callback();\n\n\t\t\t\t\tif( --scriptsToLoad === 0 ) {\n\t\t\t\t\t\tthis.initPlugins().then( resolve );\n\t\t\t\t\t}\n\t\t\t\t};\n\n\t\t\t\t// Load synchronous scripts\n\t\t\t\tscripts.forEach( s => {\n\t\t\t\t\tif( typeof s.id === 'string' ) {\n\t\t\t\t\t\tthis.registerPlugin( s );\n\t\t\t\t\t\tscriptLoadedCallback( s );\n\t\t\t\t\t}\n\t\t\t\t\telse if( typeof s.src === 'string' ) {\n\t\t\t\t\t\tloadScript( s.src, () => scriptLoadedCallback(s) );\n\t\t\t\t\t}\n\t\t\t\t\telse {\n\t\t\t\t\t\tconsole.warn( 'Unrecognized plugin format', s );\n\t\t\t\t\t\tscriptLoadedCallback();\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\t\t\telse {\n\t\t\t\tthis.initPlugins().then( resolve );\n\t\t\t}\n\n\t\t} );\n\n\t}\n\n\t/**\n\t * Initializes our plugins and waits for them to be ready\n\t * before proceeding.\n\t */\n\tinitPlugins() {\n\n\t\treturn new Promise( resolve => {\n\n\t\t\tlet pluginValues = Object.values( this.registeredPlugins );\n\t\t\tlet pluginsToInitialize = pluginValues.length;\n\n\t\t\t// If there are no plugins, skip this step\n\t\t\tif( pluginsToInitialize === 0 ) {\n\t\t\t\tthis.loadAsync().then( resolve );\n\t\t\t}\n\t\t\t// ... otherwise initialize plugins\n\t\t\telse {\n\n\t\t\t\tlet initNextPlugin;\n\n\t\t\t\tlet afterPlugInitialized = () => {\n\t\t\t\t\tif( --pluginsToInitialize === 0 ) {\n\t\t\t\t\t\tthis.loadAsync().then( resolve );\n\t\t\t\t\t}\n\t\t\t\t\telse {\n\t\t\t\t\t\tinitNextPlugin();\n\t\t\t\t\t}\n\t\t\t\t};\n\n\t\t\t\tlet i = 0;\n\n\t\t\t\t// Initialize plugins serially\n\t\t\t\tinitNextPlugin = () => {\n\n\t\t\t\t\tlet plugin = pluginValues[i++];\n\n\t\t\t\t\t// If the plugin has an 'init' method, invoke it\n\t\t\t\t\tif( typeof plugin.init === 'function' ) {\n\t\t\t\t\t\tlet promise = plugin.init( this.Reveal );\n\n\t\t\t\t\t\t// If the plugin returned a Promise, wait for it\n\t\t\t\t\t\tif( promise && typeof promise.then === 'function' ) {\n\t\t\t\t\t\t\tpromise.then( afterPlugInitialized );\n\t\t\t\t\t\t}\n\t\t\t\t\t\telse {\n\t\t\t\t\t\t\tafterPlugInitialized();\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\telse {\n\t\t\t\t\t\tafterPlugInitialized();\n\t\t\t\t\t}\n\n\t\t\t\t}\n\n\t\t\t\tinitNextPlugin();\n\n\t\t\t}\n\n\t\t} )\n\n\t}\n\n\t/**\n\t * Loads all async reveal.js dependencies.\n\t */\n\tloadAsync() {\n\n\t\tthis.state = 'loaded';\n\n\t\tif( this.asyncDependencies.length ) {\n\t\t\tthis.asyncDependencies.forEach( s => {\n\t\t\t\tloadScript( s.src, s.callback );\n\t\t\t} );\n\t\t}\n\n\t\treturn Promise.resolve();\n\n\t}\n\n\t/**\n\t * Registers a new plugin with this reveal.js instance.\n\t *\n\t * reveal.js waits for all regisered plugins to initialize\n\t * before considering itself ready, as long as the plugin\n\t * is registered before calling `Reveal.initialize()`.\n\t */\n\tregisterPlugin( plugin ) {\n\n\t\t// Backwards compatibility to make reveal.js ~3.9.0\n\t\t// plugins work with reveal.js 4.0.0\n\t\tif( arguments.length === 2 && typeof arguments[0] === 'string' ) {\n\t\t\tplugin = arguments[1];\n\t\t\tplugin.id = arguments[0];\n\t\t}\n\t\t// Plugin can optionally be a function which we call\n\t\t// to create an instance of the plugin\n\t\telse if( typeof plugin === 'function' ) {\n\t\t\tplugin = plugin();\n\t\t}\n\n\t\tlet id = plugin.id;\n\n\t\tif( typeof id !== 'string' ) {\n\t\t\tconsole.warn( 'Unrecognized plugin format; can\\'t find plugin.id', plugin );\n\t\t}\n\t\telse if( this.registeredPlugins[id] === undefined ) {\n\t\t\tthis.registeredPlugins[id] = plugin;\n\n\t\t\t// If a plugin is registered after reveal.js is loaded,\n\t\t\t// initialize it right away\n\t\t\tif( this.state === 'loaded' && typeof plugin.init === 'function' ) {\n\t\t\t\tplugin.init( this.Reveal );\n\t\t\t}\n\t\t}\n\t\telse {\n\t\t\tconsole.warn( 'reveal.js: \"'+ id +'\" plugin has already been registered' );\n\t\t}\n\n\t}\n\n\t/**\n\t * Checks if a specific plugin has been registered.\n\t *\n\t * @param {String} id Unique plugin identifier\n\t */\n\thasPlugin( id ) {\n\n\t\treturn !!this.registeredPlugins[id];\n\n\t}\n\n\t/**\n\t * Returns the specific plugin instance, if a plugin\n\t * with the given ID has been registered.\n\t *\n\t * @param {String} id Unique plugin identifier\n\t */\n\tgetPlugin( id ) {\n\n\t\treturn this.registeredPlugins[id];\n\n\t}\n\n\tgetRegisteredPlugins() {\n\n\t\treturn this.registeredPlugins;\n\n\t}\n\n}\n","import { SLIDES_SELECTOR } from '../utils/constants.js'\nimport { queryAll, createStyleSheet } from '../utils/util.js'\n\n/**\n * Setups up our presentation for printing/exporting to PDF.\n */\nexport default class Print {\n\n\tconstructor( Reveal ) {\n\n\t\tthis.Reveal = Reveal;\n\n\t}\n\n\t/**\n\t * Configures the presentation for printing to a static\n\t * PDF.\n\t */\n\tasync setupPDF() {\n\n\t\tconst config = this.Reveal.getConfig();\n\t\tconst slides = queryAll( this.Reveal.getRevealElement(), SLIDES_SELECTOR )\n\n\t\t// Compute slide numbers now, before we start duplicating slides\n\t\tconst doingSlideNumbers = config.slideNumber && /all|print/i.test( config.showSlideNumber );\n\n\t\tconst slideSize = this.Reveal.getComputedSlideSize( window.innerWidth, window.innerHeight );\n\n\t\t// Dimensions of the PDF pages\n\t\tconst pageWidth = Math.floor( slideSize.width * ( 1 + config.margin ) ),\n\t\t\tpageHeight = Math.floor( slideSize.height * ( 1 + config.margin ) );\n\n\t\t// Dimensions of slides within the pages\n\t\tconst slideWidth = slideSize.width,\n\t\t\tslideHeight = slideSize.height;\n\n\t\tawait new Promise( requestAnimationFrame );\n\n\t\t// Let the browser know what page size we want to print\n\t\tcreateStyleSheet( '@page{size:'+ pageWidth +'px '+ pageHeight +'px; margin: 0px;}' );\n\n\t\t// Limit the size of certain elements to the dimensions of the slide\n\t\tcreateStyleSheet( '.reveal section>img, .reveal section>video, .reveal section>iframe{max-width: '+ slideWidth +'px; max-height:'+ slideHeight +'px}' );\n\n\t\tdocument.documentElement.classList.add( 'print-pdf' );\n\t\tdocument.body.style.width = pageWidth + 'px';\n\t\tdocument.body.style.height = pageHeight + 'px';\n\n\t\t// Make sure stretch elements fit on slide\n\t\tawait new Promise( requestAnimationFrame );\n\t\tthis.Reveal.layoutSlideContents( slideWidth, slideHeight );\n\n\t\t// Re-run the slide layout so that r-fit-text is applied based on\n\t\t// the printed slide size\n\t\tslides.forEach( slide => this.Reveal.slideContent.layout( slide ) );\n\n\t\t// Batch scrollHeight access to prevent layout thrashing\n\t\tawait new Promise( requestAnimationFrame );\n\n\t\tconst slideScrollHeights = slides.map( slide => slide.scrollHeight );\n\n\t\tconst pages = [];\n\t\tconst pageContainer = slides[0].parentNode;\n\n\t\t// Slide and slide background layout\n\t\tslides.forEach( function( slide, index ) {\n\n\t\t\t// Vertical stacks are not centred since their section\n\t\t\t// children will be\n\t\t\tif( slide.classList.contains( 'stack' ) === false ) {\n\t\t\t\t// Center the slide inside of the page, giving the slide some margin\n\t\t\t\tlet left = ( pageWidth - slideWidth ) / 2;\n\t\t\t\tlet top = ( pageHeight - slideHeight ) / 2;\n\n\t\t\t\tconst contentHeight = slideScrollHeights[ index ];\n\t\t\t\tlet numberOfPages = Math.max( Math.ceil( contentHeight / pageHeight ), 1 );\n\n\t\t\t\t// Adhere to configured pages per slide limit\n\t\t\t\tnumberOfPages = Math.min( numberOfPages, config.pdfMaxPagesPerSlide );\n\n\t\t\t\t// Center slides vertically\n\t\t\t\tif( numberOfPages === 1 && config.center || slide.classList.contains( 'center' ) ) {\n\t\t\t\t\ttop = Math.max( ( pageHeight - contentHeight ) / 2, 0 );\n\t\t\t\t}\n\n\t\t\t\t// Wrap the slide in a page element and hide its overflow\n\t\t\t\t// so that no page ever flows onto another\n\t\t\t\tconst page = document.createElement( 'div' );\n\t\t\t\tpages.push( page );\n\n\t\t\t\tpage.className = 'pdf-page';\n\t\t\t\tpage.style.height = ( ( pageHeight + config.pdfPageHeightOffset ) * numberOfPages ) + 'px';\n\t\t\t\tpage.appendChild( slide );\n\n\t\t\t\t// Position the slide inside of the page\n\t\t\t\tslide.style.left = left + 'px';\n\t\t\t\tslide.style.top = top + 'px';\n\t\t\t\tslide.style.width = slideWidth + 'px';\n\n\t\t\t\tif( slide.slideBackgroundElement ) {\n\t\t\t\t\tpage.insertBefore( slide.slideBackgroundElement, slide );\n\t\t\t\t}\n\n\t\t\t\t// Inject notes if `showNotes` is enabled\n\t\t\t\tif( config.showNotes ) {\n\n\t\t\t\t\t// Are there notes for this slide?\n\t\t\t\t\tconst notes = this.Reveal.getSlideNotes( slide );\n\t\t\t\t\tif( notes ) {\n\n\t\t\t\t\t\tconst notesSpacing = 8;\n\t\t\t\t\t\tconst notesLayout = typeof config.showNotes === 'string' ? config.showNotes : 'inline';\n\t\t\t\t\t\tconst notesElement = document.createElement( 'div' );\n\t\t\t\t\t\tnotesElement.classList.add( 'speaker-notes' );\n\t\t\t\t\t\tnotesElement.classList.add( 'speaker-notes-pdf' );\n\t\t\t\t\t\tnotesElement.setAttribute( 'data-layout', notesLayout );\n\t\t\t\t\t\tnotesElement.innerHTML = notes;\n\n\t\t\t\t\t\tif( notesLayout === 'separate-page' ) {\n\t\t\t\t\t\t\tpages.push( notesElement );\n\t\t\t\t\t\t}\n\t\t\t\t\t\telse {\n\t\t\t\t\t\t\tnotesElement.style.left = notesSpacing + 'px';\n\t\t\t\t\t\t\tnotesElement.style.bottom = notesSpacing + 'px';\n\t\t\t\t\t\t\tnotesElement.style.width = ( pageWidth - notesSpacing*2 ) + 'px';\n\t\t\t\t\t\t\tpage.appendChild( notesElement );\n\t\t\t\t\t\t}\n\n\t\t\t\t\t}\n\n\t\t\t\t}\n\n\t\t\t\t// Inject slide numbers if `slideNumbers` are enabled\n\t\t\t\tif( doingSlideNumbers ) {\n\t\t\t\t\tconst slideNumber = index + 1;\n\t\t\t\t\tconst numberElement = document.createElement( 'div' );\n\t\t\t\t\tnumberElement.classList.add( 'slide-number' );\n\t\t\t\t\tnumberElement.classList.add( 'slide-number-pdf' );\n\t\t\t\t\tnumberElement.innerHTML = slideNumber;\n\t\t\t\t\tpage.appendChild( numberElement );\n\t\t\t\t}\n\n\t\t\t\t// Copy page and show fragments one after another\n\t\t\t\tif( config.pdfSeparateFragments ) {\n\n\t\t\t\t\t// Each fragment 'group' is an array containing one or more\n\t\t\t\t\t// fragments. Multiple fragments that appear at the same time\n\t\t\t\t\t// are part of the same group.\n\t\t\t\t\tconst fragmentGroups = this.Reveal.fragments.sort( page.querySelectorAll( '.fragment' ), true );\n\n\t\t\t\t\tlet previousFragmentStep;\n\n\t\t\t\t\tfragmentGroups.forEach( function( fragments ) {\n\n\t\t\t\t\t\t// Remove 'current-fragment' from the previous group\n\t\t\t\t\t\tif( previousFragmentStep ) {\n\t\t\t\t\t\t\tpreviousFragmentStep.forEach( function( fragment ) {\n\t\t\t\t\t\t\t\tfragment.classList.remove( 'current-fragment' );\n\t\t\t\t\t\t\t} );\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// Show the fragments for the current index\n\t\t\t\t\t\tfragments.forEach( function( fragment ) {\n\t\t\t\t\t\t\tfragment.classList.add( 'visible', 'current-fragment' );\n\t\t\t\t\t\t}, this );\n\n\t\t\t\t\t\t// Create a separate page for the current fragment state\n\t\t\t\t\t\tconst clonedPage = page.cloneNode( true );\n\t\t\t\t\t\tpages.push( clonedPage );\n\n\t\t\t\t\t\tpreviousFragmentStep = fragments;\n\n\t\t\t\t\t}, this );\n\n\t\t\t\t\t// Reset the first/original page so that all fragments are hidden\n\t\t\t\t\tfragmentGroups.forEach( function( fragments ) {\n\t\t\t\t\t\tfragments.forEach( function( fragment ) {\n\t\t\t\t\t\t\tfragment.classList.remove( 'visible', 'current-fragment' );\n\t\t\t\t\t\t} );\n\t\t\t\t\t} );\n\n\t\t\t\t}\n\t\t\t\t// Show all fragments\n\t\t\t\telse {\n\t\t\t\t\tqueryAll( page, '.fragment:not(.fade-out)' ).forEach( function( fragment ) {\n\t\t\t\t\t\tfragment.classList.add( 'visible' );\n\t\t\t\t\t} );\n\t\t\t\t}\n\n\t\t\t}\n\n\t\t}, this );\n\n\t\tawait new Promise( requestAnimationFrame );\n\n\t\tpages.forEach( page => pageContainer.appendChild( page ) );\n\n\t\t// Notify subscribers that the PDF layout is good to go\n\t\tthis.Reveal.dispatchEvent({ type: 'pdf-ready' });\n\n\t}\n\n\t/**\n\t * Checks if this instance is being used to print a PDF.\n\t */\n\tisPrintingPDF() {\n\n\t\treturn ( /print-pdf/gi ).test( window.location.search );\n\n\t}\n\n}\n","import { isAndroid } from '../utils/device.js'\nimport { matches } from '../utils/util.js'\n\nconst SWIPE_THRESHOLD = 40;\n\n/**\n * Controls all touch interactions and navigations for\n * a presentation.\n */\nexport default class Touch {\n\n\tconstructor( Reveal ) {\n\n\t\tthis.Reveal = Reveal;\n\n\t\t// Holds information about the currently ongoing touch interaction\n\t\tthis.touchStartX = 0;\n\t\tthis.touchStartY = 0;\n\t\tthis.touchStartCount = 0;\n\t\tthis.touchCaptured = false;\n\n\t\tthis.onPointerDown = this.onPointerDown.bind( this );\n\t\tthis.onPointerMove = this.onPointerMove.bind( this );\n\t\tthis.onPointerUp = this.onPointerUp.bind( this );\n\t\tthis.onTouchStart = this.onTouchStart.bind( this );\n\t\tthis.onTouchMove = this.onTouchMove.bind( this );\n\t\tthis.onTouchEnd = this.onTouchEnd.bind( this );\n\n\t}\n\n\t/**\n\t *\n\t */\n\tbind() {\n\n\t\tlet revealElement = this.Reveal.getRevealElement();\n\n\t\tif( 'onpointerdown' in window ) {\n\t\t\t// Use W3C pointer events\n\t\t\trevealElement.addEventListener( 'pointerdown', this.onPointerDown, false );\n\t\t\trevealElement.addEventListener( 'pointermove', this.onPointerMove, false );\n\t\t\trevealElement.addEventListener( 'pointerup', this.onPointerUp, false );\n\t\t}\n\t\telse if( window.navigator.msPointerEnabled ) {\n\t\t\t// IE 10 uses prefixed version of pointer events\n\t\t\trevealElement.addEventListener( 'MSPointerDown', this.onPointerDown, false );\n\t\t\trevealElement.addEventListener( 'MSPointerMove', this.onPointerMove, false );\n\t\t\trevealElement.addEventListener( 'MSPointerUp', this.onPointerUp, false );\n\t\t}\n\t\telse {\n\t\t\t// Fall back to touch events\n\t\t\trevealElement.addEventListener( 'touchstart', this.onTouchStart, false );\n\t\t\trevealElement.addEventListener( 'touchmove', this.onTouchMove, false );\n\t\t\trevealElement.addEventListener( 'touchend', this.onTouchEnd, false );\n\t\t}\n\n\t}\n\n\t/**\n\t *\n\t */\n\tunbind() {\n\n\t\tlet revealElement = this.Reveal.getRevealElement();\n\n\t\trevealElement.removeEventListener( 'pointerdown', this.onPointerDown, false );\n\t\trevealElement.removeEventListener( 'pointermove', this.onPointerMove, false );\n\t\trevealElement.removeEventListener( 'pointerup', this.onPointerUp, false );\n\n\t\trevealElement.removeEventListener( 'MSPointerDown', this.onPointerDown, false );\n\t\trevealElement.removeEventListener( 'MSPointerMove', this.onPointerMove, false );\n\t\trevealElement.removeEventListener( 'MSPointerUp', this.onPointerUp, false );\n\n\t\trevealElement.removeEventListener( 'touchstart', this.onTouchStart, false );\n\t\trevealElement.removeEventListener( 'touchmove', this.onTouchMove, false );\n\t\trevealElement.removeEventListener( 'touchend', this.onTouchEnd, false );\n\n\t}\n\n\t/**\n\t * Checks if the target element prevents the triggering of\n\t * swipe navigation.\n\t */\n\tisSwipePrevented( target ) {\n\n\t\t// Prevent accidental swipes when scrubbing timelines\n\t\tif( matches( target, 'video, audio' ) ) return true;\n\n\t\twhile( target && typeof target.hasAttribute === 'function' ) {\n\t\t\tif( target.hasAttribute( 'data-prevent-swipe' ) ) return true;\n\t\t\ttarget = target.parentNode;\n\t\t}\n\n\t\treturn false;\n\n\t}\n\n\t/**\n\t * Handler for the 'touchstart' event, enables support for\n\t * swipe and pinch gestures.\n\t *\n\t * @param {object} event\n\t */\n\tonTouchStart( event ) {\n\n\t\tif( this.isSwipePrevented( event.target ) ) return true;\n\n\t\tthis.touchStartX = event.touches[0].clientX;\n\t\tthis.touchStartY = event.touches[0].clientY;\n\t\tthis.touchStartCount = event.touches.length;\n\n\t}\n\n\t/**\n\t * Handler for the 'touchmove' event.\n\t *\n\t * @param {object} event\n\t */\n\tonTouchMove( event ) {\n\n\t\tif( this.isSwipePrevented( event.target ) ) return true;\n\n\t\tlet config = this.Reveal.getConfig();\n\n\t\t// Each touch should only trigger one action\n\t\tif( !this.touchCaptured ) {\n\t\t\tthis.Reveal.onUserInput( event );\n\n\t\t\tlet currentX = event.touches[0].clientX;\n\t\t\tlet currentY = event.touches[0].clientY;\n\n\t\t\t// There was only one touch point, look for a swipe\n\t\t\tif( event.touches.length === 1 && this.touchStartCount !== 2 ) {\n\n\t\t\t\tlet availableRoutes = this.Reveal.availableRoutes({ includeFragments: true });\n\n\t\t\t\tlet deltaX = currentX - this.touchStartX,\n\t\t\t\t\tdeltaY = currentY - this.touchStartY;\n\n\t\t\t\tif( deltaX > SWIPE_THRESHOLD && Math.abs( deltaX ) > Math.abs( deltaY ) ) {\n\t\t\t\t\tthis.touchCaptured = true;\n\t\t\t\t\tif( config.navigationMode === 'linear' ) {\n\t\t\t\t\t\tif( config.rtl ) {\n\t\t\t\t\t\t\tthis.Reveal.next();\n\t\t\t\t\t\t}\n\t\t\t\t\t\telse {\n\t\t\t\t\t\t\tthis.Reveal.prev();\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\telse {\n\t\t\t\t\t\tthis.Reveal.left();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\telse if( deltaX < -SWIPE_THRESHOLD && Math.abs( deltaX ) > Math.abs( deltaY ) ) {\n\t\t\t\t\tthis.touchCaptured = true;\n\t\t\t\t\tif( config.navigationMode === 'linear' ) {\n\t\t\t\t\t\tif( config.rtl ) {\n\t\t\t\t\t\t\tthis.Reveal.prev();\n\t\t\t\t\t\t}\n\t\t\t\t\t\telse {\n\t\t\t\t\t\t\tthis.Reveal.next();\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\telse {\n\t\t\t\t\t\tthis.Reveal.right();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\telse if( deltaY > SWIPE_THRESHOLD && availableRoutes.up ) {\n\t\t\t\t\tthis.touchCaptured = true;\n\t\t\t\t\tif( config.navigationMode === 'linear' ) {\n\t\t\t\t\t\tthis.Reveal.prev();\n\t\t\t\t\t}\n\t\t\t\t\telse {\n\t\t\t\t\t\tthis.Reveal.up();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\telse if( deltaY < -SWIPE_THRESHOLD && availableRoutes.down ) {\n\t\t\t\t\tthis.touchCaptured = true;\n\t\t\t\t\tif( config.navigationMode === 'linear' ) {\n\t\t\t\t\t\tthis.Reveal.next();\n\t\t\t\t\t}\n\t\t\t\t\telse {\n\t\t\t\t\t\tthis.Reveal.down();\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t// If we're embedded, only block touch events if they have\n\t\t\t\t// triggered an action\n\t\t\t\tif( config.embedded ) {\n\t\t\t\t\tif( this.touchCaptured || this.Reveal.isVerticalSlide() ) {\n\t\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t// Not embedded? Block them all to avoid needless tossing\n\t\t\t\t// around of the viewport in iOS\n\t\t\t\telse {\n\t\t\t\t\tevent.preventDefault();\n\t\t\t\t}\n\n\t\t\t}\n\t\t}\n\t\t// There's a bug with swiping on some Android devices unless\n\t\t// the default action is always prevented\n\t\telse if( isAndroid ) {\n\t\t\tevent.preventDefault();\n\t\t}\n\n\t}\n\n\t/**\n\t * Handler for the 'touchend' event.\n\t *\n\t * @param {object} event\n\t */\n\tonTouchEnd( event ) {\n\n\t\tthis.touchCaptured = false;\n\n\t}\n\n\t/**\n\t * Convert pointer down to touch start.\n\t *\n\t * @param {object} event\n\t */\n\tonPointerDown( event ) {\n\n\t\tif( event.pointerType === event.MSPOINTER_TYPE_TOUCH || event.pointerType === \"touch\" ) {\n\t\t\tevent.touches = [{ clientX: event.clientX, clientY: event.clientY }];\n\t\t\tthis.onTouchStart( event );\n\t\t}\n\n\t}\n\n\t/**\n\t * Convert pointer move to touch move.\n\t *\n\t * @param {object} event\n\t */\n\tonPointerMove( event ) {\n\n\t\tif( event.pointerType === event.MSPOINTER_TYPE_TOUCH || event.pointerType === \"touch\" ) {\n\t\t\tevent.touches = [{ clientX: event.clientX, clientY: event.clientY }];\n\t\t\tthis.onTouchMove( event );\n\t\t}\n\n\t}\n\n\t/**\n\t * Convert pointer up to touch end.\n\t *\n\t * @param {object} event\n\t */\n\tonPointerUp( event ) {\n\n\t\tif( event.pointerType === event.MSPOINTER_TYPE_TOUCH || event.pointerType === \"touch\" ) {\n\t\t\tevent.touches = [{ clientX: event.clientX, clientY: event.clientY }];\n\t\t\tthis.onTouchEnd( event );\n\t\t}\n\n\t}\n\n}","import { closest } from '../utils/util.js'\n\n/**\n * Manages focus when a presentation is embedded. This\n * helps us only capture keyboard from the presentation\n * a user is currently interacting with in a page where\n * multiple presentations are embedded.\n */\n\nconst STATE_FOCUS = 'focus';\nconst STATE_BLUR = 'blur';\n\nexport default class Focus {\n\n\tconstructor( Reveal ) {\n\n\t\tthis.Reveal = Reveal;\n\n\t\tthis.onRevealPointerDown = this.onRevealPointerDown.bind( this );\n\t\tthis.onDocumentPointerDown = this.onDocumentPointerDown.bind( this );\n\n\t}\n\n\t/**\n\t * Called when the reveal.js config is updated.\n\t */\n\tconfigure( config, oldConfig ) {\n\n\t\tif( config.embedded ) {\n\t\t\tthis.blur();\n\t\t}\n\t\telse {\n\t\t\tthis.focus();\n\t\t\tthis.unbind();\n\t\t}\n\n\t}\n\n\tbind() {\n\n\t\tif( this.Reveal.getConfig().embedded ) {\n\t\t\tthis.Reveal.getRevealElement().addEventListener( 'pointerdown', this.onRevealPointerDown, false );\n\t\t}\n\n\t}\n\n\tunbind() {\n\n\t\tthis.Reveal.getRevealElement().removeEventListener( 'pointerdown', this.onRevealPointerDown, false );\n\t\tdocument.removeEventListener( 'pointerdown', this.onDocumentPointerDown, false );\n\n\t}\n\n\tfocus() {\n\n\t\tif( this.state !== STATE_FOCUS ) {\n\t\t\tthis.Reveal.getRevealElement().classList.add( 'focused' );\n\t\t\tdocument.addEventListener( 'pointerdown', this.onDocumentPointerDown, false );\n\t\t}\n\n\t\tthis.state = STATE_FOCUS;\n\n\t}\n\n\tblur() {\n\n\t\tif( this.state !== STATE_BLUR ) {\n\t\t\tthis.Reveal.getRevealElement().classList.remove( 'focused' );\n\t\t\tdocument.removeEventListener( 'pointerdown', this.onDocumentPointerDown, false );\n\t\t}\n\n\t\tthis.state = STATE_BLUR;\n\n\t}\n\n\tisFocused() {\n\n\t\treturn this.state === STATE_FOCUS;\n\n\t}\n\n\tonRevealPointerDown( event ) {\n\n\t\tthis.focus();\n\n\t}\n\n\tonDocumentPointerDown( event ) {\n\n\t\tlet revealElement = closest( event.target, '.reveal' );\n\t\tif( !revealElement || revealElement !== this.Reveal.getRevealElement() ) {\n\t\t\tthis.blur();\n\t\t}\n\n\t}\n\n}","/**\n * Handles the showing and \n */\nexport default class Notes {\n\n\tconstructor( Reveal ) {\n\n\t\tthis.Reveal = Reveal;\n\n\t}\n\n\trender() {\n\n\t\tthis.element = document.createElement( 'div' );\n\t\tthis.element.className = 'speaker-notes';\n\t\tthis.element.setAttribute( 'data-prevent-swipe', '' );\n\t\tthis.element.setAttribute( 'tabindex', '0' );\n\t\tthis.Reveal.getRevealElement().appendChild( this.element );\n\n\t}\n\n\t/**\n\t * Called when the reveal.js config is updated.\n\t */\n\tconfigure( config, oldConfig ) {\n\n\t\tif( config.showNotes ) {\n\t\t\tthis.element.setAttribute( 'data-layout', typeof config.showNotes === 'string' ? config.showNotes : 'inline' );\n\t\t}\n\n\t}\n\n\t/**\n\t * Pick up notes from the current slide and display them\n\t * to the viewer.\n\t *\n\t * @see {@link config.showNotes}\n\t */\n\tupdate() {\n\n\t\tif( this.Reveal.getConfig().showNotes && this.element && this.Reveal.getCurrentSlide() && !this.Reveal.print.isPrintingPDF() ) {\n\n\t\t\tthis.element.innerHTML = this.getSlideNotes() || 'No notes on this slide.';\n\n\t\t}\n\n\t}\n\n\t/**\n\t * Updates the visibility of the speaker notes sidebar that\n\t * is used to share annotated slides. The notes sidebar is\n\t * only visible if showNotes is true and there are notes on\n\t * one or more slides in the deck.\n\t */\n\tupdateVisibility() {\n\n\t\tif( this.Reveal.getConfig().showNotes && this.hasNotes() && !this.Reveal.print.isPrintingPDF() ) {\n\t\t\tthis.Reveal.getRevealElement().classList.add( 'show-notes' );\n\t\t}\n\t\telse {\n\t\t\tthis.Reveal.getRevealElement().classList.remove( 'show-notes' );\n\t\t}\n\n\t}\n\n\t/**\n\t * Checks if there are speaker notes for ANY slide in the\n\t * presentation.\n\t */\n\thasNotes() {\n\n\t\treturn this.Reveal.getSlidesElement().querySelectorAll( '[data-notes], aside.notes' ).length > 0;\n\n\t}\n\n\t/**\n\t * Checks if this presentation is running inside of the\n\t * speaker notes window.\n\t *\n\t * @return {boolean}\n\t */\n\tisSpeakerNotesWindow() {\n\n\t\treturn !!window.location.search.match( /receiver/gi );\n\n\t}\n\n\t/**\n\t * Retrieves the speaker notes from a slide. Notes can be\n\t * defined in two ways:\n\t * 1. As a data-notes attribute on the slide
    \n\t * 2. As an