Added meetup logos

This commit is contained in:
Oliver Davies 2015-06-16 17:16:31 +01:00
parent 3ce716b633
commit 15481e518b
8 changed files with 6 additions and 1 deletions

View file

@ -45,12 +45,17 @@ main_menu:
meetups:
- name: SWDUG
logo: swdug.png
url: https://swdug.org.uk
- name: Drupal Bristol
logo: drupal-bristol.jpeg
url: https://groups.drupal.org
- name: PHPSW
logo: phpsw.jpeg
url: http://phpsw.uk
- name: SWLUG
logo: swlug.png
url: http://swlug.org.uk
- name: Accessible Bristol
logo: accessible-bristol.png
url: http://www.accessiblebristol.org.uk

View file

@ -50,7 +50,7 @@
{% for meetup in site.meetups %}
<li class="meetup__{{ meetup.name | lower | replace({ ' ': '-' }) }}">
<a href="{{ meetup.url }}" title="{{ meetup.name }}">
<img src="{{ meetup.logo }}" alt="{{ meetup.name }}">
<img src="/assets/images/meetups/{{ meetup.logo }}" alt="{{ meetup.name }}">
</a>
</li>
{% endfor %}

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB