-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
114 lines (113 loc) · 3.9 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
<!DOCTYPE html>
<html lang="">
<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" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5" />
<link rel="canonical" href="https://cdvl59.cf/" />
<meta name="msapplication-TileColor" content="#2b5797" />
<meta name="theme-color" content="#ffffff" />
<meta
name="keywords"
content="parapente, nord, kite, boomerang, cerf-volant, vol"
/>
<meta name="author" content="Ronan Le Meillat" />
<meta
name="copyright"
content="Association Comité Départemental de Vol Libre du Nord"
/>
<meta
name="description"
content="Nous fédérons l'ensemble des clubs affiliés à la F.F.V.L dans le département du Nord"
/>
<title>CDVL59 - Comité Départemental de vol libre du Nord</title>
<script type="module" src="/src/main.js"></script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SportsClub",
"description": "Comité Départemental de Vol Libre du Nord",
"name": "CDVL59",
"alternateName": "Comité Départemental de Vol Libre du Nord",
"naics": "711211",
"image": "https://cdvl59.cf/assets/img/LogoCDVL59.svg",
"logo": "https://cdvl59.cf/assets/img/LogoCDVL59.svg",
"nonprofitStatus": "Nonprofit501c7",
"url": "https://cdvl59.cf",
"address": {
"@type": "PostalAddress",
"streetAddress": "2 digue Nicolas II",
"postalCode": "59240",
"addressLocality": "Dunkerque",
"addressCountry": "FR"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": "51.057606",
"longitude": "2.432671"
},
"sameAs": ["Suivez-nous sur Facebook"],
"priceRange": "$",
"member": [
{
"@type": "SportsClub",
"name": "High Can Fly Parapente",
"url": "https://www.highcanfly.club",
"address": {
"@type": "PostalAddress",
"streetAddress": "119 rue Marceau Martin",
"postalCode": "59128",
"addressLocality": "Flers-en-Escrebieux",
"addressCountry": "FR"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": "50.399619",
"longitude": "3.096906"
}
},
{
"@type": "SportsClub",
"name": "Dunkerque Flysurfing Club",
"url": "http://www.dfc-kiteboarding.fr/",
"address": {
"@type": "PostalAddress",
"streetAddress": "2 digue Nicolas II",
"postalCode": "59240",
"addressLocality": "Dunkerque",
"addressCountry": "FR"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": "51.057606",
"longitude": "2.432671"
}
}
],
"memberOf": [
{
"@type": "SportsOrganization",
"name": "Ligue de Vol Libre des Hauts-de-France"
},
{
"@type": "SportsOrganization",
"name": "Fédération Française de Vol Libre",
"url": "https://www.ffvl.fr"
}
]
}
</script>
</head>
<body>
<noscript>
<strong>Désolé ! Pas de javascript : pas de visite possible…</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>