ALT Images et convertBinaryHexDecimal switch case
This commit is contained in:
@ -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>
|
||||
|
@ -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">
|
||||
|
@ -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">
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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">
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user