From 346edcb40890d1b2d81bd1d174a17e3579fca39b Mon Sep 17 00:00:00 2001 From: Michelangelo van Dam Date: Wed, 29 Aug 2018 09:15:39 +0200 Subject: [PATCH 01/16] Adjusting for PHPBenelux look and feel Preparing the CFP to match the look and feel of PHPBenelux --- resources/views/_marketing.twig | 2 +- resources/views/layouts/default.twig | 4 +- resources/views/layouts/splash.twig | 1 + resources/views/security/forgot_password.twig | 3 +- resources/views/security/login.twig | 3 +- resources/views/security/signup.twig | 3 +- resources/views/user/privacy.twig | 3 +- web/assets/css/site.css | 9 + web/assets/img/phpbenelux_crew.jpg | Bin 0 -> 855058 bytes web/assets/img/phpbenelux_logo.svg | 180 ++++++++++++++++++ 10 files changed, 197 insertions(+), 11 deletions(-) create mode 100644 web/assets/css/site.css create mode 100644 web/assets/img/phpbenelux_crew.jpg create mode 100644 web/assets/img/phpbenelux_logo.svg diff --git a/resources/views/_marketing.twig b/resources/views/_marketing.twig index 4fb709c82..f49e2f546 100644 --- a/resources/views/_marketing.twig +++ b/resources/views/_marketing.twig @@ -21,7 +21,7 @@

Diversity Matters!

{{ site.title }} is committed to creating a conference that is as inclusive as possible. - We want to showcase talent available around the U.S. and welcome international submissions as well. + We want to showcase talent available around the EU and welcome international submissions as well.

We are also committed to ensuring the conference is a place diff --git a/resources/views/layouts/default.twig b/resources/views/layouts/default.twig index d0655542a..0e05e7b2c 100644 --- a/resources/views/layouts/default.twig +++ b/resources/views/layouts/default.twig @@ -4,13 +4,13 @@ {% block title %}{{ site.title }}{% endblock %} +