Skip to content

Commit

Permalink
Add Associate Members to the Foundation page
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Abraham <cjyabraham@gmail.com>
  • Loading branch information
cjyabraham committed Jul 18, 2024
1 parent e90d16c commit 825988c
Show file tree
Hide file tree
Showing 6 changed files with 168 additions and 3 deletions.
53 changes: 50 additions & 3 deletions announcement.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h2>Premier Members</h2>
<div class="card {{ card.title }}">
<a href="{{ card.link }}" target="_blank">
<div class="card-body">
<img src="{{ card.image }}"/>
<img src="{{ card.image }}" alt="{{ card.title }} logo"/>
</div>
</a>
</div>
Expand All @@ -83,14 +83,61 @@ <h2>General Members</h2>
<div class="card Graphcore">
<a href="https://www.graphcore.ai/" target="_blank">
<div class="card-body">
<img src="/assets/images/members/graphcore-logo.svg"/>
<img src="/assets/images/members/graphcore-logo.svg" alt="Graphcore logo"/>
</div>
</a>
</div>
<div class="card Snowflake">
<a href="https://snowflake.com/" target="_blank">
<div class="card-body">
<img src="/assets/images/members/snowflake-logo.svg"/>
<img src="/assets/images/members/snowflake-logo.svg" alt="Snowflake logo"/>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</div>

<div class="main-content">
<div class="container">
<div class="row">
<div class="col-md-10">
<h2>Associate Members</h2>
<div class="card-container">
<div class="card onefact">
<a href="https://www.onefact.org/" target="_blank">
<div class="card-body">
<img src="/assets/images/members/onefact-logo.svg" alt="onefact.org logo"/>
</div>
</a>
</div>
<div class="card bayero">
<a href="https://buk.edu.ng/home" target="_blank">
<div class="card-body">
<img src="/assets/images/members/bayero-logo.svg" alt="Bayero University Kano logo"/>
</div>
</a>
</div>
<div class="card wedf">
<a href="https://worldethicaldata.org/" target="_blank">
<div class="card-body">
<img src="/assets/images/members/wedf-logo.png" alt="WEDF logo"/>
</div>
</a>
</div>
<div class="card wcu">
<a href="https://www.wmcarey.edu/index" target="_blank">
<div class="card-body">
<img src="/assets/images/members/william-carey-logo.svg" alt="William Carey University logo"/>
</div>
</a>
</div>
<div class="card texas">
<a href="https://www.tamu.edu/index.html" target="_blank">
<div class="card-body">
<img src="/assets/images/members/texas-am-logo.svg" alt="Texas A&M University logo"/>
</div>
</a>
</div>
Expand Down
1 change: 1 addition & 0 deletions assets/images/members/bayero-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/images/members/onefact-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
115 changes: 115 additions & 0 deletions assets/images/members/texas-am-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/members/wedf-logo.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 825988c

Please sign in to comment.