fix images
This commit is contained in:
parent
b488971ad6
commit
e00ad5a727
12
index.html
12
index.html
|
@ -28,7 +28,7 @@
|
|||
<section>
|
||||
<section>
|
||||
<h2 style="margin-bottom:3cm;">Self-hosting para novatas</h2>
|
||||
<img src="/img/nrp.png" style="width: 25%; height:25%;">
|
||||
<img src="img/nrp.png" style="width: 25%; height:25%;">
|
||||
<p> by Xaloc </p>
|
||||
<p> <small>email: xaloc@tutanota.com<br>
|
||||
xmpp: xaloc@jabber.lqdn.fr<br>
|
||||
|
@ -39,14 +39,14 @@
|
|||
</section>
|
||||
<section>
|
||||
<h2>La web ahora</h2>
|
||||
<img data-src="/img/centralized.jpeg" style="width: 30%; height: 30%;">
|
||||
<img data-src="img/centralized.jpeg" style="width: 30%; height: 30%;">
|
||||
<aside class="notes">
|
||||
Explicar web és ara així google, twitter, ... Explicar problemes dades + problemes si cau servidor central.
|
||||
</aside>
|
||||
</section>
|
||||
<section>
|
||||
<h2>La web descentralizada</h2>
|
||||
<img data-src="/img/decentralized.jpeg">
|
||||
<img data-src="img/decentralized.jpeg">
|
||||
<aside class="notes">
|
||||
Explicar com petits grups, si un cau altres segueixen, recuperar control dades.
|
||||
</aside>
|
||||
|
@ -74,11 +74,11 @@
|
|||
<div class="container">
|
||||
<div class="col"><span class="fragment">
|
||||
<h4>esto?</h4>
|
||||
<img data-src="/img/bigserver.jpg" style="width: 150%; height: 150%;">
|
||||
<img data-src="img/bigserver.jpg" style="width: 150%; height: 150%;">
|
||||
</span></div>
|
||||
<div class="col"><span class="fragment">
|
||||
<h4> o esto?</h4>
|
||||
<img data-src="/img/smallserver.jpg" style="width: 150%; height: 150%;">
|
||||
<img data-src="img/smallserver.jpg" style="width: 150%; height: 150%;">
|
||||
</span></div>
|
||||
<aside class="notes">
|
||||
Al final un servidor es un ordinador que esta sempre connectat i que ofereix alguna cosa
|
||||
|
@ -116,7 +116,7 @@
|
|||
</section>
|
||||
</section>
|
||||
<section>
|
||||
<section data-background="/img/YunoHost.png" data-background-size="750px">
|
||||
<section data-background="img/YunoHost.png" data-background-size="750px">
|
||||
<aside class="notes">
|
||||
és gracies a això qeu facil self-hosting, altres projectes com freedombox jo connec aquest
|
||||
</aside>
|
||||
|
|
Loading…
Reference in New Issue
Block a user