Skip to content

Commit

Permalink
add map service icons
Browse files Browse the repository at this point in the history
  • Loading branch information
gonuke authored and MicahGale committed Dec 24, 2024
1 parent 499017a commit 1d80ee4
Show file tree
Hide file tree
Showing 3 changed files with 325 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/person.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ <h2>{{ page.role | escape}}</h2>
{{ page.phone }}</br>
{{ page.room }}</br>
{% if page.google_map != null %}
<a href="{{ page.google_map }}" target=_blank>
<a href="{{ page.google_map }}" target=_blank><img class="cnerg-service-icon" src="{{ site.baseurl }}/services/icons/google_maps.png">
{{ page.address }}</br>
</a>
{% elsif page.open_street_map != null %}
<a href="{{ page.open_street_map }}" target=_blank>
<a href="{{ page.open_street_map }}" target=_blank><img class="cnerg-service-icon" src="{{ site.baseurl }}/services/icons/open_street_map.svg">
{{ page.address }}</br>
</a>
{% else %}
Expand Down
Binary file added services/icons/google_maps.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1d80ee4

Please sign in to comment.