diff --git a/src/assets/events.json b/src/assets/events.json index 4fd28ef..b9bb456 100644 --- a/src/assets/events.json +++ b/src/assets/events.json @@ -760,5 +760,28 @@ "photo": "fabio_miranda.jpeg" } ] + }, + { + "id": 70, + "title": "Evento online, no canal do Youtube", + "date": "30 de julho", + "primaryColor": "darkOrange", + "secondaryColor": "gold", + "talks": [ + { + "subtitle": "TALK #1", + "title": "Cypress - escrevendo testes e2e no Front End", + "speaker": "Natália Luiza", + "description": "", + "photo": "natalia_luiza.jpeg" + }, + { + "subtitle": "TALK #2", + "title": "Angular Moderno - O que tá acontecendo?", + "speaker": "Fabio Miranda", + "description": "Nessa talk irei falar do histórico de mudanças do Angular, qual caminho o framework está tomando e o que podemos esperar do futuro.", + "photo": "fabio_miranda.jpeg" + } + ] } ] diff --git a/src/assets/photos/natalia_luiza.jpeg b/src/assets/photos/natalia_luiza.jpeg new file mode 100644 index 0000000..478c2c4 Binary files /dev/null and b/src/assets/photos/natalia_luiza.jpeg differ