-
Notifications
You must be signed in to change notification settings - Fork 12
/
edupalu_qui.html
95 lines (84 loc) · 3.47 KB
/
edupalu_qui.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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="favicon.ico" type="image/x-icon"/>
<title>C'est fait comment ? ~ EduPalu ~ FCRM & Fongwama</title>
<link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
<link rel="stylesheet" href="css/style.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">
<article>
<p>EduPalu est une application d'information et d'éducation sur le paludisme au Congo.</p>
<p>Développement : Fongwama, la plateforme congolaise de développement libre.
<figure class="center-block">
<img src="img/logo_fongwama.jpg" alt="logo Fongwama" class="center-block img-responsive" /><br />
</figure>
Prince Youlou, Delphin Bondongo, Aristide Ndielé, Trésor Ngassaki, Borel Badila, Steve Ndende, Pierre Poulain, Ricken Bazolo.
</p>
<p>Ce projet est soutenu par nos partenaires :
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-6">
<a href="http://flyecair.com/" class="">
<img src="img/logo_fondation_ecair.jpg" alt="logo Fondation ECAir" class="center-block img-responsive" />
</a><br />
</div>
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-6">
<a href="http://skepsos.fr/" class="">
<img src="img/logo_skepsos.jpg" alt="logo Skepsos" class="center-block img-responsive" />
</a><br />
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-6">
<a href="http://azur-congo.com/" class="">
<img src="img/logo_azur.jpg" alt="logo Azur" class="center-block img-responsive" />
</a><br />
</div>
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-6">
<a href="http://fcrm-congo.com/" class="">
<img src="img/logo_fcrm.jpg" alt="logo Azur" class="center-block img-responsive" />
</a><br />
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-6">
<a href="#" class="">
<img src="img/logo_pnlp.jpg" alt="logo PNLP" class="center-block img-responsive" />
</a><br />
</div>
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-6">
<a href="http://congotelecom.cg/" class="">
<img src="img/logo_congo_telecom.jpg" alt="logo PNLP" class="center-block img-responsive" />
</a><br />
</div>
</div>
</ps>
<p>Cette application est un logiciel libre diffusé sous la licence :<br />
The GNU General Public License (GPL)<br />
Version 2, June 1991<br />
Copyright (C) 1989, 1991 Free Software Foundation, Inc.<br />
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA<br />
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
</p>
</article>
<nav>
<!--
We will add here navigation...
-->
</nav>
</section>
<footer>
<p>
<a href="http://www.fongwama.com">Fongwama</a> - 2016
</p>
</footer>
</body>
</html>