forked from BJOC-NL/bjoc-nl.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hoofdstuk7.html
57 lines (46 loc) · 2.18 KB
/
hoofdstuk7.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
<!DOCTYPE html>
<html lang="nl">
<head>
<link rel="icon" href="afb/BJOC-NL-logo.png" type="image/png">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<script type="text/javascript" src="js+css/llab/loader.js"></script>
<script type="text/javascript" src="js+css/gifffer.min.js"></script>
<script type="text/javascript">
window.onload = function () {
Gifffer();
}
</script>
<link rel="stylesheet" type="text/css" href="js+css/css/bjc-gifffer.css">
<title>Hoofdstuk 7: Fractalen en Recursie</title>
</head>
Aan dit hoofdstuk wordt nog flink gewerkt, de meeste paginas zijn nog niet vertaald en bijna geen enkele pagina heeft
afbeeldingen.
<body>
<p>
<a href="specificaties.html">Dit zijn de minimale specificaties voor het
uitvoeren van Snap!</a>
</p>
<p>
<a href="index.html">Terug naar de inhoudsopgave.</a>
</p>
<img height="100" class="imageRight" style="max-height: 500px;" src="afb/h5/lijst.png" alt="Geen Afbeelding">
<h3>Hoofdstuk 7 Les 1: Bomen in een Bos </h3>
<ul>
<li> <a href="units/Unit 7 - Fractals and Recursion/H7L1P1.html"> WIP </a></li>
<li> <a href="units/Unit 7 - Fractals and Recursion/H7L1P2.html"> WIP </a> </li>
<li> <a href="units/Unit 7 - Fractals and Recursion/H7L1P3.html"> WIP </a></li>
<li> <a href="units/Unit 7 - Fractals and Recursion/H7L1P4.html"> WIP </a> </li>
<li> <a href="units/Unit 7 - Fractals and Recursion/H7L1P5.html"> WIP </a></li>
</ul>
<img height="300" class="imageRight" style="max-height: 500px;" src="afb/h5/diseaseSpread.png"
alt="Geen Afbeelding">
<h3>Hoofdstuk 7 Les 2: Recursieproject </h3>
<ul>
<li> <a href="units/Unit 7 - Fractals and Recursion/H7L2P1.html"> WIP </a></li>
<li> <a href="units/Unit 7 - Fractals and Recursion/H7L2P2.html"> WIP </a></li>
<li> <a href="units/Unit 7 - Fractals and Recursion/H7L2P3.html"> WIP </a></li>
<li> <a href="units/Unit 7 - Fractals and Recursion/H7L2P4.html"> WIP </a> </li>
<li> <a href="units/Unit 7 - Fractals and Recursion/H7L2P5.html"> WIP </a></li>
</ul>
</body>
</html>