diff --git a/app/about/page.js b/app/about/page.js index f26b1cb..a962dbb 100644 --- a/app/about/page.js +++ b/app/about/page.js @@ -79,27 +79,15 @@ export default function About() { {t("about.Goals.Goal3.GoalTitle")} {t("about.Goals.Goal3.GoalBody")} - - -
- -
- {/* */} - Título de la card - - Lorem Ipsum es simplemente el texto de relleno de las imprentas y - archivos de texto. - -
-
- +
+ {t("about.Columns.sectionTitle")} -
-
+
+
{t("about.Columns.Column1.Title")} @@ -116,9 +104,9 @@ export default function About() { {t("about.Columns.Column1.Button")} -
+ -
+
{t("about.Columns.Column2.Title")} @@ -132,7 +120,7 @@ export default function About() { {t("about.Columns.Column2.Button")} -
+
diff --git a/app/design-system/page.js b/app/design-system/page.js index 31e6ba8..cf1893e 100644 --- a/app/design-system/page.js +++ b/app/design-system/page.js @@ -317,7 +317,7 @@ export default function DesignSystem(props) {
{filteredCards.map( ( - { date, route, title, author, center, description, category }, + { date, title, author, doi, center, description, category }, index ) => ( ) )} diff --git a/app/globals.css b/app/globals.css index e6edbb1..0c2e4dd 100644 --- a/app/globals.css +++ b/app/globals.css @@ -30,12 +30,7 @@ .standard_margin-y { @apply my-6 sm:my-6 md:my-8 lg:my-12 } -.standard_margin-l { - @apply mx-6 mt-2 sm:ml-8 sm:mr-0 md:ml-14 lg:ml-24 xl:ml-44 2xl:ml-60 -} -.standard_margin-r { - @apply mx-6 mt-2 sm:mr-8 sm:ml-0 md:mr-14 lg:mr-24 xl:mr-44 2xl:mr-60 -} + /*PADDINGS*/ .standard_padding { diff --git a/app/page.js b/app/page.js index a06446d..a3102ae 100644 --- a/app/page.js +++ b/app/page.js @@ -53,8 +53,13 @@ export default function Page() { {t("front.title")} - + {t("front.description")} + - Descripción de la imagen -
-
- - GING - Grupo de internet de nueva generación - -
-
- este es un degradado -
-
- - - ) -} diff --git a/components/core/Cards.jsx b/components/core/Cards.jsx index 89382b3..e526d51 100644 --- a/components/core/Cards.jsx +++ b/components/core/Cards.jsx @@ -212,7 +212,7 @@ const Card = React.forwardRef( - + {title} {author} diff --git a/components/core/Footer.jsx b/components/core/Footer.jsx index a86b834..0880cb6 100644 --- a/components/core/Footer.jsx +++ b/components/core/Footer.jsx @@ -25,10 +25,10 @@ export default function Footer(props) { ); return ( -