From 627601ba90963d71a7f7492b302247b91c46b58d Mon Sep 17 00:00:00 2001 From: Luiz Date: Fri, 7 Jul 2023 23:33:57 -0300 Subject: [PATCH] =?UTF-8?q?ajuste=20do=20tamanho=20do=20avatar=20e=20separ?= =?UTF-8?q?a=C3=A7=C3=A3o=20dos=20colaboradores?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ProjectCard.astro | 6 +++-- .../people/luiz-fernando-20231370027.md | 2 +- src/content/projects/securitas-tech.md | 3 +++ src/pages/codes/[project].astro | 25 +++++++++++++------ 4 files changed, 26 insertions(+), 10 deletions(-) diff --git a/src/components/ProjectCard.astro b/src/components/ProjectCard.astro index cb478fc..c7c3af4 100644 --- a/src/components/ProjectCard.astro +++ b/src/components/ProjectCard.astro @@ -28,7 +28,9 @@ const projectId = getProjectId(project); src={project.data.preview ?? '/projects/imgs/project-placeholder.png'} class="animate-pulse bg-gray-300 object-cover w-full h-[200px] md:h-[150px] hover:scale-105 transition duration-500" alt={project.data.name} - onload="this.onload=null;this.classList.remove('animate-pulse');" + onload=" + this.onload = null; this.classList.remove('animate-pulse'); +" onerror="this.onerror=null;this.classList.remove('animate-pulse', 'bg-neutral-400');this.src='/projects/imgs/project-placeholder.png';" /> @@ -48,7 +50,7 @@ const projectId = getProjectId(project); src={`${person.data.avatar}?size=32`} alt={person.data.name.full} title={person.data.name.full} - class="rounded-full" + class="rounded-full w-8" /> diff --git a/src/content/people/luiz-fernando-20231370027.md b/src/content/people/luiz-fernando-20231370027.md index 11a99a4..4dfe2a9 100644 --- a/src/content/people/luiz-fernando-20231370027.md +++ b/src/content/people/luiz-fernando-20231370027.md @@ -3,7 +3,7 @@ id: 20231370027 name: compact: Luiz Fernando full: Luiz Fernando de Albuquerque Gomes -avatar: +avatar: https://github.com/LuizFernando12.png occupations: - id: 20231370027 type: student diff --git a/src/content/projects/securitas-tech.md b/src/content/projects/securitas-tech.md index ba6ba40..060b9a4 100644 --- a/src/content/projects/securitas-tech.md +++ b/src/content/projects/securitas-tech.md @@ -1,3 +1,4 @@ +--- name: Securitas Tech description: Portal para uma empresa de tecnologia e segurança digital apaixonada por conectar pessoas e garantir que todos possam explorar as oportunidades do mundo digital com confiança. preview: https://raw.githubusercontent.com/lucaskaiquee/Projeto_LM/main/Securitas-tech_resized.png @@ -15,4 +16,6 @@ tags: - tailwind owners: - 20231370019 + - 20231370027 + - 20231370006 --- diff --git a/src/pages/codes/[project].astro b/src/pages/codes/[project].astro index d7e75bd..586feb1 100644 --- a/src/pages/codes/[project].astro +++ b/src/pages/codes/[project].astro @@ -86,13 +86,24 @@ const category = project.data.category as ProjectProps['category']; }
Colaboradores:
- { - people.map((person) => ( - - {person.data.name.compact} - - )) - } +
Tags: