-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
71 lines (43 loc) · 2.49 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<title>Clim'migre</title>
<link rel="icon" type="image/png" href="/Climmigre/download/favicon.png">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css"
integrity="sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ=="
crossorigin=""/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.css">
<link rel="stylesheet" href="/Climmigre/css/climmigre.css">
<link rel="stylesheet" href="/Climmigre/css/milligram.css">
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"
integrity="sha512-gZwIG9x3wUXg2hdXF6+rVkLF/0Vi9U8D2Ntg4Ga5I5BZpVkVxlJWbSQtXPSiUTtC0TjtGOmxa1AJPuV0CPthew==" crossorigin="">
</script>
</head>
<header class="wrapper-item">
<h1><a href="/Climmigre/index.html" class="title">Association Clim'migre</a></h1>
</header>
<body>
<nav class="top-nav">
<a href="/Climmigre/pages/geo.html"class="top-nav-item">Géographie</a>
<a href="/Climmigre/pages/science.html" class="top-nav-item">Sciences de la Vie et de la Terre</a>
<a href="/Climmigre/pages/climat.html" class="top-nav-item">Le climat et les migrants environnementaux en droit</a>
<a href="/Climmigre/pages/biblio.html" class="top-nav-item">Bibliographie</a>
<a href="/Climmigre/pages/glossaire.html" class="top-nav-item">Glossaire</a>
</nav>
<br>
<h2 class="home_title">Bienvenue</h2>
<blockquote class="home">
<img src="/Climmigre/download/icon2.jpeg" class="clim_logo">
<p>
Bienvenue sur la page d'acceuil de l'association Clim'migre qui a pour projet d'éduquer et de promouvoir les enjeux sur les migrations climatiques auprès des jeunes.<br>
Cette association est portée par un groupe d'étudiants en Master 2 d'Études Européennes à l'université Paris 3 Sorbonne-Nouvelle.<br>
Pour nous rejoindre ou nous contacter veuillez nous écrire à l'adresse suivante : <a href="mailto:[email protected]">[email protected]</a></p>
</blockquote>
</body>
<footer class="wrapper-item">
<p class='credits'><a href='/Climmigre/pages/mentions.html'><strong>Mentions légales Clim'migre</strong></a></p>
</footer>
</html>