This commit is contained in:
kiki 2020-11-05 13:13:03 +01:00
parent 9e0b605142
commit 2516ca48cb
12 changed files with 166 additions and 60 deletions

View file

@ -1,98 +1,204 @@
# Hacker Slides
### Hack together simple slides
# Big Blu Button
![demoPicture](/images/bbb/bbbhome.png)
<!-- .slide: data-transition="zoom" -->
---
## 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
https://bigbluebutton.org/
---
## Quick tips
### Videoconferenza
- There is also a speaker view, with notes - press '`s`'
- Press '`?`' with focus on the presentation for shortcuts
- <em>You can use html when necessary</em>
- Share the 'Present' URL with anyone you like!
Note:
- Anything after `Note:` will only appear here
![demoPicture](/images/bbb/meet.png)
---
### da notare:
## More markdown (fragments)
* static text
* fragment <!-- .element: class="fragment" -->
* fragment grow <!-- .element: class="fragment grow" -->
* fragment highlight-red <!-- .element: class="fragment highlight-red" -->
* press key down <!-- .element: class="fragment fade-up" -->
- Account
- Presentatore
- Presente
--
## More markdown (tables)
- nome della stanza
- note condivise
- chat
****
---
|h1|h2|h3|
|-|-|-|
|a|b|c|
## home privata
****
![demoPicture](/images/bbb/dashboard.png)
--
## More markdown (code)
```
version: '2'
services:
slides:
image: msoedov/hacker-slides
## creare una stanza / room
ports:
- 8080:8080
volumes:
- ./slides:/app/slides
restart: always
environment:
- USER=bob
- PASSWORD=pa55
```
- avere un account
- settare le opzioni
--
## Local images
![demoPicture](/images/bbb/crearoom.png)
![demoPicture](/images/demo.png)
Note: le room rimagono, poi si hanno le sessioni
Copy images into slides/images/ & include with MD:
--
```
![demoPicture](/images/demo.png)
![demoPicture](/images/bbb/opzioniroom.png)
```
or HTML:
--
```
<img src="/images/demo.png">
```
![demoPicture](/images/bbb/notkey.png)
---
## impostazioni
in corso d'opera
![demoPicture](/images/bbb/setrunning.png)
--
![demoPicture](/images/bbb/application.png)
--
![demoPicture](/images/bbb/data.png)
---
## Lavagna condivisa
![demoPicture](/images/bbb/lavagna.png)
--
- set di strumenti
- slide (input molti formati diversi, output in immagine)
--
## Plus
![demoPicture](/images/bbb/plus.png)
--
## carica slide
![demoPicture](/images/bbb/uploadslide.png)
--
## sondaggio
![demoPicture](/images/bbb/poll.png)
--
## pubblica sondaggio
![demoPicture](/images/bbb/sharepoll.png)
---
## azioni sugli utenti da Accounter
![demoPicture](/images/bbb/azioniaccounter.png)
---
presentatore?
---
## azioni da pubblico
---
## Learn more
## Registrazioni
- [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)
![personabbonata](/images/bbb/rec.png)
--
## Registrazioni video e lavagna e chat
![personabbonata](/images/bbb/videorec.png)
---
# Espansioni
- link PAD
- link CALC
--
## Esercizi:
- creare una stanza con password
-
--
## altre caratteristiche
* condivisione pdf e video
* test audio prima di entrare
* chat
* divisione in gruppi a timer
* presa di parola/alzata di mano
* link senza registrazione per chi partecipa
* note condivise
* condivisione schermo
* chi apre la lezione decide chi presenta
* buon filtro voce
---
## espansione videconf ibride
un po complica.. diciamolo!
---
## dove?
## chi?
---
## hosting immediato
* francesi https://yourownnet.net/
* 140 euro l'anno
* forniscono anche dolibarr (31 euro annuali)
--
## yourownnet
![demoPicture](/images/bbb/yournet.png)
--
## hosting immediato 2
* inglesi https://www.org.meet.coop/
* 9 pound al mese, circa 120 euro all'anno
--
## meet.coop
![demoPicture](/images/bbb/meetcoop.png)
--

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

BIN
slides/images/bbb/data.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

BIN
slides/images/bbb/plus.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

BIN
slides/images/bbb/poll.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB