forked from vergnet/site-accueil-insa
Re added Plaquette + changed timer end text
This commit is contained in:
parent
18328d7e8f
commit
ddb62502f8
4 changed files with 3 additions and 6 deletions
|
@ -23,6 +23,6 @@ var x = setInterval(function () {
|
||||||
// If the count down is over, write some text
|
// If the count down is over, write some text
|
||||||
if (distance < 0) {
|
if (distance < 0) {
|
||||||
clearInterval(x);
|
clearInterval(x);
|
||||||
document.getElementById("timer").innerHTML = "/!\\ SATELLISATION EN COURS /!\\";
|
document.getElementById("timer").innerHTML = 'Allé on y va ze parti !';
|
||||||
}
|
}
|
||||||
}, 1000);
|
}, 1000);
|
|
@ -10,7 +10,7 @@ ob_start(); // Start reading html
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Cette année, le thème étant <strong>l'espace</strong>, tu devras teinter ta blouse en <strong
|
Cette année, le thème étant <strong>l'espace</strong>, tu devras teinter ta blouse en <strong
|
||||||
style="color: #1a5dad">Bleu inter-sidéral</strong> si tu est dans la team <strong
|
style="color: #1a5dad">Bleu inter-sidéral</strong> si tu es dans la team <strong
|
||||||
style="color: #1a5dad">USA</strong>, et <strong style="color: #ee293d">Rouge Stellaire</strong> pour la
|
style="color: #1a5dad">USA</strong>, et <strong style="color: #ee293d">Rouge Stellaire</strong> pour la
|
||||||
<strong style="color: #ee293d">Mère Patrie</strong>. Ensuite, du devras la décorer en brodant et cousant selon
|
<strong style="color: #ee293d">Mère Patrie</strong>. Ensuite, du devras la décorer en brodant et cousant selon
|
||||||
ce thème en respectant les règles ci-dessous. Qui sait, peut-être que tu seras élu Miss ou Mister Blouse.
|
ce thème en respectant les règles ci-dessous. Qui sait, peut-être que tu seras élu Miss ou Mister Blouse.
|
||||||
|
|
|
@ -8,7 +8,7 @@ ob_start(); // Start reading html
|
||||||
<a href="assets/pdf/Parrainage.pdf">La fiche de parrainage</a>
|
<a href="assets/pdf/Parrainage.pdf">La fiche de parrainage</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
La plaquette (pas encore en ligne)
|
<a href="assets/pdf/Plaquette.pdf">La plaquette</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="assets/pdf/Charte-droit-image.pdf">La charte de droit à l'image</a>
|
<a href="assets/pdf/Charte-droit-image.pdf">La charte de droit à l'image</a>
|
||||||
|
|
3
info.php
Executable file → Normal file
3
info.php
Executable file → Normal file
|
@ -17,9 +17,6 @@ ob_start(); // Start reading html
|
||||||
<li>
|
<li>
|
||||||
<strong>Mail :</strong> vergnet<span class="fas fa-envelope"></span>etud.insa-toulouse.fr
|
<strong>Mail :</strong> vergnet<span class="fas fa-envelope"></span>etud.insa-toulouse.fr
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<strong>Tel :</strong> +33 7 81 99 58 49
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<strong>Facebook :</strong> Arnaud Vergnet
|
<strong>Facebook :</strong> Arnaud Vergnet
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in a new issue