oliverdavies.uk/source/_partials/badges.twig

27 lines
970 B
Twig
Raw Normal View History

2017-06-23 18:53:54 +00:00
<div class="panel badges text-center">
<a class="badge--da-member" href="https://assoc.drupal.org/membership" title="Im a Drupal Association member.">
2017-07-06 12:40:17 +00:00
<img
src="{{ site.images_url }}/assets/images/da-individual-member.png"
alt="Drupal Association Individual Member"
width="152"
>
2016-09-01 07:00:21 +00:00
</a>
2017-06-23 19:00:28 +00:00
<a href="http://drupalcores.com/#{{ site.drupalorg.name }}">
2017-07-06 12:40:17 +00:00
<img
alt="I built Drupal 8 with hand holding a wrench on blue background"
src="{{ site.images_url }}/assets/images/drupal-8.jpg"
/>
2016-09-01 07:00:21 +00:00
</a>
2017-06-23 18:53:54 +00:00
<img
src="{{ site.images_url }}/assets/images/badges/acquia-certified-developer-drupal-8.png"
alt="Acquia Certified Developer - Drupal 8 Exam Badge"
height="147" width="147"
/>
2017-07-06 12:40:17 +00:00
<a href="http://conference.phpnw.org.uk/phpnw17">
<img src="{{ site.images_url }}/assets/images/badges/phpnw17.png" alt="">
</a>
2016-09-01 07:00:21 +00:00
</div>