Skip to content

imp: Improve partnership section #181

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

Merged
merged 1 commit into from
Jan 10, 2025
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