à la carte : tableaux

This commit is contained in:
Pascal Engélibert 2023-06-17 10:26:06 +02:00
parent 263412d1f9
commit 7c9bfa28e5
2 changed files with 82 additions and 82 deletions

View file

@ -55,64 +55,88 @@ Librezo vous installe à domicile et configure votre serveur.
<h2 style="margin-top: 64px;margin-bottom: 64px;">À la carte</h2>
<div class="alacarte nn1200">
{{ alacarte_item(
title = "Assistance &amp; Maintenance"
text1 = "à partir de 300€/an (3 premiers mois offerts)"
text2 = "(3 premiers mois offerts)<br/>Debian / Nextcloud / Dolibarr"
) }}
{{ alacarte_item(
title = "Création d'un site de sauvegardes"
text1 = "à partir de 500€"
) }}
{{ alacarte_item(
title = "Création de logos"
text1 = "à partir de 500€"
) }}
{{ alacarte_item(
title = "Création intégrale de site"
text1 = "à partir de 1000€"
text2 = "(variable selon le devis)"
) }}
{{ alacarte_item(
title = "Création d'un site miroir"
text1 = "à partir de 1500€"
) }}
{{ alacarte_item(
title = "Serveur de visioconférence"
text1 = "à partir de 500€"
text2 = "BigBlueButton, Jitsi ou Galène"
) }}
{{ alacarte_item(
title = "Yunohost"
text1 = "à partir de 500€"
text2 = "Interface simplifiée d'administration du serveur"
) }}
{{ alacarte_item(
title = "Partage de fichiers sécurisé"
text1 = "à partir de 300€"
text2 = "Jirafeau ou Lufi"
) }}
{{ alacarte_item(
title = "Installation GNU/Linux"
text1 = "à partir de 70€"
text2 = "Votre OS libre sur votre ordinateur personnel<br/>(variable selon la configuration souhaitée)"
) }}
{{ alacarte_item(
title = "Accompagnement sur les outils"
text1 = "à partir de 40€/h"
text2 = "Nextcloud, YunoHost, Jirafeau, BBB, Jitsi"
) }}
{{ alacarte_item(
title = "Accompagnement AdminSys"
text1 = "à partir de 40€/h"
text2 = "sur Debian exclusivement"
) }}
{{ alacarte_item(
title = "Installation d'outil libre"
text1 = "de 300 à 1500€"
) }}
</div>
<table class="prices nn1200">
<thead>
<tr>
<th>Assistance &amp; Maintenance</th>
<th>Accompagnement sur les outils</th>
<th>Accompagnement administration système</th>
</tr>
</thead>
<tbody>
<tr>
<td class="prices-price">à partir de 300€/an<br/>(3 premiers mois offerts)</td>
<td class="prices-price">à partir de 40€/h</td>
<td class="prices-price">à partir de 40€/h</td>
</tr>
<tr>
<td class="prices-power">Debian, NextCloud, Dolibarr</td>
<td class="prices-power">NextCloud, YunoHost, Jirafeau, BBB, Jitsi</td>
<td class="prices-power">sur Debian exclusivement</td>
</tr>
</tbody>
</table>
<table class="prices nn1200" style="margin-top: 32px">
<thead>
<tr>
<th>Création intégrale de site</th>
<th>Création d'un site de sauvegardes</th>
<th>Création d'un site miroir</th>
</tr>
</thead>
<tbody>
<tr>
<td class="prices-price">à partir de 1000€<br/>(variable selon le devis)</td>
<td class="prices-price">à partir de 500€</td>
<td class="prices-price">à partir de 1500€</td>
</tr>
</tbody>
</table>
<table class="prices nn1200" style="margin-top: 32px">
<thead>
<tr>
<th>Yunohost</th>
<th>Partage de fichiers sécurisé</th>
<th>Serveur de visioconférence</th>
</tr>
</thead>
<tbody>
<tr>
<td class="prices-price">à partir de 500€</td>
<td class="prices-price">à partir de 300€</td>
<td class="prices-price">à partir de 500€</td>
</tr>
<tr>
<td class="prices-power">Interface simplifiée d'administration du serveur</td>
<td class="prices-power">Jirafeau ou Lufi</td>
<td class="prices-power">BigBlueButton, Jitsi ou Galène</td>
</tr>
</tbody>
</table>
<table class="prices nn1200" style="margin-top: 32px;margin-bottom: 64px;">
<thead>
<tr>
<th>Installation GNU/Linux</th>
<th>Installation d'outil libre</th>
<th>Création de logos</th>
</tr>
</thead>
<tbody>
<tr>
<td class="prices-price">à partir de 70€</td>
<td class="prices-price">de 300 à 1500€</td>
<td class="prices-price">à partir de 500€</td>
</tr>
<tr>
<td class="prices-power">Votre OS libre sur votre ordinateur personnel<br/>(variable selon la configuration souhaitée)</td>
<td class="prices-power"></td>
<td class="prices-power"></td>
</tr>
</tbody>
</table>
## Hébergement en ligne

View file

@ -32,27 +32,3 @@
.prices tr td:first-of-type + td + td {
background-color: $grad3_3tr;
}
// À LA CARTE
.alacarte {
display: flex;
gap: 32px;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.alacarte-item {
text-align: center;
min-height: 150px;
}
.alacarte-title {
font-family: Neucha;
font-size: 22px;
background: linear-gradient(0.125turn, $blue, $violet);
color: #fff;
padding: 8px;
border-radius: 8px;
}