Updated db and images
Some checks failed
Deploy to GitHub Pages / build (push) Has been cancelled
Deploy to GitHub Pages / deploy (push) Has been cancelled

This commit is contained in:
2026-02-12 22:24:37 +01:00
parent b75be6f974
commit c25fbe6d72
5 changed files with 46 additions and 16 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

View File

@@ -10,6 +10,11 @@
"brand": "Montenegro", "brand": "Montenegro",
"type": "amaro" "type": "amaro"
}, },
{
"name": "Anís del Mono",
"brand": "Anís del Mono",
"type": "anis"
},
{ {
"name": "Aperitivo Select", "name": "Aperitivo Select",
"brand": "Select", "brand": "Select",
@@ -60,6 +65,11 @@
"brand": "Don Julio", "brand": "Don Julio",
"type": "tequila" "type": "tequila"
}, },
{
"name": "Freixenet",
"brand": "Freixenet",
"type": "espumoso"
},
{ {
"name": "Havana Club", "name": "Havana Club",
"brand": "Havana Club", "brand": "Havana Club",
@@ -130,6 +140,11 @@
"brand": "Martini", "brand": "Martini",
"type": "vermut" "type": "vermut"
}, },
{
"name": "Mozart Dark",
"brand": "Mozart",
"type": "licor-cacao"
},
{ {
"name": "Patrón", "name": "Patrón",
"brand": "Patrón", "brand": "Patrón",
@@ -145,11 +160,6 @@
"brand": "Ruavieja", "brand": "Ruavieja",
"type": "licor-hierbas" "type": "licor-hierbas"
}, },
{
"name": "Santa Teresa",
"brand": "Santa Teresa",
"type": "ron"
},
{ {
"name": "Smirnoff", "name": "Smirnoff",
"brand": "Smirnoff", "brand": "Smirnoff",
@@ -169,16 +179,6 @@
"name": "Vino Tinto", "name": "Vino Tinto",
"brand": "vino", "brand": "vino",
"type": "vino" "type": "vino"
},
{
"name": "Yzaguirre Blanco",
"brand": "Yzaguirre",
"type": "vermut"
},
{
"name": "Yzaguirre Rojo",
"brand": "Yzaguirre",
"type": "vermut"
} }
], ],
"recipes": [ "recipes": [
@@ -206,6 +206,36 @@
], ],
"instructions": "Servir vermut y Campari con hielo y completar con soda. Decorar con naranja." "instructions": "Servir vermut y Campari con hielo y completar con soda. Decorar con naranja."
}, },
{
"name": "Anis del Mono Sunrise",
"ingredients": [
{
"type": "anis",
"name": "Anís del Mono",
"amount": "50 ml",
"isAlcohol": true
},
{
"type": "naranja",
"name": "Zumo de naranja",
"amount": "200 ml",
"isAlcohol": false
},
{
"type": "granadina",
"name": "Granadina",
"amount": "15 ml",
"isAlcohol": false
},
{
"type": "agua-azahar",
"name": "Agua de azahar",
"amount": "Pulverizar",
"isAlcohol": false
}
],
"instructions": "Servir anís y zumo de naranja con hielo, añadir granadina lentamente para efecto sunrise, pulverizar agua de azahar y decorar con abanico de manzana."
},
{ {
"name": "Aperol Spritz", "name": "Aperol Spritz",
"ingredients": [ "ingredients": [
@@ -1014,7 +1044,7 @@
"ingredients": [ "ingredients": [
{ {
"type": "aperitivo", "type": "aperitivo",
"name": "Aperitivo Select", "name": "Aperol",
"amount": "60 ml", "amount": "60 ml",
"isAlcohol": true "isAlcohol": true
}, },