Add speakers and talks
5
source/_layouts/speaker.html.twig
Normal file
|
@ -0,0 +1,5 @@
|
|||
{% extends 'base' %}
|
||||
|
||||
{% block content_wrapper %}
|
||||
<h1>{{ page.name }}</h1>
|
||||
{% endblock %}
|
5
source/_layouts/talk.html.twig
Normal file
|
@ -0,0 +1,5 @@
|
|||
{% extends 'base' %}
|
||||
|
||||
{% block content_wrapper %}
|
||||
<h1>{{ page.title }}</h1>
|
||||
{% endblock %}
|
4
source/_speakers/ciaran-mcnulty.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
name: Ciaran McNulty
|
||||
imageUrl: /images/ciaran.jpg
|
||||
---
|
4
source/_speakers/dan-leech.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
name: Dan Leech
|
||||
imageUrl: /images/highres_257208698.jpeg
|
||||
---
|
6
source/_speakers/dave-liddament.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
name: Dave Liddament
|
||||
imageUrl: /images/highres_203797572.jpeg
|
||||
---
|
||||
|
||||
Director and Developer at Lamp Bristol. PHP, Java and Python software developer.
|
4
source/_speakers/derick-rethans.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
name: Derick Rethans
|
||||
imageUrl: /images/highres_276685584.jpeg
|
||||
---
|
6
source/_speakers/james-titcumb.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
name: James Titcumb
|
||||
imageUrl: /images/highres_134740252.jpeg
|
||||
---
|
||||
|
||||
James is the founder of the UK based PHP Hampshire user group, a Zend Certified Engineer and Development Manager at Protected.co.uk.
|
6
source/_speakers/mike-karthauser.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
name: Mike Karthauser
|
||||
imageUrl: /images/highres_80709042.jpeg
|
||||
---
|
||||
|
||||
Dev since '98. PHP since '03.
|
4
source/_speakers/naomi-gotts.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
name: Naomi Gotts
|
||||
imageUrl: /images/highres_311941362.jpeg
|
||||
---
|
4
source/_speakers/nigel-dunn.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
name: Nigel Dunn
|
||||
imageUrl: /images/highres_131268052.jpeg
|
||||
---
|
6
source/_speakers/oliver-davies.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
name: Oliver Davies
|
||||
imageUrl: /images/highres_317091329.jpeg
|
||||
---
|
||||
|
||||
Full Stack Software Consultant. Drupal and PHP expert.
|
6
source/_speakers/rob-allen.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
name: Rob Allen
|
||||
imageUrl: /images/highres_312615346.jpeg
|
||||
---
|
||||
|
||||
PHP developer from Worcester.
|
6
source/_speakers/robin-hodson.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
name: Robin Hodson
|
||||
imageUrl: /images/highres_243972257.jpeg
|
||||
---
|
||||
|
||||
Ready to look for coding/hardware work post-lockdown, now largely recovered from stressful experiences. Accepted work from the government in September/October; currently realigning goals plus getting things I've been working on a bit more tangible.
|
4
source/_speakers/ryan-lee.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
name: Ryan Lee
|
||||
imageUrl: /images/highres_273691940.jpeg
|
||||
---
|
6
source/_talks/bdd.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: Behaviour Driven Development (BDD) in Practice
|
||||
date: 2022-09-14
|
||||
speakers:
|
||||
- Ciaran McNulty
|
||||
---
|
6
source/_talks/build-configs.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: Building "Build Configs"
|
||||
date: 2023-11-08
|
||||
speakers:
|
||||
- Oliver Davies
|
||||
---
|
6
source/_talks/ddd.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: Introducing Domain Driven Design
|
||||
date: 2024-01-10
|
||||
speakers:
|
||||
- Rob Allen
|
||||
---
|
6
source/_talks/fpga.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: 'FPGA^2: An open-source FPGA'
|
||||
date: 2024-02-14
|
||||
speakers:
|
||||
- Robin Hodson
|
||||
---
|
6
source/_talks/go.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: Go for PHP
|
||||
date: 2023-02-08
|
||||
speakers:
|
||||
- Dan Leech
|
||||
---
|
6
source/_talks/php-8.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: What's new in PHP 8.*
|
||||
date: 2023-02-11
|
||||
speakers:
|
||||
- Derick Rethans
|
||||
---
|
6
source/_talks/sculpin.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: Building Static Websites with PHP and Sculpin
|
||||
date: 2024-02-14
|
||||
speakers:
|
||||
- Oliver Davies
|
||||
---
|
6
source/_talks/tdd.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: What is TDD and why should I care?
|
||||
date: 2023-07-12
|
||||
speakers:
|
||||
- Naomi Gotts
|
||||
---
|
6
source/_talks/terraform.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: Terraform from a dev’s perspective
|
||||
date: 2023-10-11
|
||||
speakers:
|
||||
- Nigel Dunn
|
||||
---
|
6
source/_talks/testing-legacy.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: Testing Legacy
|
||||
date: 2023-11-08
|
||||
speakers:
|
||||
- Mike Karthauser
|
||||
---
|
6
source/_talks/tuis.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: Building Better TUIs (with PHP)
|
||||
date: 2023-11-08
|
||||
speakers:
|
||||
- Dan Leech
|
||||
---
|
6
source/_talks/ubiquitous-language.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: Thoughts on Ubiquitous Language
|
||||
date: 2023-11-08
|
||||
speakers:
|
||||
- Rob Allen
|
||||
---
|
BIN
source/images/ciaran.jpg
Normal file
After Width: | Height: | Size: 52 KiB |
BIN
source/images/highres_131268052.jpeg
Normal file
After Width: | Height: | Size: 9.5 KiB |
BIN
source/images/highres_134740252.jpeg
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
source/images/highres_203797572.jpeg
Normal file
After Width: | Height: | Size: 1.7 MiB |
BIN
source/images/highres_243972257.jpeg
Normal file
After Width: | Height: | Size: 41 KiB |
BIN
source/images/highres_257208698.jpeg
Normal file
After Width: | Height: | Size: 758 KiB |
BIN
source/images/highres_273691940.jpeg
Normal file
After Width: | Height: | Size: 49 KiB |
BIN
source/images/highres_276685584.jpeg
Normal file
After Width: | Height: | Size: 154 KiB |
BIN
source/images/highres_311941362.jpeg
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
source/images/highres_312615346.jpeg
Normal file
After Width: | Height: | Size: 794 KiB |
BIN
source/images/highres_317091329.jpeg
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
source/images/highres_80709042.jpeg
Normal file
After Width: | Height: | Size: 7.2 KiB |