From 9ed377b2ba5328a478f72ee27f2a214829503147 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Thu, 16 Jun 2022 17:03:22 -0300 Subject: Added Johnny Days --- content/johnny-days.md | 24 ++++++++++++++++++++++++ static/pix/johnny-days.webp | Bin 0 -> 38938 bytes static/style.css | 1 + 3 files changed, 25 insertions(+) create mode 100644 content/johnny-days.md create mode 100644 static/pix/johnny-days.webp diff --git a/content/johnny-days.md b/content/johnny-days.md new file mode 100644 index 0000000..1cba0d6 --- /dev/null +++ b/content/johnny-days.md @@ -0,0 +1,24 @@ +--- +title: "Johnny Days" +date: 2022-06-16 +tags: ['pizza', 'hamburguesa', 'fritas', 'faina', 'americano', 'POS'] +author: roger-gonzalez +--- + + +[![johnny-days](/pix/johnny-days.webp)](/pix/johnny-days.webp) + +- πŸ“ž Numero de telefono: [26285066](tel:26285066) + + Whatsapp: [092824446](https://api.whatsapp.com/send?phone=59892824446) +- 🌎 Direccion: [Av. Gral. Rivera 2951](https://www.google.com/maps/place/Johnny+Day's/@-34.9031338,-56.1528874,17.54z/data=!4m5!3m4!1s0x959f8113bffc20a9:0x3c1415fbcb9c62b9!8m2!3d-34.9029721!4d-56.1516761) +- πŸ•œ Horario: + + πŸ“… Lunes - Jueves: 11:00hs a 0:00hs + + πŸ“… Viernes - Sabado: 11:00hs a 0:30hs + + πŸ“… Domingo: 11:30hs a 0:00hs +- πŸ€‘ Forma de pago: Efectivo / POS +- 🌐 Pagina web / Menu: https://www.jdays.com.uy/ + + +## DescripciΓ³n + +Excelentes pizzas pero solo tienen delivery y pick up. Es complicado conseguir pizzas americanas en Uruguay, este es uno de los pocos sitios que aun las vende. diff --git a/static/pix/johnny-days.webp b/static/pix/johnny-days.webp new file mode 100644 index 0000000..f9bbb5c Binary files /dev/null and b/static/pix/johnny-days.webp differ diff --git a/static/style.css b/static/style.css index 5a70180..56f17e5 100644 --- a/static/style.css +++ b/static/style.css @@ -180,3 +180,4 @@ button.clear-search:hover { #tag_pancho:before { content: "🌭" ; } #tag_chivito:before { content: "🐐" ; } #tag_pasta:before { content: "🍝" ; } +#tag_americano:before { content: "πŸ‡ΊπŸ‡Έ" ; } -- cgit v1.2.3