From f9cf70cb12a9b2bef43233f69ab725028400d719 Mon Sep 17 00:00:00 2001 From: lesion Date: Thu, 19 Jul 2018 00:26:44 +0200 Subject: [PATCH] aggiornamenti del mercoledi --- appunti | 10 ++++++ css/theme/black.css | 4 +-- index.html | 8 +++++ js/reveal.js | 2 +- slides/intro.md | 75 +++++++++++++++++++++++++++++---------------- slides/metadata.md | 5 ++- slides/password.md | 2 ++ 7 files changed, 74 insertions(+), 32 deletions(-) diff --git a/appunti b/appunti index 3c5c7af..6c4704b 100644 --- a/appunti +++ b/appunti @@ -1,3 +1,11 @@ +# 2 ore non bastano, dividere in 3/4 puntate, +# la teoria e' noiosa, troviamo altri modi per comunicare, +# challenge a casa (guarda un sito via tor, visita un .onion, manda una mail cifrata, firmata....) +# tanti aneddoti! +# +# intro - 15 min +# + # intro - ci sarebbero troppe cose da dire - vorresti faticare il meno possibile, ma devi accendere il cervello @@ -26,3 +34,5 @@ forse anche delle challenge (guarda un sito con tor, manda una mail cifrata). come funziona internet, dns. gestione identita', concetto di identita', pseudonimi, fb, anonymous, luther blissett, anonimato. + + diff --git a/css/theme/black.css b/css/theme/black.css index 83f6eee..0cf48c6 100644 --- a/css/theme/black.css +++ b/css/theme/black.css @@ -15,7 +15,7 @@ body { background-color: #222; } .reveal { - font-family: "Source Sans Pro", Helvetica, sans-serif; + font-family: Lato Light, Source Sans Pro, Helvetica, sans-serif; font-size: 42px; font-weight: normal; color: #fff; } @@ -46,7 +46,7 @@ body { .reveal h6 { margin: 0 0 20px 0; color: #fff; - font-family: "Source Sans Pro", Helvetica, sans-serif; + font-family: Lato Light, Source Sans Pro, Helvetica, sans-serif; font-weight: 600; line-height: 1.2; letter-spacing: normal; diff --git a/index.html b/index.html index 11f8ee1..422aab4 100644 --- a/index.html +++ b/index.html @@ -17,6 +17,9 @@ .red { color: #ff2c2d; } .green { color: #17ff2e; } .blue { color: #1b91ff; } + .slides section { text-align: right; } + .top-right { top: -200px; } + .reveal section img { max-height: 400px; }