diff --git a/assets/events/3/banner.svg b/assets/events/3/banner.svg new file mode 100644 index 0000000..9584578 --- /dev/null +++ b/assets/events/3/banner.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/events.json b/events.json index e9c5a0e..a6a37b1 100644 --- a/events.json +++ b/events.json @@ -61,5 +61,40 @@ "https://raw.githubusercontent.com/HACK-SP-BR/events/main/assets/events/drx_hacksp/event3.jpeg", "https://raw.githubusercontent.com/HACK-SP-BR/events/main/assets/events/drx_hacksp/event4.jpeg" ] + }, + "TESTE": { + "id": "3", + "status": "upcoming", + "name": "TESTE", + "translations": { + "pt": { + "date": "teste", + "location": "teste", + "description": "teste", + "locationDescription": "teste" + }, + "en": { + "date": "test", + "location": "test", + "description": "test", + "locationDescription": "test" + } + }, + "stats": { + "participants": "17", + "projects": "4", + "duration": "15" + }, + "photos": [ + "https://raw.githubusercontent.com/HACK-SP-BR/events/main/assets/events/3/banner.svg" + ], + "locationPhotos": [ + "https://raw.githubusercontent.com/HACK-SP-BR/events/main/assets/events/3/banner.svg" + ], + "websiteUrl": "teste", + "registrationUrl": "teste", + "googleMapsUrl": "teste", + "videoUrl": "teste", + "bannerUrl": "https://raw.githubusercontent.com/HACK-SP-BR/events/main/assets/events/3/banner.svg" } } \ No newline at end of file