diff --git a/content/pages/Introduccion.md b/content/pages/Introduccion.md index 7bedd2718077c5ae76a0d04940ba3dcb97a933bd..15976678329c43c4f972bce2b7fe12c21f0b032e 100644 --- a/content/pages/Introduccion.md +++ b/content/pages/Introduccion.md @@ -5,6 +5,26 @@ Ordinal: 001 This site is hosted on GitLab Pages! Introduction + +<figure> + <!--Incluir camino a la imagen a mostrar--> + <img src="images/output_Im_1.jpg" width="200"> + <figcaption> + fig_img_modified :: La figura de Imagen Modificada + </figcaption> +</figure> + + +``` python +def function(img, param1, param2): + pass + pass + pass + + return img_madurada + +``` + The source code of this site is at <https://gitlab.com/pages/pelican>. Learn about GitLab Pages at <https://pages.gitlab.io>.