<!-- Any section element inside of this container is displayed as a slide -->
<divclass="slides">
<section>
<h1>Reveal.js</h1>
<h3>The HTML Presentation Framework</h3>
<p>
<small>Created by <ahref="http://hakim.se">Hakim El Hattab</a> and <ahref="https://github.com/hakimel/reveal.js/graphs/contributors">contributors</a></small>
</p>
</section>
<section>
<h2>Hello There</h2>
<p>
reveal.js enables you to create beautiful interactive slide decks using HTML. This presentation will show you examples of what it can do.
</p>
</section>
<!-- Example of nested vertical slides -->
<section>
<section>
<h2>Vertical Slides</h2>
<p>Slides can be nested inside of each other.</p>
<p>Use the <em>Space</em> key to navigate through all slides.</p>
Not a coder? Not a problem. There's a fully-featured visual editor for authoring these, try it out at <ahref="https://slides.com"target="_blank">https://slides.com</a>.
</p>
</section>
<section>
<h2>Point of View</h2>
<p>
Press <strong>ESC</strong> to enter the slide overview.
</p>
<p>
Hold down alt and click on any element to zoom in on it using <ahref="http://lab.hakim.se/zoom-js">zoom.js</a>. Alt + click anywhere to zoom back out.
</p>
</section>
<section>
<h2>Touch Optimized</h2>
<p>
Presentations look great on touch devices, like mobile phones and tablets. Simply swipe through your slides.
var nodes = document.querySelectorAll( selector );
for( var i = 0, len = nodes.length; i < len; i++ ) {
var node = nodes[i];
if( !node.className ) {
node.className += ' roll';
}
}
}
}
</code></pre>
<p>Code syntax highlighting courtesy of <ahref="http://softwaremaniacs.org/soft/highlight/en/description/">highlight.js</a>.</p>
</section>
<section>
<h2>Marvelous List</h2>
<ul>
<li>No order here</li>
<li>Or here</li>
<li>Or here</li>
<li>Or here</li>
</ul>
</section>
<section>
<h2>Fantastic Ordered List</h2>
<ol>
<li>One is smaller than...</li>
<li>Two is smaller than...</li>
<li>Three!</li>
</ol>
</section>
<section>
<h2>Tabular Tables</h2>
<table>
<thead>
<tr>
<th>Item</th>
<th>Value</th>
<th>Quantity</th>
</tr>
</thead>
<tbody>
<tr>
<td>Apples</td>
<td>$1</td>
<td>7</td>
</tr>
<tr>
<td>Lemonade</td>
<td>$2</td>
<td>18</td>
</tr>
<tr>
<td>Bread</td>
<td>$3</td>
<td>2</td>
</tr>
</tbody>
</table>
</section>
<section>
<h2>Clever Quotes</h2>
<p>
These guys come in two forms, inline: <qcite="http://searchservervirtualization.techtarget.com/definition/Our-Favorite-Technology-Quotations">The nice thing about standards is that there are so many to choose from</q> and block:
“For years there has been a theory that millions of monkeys typing at random on millions of typewriters would
reproduce the entire works of Shakespeare. The Internet has proven this theory to be untrue.”
</blockquote>
</section>
<section>
<h2>Intergalactic Interconnections</h2>
<p>
You can link between slides internally,
<ahref="#/2/3">like this</a>.
</p>
</section>
<section>
<h2>Speaker View</h2>
<p>There's a <ahref="https://github.com/hakimel/reveal.js#speaker-notes">speaker view</a>. It includes a timer, preview of the upcoming slide as well as your speaker notes.</p>
<p>Press the <em>S</em> key to try it out.</p>
<asideclass="notes">
Oh hey, these are some notes. They'll be hidden in your presentation, but you can see them if you open the speaker notes window (hit 's' on your keyboard).
</aside>
</section>
<section>
<h2>Export to PDF</h2>
<p>Presentations can be <ahref="https://github.com/hakimel/reveal.js#pdf-export">exported to PDF</a>, here's an example:</p>
-[StackOverflow's most loved language](https://insights.stackoverflow.com/survey/2017?utm_source=so-owned&utm_medium=hero&utm_campaign=dev-survey-2017&utm_content=hero-questions#most-loved-dreaded-and-wanted) !
- garantit la sûreté de la mémoire (no memory leaks) <!-- .element: class="fragment" data-fragment-index="1" -->
- garantit la sûreté entre threads (no data races) <!-- .element: class="fragment" data-fragment-index="1" -->
- Compilateur rust->webassembly depuis le 21/12/17<!-- .element: class="fragment" data-fragment-index="1" -->
- Intégration de webpack et npm depuis qq mois !! <!-- .element: class="fragment" data-fragment-index="2" -->
- Très facile a développer avec wasm-pack ! <!-- .element: class="fragment" data-fragment-index="3" -->
- On peut faire des jeux temps réel dans le navigateur <!-- .element: class="fragment" data-fragment-index="4" -->
> [Exemple de jeu en rust-wasm](https://aochagavia.github.io/blog/rocket---a-rust-game-running-on-wasm/) <!-- .element: class="fragment" data-fragment-index="4" -->
-Supprimerl'héritage de BMA (sync et peers)<!-- .element: class="fragment" data-fragment-index="1" -->
- Intégrer une sync fiable et optimisée <!-- .element: class="fragment" data-fragment-index="2" -->
- Supression des peers partagés <!-- .element: class="fragment" data-fragment-index="3" -->
- Binarisation ET compression des messages. <!-- .element: class="fragment" data-fragment-index="4" -->
- Intégrité (tout message est hashé ou signé) <!-- .element: class="fragment" data-fragment-index="5" -->
- API auto-évolutive via sys. de features + gestion auto des versions. <!-- .element: class="fragment" data-fragment-index="6" -->