Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Commit 583488b

Browse files
committed
Copy edits
1 parent 7118899 commit 583488b

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

assets/css/base/_type.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,3 +354,7 @@ blockquote {
354354
opacity: 0.6;
355355
}
356356
}
357+
358+
.text-white p a {
359+
color: $white;
360+
}

maintainers-form.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@
99
<div class="form-split__content">
1010
<div>
1111
<h1 class="h3 mb-6">Share Your Resources</h1>
12-
<p>We want to open source the process for curating the list of tools and resources shared on the DEI Resource Hub. If you have a resource you’d like us to consider adding, feel free to submit your recommendations to our intake form.</p>
13-
<p>Please note that we are committed to properly attributing all resources and will secure permission from original authors before listing them on the website.</p>
1412

15-
<p>To learn more about this initiative, please refer to this <a href="https://github.com/AllInOpenSource/All-In/issues/28" target="_blank">issue</a>, or email us at <a href="mailto:[email protected]">[email protected]</a> with any questions.</p>
13+
<p>To learn more about this program, please refer to this <a href="https://github.com/AllInOpenSource/All-In/issues/28" target="_blank">issue</a>, or email us at <a href="mailto:[email protected]">[email protected]</a> with any questions.</p>
1614

17-
<p class="text-italic">Please note that while we appreciate suggestions from the community for new resources, the All In editorial team will prioritize content that aligns to the specific challenges shared during the Maintainers Listening Tour.</p>
15+
<p class="text-italic">Please note that while we appreciate suggestions from the community for new resources, the All In editorial team will prioritize content that aligns to the specific challenges shared during the <a href="{{ '/maintainers/maintainers-listening-tour/' | relative_url }}">Maintainers Listening Tour</a>.</p>
1816
</div>
1917
</div>
2018
<div class="form-split__form py-8">

maintainers.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,15 @@ <h3 class="h4">DEI Project Badging</h3>
9393
<div class="col--xs--12 col--md--6 col--lg--3">
9494
<img class="mb-3 col-12" src="{{ '/assets/img/direction/programs/creators.svg' | relative_url }}" alt="All In for Maintainers Creators" />
9595
<h3 class="h4">DEI Content Creators</h3>
96-
<p>Grants program to create new tools and resources to help automate work for overwhelmed maintainers.</p>
96+
<p>Program to fund creation of new DEI resources and tools to automate work for maintainers.</p>
9797

9898
<img class="mt-4" src="{{ '/assets/img/direction/programs/coming-soon.svg' | relative_url }}" alt="Coming soon" />
9999
</div>
100100

101101
<div class="col--xs--12 col--md--6 col--lg--3">
102102
<img class="mb-3 col-12" src="{{ '/assets/img/direction/programs/matching.svg' | relative_url }}" alt="All In for Maintainers Community Matching" />
103103
<h3 class="h4">Community Collaboration Hub</h3>
104-
<p>Matching program for small and large open source communities interested in collaborating on DEI initiatives.</p>
104+
<p>Matching program for small and large communities interested in collaborating on DEI initiatives.</p>
105105

106106
<img class="mt-4" src="{{ '/assets/img/direction/programs/coming-soon.svg' | relative_url }}" alt="Coming soon" />
107107
</div>

0 commit comments

Comments
 (0)