Skip to content

Commit

Permalink
update Readme lista de productos
Browse files Browse the repository at this point in the history
  • Loading branch information
Noisk8 committed Feb 28, 2023
1 parent 5d54439 commit 38dbe7d
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 3 deletions.
86 changes: 85 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,85 @@
# El_rincon_del_cafe
# El_rincon_del_cafe

## Lista de productos

## Caterogiarias

### Cafés Calientes

- Tinto | $ 1.300 - 2.300 - 3.300

- Expreso | $ 3.000

- Café con leche | $ 2.500

- Latte | $ 4.500

- Capuchino | $ 5.500

- Capuchino con licor | $ 8.000

- Carajillo | $ 5.000

- vienes | $ 5.000

- Irlandes | $ 5.500

# Cafés Fríos

- Capuchino | $ 5.500

- Capuchino con licor | $ 8.000

- Mocca | $ 7.000

- Opera | $ 8.500

- Oreo | $ 8.500

- Frappe | $ 7.000

- Frappe Mocca | $ 8.000

- Affogato | $ 7.000

# Horneados

- Pastel Salado | $ 3.800

- Pastel Dulce | $3.800

- Palito de Queso | $ 3.000

- Croiossant Chocolate | $ 3.800

- Alfajor | $ 2.000

- Porción de torta | $ 3.500 - 7.000

- Waffle sencillo | $ 6.500

- Waffle con helado | $ 9.000

- Brownie con helado | $ 7.000

# Extras

- Milo (Frío/Caliente) | $ 5.000

- Chocolate | $ 3.000

- Chocolate con Leche | $ 3.500

- Jugo en Agua | $ 4.000

- Jugo en Leche | $ 5.000

- Limonada Natural | $ 5.000

- Limonadas | $ 5.000

- Cereza, coco, Yerbabuena

- Papas Y Platanos | $ 3.000


2 changes: 1 addition & 1 deletion src/content/blog/producto_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: " Producto 1"
excerpt: "Ornare cum cursus laoreet sagittis nunc fusce posuere per euismod dis vehicula a, semper fames lacus maecenas dictumst pulvinar neque enim non potenti. Torquent hac sociosqu eleifend potenti."
publishDate: "2022-11-09T16:39:36.050Z"
image: "https://instagram.feoh3-1.fna.fbcdn.net/v/t51.2885-15/327161020_204214492161772_5410389140411573614_n.jpg?stp=dst-jpg_e15&_nc_ht=instagram.feoh3-1.fna.fbcdn.net&_nc_cat=104&_nc_ohc=c37NLjuoLUYAX81T3Rm&edm=AGenrX8BAAAA&ccb=7-5&oh=00_AfBCdbVJiGXikAPLl5zyZbffCBEneuNCgQc3rhVLoRhWhw&oe=63F8C08B&_nc_sid=5eceaa"
image: "https://raw.githubusercontent.com/Noisk8/El_rincon_del_cafe/main/img/torta1.jpg"
category: "Fritos"
author: "joshua-wood"
tags: [webdev, tailwindcss, frontend]
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { latestPosts } from "@utils/content";
<div class="grid gap-10 lg:gap-10 md:grid-cols-2">
{
latestPosts
.slice(0, 2)
.slice(0, 3)
.map((post) => (
<Postlist post={post} aspect="square" preloadImage={true} />
))
Expand Down

0 comments on commit 38dbe7d

Please sign in to comment.