Améliorations des présentations de navigateurs

This commit is contained in:
Miraty 2018-09-01 15:46:07 +02:00
parent 926a272dff
commit 05bd69748c
12 changed files with 7 additions and 11 deletions

View File

@ -15,8 +15,8 @@ head("cave.navigateur.php"); ?>
<th>Nom</th>
<th>Editeur</th>
<th>Libre</th>
<th>Basé sur</th>
<th>Bibliothèque de modules</th>
<th>Moteur de rendu</th>
<th>Extensions</th>
</tr>
</thead>
<tbody>
@ -54,7 +54,7 @@ head("cave.navigateur.php"); ?>
<?php
// Afficher les commentaires de la base de données
// Afficher chaque section de navigateur
include "inc/loginsbdd.php";
try {
@ -68,7 +68,7 @@ head("cave.navigateur.php"); ?>
while ($donnees = $reponse->fetch()) { ?>
<div>
<section>
<img src="media/nav/<?php echo $donnees['nomDeCode']; ?>.png" alt="Logo <?php echo $donnees['nomComplet']; ?>"/><span class="nomNavigateur" id="<?php echo $donnees['nomDeCode']; ?>"> <?php echo $donnees['nomComplet']; ?></span>
<div class="descriptionNavigateur">
<?php echo $donnees['description']; ?>
@ -78,14 +78,10 @@ head("cave.navigateur.php"); ?>
<?php echo $donnees['monAvis']; ?>
</div>
<img src="media/onglet/<?php echo $donnees['nomDeCode']; ?>.png" alt="Interface de <?php echo $donnees['nomComplet']; ?>" class="img"/>
<a href="<?php echo $donnees['lienTelecharger']; ?>" title="Télécharger <?php echo $donnees['nomComplet']; ?> depuis le site officiel" class="button small icon fa-cloud-download">
Télécharger <?php echo $donnees['nomComplet']; ?>
</a>
<a href="<?php echo $donnees['lienWikipedia']; ?>" title="Voir l'article Wikipédia de ce navigateur" class="button small icon fa-wikipedia-w ">
Voir <?php echo $donnees['nomDeCode']; ?> sur Wikipédia
</a>
<a href="<?php echo $donnees['siteOfficiel']; ?>" title="Visiter le site officiel du navigateur <?php echo $donnees['nomComplet']; ?>" class="button small icon-globe-6"> Site officiel</a>
<a href="<?php echo $donnees['lienWikipedia']; ?>" title="Voir l'article Wikipédia de ce navigateur" class="button small icon-wikipedia-w "> Page Wikipédia</a>
</div>
</div>
</section>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 20 KiB

BIN
media/onglet/falkon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 746 KiB

BIN
media/onglet/gnomeweb.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 555 KiB

After

Width:  |  Height:  |  Size: 609 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 162 KiB

After

Width:  |  Height:  |  Size: 214 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 570 KiB

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 724 KiB

After

Width:  |  Height:  |  Size: 800 KiB