diff --git a/slides/demo.md b/slides/demo.md
new file mode 100644
index 0000000..f30deca
--- /dev/null
+++ b/slides/demo.md
@@ -0,0 +1,98 @@
+# 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)
diff --git a/slides/images/Screenshot.png b/slides/images/Screenshot.png
new file mode 100644
index 0000000..88848c4
Binary files /dev/null and b/slides/images/Screenshot.png differ
diff --git a/slides/images/Screenshot1.png b/slides/images/Screenshot1.png
new file mode 100644
index 0000000..0f47fb8
Binary files /dev/null and b/slides/images/Screenshot1.png differ
diff --git a/slides/images/couverture.png b/slides/images/couverture.png
new file mode 100644
index 0000000..8a8bf94
Binary files /dev/null and b/slides/images/couverture.png differ
diff --git a/slides/images/demo.png b/slides/images/demo.png
deleted file mode 100644
index 37876a5..0000000
Binary files a/slides/images/demo.png and /dev/null differ
diff --git a/slides/mute-star.md b/slides/mute-star.md
new file mode 100644
index 0000000..7317626
--- /dev/null
+++ b/slides/mute-star.md
@@ -0,0 +1,103 @@
+# Data Economy
+
+#### formazione all'uso consapevole del PC e smartphone off/online
+
+
+
+---
+
+## Abinaria
+![demoPicture](/images/Screenshot1.png)
+
+--
+
+## Abinaria
+![demoPicture](/images/Screenshot.png)
+#### cooperativa di servizi digitali
+
+Note:
+- ringraziamenti a XM24 e MAG
+---
+
+## Video conferenza
+
+BigBlueButton
+- open source
+- ospitato da Cisti.org
+
+### https://edu.cisti.org
+
+Note:
+- privacy friendly
+- filiera del software e di chi lo fa andare
+---
+
+## 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)