Inizio presentazione
This commit is contained in:
parent
c9c810ed4b
commit
04bac6bb14
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal 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
|
@ -1,3 +1,3 @@
|
|||||||
# presentazioni
|
# Presentazioni
|
||||||
|
|
||||||
Lista di presentazioni per eventi
|
Lista di presentazioni per eventi.
|
23
contribuire al software libero/README.md
Normal file
23
contribuire al software libero/README.md
Normal 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
|
||||||
|
```
|
||||||
|
|
3
contribuire al software libero/assets/css/custom.css
Normal file
3
contribuire al software libero/assets/css/custom.css
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
h1, h2, h3, h4, h5, h6{
|
||||||
|
text-transform: uppercase !important;
|
||||||
|
}
|
BIN
contribuire al software libero/assets/images/ILS Este.png
Normal file
BIN
contribuire al software libero/assets/images/ILS Este.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
BIN
contribuire al software libero/assets/images/chooser_by.png
Normal file
BIN
contribuire al software libero/assets/images/chooser_by.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
BIN
contribuire al software libero/assets/images/chooser_cc.png
Normal file
BIN
contribuire al software libero/assets/images/chooser_cc.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
BIN
contribuire al software libero/assets/images/wow.jpg
Normal file
BIN
contribuire al software libero/assets/images/wow.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 85 KiB |
98
contribuire al software libero/index.html
Normal file
98
contribuire al software libero/index.html
Normal 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>
|
1
contribuire al software libero/reveal.js
Submodule
1
contribuire al software libero/reveal.js
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 12f5ba4c9d53c500ec20aea2cc8b8f66e725026a
|
Reference in New Issue
Block a user