update table + nav barre
This commit is contained in:
+36
-4
@@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="../css/style.css" />
|
||||
<link rel="stylesheet" href="css/style_services.css" />
|
||||
<meta charset="utf-8"/>
|
||||
<meta name="viewport" content="width=device-width", initial-scame="1"/>
|
||||
<title>FleetZen/services</title>
|
||||
@@ -11,10 +11,42 @@
|
||||
<div id="nav_barre" class="shadow">
|
||||
<h1>FleetZen</h1>
|
||||
<div id="buttons">
|
||||
<a href="pages/contact.html"><button class="styled">contact</button></a>
|
||||
<a href="pages/services.html"><button class="x_to_x">services</button></a>
|
||||
<a href="../index.html"><button><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-undo2-icon lucide-undo-2"><path d="M9 14 4 9l5-5"/><path d="M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5a5.5 5.5 0 0 1-5.5 5.5H11"/></svg>retour</button></a>
|
||||
<a href="../pages/contact.html"><button class="styled">contact</button></a>
|
||||
<a href="../pages/services.html"><button class="x_to_x">services</button></a>
|
||||
<a href="../index.html"><button class="retour"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-undo2-icon lucide-undo-2"><path d="M9 14 4 9l5-5"/><path d="M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5a5.5 5.5 0 0 1-5.5 5.5H11"/></svg>retour</button></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="padding_left">
|
||||
<p class="sous-titre">Découvrez nos services tous plus utiles les uns que les autres !</p>
|
||||
<table border="1" class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Nom</th>
|
||||
<th>Description</th>
|
||||
<th>Prix</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tr>
|
||||
<td>Géolocalisation</td>
|
||||
<td>Afin de retrouver l'ensemble de vos véhicules sur une carte en temps réel !</td>
|
||||
<td>30€/véhicule/mois</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Odomètre</td>
|
||||
<td>Ayez accès à un killomètrage précis.</td>
|
||||
<td>200€</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Consommation</td>
|
||||
<td>Le carburant consommé par votre flotte.</td>
|
||||
<td>15£/véhicule/mois</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Impact Carbonne</td>
|
||||
<td>Ayez sous les yeux tous les chiffres concernant le CO2 rejeté par votre flotte</td>
|
||||
<td>30€/véhicule/mois</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user