-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (56 loc) · 1.74 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Artificial Intelligence - Works</title>
<link href="style.css" rel="stylesheet" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
<div id="title">
<h1>Artificial Intelligence</h1>
</div>
<div id="grid">
<div class="element">
<a
target="_blank"
href="https://greg0s.github.io/la-fabrique-des-mondes/"
>
<h2 id="main-site">la fabrique des mondes</h2>
</a>
<h3>greg0s.github.io/la-fabrique-des-mondes/</h3>
</div>
<span class="line"></span>
<div class="element">
<a target="_blank" href="/ia/tp1-cellular-automata/index.html">
<h2>Wolfram cellular automata</h2>
</a>
<h3>18/09/2023</h3>
<label class="p5">p5.js</label>
</div>
<div class="element">
<a target="_blank" href="/ia/tp2-fractals/index.html">
<h2>Sierpiński triangle</h2>
</a>
<h3>25/09/2023</h3>
<label class="three">Three.js</label>
</div>
<div class="element">
<a target="_blank" href="/ia/tp3-strange-attractors/index.html">
<h2>Chaotic attractors</h2>
</a>
<h3>02/10/2023</h3>
<label class="three">Three.js</label>
</div>
<div class="element">
<a target="_blank" href="/ia/tp4-genetic-algorithm/index.html">
<h2>Fitness landscape</h2>
</a>
<h3>09/10/2023</h3>
<label class="three">Three.js</label>
</div>
</div>
</body>
</html>