9f36a4bc
henyxia
A little bit on t...
|
1
|
<div id="homecarousel" class="carousel slide" data-ride="carousel" align="center">
|
5185a35c
henyxia
First attempt of ...
|
2
|
<ol class="carousel-indicators">
|
a6700e36
henyxia
A more responsive...
|
3
4
5
6
7
|
<li data-target="#homecarousel" data-slide-to="0" class="active"></li>
<li data-target="#homecarousel" data-slide-to="1"></li>
<li data-target="#homecarousel" data-slide-to="2"></li>
<li data-target="#homecarousel" data-slide-to="3"></li>
<li data-target="#homecarousel" data-slide-to="4"></li>
|
5185a35c
henyxia
First attempt of ...
|
8
9
10
|
</ol>
<div class="carousel-inner" role="listbox">
<div class="item active">
|
30791ce2
henyxia
CSS generated height
|
11
|
<img src="img/CREP-1.jpg" alt="">
|
5185a35c
henyxia
First attempt of ...
|
12
|
<div class="carousel-caption">
|
19131152
henyxia
Caroussel - Final...
|
13
|
Coupe Robotique des Ecoles Primaires - Edition 2015
|
5185a35c
henyxia
First attempt of ...
|
14
15
16
|
</div>
</div>
<div class="item">
|
30791ce2
henyxia
CSS generated height
|
17
|
<img src="img/CREP-2.jpg" alt="">
|
5185a35c
henyxia
First attempt of ...
|
18
|
<div class="carousel-caption">
|
19131152
henyxia
Caroussel - Final...
|
19
20
21
22
|
Projet réalisé sur des robots LEGO MindStorm
</div>
</div>
<div class="item">
|
30791ce2
henyxia
CSS generated height
|
23
|
<img src="img/CREP-3.jpg" alt="">
|
19131152
henyxia
Caroussel - Final...
|
24
25
26
27
28
|
<div class="carousel-caption">
300 écoliers venus relever le défi
</div>
</div>
<div class="item">
|
30791ce2
henyxia
CSS generated height
|
29
|
<img src="img/CREP-4.jpg" alt="">
|
19131152
henyxia
Caroussel - Final...
|
30
31
32
33
34
|
<div class="carousel-caption">
Visite de l’école : Démonstration du robot NAO
</div>
</div>
<div class="item">
|
30791ce2
henyxia
CSS generated height
|
35
|
<img src="img/CREP-5.jpg" alt="">
|
19131152
henyxia
Caroussel - Final...
|
36
37
|
<div class="carousel-caption">
Journée rythmée par des activités animées par les étudiants
|
5185a35c
henyxia
First attempt of ...
|
38
39
40
|
</div>
</div>
</div>
|
a6700e36
henyxia
A more responsive...
|
41
|
<a class="left carousel-control" href="#homecarousel" role="button" data-slide="prev">
|
5185a35c
henyxia
First attempt of ...
|
42
43
44
|
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
|
a6700e36
henyxia
A more responsive...
|
45
|
<a class="right carousel-control" href="#homecarousel" role="button" data-slide="next">
|
5185a35c
henyxia
First attempt of ...
|
46
47
48
49
|
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
|
3c253ce8
henyxia
Complete home screen
|
50
51
|
|
294940e8
henyxia
Padded jumbotron
|
52
|
<div class="jumbotron" style="padding-left:30px; padding-right:30px;">
|
3c253ce8
henyxia
Complete home screen
|
53
54
|
<h1>La CREP, c'est quoi ?</h1>
<p>La Coupe Robotique des Ecoles Primaires est un projet qui a vu le jour il y a trois ans, mené par des étudiants de l’école Polytech Lille. Le principe est de faire découvrir les sciences de l’ingénieur à travers un challenge ludique à des élèves de CM2. Depuis la rentrée scolaire 2014-2015, chaque école doit construire un parcours imposé et programmer un robot Lego Mindstorm selon un défi donné aux douze écoles partenaires. Le 9 avril 2015,la grande coupe inter-école sera organisée dans les locaux de Polytech, à l’issu de cette journée, la meilleure école sera récompensée.</p>
|
d5179a5c
henyxia
Real correct link
|
55
|
<p><a class="btn btn-primary btn-lg" href="#" onClick="loadNewDoc('description.php');" role="button">En savoir plus</a></p>
|
3c253ce8
henyxia
Complete home screen
|
56
|
</div>
|