Update layouts and partials
This commit is contained in:
parent
fb768a9c9a
commit
f08bf1e056
3 changed files with 103 additions and 98 deletions
23
source/_partials/meetups.html.twig
Normal file
23
source/_partials/meetups.html.twig
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue