Skip to content

Commit

Permalink
added WhereGroup as bronze sponsor
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed May 13, 2024
1 parent 4667c2d commit 799ba22
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 2 deletions.
3 changes: 2 additions & 1 deletion _data/partners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@
elements:
- {name: "Rasterra", description: "Rasterra", link: "https://www.rasterra.nl/", imageUrl: "rasterra-logo.svg"}
- {name: "Solargis", description: "Solargis", link: "https://www.solargis.com/", imageUrl: "solargis-logo.svg"}
- {name: "Atapex", description: "Atapex", link: "https://www.atapex.sk/", imageUrl: "atapex-logo.svg"}
- {name: "Atapex", description: "Atapex", link: "https://www.atapex.sk/", imageUrl: "atapex-logo.svg", height: 50}
- {name: "WhereGroup", description: "WhereGroup", link: "https://wheregroup.com/", imageUrl: "wheregroup-logo.svg", height: 65}
2 changes: 1 addition & 1 deletion _includes/partners.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h3>{{ partner.group }}</h3>
{% for element in partner.elements %}
<li>
<a href="{{ element.link }}" target="_blank">
<img src="{{ site.baseurl }}/img/partners/{{ element.imageUrl }}" title="{{ element.description }}" alt="{{ element.name }}" height="{{ partner.height }}">
<img src="{{ site.baseurl }}/img/partners/{{ element.imageUrl }}" title="{{ element.description }}" alt="{{ element.name }}" height="{% if element.height %}{{ element.height }}{% else %}{{ partner.height }}{% endif %}">
</a>
</li>
{% endfor %}
Expand Down
89 changes: 89 additions & 0 deletions img/partners/wheregroup-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 799ba22

Please sign in to comment.