From 0c5f82af9360d45607883daf1a051342e67d49ce Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Fri, 17 Jun 2022 14:19:50 -0300 Subject: Added La Chingada --- content/la-chingada.md | 22 ++++++++++++++++++++++ static/pix/la-chingada.webp | Bin 0 -> 44436 bytes static/style.css | 3 +++ 3 files changed, 25 insertions(+) create mode 100644 content/la-chingada.md create mode 100644 static/pix/la-chingada.webp diff --git a/content/la-chingada.md b/content/la-chingada.md new file mode 100644 index 0000000..3a1f953 --- /dev/null +++ b/content/la-chingada.md @@ -0,0 +1,22 @@ +--- +title: "La Chingada" +date: 2022-06-17 +tags: ['mexicano', 'nachos', 'fritas', 'vegano', 'vegetariano', 'hamburguesa', 'POS'] +--- + +[![la-chingada](/pix/la-chingada.webp)](/pix/la-chingada.webp) + +- 📞 Numero de telefono: [097477434](tel:097477434) + + Whatsapp: [097477434](https://wa.me/59897477434) +- 🌎 Direccion: [Coronel Mora 549](https://www.google.com/maps/place/Lachingada+mvd+cantina/@-34.919664,-56.1585927,17z/data=!3m1!4b1!4m5!3m4!1s0x959f81f9a787be3f:0x65e9ef886ba18453!8m2!3d-34.919664!4d-56.1585927) +- 🕜 Horario: Todos los días de 12:00 a 00:00hs +- 🤑 Forma de pago: Efectivo / POS +- 🌐 Pagina web / Menu: https://lachingada.com.uy/ + +## Descripción + +¡Los tacos, burritos, quesadillas y nachos estan muy buenos! Todo recomendado para los amantes de la comida mexicana. + +## Redes sociales + +- Instagram: https://www.instagram.com/lachingadamvd/ diff --git a/static/pix/la-chingada.webp b/static/pix/la-chingada.webp new file mode 100644 index 0000000..bd73f31 Binary files /dev/null and b/static/pix/la-chingada.webp differ diff --git a/static/style.css b/static/style.css index 13b17ae..07cc97c 100644 --- a/static/style.css +++ b/static/style.css @@ -182,3 +182,6 @@ button.clear-search:hover { #tag_pasta:before { content: "🍝" ; } #tag_americano:before { content: "🇺🇸" ; } #tag_milanesa:before { content: "🥩" ; } +#tag_mexicano:before { content: "🇲🇽" ; } +#tag_nachos:before { content: "🔺" ; } +#tag_vegetariano:before { content: "🥦" ; } -- cgit v1.2.3