-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
46 lines (46 loc) · 2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
</head>
<body>
<h2> Choose the presentation </h2>
<ul>
<li> General
<ul>
<li> <a href="https://openweek.github.io/presentations/presentation-python/index.html">Python</a></li>
<li> <a href="https://openweek.github.io/presentations/presentation-licenses/index.html">Open Source licenses</a></li>
</ul>
</li>
<li> OW2021
<ul>
<li><a href="https://openweek.github.io/presentations/2021/presentation-jarvis/index.html">Jarvis</a></li>
</ul>
</li>
<li> OW2020
<ul>
<li><a href="https://openweek.github.io/presentations/2020/presentation-audit/index.html">Auditorium</a></li>
</ul>
</li>
<li> OW2019
<ul>
<li><a href="https://openweek.github.io/presentations/2019/presentation-audit/index.html">Auditorium</a></li>
<li><a href="https://openweek.github.io/presentations/2019/presentation-syllabus_taches/index.html">Syllabus + Tâches INGInious</a></li>
<li><a href="https://openweek.github.io/presentations/2019/presentation-data_logger/index.html">Data Logger</a></li>
<li><a href="https://openweek.github.io/presentations/2019/presentation-inginious/index.html">INGInious</a></li>
<li><a href="https://openweek.github.io/presentations/2019/presentation-meta/index.html">Meta</a></li>
</ul>
</li>
<li> OW2018
<ul>
<li> <a href="https://openweek.github.io/presentations/2018/presentation-intro/index.html">Introduction </a></li>
<li> <a href="https://openweek.github.io/presentations/2018/presentation-syllabus/index.html">Syllabus</a></li>
<li> <a href="https://openweek.github.io/presentations/2018/presentation-kaphot/index.html">Application Kaphot</a></li>
<li> <a href="https://openweek.github.io/presentations/2018/presentation-rpi/index.html">RaspberryPi</a></li>
<li> <a href="https://openweek.github.io/presentations/2018/presentation-blockly/index.html">Blockly</a></li>
<li> <a href="https://openweek.github.io/presentations/2018/presentation-ictv/index.html">ICTV</a></li>
</ul>
</li>
</ul>
</body>
</html>