Skip to content

Commit

Permalink
✨🍱 Feat: update challenge 21 link to redirect to my portfolio
Browse files Browse the repository at this point in the history
  • Loading branch information
ThesllaDev committed Sep 23, 2024
1 parent 2c33830 commit 31447c4
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

Este é um desafio proposto em um [post](https://www.instagram.com/p/ChTBg1BpLGU/) pela [Rocketseat](https://www.rocketseat.com.br/) e a [@Jakeliny](https://jakeliny.com.br/) para codar pelo menos 1 hora por dia, durante 21 dias

🌐 **Link do website**: https://21diasdecodigo-five.vercel.app/
🌐 **Link do website**: <https://21diasdecodigo-five.vercel.app/>

https://github.com/user-attachments/assets/6840cd81-1110-49bb-9bb5-26c3a5450152
<https://github.com/user-attachments/assets/6840cd81-1110-49bb-9bb5-26c3a5450152>

## 🎯 Objetivo

Expand Down Expand Up @@ -42,4 +42,4 @@ Os principais objetivos desse desafio é aprender e melhorar suas habilidades de
- [x] 18. [Desenvolva um gerador de senhas aleatórias](https://21diasdecodigo-five.vercel.app/challenges/challenge-18)
- [x] 19. [Desenvolva um site que gere imagens aleatórias utilizando a API do Unsplash](https://21diasdecodigo-five.vercel.app/challenges/challenge-19)
- [x] 20. [Desenvolva um site de emoji picker. Ao selecionar o emoji, é copiado para a área de transferência](https://21diasdecodigo-five.vercel.app/challenges/challenge-20)
- [x] 21. Desenvolva uma página para ser seu portfólio
- [x] 21. [Desenvolva uma página para ser seu portfólio](https://theslladev.vercel.app/)
2 changes: 1 addition & 1 deletion components/Menu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function Menu({ theme }) {
5: "/404",
8: "/",
13: "/",
21: "/custom-link-21",
21: "https://theslladev.vercel.app/",
};

return (
Expand Down
4 changes: 2 additions & 2 deletions components/ProjectCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ function ProjectCard({ id, title }) {
code: "https://github.com/ThesllaDev/21diasdecodigo/tree/main/pages/components/Menu.jsx",
},
21: {
demo: "#",
code: "https://github.com/ThesllaDev/21diasdecodigo/tree/main/pages/challenges/challenge-21",
demo: "https://theslladev.vercel.app/",
code: "https://github.com/ThesllaDev/portfolio",
},
};

Expand Down
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import ProjectCard from "../components/ProjectCard";

const externalLinks = {
1: "https://github.com/ThesllaDev/21diasdecodigo",
21: "#",
21: "https://theslladev.vercel.app/",
};

export default function Home() {
Expand Down
2 changes: 1 addition & 1 deletion public/data/projectsDatas.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ const projects = [
Title:
"Desenvolva um site de emoji picker. Ao selecionar o emoji, é copiado para a área de transferência",
},
{ ID: 21, Title: "Desenvolva uma página para ser seu portfólio - WIP(Work in progress)!" },
{ ID: 21, Title: "Desenvolva uma página para ser seu portfólio" },
];
export default projects;
Binary file added public/videos/demo-challenge-21.mp4
Binary file not shown.

0 comments on commit 31447c4

Please sign in to comment.