-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathedupalu_comment.html
130 lines (125 loc) · 4.49 KB
/
edupalu_comment.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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!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="icon" href="favicon.ico" type="image/x-icon"/>
<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>Cette application utilise les technologies web les plus récentes : HTML5, CSS3 et JavaScript.</p>
<p>EduPalu est un logiciel libre, que vous pouvez utiliser, modifier, copier comme bon vous semble.<br />
Le code source d'EduPalu est disponible sur le site de développement collaboratif GitHub.
Vous pouvez le télécharger à cette adresse : <br />
<a href="http://github.com/fongwama/EduPalu">http://github.com/fongwama/EduPalu</a>
</p>
</article>
<article>
<h1>Crédits images</h1>
<p>Toutes les images utilisées dans cette application sont des images sous licence Creative Commons ou du domaine public.</p>
<table class="credit">
<tr>
<td>
<img src="img/menu_moustique.jpg" alt="Moustique" class="img-thumbnail" />
</td>
<td>
Skeeze, <br />Pixabay, <br />Creative Commons 0.
</td>
</tr>
<tr>
<td>
<img src="img/menu_moustiquaire.jpg" alt="Moustiquaire" class="img-thumbnail" />
</td>
<td>
DFID, <br />Flickr, <br />Creative Commons BY.
</td>
</tr>
<tr>
<td>
<img src="img/menu_tdr.jpg" alt="TDR" class="img-thumbnail" />
</td>
<td>
US Army Africa, <br />Flickr, <br />Creative Commons BY.
</td>
</tr>
<tr>
<td>
<img src="img/menu_drug.jpg" alt="Médicaments" class="img-thumbnail" />
</td>
<td>
PublicDomainPictures, <br />Pixabay, <br />Creative Commons 0
</td>
</tr>
<tr>
<td>
<img src="img/menu_docteur.jpg" alt="Docteur" class="img-thumbnail" />
</td>
<td>
AMISOM Public Information, <br />Flickr, <br />Domaine public.
</td>
</tr>
<tr>
<td>
<img src="img/menu_questions.jpg" alt="Questions" class="img-thumbnail" />
</td>
<td>
DFID, <br />Flickr, <br />Creative Commons BY.
</td>
</tr>
<tr>
<td>
<img src="img/menu_quiz.jpg" alt="Quiz" class="img-thumbnail" />
</td>
<td>
Julien Harneis, <br />Flickr, <br />Creative Commons BY-SA.
</td>
</tr>
<tr>
<td>
<img src="img/menu_technicien.jpg" alt="Technicien" class="img-thumbnail" />
</td>
<td>
US Army Africa, <br />Flickr, <br />Creative Commons BY.
</td>
</tr>
<tr>
<td>
<img src="img/menu_clavier.jpg" alt="Clavier" class="img-thumbnail" />
</td>
<td>
DeclanTM, <br />Flickr, <br />Creative Commons BY.
</td>
</tr>
<tr>
<td>
<img src="img/menu_sourire.jpg" alt="Sourire" class="img-thumbnail" />
</td>
<td>
Jack Stimpson, <br />Flickr, <br />Creative Commons BY.
</td>
</tr>
</table>
</article>
<nav>
<!--
We will add here navigation...
-->
</nav>
</section>
<footer>
<p>
<a href="http://www.fongwama.com">Fongwama</a> - 2016
</p>
</footer>
</body>
</html>