Skip to content

Commit

Permalink
Add Agenda
Browse files Browse the repository at this point in the history
  • Loading branch information
kidchenko committed Nov 21, 2023
1 parent 7c3cbb6 commit 93abb7a
Show file tree
Hide file tree
Showing 7 changed files with 129 additions and 55 deletions.
158 changes: 112 additions & 46 deletions src/components/Schedule.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,50 +11,116 @@ const schedule = [
date: 'November 25',
dateTime: '2023-11-25',
summary:
'After 1 year we finally meet again in person at SCB NEXT TECH at Siam Paragon Fl.4 for the .NET Conf Thailand 2023.',
timeSlots: [
// {
// name: 'Steven McHail',
// description: 'Not so one-time payments',
// start: '9:00AM',
// end: '10:00AM',
// },
// {
// name: 'Jaquelin Isch',
// description: 'The finer print',
// start: '10:00AM',
// end: '11:00AM',
// },
// {
// name: 'Dianne Guilianelli',
// description: 'Post-purchase blackmail',
// start: '11:00AM',
// end: '12:00PM',
// },
// {
// name: 'Lunch',
// description: null,
// start: '12:00PM',
// end: '1:00PM',
// },
// {
// name: 'Ronni Cantadore',
// description: 'Buy or die',
// start: '1:00PM',
// end: '2:00PM',
// },
// {
// name: 'Erhart Cockrin',
// description: 'In-person cancellation',
// start: '2:00PM',
// end: '3:00PM',
// },
// {
// name: 'Parker Johnson',
// description: 'The pay/cancel switcheroo',
// start: '3:00PM',
// end: '4:00PM',
// },
'After 1 year, we finally meet again in person at SCB NEXT TECH at Siam Paragon Fl.4 for the .NET Conf Thailand 2023 to celebrate the launch of .NET 8.',
timeSlots: [
{
name: 'Registration and social time',
description: 'If you are an early bird',
start: '10:00 AM',
end: '10:30 AM',
},
{
name: 'Welcome to .NET Conf Thailand 2023',
description: '.NET 8 is here!',
start: '10:30 AM',
end: '10:45 AM',
},
{
name: "Modernize .NET Framework to .NET Core with the .NET Upgrade Assistant",
description: 'Veeravat Jeensuksang',
start: '10:45 AM',
end: '11:15 AM',
},
{
name: "Concurrent Hosted Service in .NET 8",
description: 'Saeed Esmaeelinejad',
start: '11:15 AM',
end: '11:45 AM',
},
{
name: "Introducing Foundational C#",
description: 'Phantip Kokilanon',
start: '11:45 AM',
end: '12:00 PM',
},
{
name: 'Lunch',
description: null,
start: '12:00 PM',
end: '13:00 PM',
},
{
name: 'Social Time',
description: null,
start: '13:00 PM',
end: '13:15 PM',
},
{
name: 'Lightning Talk',
description: 'Giorgio Desideri',
start: '13:15 PM',
end: '13:30 PM',
},
{
name: 'Event-driven .NET apps with Apache Kafka',
description: 'Vorapat Nicklamai',
start: '13:30 PM',
end: '14:00 PM',
},
{
name: 'Sponsored Session',
description: 'Red Hat',
start: '14:00 PM',
end: '14:30 PM',
},
{
name: 'Build your AI plugins for AI era with Semantic Kernel',
description: 'Teerasej Jiraphatchandej',
start: '14:30 PM',
end: '15:00 PM',
},
{
name: "Break",
description: null,
start: '15:00 PM',
end: '15:15 PM',
},
{
name: 'Clean Architecture with .NET and Microsoft Azuress',
description: 'Wittawat Karpkrikaew',
start: '15:15 PM',
end: '15:45 PM',
},
{
name: 'Game Development with Generative AI (Unity + DALL-E)',
description: 'Gittitat Ekchantawut',
start: '15:45 PM',
end: '16:15 PM',
},
{
name: "What's new in Entity Framework Core 8",
description: 'Theeranit Pongtongmuang',
start: '16:15 PM',
end: '16:45 PM',
},
{
name: "TBA",
description: null,
start: '16:45 PM',
end: '17:15 PM',
},
{
name: 'Closing + group photo',
description: "Jose Barbosa and Giorgio Desideri",
start: '17:15 PM',
end: '17:30 PM',
},
{
name: 'Social Time',
description: null,
start: '17:30 PM',
end: '18:00 PM',
},
],
},
]
Expand Down Expand Up @@ -216,8 +282,8 @@ export function Schedule() {
<div className="absolute inset-x-0 bottom-0 h-40 bg-gradient-to-t from-white" />
</div>
<Container className="relative">
{/* <ScheduleTabbed />
<ScheduleStatic /> */}
<ScheduleTabbed />
<ScheduleStatic />
</Container>
</div>
</section>
Expand Down
19 changes: 13 additions & 6 deletions src/components/Speakers.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ import saeedImage from '@/images/speakers/saeed.jpg'
import vorapatImage from '@/images/speakers/vorapat.jpg'
import teerasej from '@/images/speakers/teerasej.jpg'
import joelImage from '@/images/speakers/joel.jpg'
import giorgioImage from '@/images/speakers/giorgio.jpg'
import giorgioImage2 from '@/images/speakers/giorgio2.jpg'
import aaronImage from '@/images/speakers/aaron.png'
import gittitatImage from '@/images/speakers/gittitat.jpg'
import joseImage from '@/images/speakers/jose.jpg'
import nakornImage from '@/images/speakers/nakorn.jpg'
import veeravatImage from '@/images/speakers/veeravat.jpg'
import dinandImage from '@/images/speakers/dinand.jpg'
import willImage from '@/images/speakers/will.jpg'
import phantipImage from '@/images/speakers/phantip.jpg'
import wittawatImage from '@/images/speakers/wittawat.jpg'

import tbaImage from '@/images/speakers/tba.svg'

Expand All @@ -38,13 +40,13 @@ const days = [
},
{
name: 'Phantip Kokilanon',
role: '',
image: tbaImage,
role: 'Community Manager at Spark Tech Thailand',
image: phantipImage,
},
{
name: 'Wittawat Karpkrikaew',
role: '',
image: tbaImage,
role: 'Microsoft MVP Azure | Microsoft Fanboy | ASP.NET is my life | Long-Term Remote Work',
image: wittawatImage,
},
{
name: 'Teerasej Jiraphatchandej',
Expand All @@ -71,6 +73,11 @@ const days = [
role: 'Head of Backend Engineering at Seven Peaks Software',
image: joseImage,
},
{
name: 'Giorgio Desideri',
role: 'Tech Principal Cloud Solution at Seven Peaks Software',
image: giorgioImage2,
},
{
name: 'To be announced',
role: '',
Expand Down
7 changes: 4 additions & 3 deletions src/components/Sponsors.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Image from 'next/image'
import { Container } from '@/components/Container'
import logoLaravel from '@/images/logos/laravel.svg'
import logoMirage from '@/images/logos/mirage.svg'
import logoStatamic from '@/images/logos/statamic.svg'
import logoRedHat from '@/images/logos/redhat.png'
import logoGummyBear from '@/images/logos/gummybear.png'
import logoMicrosoft from '@/images/logos/microsoft.png'
import logoTtSoftware from '@/images/logos/ttsoftware.png'
Expand All @@ -12,9 +12,10 @@ import logoSevenPeaks from '@/images/logos/sevenpeaks.png'
const sponsors = [
// { name: 'Seven Peaks', logo: sevenPeaks },
{ name: 'Microsoft', logo: logoMicrosoft },
// { name: 'Gummy Bear', logo: logoGummyBear },
// { name: 'TT Software', logo: logoTtSoftware },
{ name: 'Red Hat', logo: logoRedHat },
{ name: 'Seven Peaks Software', logo: logoSevenPeaks },
{ name: 'TT Software', logo: logoTtSoftware },
{ name: 'Gummy Bear', logo: logoGummyBear },
// { name: 'Mirage', logo: logoMirage },
// { name: 'Laravel', logo: logoLaravel },
// { name: 'Statamic', logo: logoStatamic },
Expand Down
Binary file added src/images/logos/redhat.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/images/speakers/giorgio2.jpg
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/images/speakers/phantip.jpg
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/images/speakers/wittawat.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 93abb7a

Please sign in to comment.