Skip to content

Commit

Permalink
ENH: Show contributor image, too
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jul 20, 2023
1 parent 9b3a4d3 commit d692f21
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/_templates/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,14 @@
{% endfor %}
</div>
</div>
<!-- contributors -->
<div class="container my-4">
<p class="h4 text-center font-weight-light">Contributors</p>
<div id="contributor-logos" class="d-flex flex-wrap flex-row justify-content-center align-items-center">
<div class="card my-1 mx-2" style="width: 75%; border: none">
<a href="https://github.com/mne-tools/mne-python/graphs/contributors">
<img class="card-img institution" style="background: #ffffff00" src="https://contrib.rocks/image?repo=mne-tools/mne-python" title="Contributors" alt="GitHub avatars for contributors">
</a>
</div>
</div>
</div>

0 comments on commit d692f21

Please sign in to comment.