Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added src/assets/images/criando-minhas-interfaces.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/ideias.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/posts/mockAuthor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const mockAuthor = [
id: 1,
name: "Leticia Dias",
description:
"Atualmente, trabalho como desenvolvedora full stack. Recentemente, atuei como desenvolvedora frontend react em um projeto e, anteriormente, fui professora no curso técnico de informática para internet, onde tinha como missão preparar os alunos para o mercado de trabalho.",
"Sou desenvolvedora full stack com foco atual em frontend e, nos últimos tempos, me aventurando no universo do design de interfaces. Já atuei como instrutora no curso técnico de informática, onde tive a missão de preparar alunos para o mercado de trabalho. Além do código, sou apaixonada por filmes, séries, animes e tenho um lugar especial no coração para o k-pop.",
image: image1,
},
{
Expand Down
5 changes: 5 additions & 0 deletions src/components/posts/mockPost.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import image5 from "../../assets/images/challenge-shopping-cart.png";
import image6 from "../../assets/images/thumbnail-dev-frontend.jpg";
import image7 from "../../assets/images/errando-que-se-aprende.jpg";
import image8 from "../../assets/images/pratique-como-ser-um-dev.jpg";
import image9 from "../../assets/images/criando-minhas-interfaces.jpg";

export const mockPost = [
{
Expand Down Expand Up @@ -89,4 +90,8 @@ export const mockPost = [
id: 9,
coverImage: image8,
},
{
id: 10,
coverImage: image9,
},
];
Loading