From 01dd062c4e23fc9c283717b73b5dd7573cf7b662 Mon Sep 17 00:00:00 2001 From: Amit Samant Date: Mon, 6 May 2024 19:02:29 +0530 Subject: [PATCH] Update configData.json --- src/data/configData.json | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/src/data/configData.json b/src/data/configData.json index cb8b707..eae819f 100644 --- a/src/data/configData.json +++ b/src/data/configData.json @@ -4,41 +4,42 @@ "events": [ { "chapterName": "Swift Bangalore", - "title": "WWDC 2024 Keynote", + "title": "Swiftbengaluru WWDC Watchparty", "imageUrl": "https://placehold.co/600x400/EEE/31343C", "category": "Watch Party", - "description": "Join us for the WWDC 2024 Keynote Watch Party in Bangalore. We will watch the Keynote together and discuss the new announcements.", - "registraionUrl": "https://www.meetup.com/", + "description": "Join us for an exhilarating evening at the WWDC 2024 Keynote and Platform State of the Union Watch Party in Bangalore! Get ready to witness the latest innovations from Apple as we watch the Keynote together, dissecting every announcement with excitement. Engage in insightful discussions with prominent developers from around the city, as they share firsthand experiences of how the previous year's APIs have propelled their app businesses forward. Plus, don't miss the share panel discussion between Bengaluru, Mumbai, and Hyderabad, where expectations for new APIs will be explored. It's an event not to be missed for tech enthusiasts and developers alike!", + "registraionUrl": "https://www.meetup.com/swiftbengaluru/", "partners": [ { "id": 1, "name": "Navi", "imageUrl": "https://navi.com/static/media/naviLogo.c2380d7b.svg" - }, - { - "id": 2, - "name": "Navi", - "imageUrl": "https://navi.com/static/media/naviLogo.c2380d7b.svg" } ], "volunteers": [ { "id": 1, - "name": "Example 1", - "imageUrl": "https://randomuser.me/api/portraits/lego/7.jpg", - "socials": "https://x.com/" + "name": "Amit Samant", + "imageUrl": "https://pbs.twimg.com/profile_images/1769619769798410240/2XrQsCdB_400x400.jpg", + "socials": "https://twitter.com/amitsamant_dev" }, { "id": 2, - "name": "Example 2", - "imageUrl": "https://randomuser.me/api/portraits/lego/7.jpg", - "socials": "https://x.com/" + "name": "Nayyan", + "imageUrl": "https://media.licdn.com/dms/image/C5603AQGCmNWBRdYMdg/profile-displayphoto-shrink_800_800/0/1606022883839?e=1720656000&v=beta&t=yFvrovXnmKDGi6EV1EJq5yJgZc9cLpSJEpe0_SCuhpU", + "socials": "https://www.linkedin.com/in/nayyanmujadiya/" }, { "id": 3, - "name": "Example 3", - "imageUrl": "https://randomuser.me/api/portraits/lego/7.jpg", - "socials": "https://x.com/" + "name": "Sinchan", + "imageUrl": "https://pbs.twimg.com/profile_images/1343615190965735424/8BZtR_hR_400x400.jpg", + "socials": "https://twitter.com/sinchanmaitri" + }, + { + "id": 3, + "name": "Gokul", + "imageUrl": "https://media.licdn.com/dms/image/C4E03AQEhHtetAWiKtw/profile-displayphoto-shrink_800_800/0/1618524417515?e=1720656000&v=beta&t=6u7P6iI2ZNTWf1t3u-afiyG0zmizpqi6zJ9NBb_pK2Q", + "socials": "https://www.linkedin.com/in/gokul-bvb/" } ] },