From 6d512cdcf05afb8e8e83cf59b92ef4e2357dee92 Mon Sep 17 00:00:00 2001 From: underground Date: Mon, 20 Jan 2025 18:45:04 +0100 Subject: Updated --- content.es/_index.md | 14 ++++++++++---- content.ru/_index.md | 6 ++++++ content/_index.md | 8 +++++++- static/images/link-tree.webp | Bin 0 -> 14526 bytes 4 files changed, 23 insertions(+), 5 deletions(-) create mode 100644 static/images/link-tree.webp diff --git a/content.es/_index.md b/content.es/_index.md index 6976c58..52a5d0e 100644 --- a/content.es/_index.md +++ b/content.es/_index.md @@ -20,18 +20,24 @@ Aquí están mis trabajos de ejemplo: [Demostración en vivo](https://mk-beauty-salon.netlify.app) -![Salón de belleza](/images/beauty-salon.png "Beauty salon") +![Salón de belleza](/images/beauty-salon.webp "Beauty salon") ## Sitio corporativo -![Sitio corporativo](/images/corp.png "Corp site") +![Sitio corporativo](/images/corp.webp "Corp site") ## Portafolio -![Portafolio](/images/portfolio.png "Portfolio") +![Portafolio](/images/portfolio.webp "Portfolio") ## Galería [Demostración en vivo](https://mk-gallery.netlify.app) -![Galería](/images/gallery.png "Gallery") +![Galería](/images/gallery.webp "Gallery") + +## Link Tree + +[Demostración en vivo](https://mk-link-tree.netlify.app) + +![Link Tree](/images/link-tree.webp "Link tree") diff --git a/content.ru/_index.md b/content.ru/_index.md index 75c3b25..f111c1e 100644 --- a/content.ru/_index.md +++ b/content.ru/_index.md @@ -35,3 +35,9 @@ weight: 1 [Живая демонстрация](https://mk-gallery.netlify.app) ![Gallery](/images/gallery.webp "Gallery") + +## Link Tree + +[Живая демонстрация](https://mk-link-tree.netlify.app) + +![Link Tree](/images/link-tree.webp "Link tree") diff --git a/content/_index.md b/content/_index.md index 24ffb1e..e25c2ba 100644 --- a/content/_index.md +++ b/content/_index.md @@ -20,7 +20,7 @@ Here are my example works: [Live Demo](https://mk-beauty-salon.netlify.app) -![Beauty salon](/images/beauty-salon.webp "Beauty salon") +![Beauty Salon](/images/beauty-salon.webp "Beauty salon") ## Corp site @@ -35,3 +35,9 @@ Here are my example works: [Live Demo](https://mk-gallery.netlify.app) ![Gallery](/images/gallery.webp "Gallery") + +## Link Tree + +[Live Demo](https://mk-link-tree.netlify.app) + +![Link Tree](/images/link-tree.webp "Link tree") diff --git a/static/images/link-tree.webp b/static/images/link-tree.webp new file mode 100644 index 0000000..ca19afe Binary files /dev/null and b/static/images/link-tree.webp differ -- cgit v1.2.3