-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (58 loc) · 2.61 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Ensav La Cambre - Journée portes ouvertes</title>
<link rel="stylesheet" href="main.css" />
</head>
<body>
<section class="main">
<div class="logo-wrapper">
<div class="rect"></div>
<div class="rect"></div>
<div class="rect"></div>
<div class="rect"></div>
</div>
<h1>CASO Arts numériques / Web — JPO 2023</h1>
<h2>Étudiants de Boris</h2>
<p>
<a href="01/index.html">Site 1</a><br />
<a href="02/index.php">Site 2</a><br />
<a href="03/index.html">Site 3</a><br />
<a href="04/index.html">Site 4</a><br />
<a href="05/index.html">Site 5</a><br />
<a href="06/index.html">Site 6</a><br />
<a href="07/index.html">Site 7</a><br />
<a href="08/index.html">Site 8</a><br />
<a href="09/index.html">Site 9</a><br />
<a href="10/index.html">Site 10</a><br />
<a href="hebert_marius/index.html">Herbert Marius</a><br>
<a href="Meyer_Dan/index.html">Meyer Dan</a><br>
<a href="anna_dea_aillaud/index.html">Anna Dea Aillaud</a><br>
<a href="mathieu_dupille/index.html">Mathieu Dupille</a>
</p>
<h2>Étudiants d’Étienne</h2>
<p>
<!-- Sites des étudiants d'Étienne -->
<a href="Leilabenfarres/exo_6.html">Leila Ben Farres</a><br />
<a href="elenijambe/index.html">Eleni Jambe</a><br />
<a href="elenijambe/porteulysse/index.html">Eleni Jambe - La porte d'Ulysse</a><br />
<a href="https://sirecambre.netlify.app/">Simon Renders</a><br />
<a href="https://jeremieclaes.netlify.app/">Jérémie Claes</a><br />
<a href="https://sitestheo.netlify.app/">Théo Lagos Espinoza</a><br />
<a href="https://melissarea-b2comgraph.netlify.app/">Mélissa Réa</a><br />
<a href="https://adelelippert.netlify.app/">Adèle Lipert</a><br />
<a href="https://amandinekervyn-comgraph.netlify.app/">Keryyn Amandine</a><br />
<a href="https://sitesitesiteglobal.netlify.app/">Tom Brulé</a><br />
<a href="Maxence_Duterne_Typo/Index.html">Maxence Duterne</a><br />
<a href="NathanFrancois/Portfolio/index.html">Nathan François</a><br />
<a href="RixhonMarieHenriette/Répertoire/index.html">Marie-Henriette Rixhon</a><br />
<a href="lea/index.html">Léa Deweerdt</a><br />
<a href="louise/portfolio/index.html">Louise Ranger</a><br />
<a href="https://site-de-sites.netlify.app/">David Cao</a><br />
</p>
</section>
</body>
</html>