Commit b27254ab3284c5fe1c087e03dfa69f891e18bc31

Authored by henyxia
1 parent a6700e36

Normalized pictures

Showing 1 changed file with 5 additions and 5 deletions   Show diff stats
home.php
... ... @@ -8,31 +8,31 @@
8 8 </ol>
9 9 <div class="carousel-inner" role="listbox">
10 10 <div class="item active">
11   - <img src="img/CREP-1.jpg" alt="">
  11 + <img src="img/CREP-1.jpg" height="600" alt="">
12 12 <div class="carousel-caption">
13 13 Coupe Robotique des Ecoles Primaires - Edition 2015
14 14 </div>
15 15 </div>
16 16 <div class="item">
17   - <img src="img/CREP-2.jpg" alt="">
  17 + <img src="img/CREP-2.jpg" height="600" alt="">
18 18 <div class="carousel-caption">
19 19 Projet réalisé sur des robots LEGO MindStorm
20 20 </div>
21 21 </div>
22 22 <div class="item">
23   - <img src="img/CREP-3.jpg" alt="">
  23 + <img src="img/CREP-3.jpg" height="600" alt="">
24 24 <div class="carousel-caption">
25 25 300 écoliers venus relever le défi
26 26 </div>
27 27 </div>
28 28 <div class="item">
29   - <img src="img/CREP-4.jpg" alt="">
  29 + <img src="img/CREP-4.jpg" height="600"alt="">
30 30 <div class="carousel-caption">
31 31 Visite de l’école : Démonstration du robot NAO
32 32 </div>
33 33 </div>
34 34 <div class="item">
35   - <img src="img/CREP-5.jpg" alt="">
  35 + <img src="img/CREP-5.jpg" height="600" alt="">
36 36 <div class="carousel-caption">
37 37 Journée rythmée par des activités animées par les étudiants
38 38 </div>
... ...