add server slide, knowledge slides and yunohost slide
This commit is contained in:
parent
25c43e7869
commit
46edd8e238
BIN
img/YunoHost.png
Normal file
BIN
img/YunoHost.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
BIN
img/bigserver.jpg
Normal file
BIN
img/bigserver.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 105 KiB |
BIN
img/smallserver.jpg
Normal file
BIN
img/smallserver.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 61 KiB |
BIN
img/smallserver.png
Normal file
BIN
img/smallserver.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 MiB |
60
index.html
60
index.html
|
@ -57,23 +57,71 @@
|
|||
<section>
|
||||
<h2>La Solución?</h2>
|
||||
<h2>El Self-Hosting</h2>
|
||||
Let's try a <a href="https://yunohost.org">LINK!</a>
|
||||
</section>
|
||||
<section>
|
||||
<style>
|
||||
.container{
|
||||
display: flex;
|
||||
}
|
||||
.col{
|
||||
flex: 1;
|
||||
}
|
||||
</style>
|
||||
<h2>Qué es un servidor?</h2>
|
||||
<div class="container">
|
||||
<div class="col"><span class="fragment">
|
||||
<h4>esto?</h4>
|
||||
<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%;">
|
||||
</span></div>
|
||||
</section>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Slide 4</h2>
|
||||
<ol>
|
||||
<li>What about a list</li>
|
||||
<li>with sweet *numbers*</li>
|
||||
|
||||
<section>
|
||||
<h2>Que hay que saber?</h2>
|
||||
<ul>
|
||||
<span class="fragment"><li>Programar?</li></span>
|
||||
<span class="fragment"><li>Usar el terminal?</li></span>
|
||||
<span class="fragment"><li>Apache / Nginx?</li></span>
|
||||
<span class="fragment"><li>SQL?</li></span>
|
||||
<span class="fragment"><li>Registro de dominios?</li></span>
|
||||
<span class="fragment"><li>DNS?</li></span>
|
||||
<span class="fragment"><li>Estructura de linux?</li></span>
|
||||
</ul>
|
||||
</section>
|
||||
<section>
|
||||
<h1><br>NO*</br></h1>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Es el self-hosting para todas?</h2>
|
||||
<p class="fragment">NO</p>
|
||||
<h4 class="fragment">Que se necesita?</h4>
|
||||
<ul>
|
||||
<span class="fragment"><li>Conexion Internet estable y relativamente buena</li></span>
|
||||
<span class="fragment"><li>Un ordenador siempre connectado (una RPI sirve)</li></span>
|
||||
<span class="fragment"><li>TIEMPO</li></span>
|
||||
</section>
|
||||
</section>
|
||||
<section>
|
||||
<h2> Test </h2>
|
||||
<section data-background="/img/YunoHost.png" data-background-size="750px">
|
||||
<aside class="notes">
|
||||
will this be a note?
|
||||
</aside>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Qué es <a href="https://yunohost.org">YunoHost</a>?</h1>
|
||||
<p>Distribución de Linux basada en Debian</p>
|
||||
<p>Facilita la administración de sistemas</p>
|
||||
<p>Incluye una interfaz gráfica</p>
|
||||
</section>
|
||||
<section data-background-iframe="https://yunohost.org/#/try" data-background-interactive>
|
||||
</section>
|
||||
<section data-background-iframe="https://demo.yunohost.org/yunohost/admi" data-background-interactive>
|
||||
</section>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user