admin: Use relative path to call API
This commit is contained in:
parent
8f1b44e3dd
commit
29607981e4
5 changed files with 87 additions and 87 deletions
|
|
@ -535,8 +535,8 @@
|
|||
<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="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>
|
||||
</div>
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
|
|
@ -563,7 +563,7 @@
|
|||
<div class="carousel-item active">
|
||||
<div class="carousel-caption" style="padding: 5px; display: table;">
|
||||
<div class="align-middle" style="display: table-cell; width: 30%">
|
||||
<a href="https://srs.epita.fr/"><img src="/img/srs.png" alt="Laboratoire SRS" style="max-width:100%; max-height:90px"></a>
|
||||
<a href="https://srs.epita.fr/"><img src="img/srs.png" alt="Laboratoire SRS" style="max-width:100%; max-height:90px"></a>
|
||||
</div>
|
||||
<p class="text-bold align-middle" style="font-size: 110%; display: table-cell; width: 70%;">
|
||||
Les challenges ont été réalisés par les étudiants de la
|
||||
|
|
@ -577,7 +577,7 @@
|
|||
Avec le parrainage du commandement de la cyberdéfense
|
||||
</p>
|
||||
<div class="align-middle" style="display: table-cell; width: 30%">
|
||||
<img src="/img/comcyber.png" alt="Réserves de cyberdéfense" style="max-width:100%; max-height: 80px">
|
||||
<img src="img/comcyber.png" alt="Réserves de cyberdéfense" style="max-width:100%; max-height: 80px">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Reference in a new issue