Skip to content

Commit

Permalink
added slides for doag talk
Browse files Browse the repository at this point in the history
  • Loading branch information
phartenfeller committed Dec 2, 2023
1 parent 382656a commit 2a616af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/pages/talks.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ import LinkButton from '../components/LinkButton';
import SEO from '../components/seo';

const talks = [
{
year: 2023,
conference: 'DOAG 2023',
place: 'Nürnberg',
title: 'Offline data manipulations for everyone with Plug-Ins and SQLite',
language: '🇬🇧',
slides: '/slides/DOAG-2023-P_Hartenfeller-apex-off-grid.pdf',
},
{
year: 2023,
conference: 'UKOUG 2023',
Expand All @@ -19,7 +27,6 @@ const talks = [
place: 'Aurora, CO, USA',
title: 'Offline data manipulations for everyone with Plug-Ins and SQLite',
language: '🇬🇧',
slides: '/slides/Kscope23_apex_off_grid_hartenfeller.pdf',
},
{
year: 2023,
Expand Down
Binary file not shown.

0 comments on commit 2a616af

Please sign in to comment.