Add PHPSW video and demo URLs
This commit is contained in:
parent
76ae7ae61c
commit
03082443be
2 changed files with 5 additions and 1 deletions
|
@ -27,7 +27,9 @@
|
|||
<li>
|
||||
<a href="{{ link }}" title="{% spaceless %}
|
||||
{{ key == 'code' ? 'View the example code from %s.'|format(event.name) }}
|
||||
{{ key == 'demo' ? 'View the demo from %s.'|format(event.name) }}
|
||||
{{ key == 'slides' ? 'View the slides from %s.'|format(event.name) }}
|
||||
{{ key == 'video' ? 'Watch the video recording from %s.'|format(event.name) }}
|
||||
{{ key == 'website' ? 'View the website for %s.'|format(event.name) }}
|
||||
{% endspaceless %}">
|
||||
{{- key|capitalize -}}
|
||||
|
|
|
@ -25,7 +25,9 @@ events:
|
|||
- name: PHP South West
|
||||
date: 2024-02-14
|
||||
location: Bristol, UK
|
||||
url: https://www.meetup.com/php-sw/events/298880313
|
||||
urls:
|
||||
video: https://www.youtube.com/watch?v=axy6ltc9meA
|
||||
demo: https://phpsw-sculpin-demo.oliverdavies.uk
|
||||
- name: BrumPHP
|
||||
date: 2024-05-23
|
||||
location: Birmingham, UK
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue