Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MERGE1: Merge de los cambios #48

Open
wants to merge 3 commits into
base: desarrollo
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# git_flow_practice
# git_flow_practice

* [Instrucciones](https://misovirtual.virtual.uniandes.edu.co/codelabs/git_flow_practice/#0)
31 changes: 31 additions & 0 deletions recetas/Colombia/arroz_coco.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!DOCTYPE HTML>
<HTML>
<HEAD>
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=UTF-8">
<TITLE>Arroz con coco</TITLE>
</HEAD>
<BODY LANG="es-ES">
<H1><IMG ID="imagen1" SRC="../../imagenes/arroz_coco.jpg" NAME="Imagen1" ALIGN=LEFT BORDER=0><BR CLEAR=LEFT><BR></H1>
<H1 ID="titulo1">Arroz con coco</H1>
<BR>
<P>El arroz con camarones es t�pico de la Costa Caribe y Costa Pac�fica, aunque en las dem�s regiones ya se ha vuelto un plato muy apetecido para ocasiones especiales.</P>
<BR>
<P>Personas: 8<BR><BR>
<B>Ingredientes:</B><BR>
<UL>
<LI type="square">1 coco grande, partido en trozos peque�os<BR></LI>
<LI type="square">Agua de coco tibia<BR></LI>
<LI type="square">2 cucharadas de az�car<BR></LI>
<LI type="square">1 libra de arroz<BR></LI>
<LI type="square">� libra de camar�n fresco<BR></LI>
<LI type="square">Sal al gusto<BR></LI>
</UL>
</P>
<BR>
<P>Licuar el coco con su agua. Pasar por un colador y exprimir bien. Reservar la leche obtenida y el coco licuado. Repetir la preparaci�n anterior con agua normal con agua normal, tibia, hasta obtener cuatro tazas de leche de coco. Reservar.</P>
<P>Aparte, en una olla al fuego, agregar la primera leche, dejar secar hasta obtener el aceite y los doraditos de coco. Incorporar la segunda leche, el az�car, la sal y dejar hervir.</P>
<P>Mezclar con el arroz previamente lavado y los camarones. Dejar secar y continuar la cocci�n a fuego bajo tapado, hasta que el arroz est� listo.</P>
<BR>
<P><A ID="enlace3" HREF="ajiaco.html">Ajiaco</A></P>
</BODY>
</HTML>
1 change: 1 addition & 0 deletions recetas/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ <H2>Colombia</H2>
<P>
<UL>
<LI type="circle"><A ID="colombia1" HREF="../Colombia/ajiaco.html">Ajiaco</A><BR></LI>
<LI type="circle"><A ID="colombia2" HREF="../Colombia/arroz_coco.html">Arroz con coco</A><BR></LI>
</UL>
</P>
<H2>México</H2>
Expand Down