-
Notifications
You must be signed in to change notification settings - Fork 3
/
reveal.html
108 lines (105 loc) · 7.3 KB
/
reveal.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Great Unit Tests</title>
<meta name="description" content="Formation sur les Tests Unitaires">
<meta name="author" content="olibre">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<link rel="stylesheet" href="../external/reveal/css/reveal.css">
<link rel="stylesheet" href="../external/reveal/css/theme/night.css" id="theme">
<link rel="stylesheet" href="../external/reveal/lib/css/zenburn.css"> <!-- syntax highlighting -->
<script>
var link = document.createElement('link'); <!-- Printing and PDF export -->
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? '../external/reveal/css/print/pdf.css' : '../external/reveal/css/print/paper.css';
document.getElementsByTagName('head')[0].appendChild( link );
</script>
<!--[if lt IE 9]>
<script src="../external/reveal/lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<div class="slides">
<style media="screen" type="text/css">
.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 { text-transform: none; }
.reveal pre code { max-height: 80%; }
/* .reveal blockquote { font-style: normal; text-align: left; background: rgba(255, 255, 255, 0.2); } */
</style>
<section data-markdown="README.md" data-separator="^\n\n\n" data-separator-vertical="^\n\n"></section>
<section>
<section id="themes">
<h3>(configurer le thème)</h2>
<a href="#" onclick="document.getElementById('theme').setAttribute('href','../external/reveal/css/theme/black.css'); return false;">Black</a> -
<a href="#" onclick="document.getElementById('theme').setAttribute('href','../external/reveal/css/theme/white.css'); return false;">White</a> -
<a href="#" onclick="document.getElementById('theme').setAttribute('href','../external/reveal/css/theme/league.css'); return false;">League</a> -
<a href="#" onclick="document.getElementById('theme').setAttribute('href','../external/reveal/css/theme/sky.css'); return false;">Sky</a> -
<a href="#" onclick="document.getElementById('theme').setAttribute('href','../external/reveal/css/theme/beige.css'); return false;">Beige</a> -
<a href="#" onclick="document.getElementById('theme').setAttribute('href','../external/reveal/css/theme/simple.css'); return false;">Simple</a> <br>
<a href="#" onclick="document.getElementById('theme').setAttribute('href','../external/reveal/css/theme/serif.css'); return false;">Serif</a> -
<a href="#" onclick="document.getElementById('theme').setAttribute('href','../external/reveal/css/theme/blood.css'); return false;">Blood</a> -
<a href="#" onclick="document.getElementById('theme').setAttribute('href','../external/reveal/css/theme/night.css'); return false;">Night</a> -
<a href="#" onclick="document.getElementById('theme').setAttribute('href','../external/reveal/css/theme/moon.css'); return false;">Moon</a> -
<a href="#" onclick="document.getElementById('theme').setAttribute('href','../external/reveal/css/theme/solarized.css'); return false;">Solarized</a>
</section>
<section id="transitions">
<h3>(configurer la transition)</h2>
<a href="?transition=none#/transitions">None</a> -
<a href="?transition=fade#/transitions">Fade</a> -
<a href="?transition=slide#/transitions">Slide</a> -
<a href="?transition=convex#/transitions">Convex</a> -
<a href="?transition=concave#/transitions">Concave</a> -
<a href="?transition=zoom#/transitions">Zoom</a>
</section>
</section>
<section data-markdown="01-intro/README.md" data-separator="^\n\n\n" data-separator-vertical="^\n\n"></section>
<section data-markdown="02-studies/README.md" data-separator="^\n\n\n" data-separator-vertical="^\n\n"></section>
<section data-markdown="03-theory/README.md" data-separator="^\n\n\n" data-separator-vertical="^\n\n"></section>
<section data-markdown="04-practice/README.md" data-separator="^\n\n\n" data-separator-vertical="^\n\n"></section>
<section data-markdown="05-specification/README.md" data-separator="^\n\n\n" data-separator-vertical="^\n\n"></section>
<section data-markdown="06-unit/README.md" data-separator="^\n\n\n" data-separator-vertical="^\n\n"></section>
<section data-markdown="07-decouple/README.md" data-separator="^\n\n\n" data-separator-vertical="^\n\n"></section>
<section data-markdown="08-tdd-bdd/README.md" data-separator="^\n\n\n" data-separator-vertical="^\n\n"></section>
<section data-markdown="09-coverage/README.md" data-separator="^\n\n\n" data-separator-vertical="^\n\n"></section>
<section data-markdown="10-frameworks/README.md" data-separator="^\n\n\n" data-separator-vertical="^\n\n"></section>
<section data-markdown="11-cpp/README.md" data-separator="^\n\n\n" data-separator-vertical="^\n\n"></section>
<section data-markdown="12-java/README.md" data-separator="^\n\n\n" data-separator-vertical="^\n\n"></section>
<section data-markdown="13-python/README.md" data-separator="^\n\n\n" data-separator-vertical="^\n\n"></section>
<section data-markdown="14-go/README.md" data-separator="^\n\n\n" data-separator-vertical="^\n\n"></section>
<section data-markdown="18-continuous/README.md" data-separator="^\n\n\n" data-separator-vertical="^\n\n"></section>
<section data-markdown="19-other/README.md" data-separator="^\n\n\n" data-separator-vertical="^\n\n"></section>
</div>
</div>
<script src="../external/reveal/lib/js/promise.js"></script>
<script src="../external/reveal/js/reveal.js"></script>
<script>
// More info https://github.com/hakimel/external/reveal#configuration
Reveal.initialize({
history: true,
parallaxBackgroundImage: '01-intro/reveal-parallax-1.jpg',
parallaxBackgroundSize: '2100px 900px', // CSS syntax, only pixels are supported (don't use % or auto)
// More info https://github.com/hakimel/external/reveal#dependencies
dependencies: [
{ src: '../external/reveal/lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: '../external/reveal/plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: '../external/reveal/plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: '../external/reveal/plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: '../external/reveal/plugin/zoom-js/zoom.js', async: true },
{ src: '../external/reveal/plugin/notes/notes.js', async: true }
],
width: "100%",
height: "100%",
// For videos in 4:3
//width : 1440,
//height : 1080,
margin: 0.1,
minScale: 0.2,
maxScale: 1.5
});
</script>
</body>
</html>