Skip to content

Commit

Permalink
Add Notre Dame Org Member
Browse files Browse the repository at this point in the history
  • Loading branch information
mmundt committed Oct 12, 2024
1 parent 5134d5f commit a90e279
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
7 changes: 7 additions & 0 deletions _data/org-members.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- name: "Center for Research Computing - University of Notre Dame"
url: https://crc.nd.edu/
figure: logo-crc-notre.png
acronym: "CRC"
date_joined: 2024-10-10
founding_member: true
tier: "Standard"
7 changes: 7 additions & 0 deletions _includes/org-member-card.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<div class="card d-flex text-center border-0 m-0">
<img class="card-img-top"
src="{{ site.baseurl }}/assets/img/org-logos/{{ item.figure }}"
alt="{{ item.name }}{%-if item.acronym -%}&nbsp;({{ item.acronym }}){%- endif -%}"
>
<a href="{{ item.url }}" class="stretched-link" target="_blank"></a>
</div>
Binary file added assets/img/org-logos/logo-crc-notre.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions pages/sponsor/sponsor.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,19 @@ appreciate everyone's cooperation in maintaining a positive atmosphere.
right to reject or cancel any sponsorship that violates EDI principles, contrary to
the conference's mission to promote diversity and inclusion.

## US-RSE Organizational Founding Members

### Standard Level

<div class="row justify-content-center">
{%- assign sorted = site.data.org-members | sort: "date_joined" -%}
{%- for item in sorted -%}
<div class="col-6 col-md-4 align-self-center p-1">
{% include org-member-card.html %}
</div>
{%- endfor -%}
</div>

## Contact Information

For any inquiries or questions about sponsorship opportunities, please get in touch with
Expand Down

0 comments on commit a90e279

Please sign in to comment.