-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
47 lines (41 loc) · 1.44 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>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><title>Magiciel 2018</title>
<style type="text/css">
body {
margin:40px auto;
max-width:650px;
line-height:1.6;
font-size:18px;
color:#444;
padding:0 10px
}
h1,h2,h3 {
line-height:1.2
}
</style>
</head>
<body>
<h1>HEIG-VD | Magiciel 2018</h1>
<h2>Slides</h2>
<ul>
<li><a href="slides/01_monde_numerique_slides.pdf">01_monde_numerique</a></li>
<li><a href="slides/02_intro_programmation_slides.pdf">02_intro_programmation</a></li>
<li><a href="slides/03_variables_basique_slides.pdf">03_variables_basique_slides</a></li>
<li><a href="slides/04_procedures_slides.pdf">04_procedures_slides</a></li>
<li><a href="slides/05_numeration_slides.pdf">05_numeration_slides</a></li>
<li><a href="slides/06_maths_en_netlogo_slides.pdf">06_maths_en_netlogo_slides</a></li>
</ul>
<h2>NetLogo - Installation</h2>
<p><a href="https://ccl.northwestern.edu/netlogo/6.0.2/">https://ccl.northwestern.edu/netlogo/6.0.2/</a>
</p>
<h2>Travaux pratiques</h2>
<ol>
<li><a href="labo/intro_netlogo/index.html">Introduction à Netlogo</a></li>
</ol>
<h2>Outils</h2>
<p><a href="outils/drawer.nlogo">Drawer (outil de dessin)</a> (Clic droit -> Sauvegarder le lien)</p>
<p><a href="outils/maze_world.csv">Car circuit (maze)</a> (Clic droit -> Sauvegarder le lien)</p>
</body>
</html>