This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlegals.html
executable file
·78 lines (75 loc) · 2.33 KB
/
legals.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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<title>Art Discovery - Mentions légales</title>
<link rel="shortcut icon" type="image/svg" href="img/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Art Discovery" />
<meta name="copyright" content="©ArtDiscovery" />
<!-- FILES -->
<link rel="stylesheet" href="style/css/style.css" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Catamaran:wght@100;600&family=Merriweather&display=swap"
rel="stylesheet"
/>
</head>
<!-- BODY -->
<body>
<section class="legals-container">
<a href="index.html" class="arrow-container-hover link">
<div class="arrow to-left"></div>
Revenir à l'accueil
</a>
<h1>Mentions légales</h1>
<h3>Art Discovery</h3>
<p>Groupe de projet composé de :</p>
<ul>
<li>Busra Duman</li>
<li>Julie Girard</li>
<li>Estelle Faralli</li>
<li>Tess Dutronc</li>
<li>Louanne Bonnefoy</li>
</ul>
<br />
<h3>artdiscovery.fr</h3>
<ul>
<li>
<strong>Directrice de publication</strong><br />
<span>Busra Duman</span>
</li>
<li>
<strong>Développement</strong><br />
<span
><a href="https://kaelgh.com" target="_blank"
>Kaël Gustin-Hiron</a
></span
>
</li>
<li>
<strong>Hébergement</strong><br />
<span>
<a href="https://www.netlify.com/" target="_blank"
>Netlify</a
> </span
><br />
<span
>2325 3rd Street, Suite 296, San Francisco, California 94107, United
States</span
><br />
<span>
<a href="mailto:[email protected]">[email protected]</a></span
>
</li>
<li>
<strong>Cookies et données personnelles</strong><br />
<span
>Ce site n'utilise aucun cookie et ne récupère aucune donnée
personnelle</span
>
</li>
</ul>
</section>
</body>
</html>