Skip to content

Commit

Permalink
Update agenda
Browse files Browse the repository at this point in the history
  • Loading branch information
kidchenko committed Nov 22, 2023
1 parent 93abb7a commit 63f82bb
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 18 deletions.
4 changes: 2 additions & 2 deletions src/components/Schedule.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ const schedule = [
end: '16:45 PM',
},
{
name: "TBA",
description: null,
name: "Auth and Identity in ASP.NET Core 8",
description: 'Nattapong Nunpan',
start: '16:45 PM',
end: '17:15 PM',
},
Expand Down
40 changes: 25 additions & 15 deletions src/components/Speakers.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@ import { DiamondIcon } from '@/components/DiamondIcon'

import saeedImage from '@/images/speakers/saeed.jpg'
import vorapatImage from '@/images/speakers/vorapat.jpg'
import chatchaiImage from '@/images/speakers/chatchai1.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 nok from '@/images/speakers/nok.jpg'
import veeravatImage from '@/images/speakers/veeravat.jpg'
import phantipImage from '@/images/speakers/phantip.jpg'
import wittawatImage from '@/images/speakers/wittawat.jpg'
Expand Down Expand Up @@ -43,6 +42,16 @@ const days = [
role: 'Community Manager at Spark Tech Thailand',
image: phantipImage,
},
{
name: 'Vorapat (Guide) Nicklamai',
role: 'Account Solution Architect at Red Hat Thailand',
image: vorapatImage,
},
{
name: 'Chatchai Kongmanee',
role: 'Specialist Solution Architect at Red Hat Thailand',
image: chatchaiImage,
},
{
name: 'Wittawat Karpkrikaew',
role: 'Microsoft MVP Azure | Microsoft Fanboy | ASP.NET is my life | Long-Term Remote Work',
Expand All @@ -55,19 +64,20 @@ const days = [
},
{
name: 'Theeranit Pongtongmuang',
role: 'Independent Computer Software Professional',
image: tbaImage,
},
{
name: 'Vorapat (Guide) Nicklamai',
role: 'Account Solution Architect at Red Hat Thailand',
image: vorapatImage,
role: 'Codesanook and .NET Thailand Admin',
image: aaronImage,
},

{
name: 'Gittitat Ekchantawut',
role: 'Technical Specialist at MOHARA',
image: gittitatImage,
},
{
name: 'Nattapong Nunpan',
role: 'Software Engineer Consultant at United Nations',
image: nok,
},
{
name: 'Jose Barbosa',
role: 'Head of Backend Engineering at Seven Peaks Software',
Expand All @@ -78,11 +88,11 @@ const days = [
role: 'Tech Principal Cloud Solution at Seven Peaks Software',
image: giorgioImage2,
},
{
name: 'To be announced',
role: '',
image: tbaImage,
}
// {
// name: 'To be announced',
// role: '',
// image: tbaImage,
// }
],
},
]
Expand Down
2 changes: 1 addition & 1 deletion 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 logoRedHat from '@/images/logos/redhat.png'
import logoRedHat from '@/images/logos/redhat1.png'
import logoGummyBear from '@/images/logos/gummybear.png'
import logoMicrosoft from '@/images/logos/microsoft.png'
import logoTtSoftware from '@/images/logos/ttsoftware.png'
Expand Down
Binary file added src/images/logos/redhat.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 removed src/images/logos/redhat.png
Binary file not shown.
Binary file added src/images/logos/redhat1.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 removed src/images/speakers/aaron.jpg
Binary file not shown.
Binary file added src/images/speakers/chatchai1.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/nok.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 63f82bb

Please sign in to comment.