split cities, better madein
This commit is contained in:
parent
c6a10c5c96
commit
05d2185766
5 changed files with 20 additions and 6 deletions
|
@ -6,15 +6,19 @@ title = "Librezo"
|
|||
|
||||
<span class="slogan3">Collectif d'artisans numériques</span>
|
||||
|
||||
<img class="madein" alt="Made in Chez Vous" src="/img/madein.png"/>
|
||||
|
||||
<p class="cities narrower">Aix – Cambrai – Cévennes – Grasse – Le Havre – Marseille – Montreuil – Montpellier – Nantes – Paris – Pau – Rennes – Rohanne – Toulouse</p>
|
||||
<div class="cities nn">
|
||||
<p>Aix – Cambrai – Cévennes – Grasse – Le Havre – Marseille – Montreuil</p>
|
||||
<div class="madein-wrapper">
|
||||
<img class="madein" alt="Made in Chez Vous" src="/img/madein-purple.png"/>
|
||||
</div>
|
||||
<p>Montpellier – Nantes – Paris – Pau – Rennes – Rohanne – Toulouse</p>
|
||||
</div>
|
||||
|
||||
<span class="slogan2">Vous en avez assez de dépendre des géants du web ?</span>
|
||||
|
||||
<span class="slogan1">Reprenez le contrôle de vos données</span>
|
||||
<a href="/logiciel-libre" class="slogan1">Reprenez le contrôle de vos données</a>
|
||||
|
||||
<span class="slogan1">Comment ça se passe ?</span>
|
||||
<div class="process-title"><span>Comment ça se passe ?</span></div>
|
||||
|
||||
<div class="process-title"><span>Autonomisation de l'infrastructure réseau</span></div>
|
||||
|
||||
|
@ -33,6 +37,8 @@ title = "Librezo"
|
|||
{{ process_box(number="7", title="Autonomie", description="Vous êtes capable de gérer votre système et vos applications : vous êtes autonome et n'avez plus besoin de tiers de confiance.") }}
|
||||
</div>
|
||||
|
||||
## Ils nous font confiance
|
||||
|
||||
<div class="client_boxes" style="margin-top: 64px;">
|
||||
{{ client_box(
|
||||
title = "Novelcast"
|
||||
|
|
|
@ -72,10 +72,18 @@ a:hover, a:focus {
|
|||
color: $grey1;
|
||||
font-size: 135%;
|
||||
font-family: Neucha;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.madein-wrapper {
|
||||
height: 120px;
|
||||
margin-top: 32px;
|
||||
}
|
||||
|
||||
.madein {
|
||||
width: 256px;
|
||||
width: 192px;
|
||||
transform: rotate(-30deg);
|
||||
}
|
||||
|
||||
.slogan1 {
|
||||
|
|
BIN
static/img/madein-blue.png
Normal file
BIN
static/img/madein-blue.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
BIN
static/img/madein-purple.png
Normal file
BIN
static/img/madein-purple.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
Binary file not shown.
Before Width: | Height: | Size: 12 KiB |
Loading…
Reference in a new issue