From 4c6e8cd8e84a1174a51729230c026d516dd858da Mon Sep 17 00:00:00 2001 From: Mar7155 Date: Sat, 16 Mar 2024 15:13:35 -0600 Subject: [PATCH] =?UTF-8?q?Titulos=20a=20cada=20secci=C3=B3n=20con=20respo?= =?UTF-8?q?nsive.=20ajustes=20de=20contenidos=20en=20los=20apartados=20Une?= =?UTF-8?q?te,=20Soon,=20Faq=20y=20eventos.=20navbar=20funcional.=20seccio?= =?UTF-8?q?nes=20Unete=20y=20Soon=20con=20responsive?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Events.css | 6 ++-- src/components/Events.tsx | 2 +- src/components/Footer.astro | 5 +-- src/components/Inicio.astro | 8 ++--- src/components/Soon.astro | 41 ++++------------------ src/components/Titulos.astro | 45 ++++++++++++++++++++++++ src/components/Unete.astro | 10 +++--- src/components/cssFooter/footer.css | 6 +++- src/components/cssUnete/Unete.css | 53 ++++------------------------- src/pages/index.astro | 18 ++++++++-- 10 files changed, 94 insertions(+), 100 deletions(-) create mode 100644 src/components/Titulos.astro diff --git a/src/components/Events.css b/src/components/Events.css index e2d6747..af5dac9 100644 --- a/src/components/Events.css +++ b/src/components/Events.css @@ -7,14 +7,16 @@ justify-content: center; align-items: center; margin-top: 50px; - gap: 70px; + gap: 70px; + padding-top: 3rem; + padding-bottom: 3rem; } .events { display: flex; align-items: center; justify-content: center; - flex-direction: column; + flex-direction: column; } .events h2 { diff --git a/src/components/Events.tsx b/src/components/Events.tsx index a17e07d..440d955 100644 --- a/src/components/Events.tsx +++ b/src/components/Events.tsx @@ -36,7 +36,7 @@ import "swiper/css/scrollbar"; export default function App() { return ( <> -
+

Conferecias

Tallereres

diff --git a/src/components/Footer.astro b/src/components/Footer.astro index e4fd928..6e9e652 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,8 +1,8 @@ --- import "./cssFooter/footer.css" --- - -
+
+

@@ -76,3 +76,4 @@ import "./cssFooter/footer.css"
+ diff --git a/src/components/Inicio.astro b/src/components/Inicio.astro index 4c38355..cbf5b2d 100644 --- a/src/components/Inicio.astro +++ b/src/components/Inicio.astro @@ -15,11 +15,11 @@ import "./cssInicio/variables.css" alt="Logo de IEEE" /> - - - + + + - +
diff --git a/src/components/Soon.astro b/src/components/Soon.astro index d86da51..1f50126 100644 --- a/src/components/Soon.astro +++ b/src/components/Soon.astro @@ -10,16 +10,8 @@ import w6 from '../../public/SoonEvents/weekend6.jpeg' import w7 from '../../public/SoonEvents/weekend7.jpeg' --- -
-
-
-

Próximamente

-
-
- -
+
+ @@ -75,46 +67,27 @@ import w7 from '../../public/SoonEvents/weekend7.jpeg' background-color: #013d68; } -.dd{ - display: flex; - justify-content: space-between; - align-items: end; - padding-left: 100px; - padding-right: 100px; -} - .soon{ width: 100%; height: auto; background-size: cover; + padding-top: 3rem; } -.titulo { - color: #035b98; - font-size: 90px; - font-family: "Cousine", monospace; - text-align: left; -} - -.underline { - width: 150px; - float: left; - border: 10px solid #035b98; -} \ No newline at end of file diff --git a/src/components/Unete.astro b/src/components/Unete.astro index f7134c1..e6e7103 100644 --- a/src/components/Unete.astro +++ b/src/components/Unete.astro @@ -2,16 +2,14 @@ import "./cssUnete/Unete.css" --- -
-

Únete

-
+

1 Potencia

tus habilidades

Uniendote al comité podrás desarrollar tus habilidades

-
+

Potencia 2

tus habilidades

Uniendote al comité podrás desarrollar tus habilidades

@@ -21,14 +19,14 @@ import "./cssUnete/Unete.css"

tus habilidades

Uniendote al comité podrás desarrollar tus habilidades

-
+

Potencia 4

tus habilidades

Uniendote al comité podrás desarrollar tus habilidades

diff --git a/src/components/cssFooter/footer.css b/src/components/cssFooter/footer.css index 211f4e6..559f36d 100644 --- a/src/components/cssFooter/footer.css +++ b/src/components/cssFooter/footer.css @@ -11,7 +11,11 @@ border-radius: 1.5em; margin: auto; } - +.separacion +{ + padding-top: 5rem; + padding-bottom: 4rem; +} a{ text-decoration: underline; } diff --git a/src/components/cssUnete/Unete.css b/src/components/cssUnete/Unete.css index b553232..cea7dbb 100644 --- a/src/components/cssUnete/Unete.css +++ b/src/components/cssUnete/Unete.css @@ -6,29 +6,12 @@ height: auto; width: auto; } - -.titulo { - color: #035B98; - font-size: 90px; - font-family: "Cousine", monospace; - line-height: 1; - text-align: right; - padding-top: 4rem; - padding-bottom: 1rem; - padding-right: 1rem; - -} -.underline -{ - margin-right: 2rem; - width: 150px; - float: right; - border: 10px solid #035B98; -} .beneficios { - display: grid; - grid-template-columns: repeat(2, 1fr); + display: flex; + flex-direction: row; + justify-content: center; + flex-wrap: wrap; padding-top: 30px; } .alterno @@ -37,9 +20,8 @@ } .list { padding: 3rem; - width: 370px; + width: 400px; height: auto; - padding-left:35%; } .sub { @@ -71,7 +53,7 @@ { display: flex; padding-top: 5rem; - padding-bottom: 5rem; + padding-bottom: 1rem; justify-content: center; gap: 9rem; } @@ -97,32 +79,9 @@ @media screen and (max-width:800px) { - .titulo - { - text-align: left; - } - .underline - { - float: left; - position: relative; - left: 5%; - } - .beneficios - { - display: flex; - flex-direction: column; - } - .list - { - position: relative; - left: -50%; - padding: 0rem; - padding-top: 4rem; - } .botones { position:relative; - left: 13%; gap: 2rem; } } diff --git a/src/pages/index.astro b/src/pages/index.astro index c35645d..996932d 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -9,13 +9,25 @@ import "../components/cssInicio/navInicio.css"; import "../components/cssInicio/contenedorBienvenida.css"; import Footer from "../components/Footer.astro"; import Inicio from "../components/Inicio.astro"; +import Titulos from "../components/Titulos.astro"; --- - - + + + + + +