Skip to content

Commit

Permalink
página de exercícios e próximos passos
Browse files Browse the repository at this point in the history
  • Loading branch information
luizchaves committed Mar 3, 2024
1 parent 9ff5acf commit a5d3159
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ export const CLASSNOTE_SLUGS = [
'css/transition',
'css/animation',
'library/introduction-bootstrap',
'extra/exercises',
'extra/next-steps',
];

export const MENU = [
Expand Down
15 changes: 15 additions & 0 deletions src/content/classnotes/extra/exercises/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Exercícios
---

# {frontmatter.title}

- [Exercícios](https://ifpb.github.io/exercises/)
- [Hipertexto](https://ifpb.github.io/exercises/problems/marca%C3%A7%C3%A3o/1/)
- [hello-world](https://ifpb.github.io/exercises/problems/web-markup-hello-world/)
- [curriculum-simple](https://ifpb.github.io/exercises/problems/web-markup-curriculum-simple/)
- [curriculum-sumary](https://ifpb.github.io/exercises/problems/web-markup-curriculum-sumary/)
- [Estilo](https://ifpb.github.io/exercises/problems/estilo/1/)
- [hello-world](https://ifpb.github.io/exercises/problems/web-style-hello-world/)
- [curriculum](https://ifpb.github.io/exercises/problems/web-style-curriculum-text/)
- [curriculum-icon](https://ifpb.github.io/exercises/problems/web-style-curriculum-icon/)
12 changes: 12 additions & 0 deletions src/content/classnotes/extra/next-steps/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Próximos Passos
---

# {frontmatter.title}

- Roadmap
- [Developer Roadmaps](https://roadmap.sh/)
- [Frontend Developer](https://roadmap.sh/frontend)
- [Design System](https://roadmap.sh/design-system)
- [Backend Developer](https://roadmap.sh/backend)
- [Full Stack Developer](https://roadmap.sh/full-stack)

0 comments on commit a5d3159

Please sign in to comment.