diff --git a/src/assets/xt24/james-henderson.png b/src/assets/xt24/james-henderson.png new file mode 100644 index 00000000..8b88cfc3 Binary files /dev/null and b/src/assets/xt24/james-henderson.png differ diff --git a/src/assets/xt24/phill-barber.png b/src/assets/xt24/phill-barber.png new file mode 100644 index 00000000..6fffbaa0 Binary files /dev/null and b/src/assets/xt24/phill-barber.png differ diff --git a/src/components/XT24Agenda.astro b/src/components/XT24Agenda.astro index d46a8bc2..56ce9f01 100644 --- a/src/components/XT24Agenda.astro +++ b/src/components/XT24Agenda.astro @@ -1,8 +1,9 @@ --- const agenda = [ { - time: '08:30 AM', - title: 'Registration & Coffee', + time: '08:00 AM', + title: 'Registration & Morning Coffee', + subTitle: 'Please pick up your name tag at the JUXT registration desk before heading up to the Auditorium', isSpecialEvent: true }, { @@ -12,18 +13,22 @@ const agenda = [ isSpecialEvent: true }, { - time: '09:30 AM', - title: 'Ai: Unintended Consequences', - subTitle: - 'Francine Bennett | Interim Director & Board Member | Ada Lovelace Institute' + time: '09:15 AM', + title: 'AI: Unintended Consequences', + subTitle: 'Francine Bennett | Interim Director & Board Member | Ada Lovelace Institute' }, { - time: '10:00 AM', + time: '09:45 AM', title: 'Breaking the Bank with Contract Testing', subTitle: 'Allen Rohner | CTO & Founder | Griffin' }, { - time: '10:30 AM', + time: '10:15 AM', + title: 'Workflow Orchestration Automation for Fintech', + subTitle: 'Phill Barber | Software Consultant | Credit Suisse' + }, + { + time: '10:45 AM', title: 'Coffee Break', isSpecialEvent: true }, @@ -46,7 +51,7 @@ const agenda = [ isSpecialEvent: true }, { - time: '01:30 PM', + time: '01:15 PM', title: 'Financial Use Cases for an Immutable Database', subTitle: [ 'Malcolm Sparks | CTO & Co-founder | JUXT', @@ -54,38 +59,44 @@ const agenda = [ ] }, { - time: '02:00 PM', + time: '01:45 PM', title: 'We Need to Talk About JSON', subTitle: 'Oliver Hine | Principal Consultant | JUXT' }, { - time: '02:30 PM', + time: '02:15 PM', title: 'Coffee Break', isSpecialEvent: true }, { - time: '03:00 PM', - title: 'XT28 Schedule: Future of Fintech [Fireside Chat]', + time: '02:30 PM', + title: "Simplifying FinTech: insights from Revolut's Journey", subTitle: [ 'Vlad Yatsenko | CTO & Co-founder | Revolut', - 'Francine Bennett | Director | Ada Lovelace Institute', + 'Jon Pither | CEO & Co-founder | JUXT', + ], + }, + { + time: '03:00 PM', + title: 'XT28 Schedule: Future of Fintech — Expert Panel', + subTitle: [ 'Jay Modha | Director | Citi', + 'Francine Bennett | Interim Director & Board Member | Ada Lovelace Institute', 'Mark Burgess | Founder and Principal | ChiTek-i', 'Malcolm Sparks | CTO & Co-founder | JUXT', 'Moderator: Jason Bloomberg | Managing Partner | Intellyx' ] }, { - time: '03:30 PM', - title: - 'Not So Clever: How we Built a Global-Scale Successful Risk System Guided by Simplicity', + time: '03:45 PM', + title: 'Not So Clever: How we Built a Global-Scale Successful Risk System Guided by Simplicity', subTitle: 'Zohar Melamed | Quantitative Technical Dir. | Qube RT' }, { - time: '04:00 PM', + time: '04:15 PM', title: 'Networking Event', subTitle: - 'Attendees are welcome to an afternoon of networking and mingling — with exclusive access to the venue’s Sky Bar, complete with drinks and food.', + 'Afternoon of networking and mingling — with exclusive access to the venue’s Sky Bar, complete with drinks and food.', isSpecialEvent: true } ] diff --git a/src/data/xt24/speakers.json b/src/data/xt24/speakers.json index dcf2b9cf..d1b74faf 100644 --- a/src/data/xt24/speakers.json +++ b/src/data/xt24/speakers.json @@ -81,5 +81,12 @@ "role": "CTO", "company": "Artis.Works", "image": "/src/assets/xt24/manpreet-babbra.png" + }, + { + "name": "Phill Barber", + "role": "Software Consultant", + "company": "Credit Suisse", + "image": "/src/assets/xt24/phill-barber.png", + "linkedin": "phill-barber-5b656a21" } ] diff --git a/src/pages/xt24-guide.astro b/src/pages/xt24-guide.astro new file mode 100644 index 00000000..49fe9d48 --- /dev/null +++ b/src/pages/xt24-guide.astro @@ -0,0 +1,6 @@ +--- +--- + +