-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
138 lines (106 loc) · 6.6 KB
/
index.html
File metadata and controls
138 lines (106 loc) · 6.6 KB
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- HTML Meta Tags -->
<title>Calvary Chapel France</title>
<meta name="description" content="Le site web de Calvary Chapel France avec la liste des églises et implantations en cours de Calvary Chapel en France.">
<meta name="keywords" content="eglise, protestante, evangelique, chretien, calvary, chapel, bible, jesus, enseignement, union, cnef">
<meta name="author" content="uftou">
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="Calvary Chapel France">
<meta itemprop="description" content="Le site web de Calvary Chapel France avec la liste des églises et implantations en cours de Calvary Chapel en France.">
<meta itemprop="image" content="https://www.calvarychapel.fr/img/calvarychapelfrance.jpg">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://www.calvarychapel.fr">
<meta property="og:type" content="website">
<meta property="og:title" content="Calvary Chapel France">
<meta property="og:description" content="Le site web de Calvary Chapel France avec la liste des églises et implantations en cours de Calvary Chapel en France.">
<meta property="og:image" content="https://www.calvarychapel.fr/img/calvarychapelfrance.jpg">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://www.calvarychapel.fr/">
<meta name="twitter:title" content="Calvary Chapel France">
<meta name="twitter:description" content="Le site web de Calvary Chapel France avec la liste des églises et implantations en cours de Calvary Chapel en France.">
<meta name="twitter:image" content="https://www.calvarychapel.fr/img/calvarychapelfrance.jpg">
<!-- Meta Tags Generated via http://heymeta.com -->
<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">
<!-- Leaflet js for maps -->
<link rel="stylesheet" href="css/leaflet.css">
<!-- Make sure you put this AFTER Leaflet's CSS -->
<script src="js/leaflet.js"></script>
<link href="css/ccfrance.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- header ------------------------------------------------------------------------------------------ -->
<header>
<span>
<img src="img/dove_classic.jpg" id="logo" alt="Calvary Chapel France Logo" />
<h1>Calvary Chapel France</h1>
</span>
<nav>
<ul>
<li><a href="#apropos">À Propos</a></li>
<li><a href="#map">Nos Églises</a></li>
</ul>
</nav>
</header>
<!-- banner img with place holder svg for loading time ----------------------------------------------- -->
<div id="banner">
<img src='img/bannerplaceholder.svg' alt='Photo de la France'>
</div>
<!-- main content ------------------------------------------------------------------------------------ -->
<main>
<section id="apropos">
<h1>Bienvenue</h1>
<p>Bienvenue sur le site de Calvary Chapel France.</p>
<p>Nous vous invitons à découvrir notre association d’églises, notre identité, ainsi que nos églises membres.</p>
<p>Calvary Chapel France est une association au service de ses membres, qui favorise la solidarité entre eux et qui promeut les valeurs et les spécificités du mouvement Calvary Chapel.</p>
<p>Nous sommes une organisation non hiérarchique et non centralisée, dont les membres restent indépendants dans leur fonctionnement et qui adhérent à la même démarche fraternelle et spirituelle.</p>
<p>Soyez bénis !</p>
<h2>Confession de Foi</h2>
<p>Dans un avenir proche nous souhaitons mettre à disposition des articles et d'autres contenus détaillant les positions théologiques de Calvary Chapel.</p>
<p>Nous vous proposons déjà de consulter notre confession de foi que vous pouvez retrouver ici en format pdf:</p>
<p class="clink"><a href="docs/confession_de_foi.pdf">La Confession de Foi de Calvary Chapel France</a></p>
<h2>Contact</h2>
<p>Si vous souhaitez nous contacter, merci de nous envoyer un courriel à cette adresse:</p>
<p class="clink"><a href="mailto:calvarychapelfrance@gmail.com">calvarychapelfrance@gmail.com</a></p>
</section>
<div id='map'></div>
<section id="eglises">
<h2>Nos églises</h2>
<p>Voici la liste des églises et implantations en cours de Calvary Chapel en France. Nous vous invitons à consulter leurs sites webs respectifs pour avoir plus d'informations sur chacune d'entre elles.</p>
<ul id="ccliste">
</ul>
<h2>Ailleurs dans le Monde</h2>
<p>Si vous cherchez d'autres églises Calvary Chapel dans le monde ou tout simplement des informations sur Calvary Chapel, vous pouvez consulter le site suivant en anglais:</p>
<ul>
<li><a href="https://calvarycca.org/">CalvaryCCA.org</a></li>
</ul>
</section>
</main>
<!-- footer ------------------------------------------------------------------------------------ -->
<footer>
<p>© Calvary Chapel France - 2025 | Association Culturelle N<sup>o</sup> W062017054</p>
<p id="credit">Photo par <a id="photographer" href=""></a> sur <a href="https://unsplash.com">Unsplash</a></p>
</footer>
<!-- scripting ------------------------------------------------------------------------------------ -->
<!-- jQuery -->
<script src="js/jquery-3.6.0.min.js"></script>
<script src="js/ccfrance.js"></script>
<!-- Simple Analytics -->
<script async defer src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
<noscript><img src="https://queue.simpleanalyticscdn.com/noscript.gif" alt=""/></noscript>
</body>
</html>