diff --git a/.DS_Store b/.DS_Store
new file mode 100644
index 0000000..b2e2698
Binary files /dev/null and b/.DS_Store differ
diff --git a/2023/_buildwithastro/public/images/speakers/ana-petry.jpg b/2023/_buildwithastro/public/images/speakers/ana-petry.jpg
new file mode 100644
index 0000000..761bc7c
Binary files /dev/null and b/2023/_buildwithastro/public/images/speakers/ana-petry.jpg differ
diff --git a/2023/_buildwithastro/public/images/speakers/daniel-castro.png b/2023/_buildwithastro/public/images/speakers/daniel-castro.png
new file mode 100644
index 0000000..a69a83d
Binary files /dev/null and b/2023/_buildwithastro/public/images/speakers/daniel-castro.png differ
diff --git a/2023/_buildwithastro/public/images/speakers/matheus-sunderhus.jpeg b/2023/_buildwithastro/public/images/speakers/matheus-sunderhus.jpeg
new file mode 100644
index 0000000..c6f9c36
Binary files /dev/null and b/2023/_buildwithastro/public/images/speakers/matheus-sunderhus.jpeg differ
diff --git a/2023/_buildwithastro/src/components/Schedule.astro b/2023/_buildwithastro/src/components/Schedule.astro
index f1a55c3..d305621 100644
--- a/2023/_buildwithastro/src/components/Schedule.astro
+++ b/2023/_buildwithastro/src/components/Schedule.astro
@@ -38,11 +38,12 @@
- 16:15
+ 17:00
diff --git a/2023/_buildwithastro/src/pages/index.astro b/2023/_buildwithastro/src/pages/index.astro
index bf48caf..e03983f 100644
--- a/2023/_buildwithastro/src/pages/index.astro
+++ b/2023/_buildwithastro/src/pages/index.astro
@@ -34,9 +34,30 @@ const speakers = [
{
name: 'Robson Júnior',
img: '/images/speakers/robson-junior.jpeg',
- user: '@robsongajunior',
- link: 'https://github.com/robsongajunior',
+ user: 'robsonjunior.dev',
+ link: 'https://www.robsonjunior.dev/sobre/',
bio: 'Robson Júnior atua como Senior Software Engineer na empresa Azion Technologies no time UX Engineering. Passou também pelos times: Experience Engineering, Marketing Engineering, Core Services e anteriormente focado em aplicaçao RUM (Real User Monitoring/Measuring) pelo time de Routing Services. Possui também histórico na empresa Terra Networks no time de Tecnologia em Porto Alegre. Lá passou por experiências nos times de: SVA, Tecnologia Portal, Entertenimento e Tecnologia de E-mail. Como último passo, teve a oportunidade fazer parte da criação do primeiro time Full Dev-Ops.'
+ },
+ {
+ name: 'Matheus Sunderhus',
+ img: '/images/speakers/matheus-sunderhus.jpeg',
+ user: 'matheus-sunderhus',
+ link: 'https://www.linkedin.com/in/matheus-sunderhus/',
+ bio: 'Me chamo Matheus Sunderhus, natural de Vitória-ES, moro em POA há mais de 7 anos. Apaixonado por tecnologia, busco aprender e retribuir à comunidade frontend conhecimentos sobre desenvolvimento de software, novas tecnologias, arquitetura limpa e testes. E se você quer saber um pouco mais sobre minha jornada atual, estou atuando como desenvolvedor Sênior na AZION.'
+ },
+ {
+ name: 'Daniel Castro',
+ img: '/images/speakers/daniel-castro.png',
+ user: 'danieldcs.com',
+ link: 'https://danieldcs.com/',
+ bio: 'Sou um Desenvolvedor Full Stack, trabalho com tecnologia desde 2006, graduado em computação, AWS Certified Professional, pós-graduando de Arquitetura de Sistemas Distribuídos pela PUC Minas, professor e empreendedor.'
+ },
+ {
+ name: 'Ana Petry',
+ img: '/images/speakers/ana-petry.jpg',
+ user: 'anapaulaspetry',
+ link: 'https://www.linkedin.com/in/anapaulaspetry/',
+ bio: 'A Ana é co-founder e designer da bohr.io. Arquiteta de formação, migrou para a área de UI/UX Design e estuda constantemente as melhores estratégias para entregar tecnologia de ponta em um formato elegante e de fácil abstração.'
}
];
---