-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
222 lines (222 loc) · 11.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
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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title> Index des exercices </title>
<style>
h1{margin-bottom: 20px;
margin-top: 0px;}
h2{margin-bottom: 10px;
margin-top: 0px;}
.HTML {display:inline-block;
margin-right:100px;
margin-bottom: 50px;
text-align:center;}
.jsFiddle {display: inline-block;
margin-bottom: 50px;
text-align:center;}
</style>
</head>
<body>
<div class="chapitre" id="chapitre1">
<h1> Chapitre 1 : Select et Append </h1>
<div class="HTML">
<a href="./01 - Select et Append/Exercice 1.html"> Exercice 1 </a> (
<a href="./01 - Select et Append/Exercice 1 Solution.html"> Solution </a> )
<br>
<a href="./01 - Select et Append/Exercice 2.html"> Exercice 2 </a> (
<a href="./01 - Select et Append/Exercice 2 Solution.html"> Solution </a> )
<br>
<a href="./01 - Select et Append/Exercice 3.html"> Exercice 3 </a> (
<a href="./01 - Select et Append/Exercice 3 Solution.html"> Solution </a> )
<br>
<a href="./01 - Select et Append/Exercice 4.html"> Exercice 4 </a> (
<a href="./01 - Select et Append/Exercice 4 Solution.html"> Solution </a> )
<br>
<a href="./01 - Select et Append/Exercice 5.html"> Exercice 5 </a> (
<a href="./01 - Select et Append/Exercice 5 Solution.html"> Solution </a> )
</div>
</div>
<div class="chapitre" id="chapitre2">
<h1> Chapitre 2 : Basic SVG shapes </h1>
<div class="HTML">
<a href="./02 - Basic SVG shapes/Exercice 1.html"> Exercice 1 </a> (
<a href="./02 - Basic SVG shapes/Exercice 1 Solution.html"> Solution </a> )
<br>
<a href="./02 - Basic SVG shapes/Exercice 2.html"> Exercice 2 </a> (
<a href="./02 - Basic SVG shapes/Exercice 2 Solution.html"> Solution </a> )
<br>
<a href="./02 - Basic SVG shapes/Exercice 3.html"> Exercice 3 </a> (
<a href="./02 - Basic SVG shapes/Exercice 3 Solution.html"> Solution </a> )
<br>
<a href="./02 - Basic SVG shapes/Exercice 4.html"> Exercice 4 </a> (
<a href="./02 - Basic SVG shapes/Exercice 4 Solution.html"> Solution </a> )
<br>
<a href="./02 - Basic SVG shapes/Exercice 5.html"> Exercice 5 </a> (
<a href="./02 - Basic SVG shapes/Exercice 5 Solution.html"> Solution </a> )
</div>
</div>
<div class="chapitre" id="chapitre3">
<h1> Chapitre 3 : Visualizing data </h1>
<div class="HTML">
<a href="./03 - Visualizing data/Exercice 1.html"> Exercice 1 </a> (
<a href="./03 - Visualizing data/Exercice 1 Solution.html"> Solution </a> )
<br>
<a href="./03 - Visualizing data/Exercice 2.html"> Exercice 2 </a> (
<a href="./03 - Visualizing data/Exercice 2 Solution.html"> Solution </a> )
<br>
<a href="./03 - Visualizing data/Exercice 3.html"> Exercice 3 </a> (
<a href="./03 - Visualizing data/Exercice 3 Solution.html"> Solution </a> )
</div>
</div>
<div class="chapitre" id="chapitre4">
<h1> Chapitre 4 : Scales </h1>
<div class="HTML">
<a href="./04 - Scales/Exercice 1.html"> Exercice 1 </a> (
<a href="./04 - Scales/Exercice 1 Solution.html"> Solution </a> )
<br>
<a href="./04 - Scales/Exercice 2.html"> Exercice 2 </a> (
<a href="./04 - Scales/Exercice 2 Solution.html"> Solution </a> )
</div>
</div>
<div class="chapitre" id="chapitre5">
<h1> Chapitre 5 : Groups and Axes </h1>
<div class="HTML">
<a href="./05 - Groups and Axes/Exercice 1.html"> Exercice 1 </a> (
<a href="./05 - Groups and Axes/Exercice 1 Solution.html"> Solution </a> )
<br>
<a href="./05 - Groups and Axes/Exercice 2.html"> Exercice 2 </a> (
<a href="./05 - Groups and Axes/Exercice 2 Solution.html"> Solution </a> )
</div>
</div>
<div class="chapitre" id="chapitre6">
<h1> Chapitre 6 : Enter, Update & Exit </h1>
<div class="HTML">
<a href="./06 - Enter Update Exit/Exercice 1.html"> Exercice 1 </a> (
<a href="./06 - Enter Update Exit/Exercice 1 Solution.html"> Solution </a> )
<br>
<a href="./06 - Enter Update Exit/Exercice 2.html"> Exercice 2 </a> (
<a href="./06 - Enter Update Exit/Exercice 2 Solution.html"> Solution </a> )
<br>
<a href="./06 - Enter Update Exit/Exercice 3.html"> Exercice 3 </a> (
<a href="./06 - Enter Update Exit/Exercice 3 Solution.html"> Solution </a> )
</div>
</div>
<div class="chapitre" id="chapitre7">
<h1> Chapitre 7 : Transitions </h1>
<div class="HTML">
<a href="./07 - Transitions/Exercice 1.html"> Exercice 1 </a> (
<a href="./07 - Transitions/Exercice 1 Solution.html"> Solution </a> )
<br>
<a href="./07 - Transitions/Exercice 2.html"> Exercice 2 </a> (
<a href="./07 - Transitions/Exercice 2 Solution.html"> Solution </a> )
<br>
<a href="./07 - Transitions/Exercice 3.html"> Exercice 3 </a> (
<a href="./07 - Transitions/Exercice 3 Solution.html"> Solution </a> )
<br>
</div>
</div>
<div class="chapitre" id = "chapitre8">
<h1> Chapitre 8 : Working with Arrays </h1>
<div class="HTML">
<a href="./08 - Working with Arrays/Exercice 1.html"> Exercice 1 </a> (
<a href="./08 - Working with Arrays/Exercice 1 Solution.html"> Solution </a> )
<br>
<a href="./08 - Working with Arrays/Exercice 2.html"> Exercice 2 </a> (
<a href="./08 - Working with Arrays/Exercice 2 Solution.html"> Solution </a> )
</div>
</div>
<div class="chapitre" id="chapitre9">
<h1> Chapitre 9 : Loading External Datas </h1>
<div class="HTML">
<a href="./09 - Loading External Datas/Exercice 1.html"> Exercice 1 </a> (
<a href="./09 - Loading External Datas/Exercice 1 Solution.html"> Solution </a> )
<br>
<a href="./09 - Loading External Datas/Exercice 2.html"> Exercice 2 </a> (
<a href="./09 - Loading External Datas/Exercice 2 Solution.html"> Solution </a> )
</div>
</div>
<div class="chapitre" id="chapitre10">
<h1> Chapitre 10 : Paths </h1>
<div class="HTML">
<a href="./10 - Paths/Exercice 1.html"> Exercice 1 </a> (
<a href="./10 - Paths/Exercice 1 Solution.html"> Solution </a> )
<br>
<a href="./10 - Paths/Exercice 2.html"> Exercice 2 </a> (
<a href="./10 - Paths/Exercice 2 Solution.html"> Solution </a> )
<br>
<a href="./10 - Paths/Exercice 3.html"> Exercice 3 </a> (
<a href="./10 - Paths/Exercice 3 Solution.html"> Solution </a> )
</div>
</div>
<div class="chapitre" id="chapitre11">
<h1> Chapitre 11 : Arcs & Pie Layout </h1>
<div class="HTML">
<a href="./11 - Arcs & Pie Layout/Exercice 1.html"> Exercice 1 </a> (
<a href="./11 - Arcs & Pie Layout/Exercice 1 Solution.html"> Solution </a> )
<br>
<a href="./11 - Arcs & Pie Layout/Exercice 2.html"> Exercice 2 </a> (
<a href="./11 - Arcs & Pie Layout/Exercice 2 Solution.html"> Solution </a> )
</div>
</div>
<div class="chapitre" id="chapitre12">
<h1> Chapitre 12 : Tree & Cluster Layout </h1>
<div class="HTML">
<a href="./12 - Tree & Cluster Layout/Exercice 1.html"> Exercice 1 </a> (
<a href="./12 - Tree & Cluster Layout/Exercice 1 Solution.html"> Solution </a> )
<br>
<a href="./12 - Tree & Cluster Layout/Exercice 2.html"> Exercice 2 </a> (
<a href="./12 - Tree & Cluster Layout/Exercice 2 Solution.html"> Solution </a> )
<br>
<a href="./12 - Tree & Cluster Layout/Exercice 3.html"> Exercice 3 </a> (
<a href="./12 - Tree & Cluster Layout/Exercice 3 Solution.html"> Solution </a> )
<br>
<a href="./12 - Tree & Cluster Layout/Exercice 4.html"> Exercice 4 </a> (
<a href="./12 - Tree & Cluster Layout/Exercice 4 Solution.html"> Solution </a> )
</div>
</div>
<div class="chapitre" id="chapitre13">
<h1> Chapitre 13 : Pack & Bubble Layout </h1>
<div class="HTML">
<a href="./13 - Pack & Bubble Layout/Exercice 1.html"> Exercice 1 </a> (
<a href="./13 - Pack & Bubble Layout/Exercice 1 Solution.html"> Solution </a> )
<br>
<a href="./13 - Pack & Bubble Layout/Exercice 2.html"> Exercice 2 </a> (
<a href="./13 - Pack & Bubble Layout/Exercice 2 Solution.html"> Solution </a> )
</div>
</div>
<div class="chapitre" id="chapitre13">
<h1> Chapitre 14 : Histogram Layout </h1>
<div class="HTML">
<a href="./14 - Histogram Layout/Exercice 1.html"> Exercice 1 </a> (
<a href="./14 - Histogram Layout/Exercice 1 Solution.html"> Solution </a> )
<br>
<a href="./14 - Histogram Layout/Exercice 2.html"> Exercice 2 </a> (
<a href="./14 - Histogram Layout/Exercice 2 Solution.html"> Solution </a> )
</div>
</div>
<div class="chapitre" id="chapitre13">
<h1> Chapitre 15 : Treemap Layout </h1>
<div class="HTML">
<a href="./15 - Treemap Layout/Exercice 1.html"> Exercice 1 </a> (
<a href="./15 - Treemap Layout/Exercice 1 Solution.html"> Solution </a> )
</div>
</div>
<div class="chapitre" id="chapitre16">
<h1> Chapitre 16 : Maps </h1>
<div class="HTML">
<a href="./16 - Maps in D3/Exercice 1.html"> Exercice 1 </a> (
<a href="./16 - Maps in D3/Exercice 1 Solution.html"> Solution </a> )
<br>
<a href="./16 - Maps in D3/Exercice 2.html"> Exercice 2 </a> (
<a href="./16 - Maps in D3/Exercice 2 Solution.html"> Solution </a> )
<br>
<a href="./16 - Maps in D3/Exercice 3.html"> Exercice 3 </a> (
<a href="./16 - Maps in D3/Exercice 3 Solution.html"> Solution </a> )
<br>
<a href="./16 - Maps in D3/Exercice 4.html"> Exercice 4 </a> (
<a href="./16 - Maps in D3/Exercice 4 Solution.html"> Solution </a> )
</div>
</div>
</body>
</html>