diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index 68671bd7..1d2fb2a4 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -83,6 +83,11 @@ companies: logo: cti-digital.png url: https://www.ctidigital.com + develop_me: + name: Develop Me Training + logo: develop_me.svg + url: https://developme.training + drupal_association: name: Drupal Association logo: drupal-association.png diff --git a/assets/static/images/experience/develop_me.svg b/assets/static/images/experience/develop_me.svg new file mode 100644 index 00000000..a0d84408 --- /dev/null +++ b/assets/static/images/experience/develop_me.svg @@ -0,0 +1,56 @@ + + + +]> + diff --git a/source/experience.html.twig b/source/experience.html.twig index 1ff76db8..91db9323 100644 --- a/source/experience.html.twig +++ b/source/experience.html.twig @@ -81,6 +81,12 @@ experiences: Part of various pre-sales teams, including the company’s first UK Drupal 8 project and first FTSE 100 client. + - company: develop_me + location: Bristol, UK + role: Coding Fellowship Mentor + start: May 2018 + end: ~ + - company: freelance location: Remote role: 'Web Developer & System Administrator' @@ -111,9 +117,9 @@ experiences: {% for experience in page.experiences|reverse %} {% set company = site.companies[experience.company] %} -