From e0c779a43450aa72401be4c1b6c413ab4b359325 Mon Sep 17 00:00:00 2001 From: Anirudh Jwala Date: Mon, 10 Jun 2024 00:51:28 +0530 Subject: [PATCH] ordering fix --- src/components/About.tsx | 52 +++++++++++----------- src/components/Hero.tsx | 4 +- src/components/Organisers.tsx | 12 ++--- src/components/PanelDiscussion.tsx | 70 +++++++++++++++--------------- src/components/RegisterEvent.tsx | 20 ++++----- src/components/Speakers.tsx | 20 ++++----- 6 files changed, 89 insertions(+), 89 deletions(-) diff --git a/src/components/About.tsx b/src/components/About.tsx index 4e06215..adb458b 100644 --- a/src/components/About.tsx +++ b/src/components/About.tsx @@ -89,6 +89,31 @@ const About = () => { }, ], }, + { + id: 5, + name: "Swift Hyderabad", + icon: swiftHyderabad, + voulenteers: [ + { + id: 11, + name: "Ranga Reddy", + designation: "Senior Software Engineer", + company: "", + imageSrc: leader10, + linkedIn: "", + twitter: "", + }, + { + id: 12, + name: "Anirudh Jwala", + designation: "Senior Software Engineer", + company: "IRIS", + imageSrc: leader11, + linkedIn: "", + twitter: "", + }, + ], + }, { id: 4, name: "Swift Bengaluru", @@ -123,31 +148,6 @@ const About = () => { }, ], }, - { - id: 5, - name: "Swift Hyderabad", - icon: swiftHyderabad, - voulenteers: [ - { - id: 11, - name: "Ranga Reddy", - designation: "Senior Software Engineer", - company: "", - imageSrc: leader10, - linkedIn: "", - twitter: "", - }, - { - id: 12, - name: "Anirudh Jwala", - designation: "Senior Software Engineer", - company: "IRIS", - imageSrc: leader11, - linkedIn: "", - twitter: "", - }, - ], - }, ]; return ( @@ -160,7 +160,7 @@ const About = () => {

Watch Party Around India is a collaborative initiative by the Swift - communities of Bengaluru, Mumbai, Hyderabad, Delhi, and Ahmedabad. Our + communities of Delhi, Ahmedabad, Mumbai, Hyderabad and Bengaluru. Our mission is to unite and uplift the Indian Apple developer community through shared learning and networking. This event marks the first inter-city gathering in India focused on Apple's development diff --git a/src/components/Hero.tsx b/src/components/Hero.tsx index 7c79c70..bce9304 100644 --- a/src/components/Hero.tsx +++ b/src/components/Hero.tsx @@ -19,8 +19,8 @@ const Hero = () => {

- Join us for the Watch Party Around India in Ahmedabad, Delhi, Mumbai, - Bengaluru, and Hyderabad! Watch the unveiling of the latest Apple + Join us for the Watch Party Around India in Delhi, Ahmedabad, Mumbai, + Hyderabad and Bengaluru! Watch the unveiling of the latest Apple platforms, technologies, and tools together and discuss. Engage and connect with the developer community of India.
diff --git a/src/components/Organisers.tsx b/src/components/Organisers.tsx index 1ee945b..9d3b95c 100644 --- a/src/components/Organisers.tsx +++ b/src/components/Organisers.tsx @@ -17,22 +17,22 @@ const Organisers = () => { name: "Swift Mumbai", icon: swiftMumbai, }, - { - id: 4, - name: "Swift Bengaluru", - icon: swiftBengaluru, - }, { id: 5, name: "Swift Hyderabad", icon: swiftHyderabad, }, + { + id: 4, + name: "Swift Bengaluru", + icon: swiftBengaluru, + }, ]; return (

- organised by + Organised by
diff --git a/src/components/PanelDiscussion.tsx b/src/components/PanelDiscussion.tsx index c155933..94410ff 100644 --- a/src/components/PanelDiscussion.tsx +++ b/src/components/PanelDiscussion.tsx @@ -11,6 +11,26 @@ import panelist10 from "../assets/images/panelists/10.svg"; const PanelDiscussion = () => { const listOfSpeakers = [ + { + id: 3, + name: "Kishan Raja", + designation: "Sr. iOS Engineer", + company: "HyperlinkInfoSystem", + location: "Swift Ahmedabad", + imageSrc: panelist03, + linkedIn: "https://www.linkedin.com/in/raja-kishan", + twitter: "", + }, + { + id: 4, + name: "Maulesh Vyas", + designation: "Sr. iOS Engineer", + company: "CricHeroes", + location: "Swift Ahmedabad", + imageSrc: panelist04, + linkedIn: "https://www.linkedin.com/in/mauleshvyas", + twitter: "https://x.com/mauleshvyas", + }, { id: 1, name: "Ajay Bhanushali", @@ -32,24 +52,24 @@ const PanelDiscussion = () => { twitter: "", }, { - id: 3, - name: "Kishan Raja", - designation: "Sr. iOS Engineer", - company: "HyperlinkInfoSystem", - location: "Swift Ahmedabad", - imageSrc: panelist03, - linkedIn: "https://www.linkedin.com/in/raja-kishan", + id: 9, + name: "Supriya Gunda", + designation: "SDE-IV", + company: "NativeX EdTech", + location: "Swift Hyderabad", + imageSrc: panelist09, + linkedIn: "https://www.linkedin.com/in/gundasupriya/", twitter: "", }, { - id: 4, - name: "Maulesh Vyas", - designation: "Sr. iOS Engineer", - company: "CricHeroes", - location: "Swift Ahmedabad", - imageSrc: panelist04, - linkedIn: "https://www.linkedin.com/in/mauleshvyas", - twitter: "https://x.com/mauleshvyas", + id: 10, + name: "Nikhil Soni", + designation: "Founder of InfinityVerse", + company: "Recognised Apple Swift Teacher, Mentor", + location: "Swift Hyderabad", + imageSrc: panelist10, + linkedIn: "https://www.linkedin.com/in/nikhilsoni1302", + twitter: "https://x.com/nick_soninikhil", }, { id: 5, @@ -91,26 +111,6 @@ const PanelDiscussion = () => { linkedIn: "https://www.linkedin.com/in/shubham0812/", twitter: "https://x.com/Shubham_iosdev", }, - { - id: 9, - name: "Supriya Gunda", - designation: "SDE-IV", - company: "NativeX EdTech", - location: "Swift Hyderabad", - imageSrc: panelist09, - linkedIn: "https://www.linkedin.com/in/gundasupriya/", - twitter: "", - }, - { - id: 10, - name: "Nikhil Soni", - designation: "Founder of InfinityVerse", - company: "Recognised Apple Swift Teacher, Mentor", - location: "Swift Hyderabad", - imageSrc: panelist10, - linkedIn: "https://www.linkedin.com/in/nikhilsoni1302", - twitter: "https://x.com/nick_soninikhil", - }, ]; return ( diff --git a/src/components/RegisterEvent.tsx b/src/components/RegisterEvent.tsx index 8268f88..661d108 100644 --- a/src/components/RegisterEvent.tsx +++ b/src/components/RegisterEvent.tsx @@ -30,22 +30,22 @@ const RegisterEvent = () => { bgColor: "bg-[#FB7C06]", buttonText: "Register", }, - { - id: 4, - venueName: "Benagluru Venue", - location: "Swiggy HO, Devarabisanahalli, Bellandur, Bengaluru - 560103", - registrationUrl: - "https://www.meetup.com/swiftbengaluru/events/300922614/?utm_medium=referral&utm_campaign=share-btn_savedevents_share_modal&utm_source=link", - textColor: "text-[#0ECDC1]", - bgColor: "bg-[#0ECDC1]", - buttonText: "Register", - }, { id: 5, venueName: "Hyderabad Venue", location: "Draper Startup House Hyderabad, Rajiv gandhi Nagar, Gachibowli, Hyderabad", registrationUrl: "https://lu.ma/cmbd8h87", + textColor: "text-[#0ECDC1]", + bgColor: "bg-[#0ECDC1]", + buttonText: "Register", + }, + { + id: 4, + venueName: "Bengaluru Venue", + location: "Swiggy HO, Devarabisanahalli, Bellandur, Bengaluru - 560103", + registrationUrl: + "https://www.meetup.com/swiftbengaluru/events/300922614/?utm_medium=referral&utm_campaign=share-btn_savedevents_share_modal&utm_source=link", textColor: "text-[#6900EE]", bgColor: "bg-[#6900EE]", buttonText: "Register", diff --git a/src/components/Speakers.tsx b/src/components/Speakers.tsx index 7cc5324..3641ad9 100644 --- a/src/components/Speakers.tsx +++ b/src/components/Speakers.tsx @@ -8,16 +8,6 @@ import speaker07 from "../assets/images/speakers/07.svg"; const Speakers = () => { const listOfSpeakers = [ - { - id: 1, - name: "Nishant Desai", - designation: "iOS Engineer", - company: "PSPDFKit", - location: "Swift Mumbai", - imageSrc: speaker01, - linkedIn: "https://www.linkedin.com/in/nishantdesai1", - twitter: "https://x.com/nish_desai", - }, { id: 2, name: "Dishant Nagpal", @@ -28,6 +18,16 @@ const Speakers = () => { linkedIn: "https://www.linkedin.com/in/dishant-nagpal-6a365019a/", twitter: "https://x.com/DishantNagpal10", }, + { + id: 1, + name: "Nishant Desai", + designation: "iOS Engineer", + company: "PSPDFKit", + location: "Swift Mumbai", + imageSrc: speaker01, + linkedIn: "https://www.linkedin.com/in/nishantdesai1", + twitter: "https://x.com/nish_desai", + }, { id: 3, name: "Akshay Pakanati",