From 6d2d63a107aacf746e897deb3e0b2d1396057a3b Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Thu, 16 Jun 2022 17:33:15 -0300 Subject: Added La Cantina --- content/la-cantina.md | 25 +++++++++++++++++++++++++ static/pix/la-cantina.webp | Bin 0 -> 68194 bytes static/style.css | 1 + 3 files changed, 26 insertions(+) create mode 100644 content/la-cantina.md create mode 100644 static/pix/la-cantina.webp diff --git a/content/la-cantina.md b/content/la-cantina.md new file mode 100644 index 0000000..f166e67 --- /dev/null +++ b/content/la-cantina.md @@ -0,0 +1,25 @@ +--- +title: "La Cantina" +date: 2022-06-16 +tags: ['milanesa', 'uruguayo', 'fritas', 'sandwiches', 'POS'] +author: roger-gonzalez +--- + + +[![la-cantina](/pix/la-cantina.webp)](/pix/la-cantina.webp) + +- 📞 Numero de telefono / Whatsapp: [094257936](https://api.whatsapp.com/send?phone=59894257936) +- 🌎 Direccion: [Emilio Frugoni 924](https://www.google.com/maps/place/Dr+Emilio+Frugoni+924,+11200+Montevideo,+Departamento+de+Montevideo/@-34.9124476,-56.1768763,17z/data=!3m1!4b1!4m5!3m4!1s0x959f81ba337fee05:0x2f1e0ed2b3b88ed3!8m2!3d-34.9124476!4d-56.1746876) +- 🕜 Horario: + + 📅 Lunes - Sabado: 20:00hs - 00:00hs +- 🤑 Forma de pago: Efectivo / POS +- 🌐 Pagina web / Menu: https://www.instagram.com/stories/highlights/18220723378107712/ + +## Descripción + +Es la cantina del Club Welcome. La comida es rica y abundante. Solo probé gramajo y unas miniaturas de pollo que eran una locura, bien caseras. Me han dicho que las pizzas y las hamburguesas están bien también, pero no probé aún. El menú está en el instagram. Todo esta BBB: ¡Bueno, bonito y barato! + +## Redes sociales + +- Instagram: https://www.instagram.com/lacantina.w/ + diff --git a/static/pix/la-cantina.webp b/static/pix/la-cantina.webp new file mode 100644 index 0000000..fee79b4 Binary files /dev/null and b/static/pix/la-cantina.webp differ diff --git a/static/style.css b/static/style.css index 56f17e5..13b17ae 100644 --- a/static/style.css +++ b/static/style.css @@ -181,3 +181,4 @@ button.clear-search:hover { #tag_chivito:before { content: "🐐" ; } #tag_pasta:before { content: "🍝" ; } #tag_americano:before { content: "🇺🇸" ; } +#tag_milanesa:before { content: "🥩" ; } -- cgit v1.2.3