Commit 30791ce2eb20083c24f44c495321d1992064b7d1
1 parent
b27254ab
CSS generated height
New fonts
Showing
4 changed files
with
22 additions
and
5 deletions
Show diff stats
css/crep.css
... | ... | @@ -47,3 +47,20 @@ body |
47 | 47 | background-color: #749BD1; |
48 | 48 | border-color: #5276A8; |
49 | 49 | } |
50 | + | |
51 | +@font-face | |
52 | +{ | |
53 | + font-family: brandFont; | |
54 | + src: url(fonts/ROBOTECH_GP.ttf); | |
55 | +} | |
56 | + | |
57 | +@font-face | |
58 | +{ | |
59 | + font-family: linkFont; | |
60 | + src: url(fonts/robotaur.ttf); | |
61 | +} | |
62 | + | |
63 | +carousel-inner > .item > img, .carousel-inner > .item > a > img | |
64 | +{ | |
65 | + height: 600px; | |
66 | +} | ... | ... |
No preview for this file type
No preview for this file type
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" height="600" alt=""> | |
11 | + <img src="img/CREP-1.jpg" 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" height="600" alt=""> | |
17 | + <img src="img/CREP-2.jpg" 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" height="600" alt=""> | |
23 | + <img src="img/CREP-3.jpg" 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" height="600"alt=""> | |
29 | + <img src="img/CREP-4.jpg" 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" height="600" alt=""> | |
35 | + <img src="img/CREP-5.jpg" 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> | ... | ... |