Skip to content

Commit

Permalink
liens
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent.abbal committed Dec 9, 2024
1 parent 39d15eb commit a9a3ddf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions resources/views/24jdpp/24jdpp.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@
<div class="col-md-8 offset-md-2">
<div class="text-center"><img src="{{ url('/')}}/img/n-d-c.png" width="100" /></div>
<div class="text-center text-monospace text-dark mt-1 font-weight-bold" style="font-size:110%;">~ 24 JOURS DE PYTHON-PYXEL ~</div>
<div class="text-center text-monospace text-dark mb-2 font-weight-bold small">
<?php
$liens='';
for ($i = 1; $i <= 24; $i++) {
$liens = $liens."[<a href='https://nuitducode-dev/24jdpp/$i'>$i</a>]";
}
echo $liens;
?>
</div>
<div class="text-center text-monospace text-danger mb-2 font-weight-bold" style="font-size:120%;">JOUR {{ $jour }}</div>
<div class="text-center text-monospace mt-2 mb-2"><a class="btn btn-light btn-sm" href="https://nuit-du-code.forge.apps.education.fr/24-jours-de-python-pyxel/" role="button" >voir tous les sujets</a></div>
</div>
Expand Down

0 comments on commit a9a3ddf

Please sign in to comment.