Skip to content

Commit

Permalink
apex world talks
Browse files Browse the repository at this point in the history
  • Loading branch information
phartenfeller committed Mar 23, 2024
1 parent cdaacf2 commit 0485b97
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/pages/talks.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ import LinkButton from '../components/LinkButton';
import SEO from '../components/seo';

const talks = [
{
year: 2024,
conference: 'APEX World 2024',
place: 'Amersfoort, NL',
title: 'Step-by-Step Creation of an Offline APEX App with Plug-Ins',
language: '🇬🇧',
slides: '/slides/apex_world24_apex_offline.pdf',
},
{
year: 2024,
conference: 'APEX World 2024',
place: 'Amersfoort, NL',
title:
'From Concept to Component: efficient Template Component development',
language: '🇬🇧',
slides: '/slides/apex_world24_template_components',
},
{
year: 2023,
conference: 'DOAG 2023',
Expand Down
Binary file added static/slides/apex_world24_apex_offline.pdf
Binary file not shown.
Binary file not shown.

0 comments on commit 0485b97

Please sign in to comment.