85 lines
2.3 KiB
HTML
85 lines
2.3 KiB
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||
|
|
||
|
<title>reveal.js</title>
|
||
|
|
||
|
<link rel="stylesheet" href="css/reset.css">
|
||
|
<link rel="stylesheet" href="css/reveal.css">
|
||
|
<link rel="stylesheet" href="css/theme/black.css">
|
||
|
|
||
|
<!-- Theme used for syntax highlighting of code -->
|
||
|
<link rel="stylesheet" href="lib/css/monokai.css">
|
||
|
|
||
|
<!-- Printing and PDF exports -->
|
||
|
<script>
|
||
|
var link = document.createElement( 'link' );
|
||
|
link.rel = 'stylesheet';
|
||
|
link.type = 'text/css';
|
||
|
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
|
||
|
document.getElementsByTagName( 'head' )[0].appendChild( link );
|
||
|
</script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="reveal">
|
||
|
<div class="slides">
|
||
|
<section>
|
||
|
|
||
|
<section>
|
||
|
<h2 style="margin-bottom:3cm;">Self-hosting para novatas</h2>
|
||
|
<p> by Xaloc </p>
|
||
|
<p> <small>email: xaloc@tutanota.com<br>
|
||
|
xmpp: xaloc@jabber.lqdn.fr<br>
|
||
|
fedi: @xaloc@fedi.xaloc.space</small>
|
||
|
<aside class="notes">
|
||
|
Presentació, rapidament dir què és el self-hosting i dir explicarem que és més fàcil del que sembla i mirarem pros i cons.
|
||
|
</aside>
|
||
|
</section>
|
||
|
<section>
|
||
|
<h2>La web ahora</h2>
|
||
|
</section>
|
||
|
<section>
|
||
|
<h2>La web descentralizada</h2>
|
||
|
</section>
|
||
|
|
||
|
</section>
|
||
|
<section>
|
||
|
<h2>Slide 3</h2>
|
||
|
Let's try a <a href="https://yunohost.org">LINK!</a>
|
||
|
</section>
|
||
|
<section>
|
||
|
<h2>Slide 4</h2>
|
||
|
<ol>
|
||
|
<li>What about a list</li>
|
||
|
<li>with sweet *numbers*</li>
|
||
|
</section>
|
||
|
<section>
|
||
|
<h2> Test </h2>
|
||
|
<aside class="notes">
|
||
|
will this be a note?
|
||
|
</aside>
|
||
|
</section>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<script src="js/reveal.js"></script>
|
||
|
|
||
|
<script>
|
||
|
// More info about config & dependencies:
|
||
|
// - https://github.com/hakimel/reveal.js#configuration
|
||
|
// - https://github.com/hakimel/reveal.js#dependencies
|
||
|
Reveal.initialize({
|
||
|
hash: true,
|
||
|
dependencies: [
|
||
|
{ src: 'plugin/markdown/marked.js' },
|
||
|
{ src: 'plugin/markdown/markdown.js' },
|
||
|
{ src: 'plugin/highlight/highlight.js' },
|
||
|
{ src: 'plugin/notes/notes.js', async: true }
|
||
|
]
|
||
|
});
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|