ALT Images et convertBinaryHexDecimal switch case

This commit is contained in:
Divlo
2019-10-12 10:22:34 +02:00
parent eaec55fcbb
commit c3022c0464
12 changed files with 58 additions and 63 deletions

View File

@ -9,7 +9,7 @@
<h1><span class="important"><?php echo $title?></span></h1>
<p class="pt-3 text-center"><?php echo $description?></p>
<div class="text-center">
<img class="function-image" src="/img/function-image/calculateAge.png" alt="Calculate Age">
<img class="function-image" src="/img/function-image/calculateAge.png" alt="Calendrier">
</div>
<div class="form-group">
<label for="birthDateValue">Entrez la date de naissance au format (dd/mm/yyyy) :</label>

View File

@ -9,7 +9,7 @@
<h1><span class="important"><?php echo $title?></span> :</h1>
<p class="pt-3 text-center"><?php echo $description?></p>
<div class="text-center">
<img class="function-image" src="/img/function-image/convertCurrency.png" alt="Convert Currency">
<img class="function-image" src="/img/function-image/convertCurrency.png" alt="Sac de pièces">
</div>
<br>
<div class="form-group">

View File

@ -9,7 +9,7 @@
<h1><span class="important"><?php echo $title?></span> :</h1>
<p class="pt-3 text-center"><?php echo $description?></p>
<div class="text-center">
<img class="function-image" src="/img/function-image/convertDistance.png" alt="Convert Distance">
<img class="function-image" src="/img/function-image/convertDistance.png" alt="Règle">
</div>
<br>
<div class="form-group">

View File

@ -9,7 +9,7 @@
<h1><span class="important"><?php echo $title?></span> :</h1>
<p class="pt-3 text-center"><?php echo $description?></p>
<div class="text-center">
<img class="function-image" src="/img/function-image/convertEncoding.png" alt="Convert Encoding">
<img class="function-image" src="/img/function-image/convertEncoding.png" alt="Binaire">
</div>
<div class="form-group">
<label for="value">Entrez votre valeur :</label>

View File

@ -9,7 +9,7 @@
<h1><span class="important"><?php echo $title?></span> :</h1>
<p class="pt-3 text-center"><?php echo $description?></p>
<div class="text-center">
<img class="function-image" src="/img/function-image/convertRomanArabicNumbers.png" alt="Roman Numerals">
<img class="function-image" src="/img/function-image/convertRomanArabicNumbers.png" alt="Chiffres Romains">
</div>
<div class="form-group">
<label for="numbersArabic">Entrez votre nombre :</label>

View File

@ -9,7 +9,7 @@
<h1><span class="important"><?php echo $title?></span> :</h1>
<p class="pt-3 text-center"><?php echo $description?></p>
<div class="text-center">
<img class="function-image" src="/img/function-image/convertTemperature.png" alt="Convert Temperature">
<img class="function-image" src="/img/function-image/convertTemperature.png" alt="Thermomètre">
</div>
<div class="form-group">
<label for="temperatureValue">Entrez la température :</label>

View File

@ -9,7 +9,7 @@
<h1><span class="important"><?php echo $title?></span> :</h1>
<p class="pt-3 text-center"><?php echo $description?></p>
<div class="text-center">
<img class="function-image" src="/img/function-image/filterStudents.png" alt="Filter Students">
<img class="function-image" src="/img/function-image/filterStudents.png" alt="Carte étudiant">
</div>
<div class="form-group">
<label for="nameEntered">Entrez les prénoms :</label>

View File

@ -9,7 +9,7 @@
<h1><span class="important"><?php echo $title?></span> :</h1>
<p class="pt-3 text-center"><?php echo $description?></p>
<div class="text-center">
<img class="function-image" src="/img/function-image/randomNumber.png" alt="Random Number">
<img class="function-image" src="/img/function-image/randomNumber.png" alt="Nombre aléatoire">
</div>
<div class="form-group">
<label for="minValue">Entrez la valeur minimale :</label>

View File

@ -10,7 +10,7 @@
<p class="pt-3 text-center">
<?php echo $description?>
<div class="text-center">
<img class="function-image" src="/img/function-image/randomQuote.png" alt="Random Quote">
<img class="function-image" src="/img/function-image/randomQuote.png" alt="Citation">
</div>
<br>
<div class="text-center">

View File

@ -9,7 +9,7 @@
<h1><span class="important"><?php echo $title?></span> :</h1>
<p class="pt-3 text-center"><?php echo $description?></p>
<div class="text-center">
<img class="function-image" src="/img/function-image/weatherRequest.png" alt="Weather">
<img class="function-image" src="/img/function-image/weatherRequest.png" alt="Météo">
</div>
<div class="form-group">
<label for="cityName">Entrez le nom d'une ville :</label>