-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
225 lines (211 loc) · 7.59 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
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Sujet</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Sujet — Événement et date">
<meta name="author" content="Gaël Poupard">
<link rel="shortcut icon" href="img/favicon.svg" type="image/svg+xml">
<link rel="stylesheet" href="css/sliide.min.css" type="text/css" media="screen">
<link rel="stylesheet" href="css/prism.min.css" type="text/css" media="screen">
</head>
<body>
<main role="main">
<section id="slide-1" class="d-flex flex-column justify-between">
<h1>Sujet</h1>
<footer>
<div class="d-flex">
<p class="mb-0">Raconté par <a href="https://www.ffoodd.fr">Gaël Poupard</a></p>
<ul role="list">
<li><a href="https://www.ffoodd.fr">
<img src="img/ffoodd.svg" alt="Blog de Gaël Poupard" height="32" width="32">
</a></li>
<li><a href="https://mamot.fr/@ffoodd">
<img src="img/mastodon.svg" alt="@ffoodd sur Mastodon" height="32" width="32">
</a></li>
<li><a href="https://github.com/ffoodd/">
<img src="img/github.svg" alt="@ffoodd sur Github" height="32" width="32">
</a></li>
<li><a href="https://www.linkedin.com/in/ga%C3%ABl-poupard-40117b30/">
<img src="img/linkedin.svg" alt="Gaël Poupard sur LinkedIn" height="32" width="32">
</a></li>
<li><a href="https://www.paris-web.fr/">
<img src="img/pw.svg" alt="Paris Web" height="32" width="32">
</a></li>
</ul>
</div>
<p>
<a href="https://www.groupeonepoint.com">
<img src="img/onepoint.svg" width="166" height="80" alt="onepoint">
</a>
</p>
</footer>
</section>
<section id="slide-2" data-note="Lorem ipsum">
<h2>Titre</h2>
<dl>
<dt>Métadonnée</dt>
<dd>Valeur</dd>
<dt>Métadonnée</dt>
<dd>Valeur</dd>
</dl>
<p class="lead">Préambule</p>
<p>Paragraphe</p>
</section>
<!-- @todo Vérifier les alignements des twemojis -->
<section id="slide-3" class="demo" data-note="Poulet tikka massala !">
<h3 class="h2">Slide avec code <span aria-hidden="true"> 🦄</span></h3>
<div class="markup">
<pre class="language-markup"><code class="language-markup"><label for="language">
Quel est le meilleur langage de programmation ?
</label>
<input id="language" type="text" list="languages">
<datalist id="languages">
<option>HTML</option>
<option>CSS</option>
<option>SVG</option>
</datalist>
</code>
</pre>
</div>
<div class="playground">
<form>
<p>
<label for="language">Quel est le meilleur langage de programmation ?</label>
<input id="language" type="text" list="languages">
<datalist id="languages">
<option>HTML</option>
<option>CSS</option>
<option>SVG</option>
</datalist>
</p>
<button type="submit">Valider</button>
</form>
</div>
</section>
<section id="slide-4" class="demo">
<h3 class="h2">Slide avec <i lang="en">live coding</i> CSS</h3>
<div class="style">
<!-- [html-validate-disable-block element-permitted-content] -->
<style contenteditable class="highlight--none">.modern-container {
display: grid;
height: 100%;
place-content: center;
}
.box {
aspect-ratio: 1;
/* Changez la couleur, pour voir ! */
background-color: rebeccapurple;
color: white;
padding: 1rem;
}</style>
</div>
<div class="playground d-flex">
<div class="modern-container m-auto">
<div class="box">container</div>
</div>
</div>
</section>
<section id="slide-5">
<h2>Merci</h2>
<h3>Et à bientôt <span aria-hidden="true"> 😊</span></h3>
<h4>Crédits</h4>
<ul>
<li>Pictogrammes : <a hreflang="en" href="https://thenounproject.com/marekpolakovic/collection/rounded-ui">Rounded UI</a> — par <a hreflang="en" href="https://www.marekpolakovic.sk/">Marek Polakovic</a> ;</li>
<li>Emojis : <a hreflang="en" href="https://github.com/twitter/twemoji">Twemoji</a> — par Twitter ;</li>
<li>Typographie de titraille : <a hreflang="en" href="https://typekit.com/fonts/bello-pro">Bello Pro</a> — créée par <a hreflang="en" href="https://www.underware.nl/">Underware</a> ;</li>
<li>Typographie de labeur : <a hreflang="en" href="https://typekit.com/fonts/museo-slab">Museo Slab</a> — créée par <a hreflang="en" href="https://www.exljbris.com/">Exljbris</a> ;</li>
<li>Moteur de présentation inspiré de <a hreflang="en" href="https://css-tricks.com/css-scroll-snap-slide-deck/">"<cite lang="en">CSS scroll-snap slide deck that supports live coding</cite>" de Stephanie Eckles sur Smashing Magazine</a>.</li>
</ul>
</section>
</main>
<div class="timer" style="--duration: 2;">
<div class="clock" role="presentation">
<span style="--time: 3600s"></span>h
<span style="--time: 60s"></span>m
<span style="--time: 1s"></span>s
</div>
<!-- @todo Un minuteur accessible ?
@note https://developer.mozilla.org/fr/docs/Web/HTML/Element/progress
@note https://developer.mozilla.org/fr/docs/Web/Accessibility/ARIA/Roles/progressbar_role
@note https://www.magentaa11y.com/checklist-web/progress/
<progress role="progressbar" aria-label="Chronomètre"></progress>
-->
</div>
<script src="js/prism.min.js"></script>
<script src="js/twemoji.min.js"></script>
<script>
twemoji.parse(document.body, {folder: 'svg', ext: '.svg'});
let view;
switchSlide = (id) => {
// Historique
history.pushState({}, "", `#slide-${id}`);
// Vue présentateur
//// Aperçu du slide suivant
document.body.style.setProperty('--next', String(`-moz-element(#slide-${Number(id) + 1})`));
//// Synchro de la vue présentateur
if (view) {
view.postMessage(`slide-${id}`, `https://localhost:8080${document.location.pathname}index.html`);
}
//// Notes dans la vue présentateur
if('note' in document.getElementById(`slide-${id}`).dataset) {
document.body.dataset.note = document.getElementById(`slide-${id}`).dataset.note;
} else {
delete document.body.dataset.note;
}
}
document.addEventListener('DOMContentLoaded', () => {
const slides = document.querySelectorAll('section[id^="slide-"]');
// Nombre total de slides, pour la pagination
document.body.style.setProperty('--slides', String(slides.length));
document.body.style.setProperty('--next', String(`-moz-element(#slide-2)`));
// Gestion de l’historique
let io = new IntersectionObserver(entries => {
if (entries[0].isIntersecting === true) {
switchSlide(entries[0].target.id.split('-')[1]);
}
}, {
root: document.querySelector('main'),
threshold: [1]
});
slides.forEach(slide => io.observe(slide));
document.addEventListener('keydown', event => {
const index = Number(window.location.hash.split('-')[1]);
let id = null;
switch (event.key) {
// Activer la vue présentateur
case 's':
if (event.altKey) {
view = window.open(`https://localhost:8080${document.location.pathname}index.html`, 'speakerView');
view.addEventListener('load', () => {
view.document.body.classList.add('speaker');
})
}
break;
// Télécommande ++
case 'PageDown':
id = index + 1;
break;
// Télécommande --
case 'PageUp':
id = index - 1;
break;
default:
break;
}
if (id) {
document.getElementById(id).scrollIntoView({ behavior: 'smooth' });
switchSlide(id);
}
});
});
window.addEventListener('message', (e) => {
if (e.origin === 'https://localhost:8080') {
document.getElementById(e.data).scrollIntoView({ behavior: 'smooth' });
switchSlide(e.data.split('-')[1]);
}
}, false);
</script>
</body>
</html>