Skip to content

Commit

Permalink
Add SymfonyCon to presentations.html (#144)
Browse files Browse the repository at this point in the history
* Add SymfonyCon to presentations.html

* Fix typo
  • Loading branch information
nicolas-grekas authored Mar 15, 2024
1 parent 169b625 commit 4aa3217
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions source/presentations.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,24 @@ <h1 class="text-4xl font-bold">{{ page.title }}</h1>
}
]
}) }}


{{ include('presentations-item.html', {
iframe: 'https://speakerdeck.com/player/a151df6d6f35473589cebb7b17caa92d',
date: 'Dec 07-08, 2023',
place: 'Brussels, Belgium',
conference: 'SymfonyCon 2023',
title: 'Symfony, PHP and its Foundation',
description: 'The PHP Foundation supports PHP\'s growth and core developers, emphasizing its vital link with Symfony to ensure the language\'s evolution and relevance.',
team: [
{
image: 'https://avatars.githubusercontent.com/u/243674?v=4',
url: 'https://twitter.com/nicolasgrekas',
name: 'Nicolas Grekas',
job: 'Board member, Symfony Core Team',
}
]
}) }}

{{ include('presentations-item.html', {
iframe: 'https://media.ccc.de/v/froscon2023-2859-the_php_foundation/oembed',
date: 'Aug 05-06, 2023',
Expand Down Expand Up @@ -66,4 +83,4 @@ <h1 class="text-4xl font-bold">{{ page.title }}</h1>
]
}) }}
</div>
</section>
</section>

0 comments on commit 4aa3217

Please sign in to comment.