forked from fongwama/EduPalu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
comment.html
85 lines (81 loc) · 3.67 KB
/
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
<!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>Cette application utilise les technologies web les plus récentes : HTML5, CSS3 et JavaScript.</p>
<p>EduPalu est un logiciel libre, que tu peux utiliser, modifier, copier comme bon te semble.<br />
Le code source d'EduPalu est disponible sur le site de développement collaboratif GitHub.
Tu peux le télécharger à cette adresse : <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>
<figure>
<img src="img/menu_moustique.jpg" alt="Moustique" height="100px" />
<figcaption>Skeeze, Pixabay, Creative Commons 0.</figcaption>
</figure>
<figure>
<img src="img/menu_moustiquaire.jpg" alt="Moustiquaire" height="100px" />
<figcaption>DFID, Flickr, Creative Commons BY.</figcaption>
</figure>
<figure>
<img src="img/menu_tdr.jpg" alt="TDR" height="100px" />
<figcaption>US Army Africa, Flickr, Creative Commons BY.</figcaption>
</figure>
<figure>
<img src="img/menu_drug.jpg" alt="Médicaments" height="100px" />
<figcaption>PublicDomainPictures, Pixaby, Creative Commons 0.</figcaption>
</figure>
<figure>
<img src="img/menu_docteur.jpg" alt="Docteur" height="100px" />
<figcaption>AMISOM Public Information, Flickr, Domaine publique.</figcaption>
</figure>
<figure>
<img src="img/menu_questions.jpg" alt="Questions" height="100px" />
<figcaption>DFID, Flickr, Creative Commons BY.</figcaption>
</figure>
<figure>
<img src="img/menu_quiz.jpg" alt="Quiz" height="100px" />
<figcaption>Julien Harneis, Flickr, Creative Commons BY-SA.</figcaption>
</figure>
<figure>
<img src="img/menu_technicien.jpg" alt="Technicien" height="100px" />
<figcaption>US Army Africa, Flickr, Creative Commons BY.</figcaption>
</figure>
<figure>
<img src="img/menu_clavier.jpg" alt="Clavier" height="100px" />
<figcaption>DeclanTM, Flickr, Creative Commons BY.</figcaption>
</figure>
<figure>
<img src="img/menu_sourire.jpg" alt="Sourire" height="100px" />
<figcaption>Jack Stimpson, Flickr, Creative Commons BY.</figcaption>
</figure>
</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>