dashboard: Add SII logo
This commit is contained in:
parent
f6fec437f9
commit
203450df32
3 changed files with 5 additions and 4 deletions
BIN
dashboard/static/img/sii.png
Normal file
BIN
dashboard/static/img/sii.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
|
|
@ -535,8 +535,9 @@
|
|||
<div class="carousel-inner" style="height: inherit">
|
||||
<div class="carousel-item">
|
||||
<div class="carousel-caption" style="display: table; width: 100%">
|
||||
<a href="http://www.epita.fr/" class="align-middle text-center" style="display: table-cell; width: 55%"><img src="img/epita.png" alt="Epita" style="height:100px"></a>
|
||||
<a href="http://www.epita.fr/" class="align-middle text-center" style="display: table-cell; width: 45%"><img src="img/comcyber.png" alt="Réserves de cyberdéfense" style="height:100px"></a>
|
||||
<a href="https://www.epita.fr/" class="align-middle text-center" style="display: table-cell; width: 38%"><img src="img/epita.png" alt="Epita" style="height:100px"></a>
|
||||
<a href="https://www.sii.fr/" class="align-middle text-center" style="display: table-cell; width: 32%"><img src="img/sii.png" alt="SII" style="height:100px"></a>
|
||||
<a href="https://www.epita.fr/" class="align-middle text-center" style="display: table-cell; width: 30%"><img src="img/comcyber.png" alt="Réserves de cyberdéfense" style="height:100px"></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
|
|
@ -598,7 +599,7 @@
|
|||
<td>Fin du challenge</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{ settings.awards | date:"HH' h 'mm" }}</td>
|
||||
<td>demain {{ settings.awards | date:"HH' h 'mm" }}</td>
|
||||
<td>Remise des prix</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
|
|||
Reference in a new issue