Ajout slides supplémentaires formation JS
This commit is contained in:
@ -47,7 +47,26 @@
|
||||
'modularisation-4',
|
||||
'modularisation-5',
|
||||
'modularisation-6',
|
||||
'modularisation-7'
|
||||
'modularisation-7',
|
||||
'modularisation-8',
|
||||
'ecosysteme-1',
|
||||
'ecosysteme-2',
|
||||
'ecosysteme-3',
|
||||
'ecosysteme-4',
|
||||
'ecosysteme-5',
|
||||
'ecosysteme-6',
|
||||
'ecosysteme-7',
|
||||
'api-dom-1',
|
||||
'api-dom-2',
|
||||
'api-dom-3',
|
||||
'api-dom-4',
|
||||
'mise-en-pratique',
|
||||
'es6-1',
|
||||
'es6-2',
|
||||
'es6-3',
|
||||
'es6-4',
|
||||
'questions',
|
||||
'licence'
|
||||
];
|
||||
|
||||
var slideshow = remark.create({
|
||||
@ -64,5 +83,21 @@
|
||||
};
|
||||
|
||||
</script>
|
||||
<script id="cadoles-ascii" type="text/ascii-art">
|
||||
___ _ _
|
||||
/ __\__ _ __| | ___ | | ___ ___
|
||||
/ / / _` |/ _` |/ _ \| |/ _ \ __|
|
||||
/ /___ (_| | (_| | (_) | | __\__ \
|
||||
\____/\__,_|\__,_|\___/|_|\___|___/
|
||||
Formation Javascript 2015
|
||||
|
||||
Bienvenue dans la console de votre navigateur !
|
||||
</script>
|
||||
<script>
|
||||
(function() {
|
||||
var asciiText = document.getElementById('cadoles-ascii').innerHTML;
|
||||
console.log('%c '+asciiText, 'color: #2A80AF;');
|
||||
}());
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user