Update layouts and partials

This commit is contained in:
Oliver Davies 2018-06-21 01:03:57 +01:00
parent fb768a9c9a
commit f08bf1e056
3 changed files with 103 additions and 98 deletions

View file

@ -0,0 +1,23 @@
<div class="mt-2">
<h2 class="mb-2">Things that I organise</h2>
<ul class="list-reset inline-flex">
{% include 'meetup.html.twig' with {
name: 'Drupal Bristol',
logo: 'drupal-bristol.jpeg',
url: 'http://www.drupalbristol.org.uk',
} %}
{% include 'meetup.html.twig' with {
name: 'DrupalCamp Bristol',
logo: 'drupalcamp-bristol.png',
url: 'http://www.drupalcampbristol.co.uk',
} %}
{% include 'meetup.html.twig' with {
name: 'PHPSW',
logo: 'phpsw.jpeg',
url: 'http://phpsw.uk',
} %}
</ul>
</div>