Skip to content

Commit

Permalink
config details updated with mock details
Browse files Browse the repository at this point in the history
  • Loading branch information
jwala-anirudh committed May 6, 2024
1 parent 2f97536 commit ad4e9e4
Showing 1 changed file with 81 additions and 17 deletions.
98 changes: 81 additions & 17 deletions src/data/configData.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,96 @@
{
"heroTitle": "Watch Party Around India 🇮🇳",
"heroDescription": "Gathering of passionate developer watching the WWDC Keynote and Platform State of Union Together, in Bengaluru, Mumbai, and Hydrabad.",
"heroDescription": "Gathering of passionate developer watching the WWDC Keynote and Platform State of Union Together, in Bangalore, Mumbai, and Hyderabad.",
"events": [
{
"chapterName": "Swift Bengaluru",
"title": "WWDC 2021 Keynote Watch Party",
"imageUrl": "https://avatars.githubusercontent.com/u/25549847?v=4",
"chapterName": "Swift Bangalore",
"title": "WWDC 2024 Keynote",
"imageUrl": "https://placehold.co/600x400/EEE/31343C",
"category": "Watch Party",
"description": "Join us for the WWDC 2021 Keynote Watch Party in Bengaluru. We will watch the Keynote together and discuss the new announcements.",
"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/",
"partners": [
{
"name": "NSIndia",
"logo": "./images/sponsors/navi.png"
"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/"
},
{
"id": 2,
"name": "Example 2",
"imageUrl": "https://randomuser.me/api/portraits/lego/7.jpg",
"socials": "https://x.com/"
},
{
"id": 3,
"name": "Example 3",
"imageUrl": "https://randomuser.me/api/portraits/lego/7.jpg",
"socials": "https://x.com/"
}
]
},
{
"chapterName": "Swift Mumbai",
"title": "WWDC 2024 Keynote",
"imageUrl": "https://placehold.co/600x400/EEE/31343C",
"category": "Watch Party",
"description": "Join us for the WWDC 2024 Keynote Watch Party in Mumbai. We will watch the Keynote together and discuss the new announcements.",
"registraionUrl": "https://www.meetup.com/",
"partners": [
{
"id": 1,
"name": "Navi",
"imageUrl": "https://navi.com/static/media/naviLogo.c2380d7b.svg"
}
],
"volunteers": [
{
"id": 1,
"name": "Example 1",
"github": "https://avatars.githubusercontent.com/u/25549847?v=4"
"imageUrl": "https://randomuser.me/api/portraits/lego/7.jpg",
"socials": "https://x.com/"
},
{
"id": 2,
"name": "Example 2",
"github": "https://avatars.githubusercontent.com/u/25549847?v=4"
"imageUrl": "https://randomuser.me/api/portraits/lego/7.jpg",
"socials": "https://x.com/"
}
]
},
{
"chapterName": "Swift Hyderabad",
"title": "WWDC 2024 Keynote",
"imageUrl": "https://placehold.co/600x400/EEE/31343C",
"category": "Watch Party",
"description": "Join us for the WWDC 2024 Keynote Watch Party in Hyderabad. We will watch the Keynote together and discuss the new announcements.",
"registraionUrl": "https://www.meetup.com/",
"partners": [
{
"id": 1,
"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/"
}
]
}
Expand All @@ -33,22 +99,20 @@
{
"id": 1,
"name": "Example 1",
"imageUrl": "https://avatars.githubusercontent.com/u/25549847?v=4"
"imageUrl": "https://randomuser.me/api/portraits/lego/7.jpg",
"socials": "https://x.com/"
},
{
"id": 2,
"name": "Example 2",
"imageUrl": "https://avatars.githubusercontent.com/u/25549847?v=4"
"imageUrl": "https://randomuser.me/api/portraits/lego/7.jpg",
"socials": "https://x.com/"
},
{
"id": 3,
"name": "Example 3",
"imageUrl": "https://avatars.githubusercontent.com/u/25549847?v=4"
},
{
"id": 4,
"name": "Example 4",
"imageUrl": "https://avatars.githubusercontent.com/u/25549847?v=4"
"imageUrl": "https://randomuser.me/api/portraits/lego/7.jpg",
"socials": "https://x.com/"
}
]
}

0 comments on commit ad4e9e4

Please sign in to comment.