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>
|
<li>
|
||||||
<a href="{{ link }}" title="{% spaceless %}
|
<a href="{{ link }}" title="{% spaceless %}
|
||||||
{{ key == 'code' ? 'View the example code from %s.'|format(event.name) }}
|
{{ 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 == '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) }}
|
{{ key == 'website' ? 'View the website for %s.'|format(event.name) }}
|
||||||
{% endspaceless %}">
|
{% endspaceless %}">
|
||||||
{{- key|capitalize -}}
|
{{- key|capitalize -}}
|
||||||
|
|
|
@ -25,7 +25,9 @@ events:
|
||||||
- name: PHP South West
|
- name: PHP South West
|
||||||
date: 2024-02-14
|
date: 2024-02-14
|
||||||
location: Bristol, UK
|
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
|
- name: BrumPHP
|
||||||
date: 2024-05-23
|
date: 2024-05-23
|
||||||
location: Birmingham, UK
|
location: Birmingham, UK
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue