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: meetups:
- name: SWDUG - name: SWDUG
logo: swdug.png
url: https://swdug.org.uk url: https://swdug.org.uk
- name: Drupal Bristol - name: Drupal Bristol
logo: drupal-bristol.jpeg
url: https://groups.drupal.org url: https://groups.drupal.org
- name: PHPSW - name: PHPSW
logo: phpsw.jpeg
url: http://phpsw.uk url: http://phpsw.uk
- name: SWLUG - name: SWLUG
logo: swlug.png
url: http://swlug.org.uk url: http://swlug.org.uk
- name: Accessible Bristol - name: Accessible Bristol
logo: accessible-bristol.png
url: http://www.accessiblebristol.org.uk url: http://www.accessiblebristol.org.uk

View file

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