Add September meetup slides

This commit is contained in:
Oliver Davies 2021-09-30 09:00:00 +01:00
parent 7e21321c2f
commit 78e3b999e0
7 changed files with 81 additions and 0 deletions

View file

@ -0,0 +1 @@
/*.rst.build_temp

View file

@ -0,0 +1,14 @@
#!/bin/sh
set -e
docker run --rm \
-v $(pwd):/rst2pdf \
-v $(pwd)/../styles:/rst2pdf/styles \
-v $(pwd)/../images:/rst2pdf/images \
-v $(pwd)/images:/rst2pdf/images2 \
opdavies/rst2pdf \
slides.rst \
-e preprocess \
-b 2 \
-s styles/main.style

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

View file

@ -0,0 +1,65 @@
.. image:: images/logo.jpeg
:width: 10cm
.. page::
.. image:: images2/phpsa.png
:width: 10cm
.. page::
.. image:: images/twilio.png
:width: 12cm
.. page::
.. image:: images/lexis-nexis.jpg
:width: 12cm
.. page::
.. image:: images/oliver-davies.jpg
:width: 12cm
.. page:: standardPage
Social
======
* Join us on Slack: https://www.phpsouthwales.uk/slack
* YouTube: https://www.phpsouthwales.uk/videos
* Twitter: `@PhpSouthWales <https://twitter.com/phpsouthwales>`_
Tonight
=======
* **Tapiwa Maumbe**
Introduction to PHP Security
* **Ismael Velasco**
Securing your CIDR ranges: a blagger's guide and sample validation app
Raffle
======
.. image:: images2/book.jpg
:height: 10cm
Next month
==========
* **TBC**
Hacktoberfest?
.. page:: titlePage
.. class:: centredtitle
Looking for speakers
.. class:: titleslideinfo
speak@phpsouthwales.uk

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 KiB

View file

@ -46,6 +46,7 @@ styles:
heading:
fontSize: 20
spaceAfter: 20
textColor: #93140b
title:
fontSize: 300%