Add PHPNW badge

This commit is contained in:
Oliver Davies 2017-07-06 13:40:17 +01:00
parent c810175632
commit 90a5cbdc1f
4 changed files with 20 additions and 10 deletions

View file

@ -1,13 +1,12 @@
.badges img
max-width: 100%
.badges > a
.badges > *
display: block
margin: 0 0 10px
text-align: center
margin: 0 auto 10px
&:last-child
margin-bottom: 0
&[class$="da-member"] img
max-width: 152px
// &[class$="da-member"] img
// max-width: 152px
.badges img
max-width: 100%

View file

@ -1,10 +1,17 @@
<div class="panel badges text-center">
<a class="badge--da-member" href="https://assoc.drupal.org/membership" title="Im a Drupal Association member.">
<img src="{{ site.images_url }}/assets/images/da-individual-member.png" alt="Drupal Association Individual Member">
<img
src="{{ site.images_url }}/assets/images/da-individual-member.png"
alt="Drupal Association Individual Member"
width="152"
>
</a>
<a href="http://drupalcores.com/#{{ site.drupalorg.name }}">
<img alt="I built Drupal 8 with hand holding a wrench on blue background" src="{{ site.images_url }}/assets/images/drupal-8.jpg"/>
<img
alt="I built Drupal 8 with hand holding a wrench on blue background"
src="{{ site.images_url }}/assets/images/drupal-8.jpg"
/>
</a>
<img
@ -12,4 +19,8 @@
alt="Acquia Certified Developer - Drupal 8 Exam Badge"
height="147" width="147"
/>
<a href="http://conference.phpnw.org.uk/phpnw17">
<img src="{{ site.images_url }}/assets/images/badges/phpnw17.png" alt="">
</a>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 33 KiB