-
Notifications
You must be signed in to change notification settings - Fork 12
/
palu_et_vous_start.html
45 lines (42 loc) · 1.53 KB
/
palu_et_vous_start.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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Le palu et vous ~ EduPalu ~ FCRM & Fongwama</title>
<link rel="icon" href="favicon.ico" type="image/x-icon"/>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link rel="stylesheet" href="css/adresses.css" />
</head>
<body>
<header class="jumbotron">
<a href="index.html">
<img src="img/logo.png" alt="logo EduPalu" class="center-block" />
</a>
</header>
<section class="container">
<p>
Vous ou un de vos proches a récemment eu le paludisme ? Renseignez les informations suivantes pour nous aider
à mieux lutter contre le paludisme au Congo.
</p>
<p>
Les données récoltées ne sont nominatives ni géolocalisées. Votre anonymat est garanti.
</p>
<form action="palu_et_vous_form.html">
<button class="btn btn-primary center-block" type="submit">Je participe !</button>
</form>
</section>
<footer>
<p>
<a href="http://www.fongwama.com">Fongwama</a> - 2016
</p>
</footer>
<!-- inclusion des fichiers javascript -->
<script type="text/javascript" src="js/jquery-1.11.3.min.js"></script>
<!-- Bootstrap JavaScript File Include -->
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/json_query.min.js"></script>
<script type="application/javascript" src="js/backend.js"></script>
</body>
</html>