-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pequeños cambios en projects + arreglado fit fondo en header banners
- Loading branch information
1 parent
f79e68a
commit 18aca07
Showing
5 changed files
with
91 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
// @import ('./lib/_variables.sass') | ||
// @import ('./lib/_type.sass') | ||
.project_cards | ||
.filter_options | ||
display: flex | ||
|
||
button | ||
border-radius: 4px | ||
border-color: none | ||
.project_card | ||
.year_and_cta | ||
display: flex | ||
.date | ||
border: 1px solid black | ||
border-radius: 50px | ||
padding: .5rem 5 .2rem .5rem | ||
.date | ||
.project_info | ||
.project_title | ||
@apply text-black | ||
font-size: 1.25rem | ||
|
||
|
||
|
||
.project_subtitle |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,52 @@ | ||
export const myProjectCards = [ | ||
{ "date": "2023", | ||
"route": "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=356", | ||
"title": "Utilización de escape rooms y videojuegos educativos en la Educación Universitaria", | ||
"subtitle": "E.T.S DE ING. DE SISTEMAS INFORMÁTICOS", | ||
"tags": "tag", | ||
"category": "REG", | ||
}, | ||
{ "date": "2023", | ||
"route": "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=356", | ||
"title": "Utilización de escape rooms y videojuegos educativos en la Educación Universitaria", | ||
"subtitle": "E.T.S DE ING. DE SISTEMAS INFORMÁTICOS", | ||
"tags": "tag", | ||
"category": "ind", | ||
}, | ||
{ "date": "2023", | ||
"route": "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=356", | ||
"title": "Utilización de escape rooms y videojuegos educativos en la Educación Universitaria", | ||
"subtitle": "E.T.S DE ING. DE SISTEMAS INFORMÁTICOS", | ||
"category": "other", | ||
}, | ||
{ "date": "2023", | ||
"route": "https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=356", | ||
"title": "Utilización de escape rooms y videojuegos educativos en la Educación Universitaria", | ||
"subtitle": "E.T.S DE ING. DE SISTEMAS INFORMÁTICOS", | ||
"tags": "tag", | ||
"category": "ind", | ||
} | ||
|
||
] | ||
{ | ||
date: "2023", | ||
route: | ||
"https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=356", | ||
title: | ||
"Utilización de escape rooms y videojuegos educativos en la Educación Universitaria", | ||
subtitle: "E.T.S DE ING. DE SISTEMAS INFORMÁTICOS", | ||
tags: "tag", | ||
category: "erg", | ||
}, | ||
{ | ||
date: "2023", | ||
route: | ||
"https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=356", | ||
title: | ||
"Utilización de escape rooms y videojuegos educativos en la Educación Universitaria", | ||
subtitle: "E.T.S DE ING. DE SISTEMAS INFORMÁTICOS", | ||
tags: "tag", | ||
category: "ind", | ||
}, | ||
{ | ||
date: "2023", | ||
route: | ||
"https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=356", | ||
title: | ||
"Utilización de escape rooms y videojuegos educativos en la Educación Universitaria", | ||
subtitle: "E.T.S DE ING. DE SISTEMAS INFORMÁTICOS", | ||
tags: "tag", | ||
category: "other", | ||
}, | ||
{ | ||
date: "2023", | ||
route: | ||
"https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=356", | ||
title: | ||
"Utilización de escape rooms y videojuegos educativos en la Educación Universitaria", | ||
subtitle: "E.T.S DE ING. DE SISTEMAS INFORMÁTICOS", | ||
tags: "tag", | ||
category: "other", | ||
}, | ||
{ | ||
date: "2023", | ||
route: | ||
"https://innovacioneducativa.upm.es/mooc/informacion-mooc?idmooc=356", | ||
title: | ||
"Utilización de escape rooms y videojuegos educativos en la Educación Universitaria", | ||
subtitle: "E.T.S DE ING. DE SISTEMAS INFORMÁTICOS", | ||
tags: "tag", | ||
category: "ind", | ||
}, | ||
]; |