Skip to content

Commit

Permalink
fix(xt24): agenda changes (#141)
Browse files Browse the repository at this point in the history
* fix(xt24): agenda changes

* fix(xt24): add Phill to the list of speakers

* fix(xt24): add jms to speakers

* fix(xt24): crop jms' image

* fix(xt24): adjust agenda as per @/aby's suggestions

* feat(xt24): remove @/jms as speaker

* feat(xt24): add page for docs guide
  • Loading branch information
Akeboshiwind authored Apr 30, 2024
1 parent 2e09264 commit 4e92866
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 19 deletions.
Binary file added src/assets/xt24/james-henderson.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/xt24/phill-barber.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 30 additions & 19 deletions src/components/XT24Agenda.astro
Original file line number Diff line number Diff line change
@@ -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
},
{
Expand All @@ -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
},
Expand All @@ -46,46 +51,52 @@ 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',
'Jeremy Taylor | Head of Product | XTDB'
]
},
{
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
}
]
Expand Down
7 changes: 7 additions & 0 deletions src/data/xt24/speakers.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
6 changes: 6 additions & 0 deletions src/pages/xt24-guide.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
---
<body style="margin: 0;">
<iframe src="https://docs.google.com/document/d/e/2PACX-1vQ6ZMMlbEv68-ryaelmeRasZuu8HXothfoxLtiHt1t7KHWjWmyiklxcdBc-aW9iJUZCdLsFUgzz9cpA/pub?embedded=true"
style="width: 100%; height: 100vh; border: 0;" />
</body>

0 comments on commit 4e92866

Please sign in to comment.