This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/source/_partials/meetups.html.twig

24 lines
635 B
Twig
Raw Normal View History

2018-06-21 00:03:57 +00:00
<div class="mt-2">
<h2 class="mb-2">Things that I organise</h2>
<ul class="list-reset inline-flex">
2018-06-21 00:12:16 +00:00
{% include 'meetup' with {
2018-06-21 00:03:57 +00:00
name: 'Drupal Bristol',
logo: 'drupal-bristol.jpeg',
url: 'http://www.drupalbristol.org.uk',
} %}
2018-06-21 00:12:16 +00:00
{% include 'meetup' with {
2018-06-21 00:03:57 +00:00
name: 'DrupalCamp Bristol',
logo: 'drupalcamp-bristol.png',
url: 'http://www.drupalcampbristol.co.uk',
} %}
2018-06-21 00:12:16 +00:00
{% include 'meetup' with {
2018-06-21 00:03:57 +00:00
name: 'PHPSW',
logo: 'phpsw.jpeg',
url: 'http://phpsw.uk',
} %}
</ul>
</div>