Skip to content

Commit 958ca55

Browse files
authored
imp: Improve partnership section (#181)
1 parent 928f573 commit 958ca55

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

pages/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,11 @@ initiatives:
302302
303303
>.
304304
</p>
305+
<div class="text-center mt-4">
306+
<a
307+
href="/partnership"
308+
class="btn btn-primary">Learn More</a>
309+
</div>
305310
</div>
306311
</div>
307312
</section>

theme/home.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@
4444
<div class="container">
4545
<h2 class="text-center">Our Partners</h2>
4646
<p>
47-
We invite organizations and projects dedicated to data science
48-
for social good to collaborate with us. Together, we can foster
49-
a more open, transparent, and inclusive data science ecosystem.
47+
We welcome partnerships with organizations and projects in the
48+
realms of research, education, open source, and social good.
49+
By collaborating with us, we can collectively enhance an ecosystem
50+
that is more open, transparent, and inclusive.
5051
</p>
5152
<div class="card-columns partners pb-3">
5253
{% for partner in page.meta["partners"] %}

0 commit comments

Comments
 (0)