Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Notre Dame Org Member #132

Merged
merged 1 commit into from
Oct 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading