From 1488d43ac83b2c11e67218321d6b2e8b96b7b45b Mon Sep 17 00:00:00 2001 From: Erick Devv <111036821+ErickDevv@users.noreply.github.com> Date: Sun, 17 Mar 2024 22:21:48 -0600 Subject: [PATCH] Fix Home Images --- src/components/Inicio.astro | 119 +++++++------- .../cssInicio/contenedorBienvenida.css | 146 +++++++++--------- 2 files changed, 135 insertions(+), 130 deletions(-) diff --git a/src/components/Inicio.astro b/src/components/Inicio.astro index cbf5b2d..8717bb9 100644 --- a/src/components/Inicio.astro +++ b/src/components/Inicio.astro @@ -1,60 +1,67 @@ --- -import "./cssInicio/contenedorBienvenida.css" -import "./cssInicio/fondo.css" -import "./cssInicio/navInicio.css" -import "./cssInicio/variables.css" ---- - -
-
-
- +import branchLogo from "/public/Inicio/ieeelogo1.png"; -
-
-

Save time by building fast with Boldo

-

- Lorem Ipsum es simplemente el texto de relleno de - las imprentas y archivos de texto. Lorem Ipsum ha - sido el texto de relleno estándar de las -

-
- - -
-
-
- -
- - -
-
-
-
- - - - -
-
+import imageMosaic from "/public/Inicio/1.png"; +import imageMosaic2 from "/public/Inicio/2.png"; +import imageMosaic3 from "/public/Inicio/3.jpg"; -
-
-
+import ieeeLogo from "/public/Inicio/ieeelogo2.png"; +import csocietyLogo from "/public/Inicio/csociety_logo.png"; +import uaehLogo from "/public/Inicio/uaeh_logo_color.png"; +import estlLogo from "/public/Inicio/logoESTL.png"; +--- + +
+
+
+ + +
+
+

lorem ipsum

+

+ Lorem Ipsum es simplemente el texto de relleno de las imprentas y + archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar + de las +

+
+ + +
+
+
+ +
+ + +
+
+
+
+ + + + +
+
+ +
+
+
diff --git a/src/components/cssInicio/contenedorBienvenida.css b/src/components/cssInicio/contenedorBienvenida.css index 737d825..d589a7e 100644 --- a/src/components/cssInicio/contenedorBienvenida.css +++ b/src/components/cssInicio/contenedorBienvenida.css @@ -1,123 +1,121 @@ -* -{ - border: 0; - margin: 0; - padding: 0; - scroll-behavior: smooth; +* { + border: 0; + margin: 0; + padding: 0; + scroll-behavior: smooth; } .contenedorBienvenida { - - margin-top: 15vh; - display: flex; - flex-direction: row; - font-family: "Cousine", monospace; + margin-top: 15vh; + display: flex; + flex-direction: row; + font-family: "Cousine", monospace; +} + +h1 { + margin: 10px; } .textobienvenida { - width: 45%; - padding: 35px; - padding-top: 13vh; - padding-left: 6vw; - color: black; + width: 45%; + padding: 35px; + padding-top: 13vh; + padding-left: 6vw; + color: black; + font-size: 1.4rem; } .textobienvenida p { - padding-left: 3px; - text-align: justify; - color: black; + padding-left: 3px; + text-align: justify; + color: black; + font-size: 1rem; + margin-bottom: 10px; } .imagenesbienvenida { - width: 55%; + width: 55%; } .imagenesbienvenida { - background-color: transparent; - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; + background-color: transparent; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; } - .logotiposBienvenida { - clear: both; - background-color: transparent; + + background-color: transparent; } .divContactar { - margin-left: 30px; + margin-left: 30px; } - - .Contactar1, .Contactar2 { - font-weight: bolder; - letter-spacing: 0.7px; - margin-right: 6px; - padding: 5px; - border: none; - cursor: pointer; - transition: transform 0.3s ease; - border-radius: 16px; - padding-left: 20px; - padding-right: 20px; + font-weight: bolder; + letter-spacing: 0.7px; + margin-right: 6px; + padding: 5px; + border: none; + cursor: pointer; + transition: transform 0.3s ease; + border-radius: 16px; + padding-left: 20px; + padding-right: 20px; } .Contactar1 { - background-color: var(--azulfuerte); - color: white; - border: 2px solid var(--azulfuerte); + background-color: var(--azulfuerte); + color: white; + border: 2px solid var(--azulfuerte); } .Contactar2 { - background-color: white; - color: var(--azulfuerte); - border: 2px solid var(--azulfuerte); + background-color: white; + color: var(--azulfuerte); + border: 2px solid var(--azulfuerte); } .Contactar1:hover, .Contactar2:hover { - transform: translateY(-5px); + transform: translateY(-5px); } .imagenesbienvenida img { - height: 170px; - object-fit: cover; - border-radius: 4px; - margin: 9px; + height: 170px; + object-fit: cover; + border-radius: 4px; + margin: 9px; } - .imagenesbienvenida .imgarriba { - width: 490px; - position: relative; + width: 490px; + position: relative; } .imagenesbienvenida .imgabajo { - position: relative; - width: 230px; + position: relative; + width: 230px; } - - .logotiposBienvenida { - height: 90px; - width: 100vw; - display: flex; - justify-content: center; - align-items: center; - margin-top: 8vh; + height: 90px; + width: 100vw; + display: flex; + justify-content: center; + align-items: center; + margin-top: 8vh; } .logotiposBienvenida img { - width: 100%; - height: 100%; - margin-left: 22px; -} -a -{ - text-decoration: none; - color: black; -} \ No newline at end of file + width: 250px; + + margin-left: 22px; +} +a { + text-decoration: none; + color: black; +}