Skip to content

Commit

Permalink
added latest talk
Browse files Browse the repository at this point in the history
  • Loading branch information
phartenfeller committed Nov 19, 2023
1 parent 0acd98d commit b190a8a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions 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: 'UKOUG 2023',
place: 'Reading, UK',
title: 'APEX UI Testing: Best Practices and Pitfalls',
language: '🇬🇧',
slides: '/slides/UKOUG2023-apex-testing-Hartenfeller.pdf',
},
{
year: 2023,
conference: 'Kscope 2023',
Expand Down
Binary file not shown.

0 comments on commit b190a8a

Please sign in to comment.