Skip to content

Commit

Permalink
Add Google Calendar Appointment Scheduling from mentoria.md
Browse files Browse the repository at this point in the history
  • Loading branch information
endersonmenezes committed Oct 1, 2024
1 parent 71b13c5 commit 23ba263
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion docs/quero/mentoria.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,26 @@ As mentorias e aulas particulares serão realizadas online, através de ferramen

| Turma | Mentor | Foco | Disponibilidade |
| ----- | ------ | ---- | --------------- |
| DevOps e Iniciantes | Enderson Menezes | Conversar sobre carreira em tecnologia, dia a dia, ferramentas, dicas e atividades de projetos para acompanhamento. | Segundas das 19h às 21h |
| DevOps e Iniciantes | Enderson Menezes | Conversar sobre carreira em tecnologia, dia a dia, ferramentas, dicas e atividades de projetos para acompanhamento. | Segundas das 19h às 21h |
| Frontend e Arquitetura | Guilherme Siquinelli | Mentoria para quem está com os primeiros passos em Frontend e também para quem quer entender sobre arquitetura. | Quarta das 19h às 21h |
| Backend e .NET | Matheus Luis | Para pessoas que desejam aprender e seguir carreira dentro do Ambiente .NET | Segunda, Quarta e Sexta das 19h às 20h |
| Como organizar eventos na sua cidade | [Ivo Batistela](https://github.com/byivo) | Mentoria para quem quer organizar um evento na sua própria cidade | Segunda à Sexta, 18h às 18:30h |
| Frontend e ReactJS | [Rebecca](https://github.com/orgs/codaqui/people/rebeccaaaaaaaaaaa) | Mentoria para quem quer aprender mais sobre front e também framework React | Sextas às 19h |

<!-- Google Calendar Appointment Scheduling begin -->
<link href="https://calendar.google.com/calendar/scheduling-button-script.css" rel="stylesheet">
<script src="https://calendar.google.com/calendar/scheduling-button-script.js" async></script>
<script>
(function() {
var target = document.currentScript;
window.addEventListener('load', function() {
calendar.schedulingButton.load({
url: 'https://calendar.google.com/calendar/appointments/AcZssZ3ofYNXgj7RZo-JvhnBpBxo5kryoqul_raZzhg=?gv=true',
color: '#33B679',
label: 'Agendar um compromisso',
target,
});
});
})();
</script>
<!-- end Google Calendar Appointment Scheduling -->

0 comments on commit 23ba263

Please sign in to comment.