-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Coder Camp): add schedule component
- Loading branch information
1 parent
eacd268
commit 801062f
Showing
3 changed files
with
7,671 additions
and
2,906 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,172 @@ | ||
[ | ||
{ | ||
"name": "Segunda", | ||
"activities": | ||
[ | ||
{ | ||
"title": "🧑💻 Projeto 🧑💻", | ||
"hours": "09h00 - 10h30" | ||
}, | ||
{ | ||
"title": "🥐 Lanche 🥐", | ||
"hours": "10h30 - 11h00" | ||
}, | ||
{ | ||
"title": "👩💻 Projeto 👩💻", | ||
"hours": "11h00 - 12h30" | ||
}, | ||
{ | ||
"title": "🍱 Almoço 🍱", | ||
"hours": "12h30 - 14h00" | ||
}, | ||
{ | ||
"title": "🤖 Torneio Lightbot IRL 🤖", | ||
"hours": "14h00 - 16h00" | ||
}, | ||
{ | ||
"title": "☕ Lanche ☕", | ||
"hours": "16h00 - 16h30" | ||
}, | ||
{ | ||
"title": "0️⃣ Circuitos Logicos 1️⃣", | ||
"hours": "16h30 - 17h30" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "Terça", | ||
"activities": | ||
[ | ||
{ | ||
"title": "🧑💻 Projeto 🧑💻", | ||
"hours": "09h00 - 10h30" | ||
}, | ||
{ | ||
"title": "🥐 Lanche 🥐", | ||
"hours": "10h30 - 11h00" | ||
}, | ||
{ | ||
"title": "👩💻 Projeto 👩💻", | ||
"hours": "11h00 - 12h30" | ||
}, | ||
{ | ||
"title": "🍱 Almoço 🍱", | ||
"hours": "12h30 - 14h00" | ||
}, | ||
{ | ||
"title": "🧨 Conversa Antidetonante 🧨", | ||
"hours": "14h00 - 16h00" | ||
}, | ||
{ | ||
"title": "☕ Lanche ☕", | ||
"hours": "16h00 - 16h30" | ||
}, | ||
{ | ||
"title": "✂️ Origami ✂️", | ||
"hours": "16h30 - 17h30" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "Quarta", | ||
"activities": | ||
[ | ||
{ | ||
"title": "🧑💻 Projeto 🧑💻", | ||
"hours": "09h00 - 10h30" | ||
}, | ||
{ | ||
"title": "🥐 Lanche 🥐", | ||
"hours": "10h30 - 11h00" | ||
}, | ||
{ | ||
"title": "👩💻 Projeto 👩💻", | ||
"hours": "11h00 - 12h30" | ||
}, | ||
{ | ||
"title": "🍱 Almoço 🍱", | ||
"hours": "12h30 - 14h00" | ||
}, | ||
{ | ||
"title": "📝 Peddy Paper 📝", | ||
"hours": "14h00 - 16h00" | ||
}, | ||
{ | ||
"title": "☕ Lanche ☕", | ||
"hours": "16h00 - 16h30" | ||
}, | ||
{ | ||
"title": "🎲 Jogos de Tabuleiro 🎲", | ||
"hours": "16h30 - 17h30" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "Quinta", | ||
"activities": | ||
[ | ||
{ | ||
"title": "🧑💻 Projeto 🧑💻", | ||
"hours": "09h00 - 10h30" | ||
}, | ||
{ | ||
"title": "🥐 Lanche 🥐", | ||
"hours": "10h30 - 11h00" | ||
}, | ||
{ | ||
"title": "👩💻 Projeto 👩💻", | ||
"hours": "11h00 - 12h30" | ||
}, | ||
{ | ||
"title": "🍱 Almoço 🍱", | ||
"hours": "12h30 - 14h00" | ||
}, | ||
{ | ||
"title": "🐾 ScoobyDojo 🐾", | ||
"hours": "14h00 - 16h00" | ||
}, | ||
{ | ||
"title": "☕ Lanche ☕", | ||
"hours": "16h00 - 16h30" | ||
}, | ||
{ | ||
"title": "🃏 Ordena o Baralho 🃏", | ||
"hours": "16h30 - 17h30" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "Sexta", | ||
"activities": | ||
[ | ||
{ | ||
"title": "🧑💻 Projeto 🧑💻", | ||
"hours": "09h00 - 10h30" | ||
}, | ||
{ | ||
"title": "🥐 Lanche 🥐", | ||
"hours": "10h30 - 11h00" | ||
}, | ||
{ | ||
"title": "👩💻 Projeto 👩💻", | ||
"hours": "11h00 - 12h30" | ||
}, | ||
{ | ||
"title": "🍱 Almoço 🍱", | ||
"hours": "12h30 - 14h00" | ||
}, | ||
{ | ||
"title": "🚀 Among Us 🚀", | ||
"hours": "14h00 - 16h00" | ||
}, | ||
{ | ||
"title": "☕ Lanche ☕", | ||
"hours": "16h00 - 16h30" | ||
}, | ||
{ | ||
"title": "⚙️ Linha de Montagem ⚙️", | ||
"hours": "16h30 - 17h30" | ||
} | ||
] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.