From 4b8d9c3f019709567b5a010f7b44bbd3269d1e3e Mon Sep 17 00:00:00 2001 From: kiki Date: Tue, 10 Nov 2020 19:10:14 +0100 Subject: [PATCH] tolto file errato --- slides/BBB.m.md | 98 ------------------------------------------------- 1 file changed, 98 deletions(-) delete mode 100644 slides/BBB.m.md diff --git a/slides/BBB.m.md b/slides/BBB.m.md deleted file mode 100644 index f30deca..0000000 --- a/slides/BBB.m.md +++ /dev/null @@ -1,98 +0,0 @@ -# Hacker Slides - -### Hack together simple slides - - - ---- - -## The Basics - -- Separate slides using '`---`' on a blank line -- For vertical slides use '`--`' -- Write github flavored markdown -- Click 'Present' (top right) when you're ready to talk - ---- - -## Quick tips - -- There is also a speaker view, with notes - press '`s`' -- Press '`?`' with focus on the presentation for shortcuts -- You can use html when necessary -- Share the 'Present' URL with anyone you like! - -Note: -- Anything after `Note:` will only appear here - ---- - -## More markdown (fragments) - -* static text -* fragment -* fragment grow -* fragment highlight-red -* press key down - --- - -## More markdown (tables) - -**** - -|h1|h2|h3| -|-|-|-| -|a|b|c| - -**** - --- - -## More markdown (code) - -``` -version: '2' -services: - slides: - image: msoedov/hacker-slides - - ports: - - 8080:8080 - volumes: - - ./slides:/app/slides - restart: always - - environment: - - USER=bob - - PASSWORD=pa55 - -``` - --- - -## Local images - -![demoPicture](/images/demo.png) - -Copy images into slides/images/ & include with MD: - -``` -![demoPicture](/images/demo.png) - -``` -or HTML: - -``` - - -``` - - ---- - -## Learn more - -- [RevealJS Demo/Manual](http://lab.hakim.se/reveal-js) -- [RevealJS Project/README](https://github.com/hakimel/reveal.js) -- [GitHub Flavored Markdown](https://help.github.com/articles/github-flavored-markdown)