Compare commits

..

11 Commits

Author SHA1 Message Date
5d67d4ca1a Actualiser layouts/shortcodes/kombucha_en_fut.html
All checks were successful
continuous-integration/drone/push Build is passing
2024-05-15 16:35:14 +02:00
a24a19afca Supprimer static/images/image-consigne-portrait.webp
All checks were successful
continuous-integration/drone/push Build is passing
2024-05-15 15:29:57 +02:00
54f5ae3e83 Supprimer static/images/image-consigne-paysage.webp
All checks were successful
continuous-integration/drone/push Build is passing
2024-05-15 15:29:47 +02:00
73c5bcfa36 Supprimer static/images/image-consigne-PAYSAGE2.webp
All checks were successful
continuous-integration/drone/push Build is passing
2024-05-15 15:29:31 +02:00
e804865421 Actualiser layouts/shortcodes/consigne.html
All checks were successful
continuous-integration/drone/push Build is passing
2024-05-15 15:27:12 +02:00
23b4d5e21f Téléverser les fichiers vers "static/images"
All checks were successful
continuous-integration/drone/push Build is passing
2024-05-15 15:26:29 +02:00
1af11b97d2 Téléverser les fichiers vers "static/images"
All checks were successful
continuous-integration/drone/push Build is passing
2024-05-15 15:25:18 +02:00
5a65906e19 Actualiser layouts/shortcodes/consigne.html
All checks were successful
continuous-integration/drone/push Build is passing
2024-05-15 14:52:00 +02:00
63515d3af3 Téléverser les fichiers vers "static/images"
All checks were successful
continuous-integration/drone/push Build is passing
2024-05-15 14:50:10 +02:00
5674e2d946 feat: Dernière modification
All checks were successful
continuous-integration/drone/push Build is passing
2024-05-15 01:32:24 +02:00
c6880dc188 feat: Ajout du menu pour la page d'accueil
All checks were successful
continuous-integration/drone/push Build is passing
2024-05-15 00:09:22 +02:00
27 changed files with 35 additions and 18 deletions

View File

@ -62,6 +62,7 @@
margin: .6rem;
padding: .6rem;
font-size: 1rem;
box-shadow: 1px 1px var(--color-red3),-1px -1px var(--color-red3),1px -1px var(--color-red3),-1px 1px var(--color-red3);
}
h1 {
@ -72,6 +73,7 @@
a.active {
text-decoration: underline;
box-shadow: 1px 1px var(--color-yellow2),-1px -1px var(--color-yellow2),1px -1px var(--color-yellow2),-1px 1px var(--color-yellow2);
}
}

View File

@ -173,6 +173,24 @@ body {
display: flex;
align-items: center;
max-width: 500px;
&:hover img {
animation: tiltBottle 1s 1 linear;
}
@keyframes tiltBottle{
20%{
transform: rotate(2deg);
}
40%{
transform: rotate(-2deg);
}
60%{
transform: rotate(2deg);
}
80%{
transform: rotate(-2deg);
}
}
}
.gamme img {
width: var(--bottle-width);

View File

@ -2,6 +2,11 @@
# SEO : pour les moteurs de recherche
title: Takubeh - Kombucha
description: "Takubeh Kombucha, cette boisson fermentée à base de thé, peu sucrée, subtilement acidulée et naturellement pétillante, est produite de façon artisanale et écoresponsable dans un atelier dans le Pilat. Une gamme variée: Thé vert ou thé noir, chai rooibos chanvre eucalyptus citronnelle hibiscus vanille"
# Gestion du menu
menus:
main:
name: On boit quoi ?
weight: 1
---
<main>

View File

@ -1,7 +0,0 @@
{{ with site.Menus.main }}
<nav class="box container menu color -blue3">
{{- range . -}}
<a{{ if $.IsMenuCurrent .Menu . }} class="active" aria-current="page"{{ end }} href="{{ .URL }}">{{ .Name }}</a>
{{- end -}}
</nav>
{{ end }}

View File

@ -1,6 +1,6 @@
<div class="container -c2">
<div class="picture">
<img src="/images/avion.webp" alt="">
<img src="/images/image-consigne-PAYSAGE3.webp" alt="">
</div>
<div class="content color -orange3">
<h2 id="la-consigne">La consigne</h2>

View File

@ -3,7 +3,7 @@
<h2>Notre gamme</h2>
<div class="boxes">
<div class="box">
<img src="/images/bouteilles/Tropical-detouré-200px.webp" alt="" width="200" height="650">
<img src="/images/bouteilles/tropical.webp" alt="" width="100" height="300">
<div class="detail">
<div class="title">
<h3 class="tag color -violet1">Tropical</h3>
@ -12,13 +12,13 @@
<p>
Kombucha aux sérieux accents de fruit de la
passion, suivit dune légère amertume. Aucune
importation de fruits exotiques. A base de
importation de fruits exotiques. À base de
plantes cultivées localement.
</p>
</div>
</div>
<div class="box">
<img src="/images/bouteilles/chanvre-detouré-100*326px.webp" alt="" width="100" height="326">
<img src="/images/bouteilles/chanvre.webp" alt="" width="100" height="300">
<div class="detail">
<div class="title">
<h3 class="tag color -green2">Chanvre</h3>
@ -26,7 +26,7 @@
</div>
<p>
Ce kombucha au chanvre est une invitation
à la détente et au laché prise. Cette plante
à la détente et au lâché prise. Cette plante
à la réputation mystique possède un parfum
atypique et enivrant.
</p>
@ -34,7 +34,7 @@
</div>
<br>
<div class="box">
<img src="/images/bouteilles/pu_erh.webp" alt="" width="100" height="300">
<img src="/images/bouteilles/original.webp" alt="" width="100" height="300">
<div class="detail">
<div class="title">
<h3 class="tag color -green5">L'Original</h3>
@ -82,7 +82,6 @@
</p>
</div>
</div>
<br>
<div class="box">
<img src="/images/bouteilles/chai_rooibos.webp" alt="" width="100" height="300">
<div class="detail">

View File

@ -10,8 +10,8 @@
<div class="content color -orange1">
<h2>Du kombucha en fût</h2>
<p>
Les développeurs/euses de festival sont sans cesse en recherche de nouveauté pour
émerveiller leur public. Le choix des artistes et des intervenants constitue lADN des événements.
Les développeurs/euses de festival et autres évènements festifs ou culturels, sont sans cesse en recherche de nouveauté pour
émerveiller leur public. Le choix des artistes et des intervenants constitue lADN de ces événements.
Loffre de restauration et boisson fait aussi partie des fondamentaux.
</p>
<p>
@ -23,8 +23,8 @@
En revanche, loffre en soft drinks est souvent pauvre, ou constituée de jus de fruits ou sodas
particulièrement sucrés, ou ne correspondant pas ou plus aux habitudes de consommation des festivaliers.
Cette offre peut largement être améliorée selon nous.</p>
<p> Choisir le kombucha Takubeh, c'est profiter dune boisson bien travaillée, fraichement tirée du fût,
qui a bien dautres qualités :
<p> <strong>Choisir le kombucha Takubeh, c'est profiter dune boisson bien travaillée, fraichement tirée du fût,
qui a bien dautres qualités</strong> :
</p>
<ul class="flower">
<li>Soft drink</li>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

BIN
static/images/eau.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

BIN
static/images/eclair.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 KiB

BIN
static/images/terre.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB