Skip to content
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
5 changes: 5 additions & 0 deletions pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,11 @@ initiatives:
>[email protected]</a
>.
</p>
<div class="text-center mt-4">
<a
href="/partnership"
class="btn btn-primary">Learn More</a>
</div>
</div>
</div>
</section>
7 changes: 4 additions & 3 deletions theme/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@
<div class="container">
<h2 class="text-center">Our Partners</h2>
<p>
We invite organizations and projects dedicated to data science
for social good to collaborate with us. Together, we can foster
a more open, transparent, and inclusive data science ecosystem.
We welcome partnerships with organizations and projects in the
realms of research, education, open source, and social good.
By collaborating with us, we can collectively enhance an ecosystem
that is more open, transparent, and inclusive.
</p>
<div class="card-columns partners pb-3">
{% for partner in page.meta["partners"] %}
Expand Down
Loading