Added presentation slide-show framework

Just used ma.md as slides, so no real content.
This commit is contained in:
Stefan Dresselhaus
2017-11-11 18:03:42 +01:00
parent 9254084f9f
commit 43ba0fa612
92 changed files with 4459 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,39 @@
/* Webfont: LatoLatin-Bold */
@font-face {
font-family: 'Lato';
src: url('LatoLatin-Bold.eot'); /* IE9 Compat Modes */
src: url('LatoLatin-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('LatoLatin-Bold.woff2') format('woff2'), /* Modern Browsers */
url('LatoLatin-Bold.woff') format('woff'), /* Modern Browsers */
url('LatoLatin-Bold.ttf') format('truetype');
font-style: normal;
font-weight: bold;
text-rendering: optimizeLegibility;
}
/* Webfont: LatoLatin-Italic */
@font-face {
font-family: 'Lato';
src: url('LatoLatin-Italic.eot'); /* IE9 Compat Modes */
src: url('LatoLatin-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('LatoLatin-Italic.woff2') format('woff2'), /* Modern Browsers */
url('LatoLatin-Italic.woff') format('woff'), /* Modern Browsers */
url('LatoLatin-Italic.ttf') format('truetype');
font-style: italic;
font-weight: normal;
text-rendering: optimizeLegibility;
}
/* Webfont: LatoLatin-Regular */
@font-face {
font-family: 'Lato';
src: url('LatoLatin-Regular.eot'); /* IE9 Compat Modes */
src: url('LatoLatin-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('LatoLatin-Regular.woff2') format('woff2'), /* Modern Browsers */
url('LatoLatin-Regular.woff') format('woff'), /* Modern Browsers */
url('LatoLatin-Regular.ttf') format('truetype');
font-style: normal;
font-weight: normal;
text-rendering: optimizeLegibility;
}