Added meetup logos
This commit is contained in:
parent
3ce716b633
commit
15481e518b
|
@ -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
|
||||
|
|
|
@ -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 %}
|
||||
|
|
BIN
source/assets/images/meetups/accessible-bristol.png
Normal file
BIN
source/assets/images/meetups/accessible-bristol.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.2 KiB |
BIN
source/assets/images/meetups/drupal-bristol.jpeg
Normal file
BIN
source/assets/images/meetups/drupal-bristol.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.4 KiB |
BIN
source/assets/images/meetups/phpsw.jpeg
Normal file
BIN
source/assets/images/meetups/phpsw.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
BIN
source/assets/images/meetups/swdug.png
Normal file
BIN
source/assets/images/meetups/swdug.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 84 KiB |
BIN
source/assets/images/meetups/swlug.png
Normal file
BIN
source/assets/images/meetups/swlug.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
BIN
source/assets/images/meetups/unified-diff.png
Normal file
BIN
source/assets/images/meetups/unified-diff.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 120 KiB |
Reference in a new issue