From 4381a55ba673afa6ec12b39185c02acd9bb28ca5 Mon Sep 17 00:00:00 2001 From: Michael Blaschek <michael.blaschek@univie.ac.at> Date: Fri, 19 Nov 2021 19:43:00 +0000 Subject: [PATCH] Update workshop/Introduction.html --- workshop/Introduction.html | 45 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 workshop/Introduction.html diff --git a/workshop/Introduction.html b/workshop/Introduction.html new file mode 100644 index 0000000..b904e37 --- /dev/null +++ b/workshop/Introduction.html @@ -0,0 +1,45 @@ +<!DOCTYPE html> +<html> + <head> + <title>Title</title> + <meta charset="utf-8"> + <style> + @import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz); + @import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic); + @import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic); + + body { font-family: 'Droid Serif'; } + h1, h2, h3 { + font-family: 'Yanone Kaffeesatz'; + font-weight: normal; + } + .remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; } + </style> + </head> + <body> + <textarea id="source"> + +class: center, middle + +# Title + +--- + +# Agenda + +1. Introduction +2. Deep-dive +3. ... + +--- + +# Introduction + + </textarea> + <script src="https://remarkjs.com/downloads/remark-latest.min.js"> + </script> + <script> + var slideshow = remark.create(); + </script> + </body> +</html> -- GitLab