Skip to content

Commit

Permalink
team fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lauralog committed Jun 24, 2024
1 parent fec82e9 commit 8d30de9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 19 deletions.
6 changes: 4 additions & 2 deletions app/globals.sass
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
@import './sass/main.scss'
@import './sass/lib/_type.sass'
@import './sass/lib/_variables.sass'
@import './sass/lib/_mixins.sass'
@import './sass/partials/_contact.sass'
@import './sass/partials/_courses.sass'
@import './sass/partials/_projects.sass'
@import './sass/partials/_team.sass'
@import './sass/partials/_tools.sass'
@import './sass/partials/_publications.sass'
@import './sass/lib/_type.sass'
@import './sass/lib/_variables.sass'


@tailwind base
@tailwind components
Expand Down
34 changes: 17 additions & 17 deletions constants/team.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const myteam = {
position: "IP1",
translationKey: "",
// "description":"description",
photo: "/assets/img/team/avatar.jpg",
photo: "/assets/img/team/avatar.png",
// "github":"github",
// "email": "mail",
center: "UC3M",
Expand All @@ -19,7 +19,7 @@ export const myteam = {
position: "IP2",
translationKey: "",
// "description":"description",
photo: "/assets/img/team/avatar.jpg",
photo: "/assets/img/team/avatar.png",
// "github":"github",
// "email": "mail",
center: "UC3M",
Expand All @@ -30,7 +30,7 @@ export const myteam = {
position: "",
translationKey: "",
// "description":"description",
photo: "/assets/img/team/avatar.jpg",
photo: "/assets/img/team/avatar.png",
// "github":"github",
// "email": "mail",
center: "UC3M",
Expand All @@ -41,7 +41,7 @@ export const myteam = {
position: "",
translationKey: "",
// "description":"description",
photo: "/assets/img/team/avatar.jpg",
photo: "/assets/img/team/avatar.png",
// "github":"github",
// "email": "mail",
center: "UC3M",
Expand All @@ -52,7 +52,7 @@ export const myteam = {
position: "",
translationKey: "",
// "description":"description",
photo: "/assets/img/team/avatar.jpg",
photo: "/assets/img/team/avatar.png",
// "github":"github",
// "email": "mail",
center: "UC3M",
Expand All @@ -63,7 +63,7 @@ export const myteam = {
position: "",
translationKey: "",
// "description":"description",
photo: "/assets/img/team/avatar.jpg",
photo: "/assets/img/team/avatar.png",
// "github":"github",
// "email": "mail",
center: "UC3M",
Expand All @@ -74,7 +74,7 @@ export const myteam = {
position: "PhD candidate",
translationKey: "",
// "description":"description",
photo: "/assets/img/team/avatar.jpg",
photo: "/assets/img/team/avatar.png",
// "github":"github",
// "email": "mail",
center: "UC3M",
Expand All @@ -85,7 +85,7 @@ export const myteam = {
position: "PhD candidate",
translationKey: "",
// "description":"description",
photo: "/assets/img/team/avatar.jpg",
photo: "/assets/img/team/avatar.png",
// "github":"github",
// "email": "mail",
center: "UC3M",
Expand All @@ -96,7 +96,7 @@ export const myteam = {
position: "PhD candidate",
translationKey: "",
// "description":"description",
photo: "/assets/img/team/avatar.jpg",
photo: "/assets/img/team/avatar.png",
// "github":"github",
// "email": "mail",
center: "UC3M",
Expand All @@ -107,7 +107,7 @@ export const myteam = {
position: "PhD candidate",
translationKey: "",
// "description":"description",
photo: "/assets/img/team/avatar.jpg",
photo: "/assets/img/team/avatar.png",
// "github":"github",
// "email": "mail",
center: "UC3M",
Expand All @@ -118,7 +118,7 @@ export const myteam = {
position: "PhD candidate",
translationKey: "",
// "description":"description",
photo: "/assets/img/team/avatar.jpg",
photo: "/assets/img/team/avatar.png",
// "github":"github",
// "email": "mail",
center: "UC3M",
Expand All @@ -129,7 +129,7 @@ export const myteam = {
position: "PhD candidate",
translationKey: "",
// "description":"description",
photo: "/assets/img/team/avatar.jpg",
photo: "/assets/img/team/avatar.png",
// "github":"github",
// "email": "mail",
center: "UC3M",
Expand All @@ -140,7 +140,7 @@ export const myteam = {
position: "PhD Student 1",
translationKey: "",
// "description":"description",
photo: "/assets/img/team/avatar.jpg",
photo: "/assets/img/team/avatar.png",
// "github":"github",
// "email": "mail",
center: "UC3M",
Expand All @@ -151,7 +151,7 @@ export const myteam = {
position: "PhD Student 2",
translationKey: "",
// "description":"description",
photo: "/assets/img/team/avatar.jpg",
photo: "/assets/img/team/avatar.png",
// "github":"github",
// "email": "mail",
center: "UC3M",
Expand All @@ -162,7 +162,7 @@ export const myteam = {
position: "Full-Time Technician 1",
translationKey: "",
// "description":"description",
photo: "/assets/img/team/avatar.jpg",
photo: "/assets/img/team/avatar.png",
// "github":"github",
// "email": "mail",
center: "UC3M",
Expand Down Expand Up @@ -298,7 +298,7 @@ export const myteam = {
translationKey: "",
description:
"",
photo: "/assets/img/team/avatar.jpg",
photo: "/assets/img/team/avatar.png",
github: "",
email: "",
center: "E.T.S. de ingenieros de telecomunicacion",
Expand Down Expand Up @@ -334,7 +334,7 @@ export const myteam = {
translationKey: "",
description:
"",
photo: "/assets/img/team/avatar.jpg",
photo: "/assets/img/team/avatar.png",
github: "",
email: "",
center: "E.T.S. de ingenieros de telecomunicacion",
Expand Down

0 comments on commit 8d30de9

Please sign in to comment.