Add September meetup slides
This commit is contained in:
parent
7e21321c2f
commit
78e3b999e0
1
php-south-wales-intro-slides/2021-09/.dockerignore
Normal file
1
php-south-wales-intro-slides/2021-09/.dockerignore
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/*.rst.build_temp
|
14
php-south-wales-intro-slides/2021-09/build.sh
Executable file
14
php-south-wales-intro-slides/2021-09/build.sh
Executable 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
|
BIN
php-south-wales-intro-slides/2021-09/images/book.jpg
Normal file
BIN
php-south-wales-intro-slides/2021-09/images/book.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.3 KiB |
BIN
php-south-wales-intro-slides/2021-09/images/phpsa.png
Normal file
BIN
php-south-wales-intro-slides/2021-09/images/phpsa.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
65
php-south-wales-intro-slides/2021-09/slides.rst
Normal file
65
php-south-wales-intro-slides/2021-09/slides.rst
Normal 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
|
BIN
php-south-wales-intro-slides/images/oliver-davies.jpg
Normal file
BIN
php-south-wales-intro-slides/images/oliver-davies.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 218 KiB |
|
@ -46,6 +46,7 @@ styles:
|
||||||
heading:
|
heading:
|
||||||
fontSize: 20
|
fontSize: 20
|
||||||
spaceAfter: 20
|
spaceAfter: 20
|
||||||
|
textColor: #93140b
|
||||||
|
|
||||||
title:
|
title:
|
||||||
fontSize: 300%
|
fontSize: 300%
|
||||||
|
|
Loading…
Reference in a new issue