forked from fongwama/EduPalu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
edupalu_qui.html
66 lines (61 loc) · 2.73 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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<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>Coordination scientifique et technique : Fondation Congolaise pour la Recherche Médicale (FCRM).
<figure class="center-block">
<img src="img/logo_fcrm.jpg" alt="logo FCRM" class="center-block img-responsive" />
</figure>
</p>
<p>Développement : FCRM et 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" />
</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 :
<figure>
<img src="img/logo_fondation_ecair.jpg" alt="logo Fondation ECAir" class="center-block img-responsive" />
<br />
<img src="img/logo_skepsos.jpg" alt="logo Skepsos" class="center-block img-responsive" />
<br />
<img src="img/logo_azur.jpg" alt="logo Azur" class="center-block img-responsive" />
<br />
<img src="img/logo_pnlp.jpg" alt="logo PNLP" class="center-block img-responsive" />
</figure>
</p>
<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.fcrm-congo.com">FCRM</a> & <a href="http://www.fongwama.com">Fongwama</a> - 2016
</p>
</footer>
</body>
</html>