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: