diff --git a/README.md b/README.md
index caa4160..61f5507 100644
--- a/README.md
+++ b/README.md
@@ -2,15 +2,17 @@
Tesina di Enrico Fasoli
-5IA, anno scolastico 2014/2015, IIS Galileo Galilei Crema
+Classe 5IA, anno scolastico 2014/2015, IIS Galileo Galilei Crema
-### Fonti usate
+I contenuti di questo documento sono derivati da:
- conoscenza personale acquistata tramite esperienza nell'uso delle tecnologie descritte e lettura occasionale di blog interessati
- [Wikipedia](https://it.wikipedia.org), in inglese e/o in italiano, per le informazioni specifiche riguardo la maggior parte dei concetti
- http://bitcoin.org ovvero il sito web del progetto __Bitcoin__
- http://torproject.org ovvero il sito web del progetto __Tor__
- http://www.coindesk.com e https://bitcoincharts.com per informazioni riguardo il valore nel tempo della moneta bitcoin
-- altre fonti sono menzionate nel corso del testo
+- ulteriori fonti sono state menzionate nel corso del testo
-Work In Progress
+Una presentazione di questo documento è disponibile all'indirizzo http://fazo96.github.io/tesina/
+
+La presente __non è la versione definitiva del documento.__
diff --git a/presentazione/src/index.jade b/presentazione/src/index.jade
index 64cc8c4..fe09e2c 100644
--- a/presentazione/src/index.jade
+++ b/presentazione/src/index.jade
@@ -13,7 +13,10 @@ html
section
h2 Anonimato nella rete Internet
+ img.anon(src="http://fc08.deviantart.net/fs70/f/2014/151/2/9/anonymous_security_starter_handbook_by_m4xm0u53-d7kgfk5.png")
h3 di Enrico Fasoli
+ p la presente non è l'edizione definitiva della presentazione
+ a(href="http://fazo96.gitbooks.io/anonimato-su-internet/") fazo96.gitbooks.io/anonimato-su-internet
section
h2 Web 2.0
@@ -68,7 +71,9 @@ html
li è accessibile grazie a Tor Browser
section
- img(src="http://media.tumblr.com/tumblr_lmupioyU7M1qznjpp.png")
+ img.btc(src="http://www.canbike.org/public/images/030114/Bitcoin_Logo_Horizontal_Light-4800px.png")
+ //img.btclogo(src="http://bitstickers.net/wp-content/uploads/2014/02/btc-mono-ring-orange.jpg")
+ //img(src="http://media.tumblr.com/tumblr_lmupioyU7M1qznjpp.png")
h3.bullet la prima valuta digitale significativa
ul
li permette di effettuare transazioni libere e anonime
@@ -89,7 +94,6 @@ html
li ogni utente è identificato da un file che agisce da chiave per autenticarsi alla rete
section
-
img.btsync(src="http://hsto.org/getpro/habr/post_images/2d6/d88/412/2d6d88412032ce8765048bc92eb17a94.png")
img.syncthing(src="http://cdn-www.xda-developers.com/wp-content/uploads/2014/10/logo-text-256.png")
h3.bullet servizi di condivisione file decentralizzati
@@ -101,61 +105,7 @@ html
li Syncthing si rivolge agli utenti più esperti ma è libero e offre funzionalità aggiuntive
section
- h2 Tails
+ img.tails(src="https://tails.boum.org/contribute/how/promote/material/logo/tails-logo-flat.svg")
h3.bullet il sistema operativo sicuro che non lascia tracce
- section
- h2 Keyboard Interaction
- h3 Powered by bespoke-keys
-
- section
- h2 Touch Interaction
- h3 Powered by bespoke-touch
-
- section
- h2 Responsive Slides
- h3 Powered by bespoke-scale
-
- section
- h2 Bullet List
- h3.bullet Powered by bespoke-bullets
- ul
- li Bullet 1
- li Bullet 2
- li Bullet 3
-
- section
- h2 Syntax Highlighting
- h3 Powered by Lea Verou's Prism
- pre
- code.language-javascript.
- bespoke.from('article', [
- classes(),
- keys(),
- touch(),
- bullets('li, .bullet')
- ]);
-
- section(data-bespoke-hash='named-route')
- h2 Named Route
- h3 Powered by bespoke-hash
- p Look up! This route has been named with a 'data-bespoke-hash' attribute.
-
- section.emphatic-text(data-bespoke-backdrop='emphatic')
- h2 Emphatic Slide!
- h3 Powered by bespoke-backdrop
-
- section
- h2.bullet Just the beginning...
- br
- ul
- li Edit Jade markup in 'src/index.jade'
- li Edit Stylus styles in 'src/styles/main.styl'
- li Edit JavaScript in 'src/scripts/main.js'
- br
- ul
- li
- strong Enjoy! :)
- a(href='http://twitter.com/markdalgleish') -@markdalgleish
-
script(src='build/build.js')
diff --git a/presentazione/src/styles/main.styl b/presentazione/src/styles/main.styl
index 8696cf4..66af462 100644
--- a/presentazione/src/styles/main.styl
+++ b/presentazione/src/styles/main.styl
@@ -10,10 +10,25 @@
.bespoke-slide
background-color white
+img.anon
+ width 7em
+ margin 1em
+
img.btsync
margin-bottom 1em
width 20em
+img.tails
+ margin-right 2.5em
+ width 15em
+
+img.btc
+ width 15em
+ margin-bottom 1em
+
+img.btclogo
+ width 5em
+
img.syncthing
margin-bottom 1em
width 15em