-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (29 loc) · 1.06 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>RennesJS Talks</title>
</head>
<body>
<main>
<h1>RennesJS Talks</h1>
<ul>
<li>
<a href="http://fr.slideshare.net/NicoPennec/45-toolstoboostyourfrontend">[#BzhCmp 2015] - 45 Tools to Boost Your Front-End</a>
</li>
<li>
<a href="//rennesjs.github.io/talks/es6-des-ajourdhui-avec-babeljs/">[#BzhCmp 2015] - ES6 dès aujourd'hui avec BabelJS</a>
</li>
<li>
<a href="//rennesjs.github.io/talks/angular-2-le-reveil-de-la-force/">[#BzhCmp 2015] - Angular 2, le reveil de la force</a>
</li>
<li>
<a href="//rennesjs.github.io/talks/introduction-a-la-programmation-reactive-fonctionnelle-avec-rxjs/">[#BzhCmp 2016] - Introduction à la Programmation Fonctionnelle Reactive avec RxJS</a>
</li>
<li>
<a href="//rennesjs.github.io/talks/vorlonjs/vorlonjs.pdf">[#RennesJS S02E08] - VorlonJS - Web debug and node.js inspection</a>
</li>
</ul>
<main>
</body>
</html>