feat: Dernière modification
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Simon 2024-05-15 01:32:24 +02:00
parent c6880dc188
commit 5674e2d946
22 changed files with 25 additions and 6 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

@ -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">

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

BIN
static/images/terre.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB