align cities, move map, fixed dark mode title color
This commit is contained in:
parent
66c93be448
commit
a58ef9dcf2
3 changed files with 32 additions and 24 deletions
|
@ -1,7 +1,5 @@
|
||||||
+++
|
+++
|
||||||
title = "Librezo"
|
title = "Librezo"
|
||||||
[extra]
|
|
||||||
leaflet = 1
|
|
||||||
+++
|
+++
|
||||||
|
|
||||||
<picture>
|
<picture>
|
||||||
|
@ -13,11 +11,11 @@ leaflet = 1
|
||||||
<span class="slogan3">Collectif d'artisans numériques</span>
|
<span class="slogan3">Collectif d'artisans numériques</span>
|
||||||
|
|
||||||
<div class="cities nn">
|
<div class="cities nn">
|
||||||
<p>Aix – Bastia – Cajarc – Cambrai – Grasse – Le Havre – Marseille – Montreuil</p>
|
<p><span class="city">Aix</span> <span class="city">Bastia</span> <span class="city">Cajarc</span> <span class="city">Cambrai</span> <span class="city">Grasse</span> <span class="city">Le Havre</span> <span class="city">Marseille</span> <span class="city">Montreuil</p>
|
||||||
<div class="madein-wrapper">
|
<div class="madein-wrapper">
|
||||||
<img class="madein" alt="Made in Chez Vous" src="/img/madein-purple.png"/>
|
<img class="madein" alt="Made in Chez Vous" src="/img/madein-purple.png"/>
|
||||||
</div>
|
</div>
|
||||||
<p>Montpellier – Nantes – Paris – Pau – Rennes – Rohanne – Toulouse</p>
|
<p><span class="city">Montpellier</span> <span class="city">Nantes</span> <span class="city">Paris</span> <span class="city">Pau</span> <span class="city">Rennes</span> <span class="city">Rohanne</span> <span class="city">Toulouse</span></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<span class="slogan2">Vos données personnelles devraient le rester</span>
|
<span class="slogan2">Vos données personnelles devraient le rester</span>
|
||||||
|
@ -74,22 +72,3 @@ leaflet = 1
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
## On est là
|
|
||||||
|
|
||||||
{% map() %}
|
|
||||||
[42.6998, 9.4518], // Bastia
|
|
||||||
[44.4742, 1.8296], // Cajarc
|
|
||||||
[50.1718, 3.2305], // Cambrai
|
|
||||||
[43.6578, 6.9228], // Grasse
|
|
||||||
[49.4927, 0.1641], // Le Havre
|
|
||||||
[43.3099, 5.4127], // Marseille
|
|
||||||
[43.6048, 3.8818], // Montpellier
|
|
||||||
[48.8584, 2.4371], // Montreuil
|
|
||||||
[47.2084, -1.6026], // Nantes
|
|
||||||
[48.8505, 2.3380], // Paris
|
|
||||||
[43.2926, -0.3703], // Pau
|
|
||||||
[48.1077, -1.6795], // Rennes
|
|
||||||
[46.0321, 4.0730], // Roanne
|
|
||||||
[43.5931, 1.4272], // Toulouse
|
|
||||||
{% end %}
|
|
||||||
|
|
|
@ -1,9 +1,30 @@
|
||||||
+++
|
+++
|
||||||
title = "Contact"
|
title = "Contact"
|
||||||
|
[extra]
|
||||||
|
leaflet = 1
|
||||||
+++
|
+++
|
||||||
|
|
||||||
Que ce soit pour un devis, pour rejoindre notre collectif ou pour toute question relative à nos services, n'hésitez pas à nous contacter.
|
Que ce soit pour un devis, pour rejoindre notre collectif ou pour toute question relative à nos services, n'hésitez pas à nous contacter.
|
||||||
|
|
||||||
|
## On est là
|
||||||
|
|
||||||
|
{% map() %}
|
||||||
|
[42.6998, 9.4518], // Bastia
|
||||||
|
[44.4742, 1.8296], // Cajarc
|
||||||
|
[50.1718, 3.2305], // Cambrai
|
||||||
|
[43.6578, 6.9228], // Grasse
|
||||||
|
[49.4927, 0.1641], // Le Havre
|
||||||
|
[43.3099, 5.4127], // Marseille
|
||||||
|
[43.6048, 3.8818], // Montpellier
|
||||||
|
[48.8584, 2.4371], // Montreuil
|
||||||
|
[47.2084, -1.6026], // Nantes
|
||||||
|
[48.8505, 2.3380], // Paris
|
||||||
|
[43.2926, -0.3703], // Pau
|
||||||
|
[48.1077, -1.6795], // Rennes
|
||||||
|
[46.0321, 4.0730], // Roanne
|
||||||
|
[43.5931, 1.4272], // Toulouse
|
||||||
|
{% end %}
|
||||||
|
|
||||||
Librezo<br/>
|
Librezo<br/>
|
||||||
Chez Oasis21<br/>
|
Chez Oasis21<br/>
|
||||||
2 rue de la Clôture<br/>
|
2 rue de la Clôture<br/>
|
||||||
|
|
|
@ -83,6 +83,15 @@ a:hover, a:focus {
|
||||||
font-family: Neucha;
|
font-family: Neucha;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cities p {
|
||||||
|
width: 33%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cities .city {
|
||||||
|
margin: 0 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.madein-wrapper {
|
.madein-wrapper {
|
||||||
|
@ -141,7 +150,6 @@ h3 {
|
||||||
.title-bar2 {
|
.title-bar2 {
|
||||||
font-family: Neucha;
|
font-family: Neucha;
|
||||||
font-size: 36px;
|
font-size: 36px;
|
||||||
color: #000;
|
|
||||||
margin-top: 16px;
|
margin-top: 16px;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue