Inizio presentazione

This commit is contained in:
loviuz 2023-07-22 19:50:41 +02:00
parent c9c810ed4b
commit 04bac6bb14
10 changed files with 130 additions and 2 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "contribuire al software libero/reveal.js"]
path = contribuire al software libero/reveal.js
url = https://github.com/hakimel/reveal.js.git

View File

@ -1,3 +1,3 @@
# presentazioni
# Presentazioni
Lista di presentazioni per eventi
Lista di presentazioni per eventi.

View File

@ -0,0 +1,23 @@
# Contribuire al software libero
Presentazione che spiega come contribuire al software libero.
Creata utilizzando [Reveal.js](https://revealjs.com/).
## Installazione
Occorre scaricare [reveal.js](https://github.com/hakimel/reveal.js) come submodulo e avviarlo impostando come cartella di lavoro la cartella attuale:
```bash
git submodule add https://github.com/hakimel/reveal.js.git
cd reveal.js && npm install && cd ..
```
## Avvio
Una voltra preparato l'ambiente, è possibile avviare un server web temporaneo per servire il file `index.html` con:
```bash
python3 -m http.server 8000
```

View File

@ -0,0 +1,3 @@
h1, h2, h3, h4, h5, h6{
text-transform: uppercase !important;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

View File

@ -0,0 +1,98 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>ILS Este</title>
<link rel="stylesheet" href="reveal.js/dist/reset.css">
<link rel="stylesheet" href="reveal.js/dist/reveal.css">
<link rel="stylesheet" href="reveal.js/dist/theme/simple.css">
<!-- Theme used for syntax highlighted code -->
<link rel="stylesheet" href="reveal.js/plugin/highlight/monokai.css">
<link rel="stylesheet" href="assets/css/custom.css">
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<h3>Come contribuire al software libero</h3>
<img src="assets/images/ILS Este.png"><br>
👉 https://este.linux.it<hr>
<small>Attribution 4.0 International (CC BY 4.0)<br><img src="assets/images/chooser_cc.png"> <img src="assets/images/chooser_by.png"></section></small>
</section>
<section data-auto-animate>
<h3 class="uppercase">Perché contribuire al software libero?</h3>
<h1>🤔</h1>
</section>
<section data-auto-animate>
<h3 style="opacity:0">NON</h3> <h3 style="color:#dd0000;">E' difficile contribuire al software libero<span>?</span></h3>
<h1>😱</h1>
</section>
<section data-auto-animate>
<h3 style="color:#0c9707;">NON</h3> <h3 style="color:#0c9707;">E' difficile contribuire al software libero<span style="opacity:0">?</span></h3>
<h1>😉</h1>
</section>
<section>
<h3>Ci sono vari metodi e difficoltà per contribuire</h3>
<img src="assets/images/wow.jpg">
</section>
<section data-auto-animate>
<h3>Si può contribuire con:</h3>
<ul>
<li>👨‍💻 Programmazione</li>
</ul>
</section>
<section data-auto-animate>
<h3>Si può contribuire con:</h3>
<ul>
<li>👨‍💻 Programmazione</li>
<li>🗣️ Traduzioni</li>
</ul>
</section>
<section data-auto-animate>
<h3>Si può contribuire con:</h3>
<ul>
<li>👨‍💻 Programmazione</li>
<li>🗣️ Traduzioni</li>
<li>📣 Divulgazione</li>
</ul>
</section>
<section data-auto-animate>
<h3>Si può contribuire con:</h3>
<ul>
<li>👨‍💻 Programmazione</li>
<li>🗣️ Traduzioni</li>
<li>📣 Divulgazione</li>
<li>❌ Test e segnalazione problemi/errori</li>
</ul>
</section>
</div>
</div>
<script src="reveal.js/dist/reveal.js"></script>
<script src="reveal.js/plugin/notes/notes.js"></script>
<script src="reveal.js/plugin/markdown/markdown.js"></script>
<script src="reveal.js/plugin/highlight/highlight.js"></script>
<script>
// More info about initialization & config:
// - https://revealjs.com/initialization/
// - https://revealjs.com/config/
Reveal.initialize({
hash: true,
slideNumber: 'c/t',
// Learn about plugins: https://revealjs.com/plugins/
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
});
</script>
</body>
</html>

@ -0,0 +1 @@
Subproject commit 12f5ba4c9d53c500ec20aea2cc8b8f66e725026a