diff --git a/README.md b/README.md index ea5eecc..acc6eac 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -

IEEE-ESTl Student Web Hub

- IEEE - ESTl Student Branch + IEEE - ESTl Student Branch

-[![Deploy to GitHub Pages](https://github.com/IEEE-ESTl/actions/workflows/deploy.yml/badge.svg?branch=main)](https://github.com/IEEE-ESTl/actions/workflows/deploy.yml) +

IEEE-ESTl Student Web Hub

+ ### La Rama Estudiantil IEEE-ESTl es una comunidad de estudiantes apasionados por la programación, la innovación y el conocimiento de nuevas tecnologías. Como miembros de la rama, nos vimos en la tarea de crear la página web “IEEE-ESTL Student Web Hub”. diff --git a/public/Inicio/1.png b/public/Inicio/1.png deleted file mode 100644 index 4629b96..0000000 Binary files a/public/Inicio/1.png and /dev/null differ diff --git a/public/Inicio/2.png b/public/Inicio/2.png deleted file mode 100644 index 073560a..0000000 Binary files a/public/Inicio/2.png and /dev/null differ diff --git a/public/Inicio/3.jpg b/public/Inicio/3.jpg deleted file mode 100644 index dbc6a67..0000000 Binary files a/public/Inicio/3.jpg and /dev/null differ diff --git a/public/Inicio/mosaic/1.webp b/public/Inicio/mosaic/1.webp new file mode 100644 index 0000000..4751ca5 Binary files /dev/null and b/public/Inicio/mosaic/1.webp differ diff --git a/public/Inicio/mosaic/2.webp b/public/Inicio/mosaic/2.webp new file mode 100644 index 0000000..12a5915 Binary files /dev/null and b/public/Inicio/mosaic/2.webp differ diff --git a/public/Inicio/mosaic/3.webp b/public/Inicio/mosaic/3.webp new file mode 100644 index 0000000..5fe19c9 Binary files /dev/null and b/public/Inicio/mosaic/3.webp differ diff --git a/src/components/Inicio.astro b/src/components/Inicio.astro index 788e8e7..8d447b1 100644 --- a/src/components/Inicio.astro +++ b/src/components/Inicio.astro @@ -4,9 +4,9 @@ import "./cssInicio/fondo.css"; import "./cssInicio/navInicio.css"; import "./cssInicio/variables.css"; -import imageMosaic from "/public/Inicio/1.png"; -import imageMosaic2 from "/public/Inicio/2.png"; -import imageMosaic3 from "/public/Inicio/3.jpg"; +import imageMosaic from "/public/Inicio/mosaic/1.webp"; +import imageMosaic2 from "/public/Inicio/mosaic/2.webp"; +import imageMosaic3 from "/public/Inicio/mosaic/3.webp"; import config from "../../config.json"; diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 339e619..47f807c 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,6 +1,5 @@ --- import logo from "/public/SB-Logo.png"; -import config from "../../config.json"; import "@fontsource/open-sauce-sans/400.css"; import "@fontsource/open-sauce-sans/800.css"; import Header from "@components/Header.astro"; @@ -24,9 +23,21 @@ const { title, description } = Astro.props; basic: { title: title, type: "website", - image: logo.src, + image: "https://ieee-estl.com/SB-Logo.png", }, }} + extend={{ + meta: [ + { + name: "twitter:image", + content: "https://ieee-estl.com/SB-Logo.png", + }, + { + name: "twitter:title", + content: title, + }, + ], + }} />