Skip to content

Commit 91a3fe3

Browse files
committed
Rename Aegis Sponsors to Supporters
This term works better work grant funding
1 parent 26a986a commit 91a3fe3

16 files changed

+30
-30
lines changed

docs/_includes/head-custom.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</script>
99

1010
<style>
11-
.sponsors {
11+
.supporters {
1212
display: flex;
1313
flex-direction: row;
1414
flex-wrap: wrap;
@@ -17,7 +17,7 @@
1717
justify-content: space-evenly;
1818
width: 100%;
1919
}
20-
.sponsors img {
20+
.supporters img {
2121
width: 100%;
2222
max-width: 250px;
2323
height: auto;

docs/_layouts/milestone.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
</dd>
2727
</div>
2828
<div class="col">
29-
<dt>Sponsors</dt>
29+
<dt>Supporters</dt>
3030
<dd>
31-
{% if page.sponsors %}
31+
{% if page.supporters %}
3232
<ul class="randomize-order">
33-
{% for sponsor in page.sponsors %}
33+
{% for supporter in page.supporters %}
3434
<li>
35-
{{ sponsor }}
35+
{{ supporter }}
3636
</li>
3737
{% endfor %}
3838
</ul>

docs/aegis/index.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ description: Supply Chain Security & Compliance Initiative
5555
9. **Cultivate Long-Term Funding & Governance**
5656

5757
Transition from single large grants to a diversified funding
58-
model—attracting industry sponsorships and broad community support to ensure
58+
model—attracting industry support and broad community support to ensure
5959
financial stability.
6060

6161
10. **Promote Ecosystem Growth & Adoption**
@@ -73,7 +73,7 @@ description: Supply Chain Security & Compliance Initiative
7373
<th scope="col">Name</th>
7474
<th scope="col">Area</th>
7575
<th scope="col">Status</th>
76-
<th scope="col">Sponsors</th>
76+
<th scope="col">Supporters</th>
7777
</tr>
7878
</thead>
7979
<tbody>
@@ -98,11 +98,11 @@ description: Supply Chain Security & Compliance Initiative
9898
<em>More Funding Required</em>
9999
</p>
100100
{% endif %}
101-
{% if milestone.sponsors %}
101+
{% if milestone.supporters %}
102102
<ul class="randomize-order">
103-
{% for sponsor in milestone.sponsors %}
103+
{% for supporter in milestone.supporters %}
104104
<li>
105-
{{ sponsor }}
105+
{{ supporter }}
106106
</li>
107107
{% endfor %}
108108
</ul>
@@ -124,7 +124,7 @@ description: Supply Chain Security & Compliance Initiative
124124
Achieving the objectives and milestones on our roadmap requires external
125125
funding. We welcome contributions in various forms. If you’d like to support
126126
this initiative, please contact us at [sponsorship@erlef.org](mailto:sponsorship@erlef.org).
127-
Sponsorship can be provided through:
127+
Support can be provided through:
128128

129129
1. **Financial Contributions**
130130
- Directly fund key activities such as security audits, engineering work,
@@ -136,20 +136,20 @@ Sponsorship can be provided through:
136136
- Enables direct collaboration on critical tasks while also shaping the
137137
future of the ecosystem.
138138

139-
## Sponsors
139+
## Supporters
140140

141-
<div class="sponsors randomize-order mb-5">
141+
<div class="supporters randomize-order mb-5">
142142
<a href="https://www.ericsson.com/">
143-
<img src="/assets/aegis/sponsors/ericsson.svg" alt="Ericsson" />
143+
<img src="/assets/aegis/supporters/ericsson.svg" alt="Ericsson" />
144144
</a>
145145
<a href="https://www.herrmannultraschall.com/">
146-
<img src="/assets/aegis/sponsors/herrmann-ultraschall.svg" alt="Herrmann Ultraschall" />
146+
<img src="/assets/aegis/supporters/herrmann-ultraschall.svg" alt="Herrmann Ultraschall" />
147147
</a>
148148
<a href="https://dashbit.co/">
149-
<img src="/assets/aegis/sponsors/dashbit.png" alt="Dashbit" />
149+
<img src="/assets/aegis/supporters/dashbit.png" alt="Dashbit" />
150150
</a>
151151
<a href="https://hcahealthcare.com/">
152-
<img src="/assets/aegis/sponsors/hca.png" alt="HCA Healthcare" />
152+
<img src="/assets/aegis/supporters/hca.png" alt="HCA Healthcare" />
153153
</a>
154154
</div>
155155

@@ -172,7 +172,7 @@ primary ways implementation can happen:
172172
The EEF can fund stipends or grants for developers, maintainers, or other
173173
specialists in the community.
174174

175-
3. **Sponsor-Provided Implementation**
176-
177-
A sponsor may opt to contribute manpower directly, having their own team or
175+
3. **Supporter-Provided Implementation**
176+
177+
A supporter may opt to contribute manpower directly, having their own team or
178178
contractors develop and integrate new capabilities.

docs/aegis/roadmap/cna.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Erlang Ecosystem Foundation CNA
33
area: Compliance
44
status: Done
55
funding_required: false
6-
sponsors:
6+
supporters:
77
- Ericsson
88
- Herrmann Ultraschall
99
- Dashbit

docs/aegis/roadmap/core-tooling-compliance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ area: Compliance
44
status: Planning
55
progress: 30
66
funding_required: false
7-
sponsors:
7+
supporters:
88
- Ericsson
99
- Herrmann Ultraschall
1010
- Dashbit

docs/aegis/roadmap/core-tooling-governance-audit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Core Tooling Governance Audit
33
area: Governance
44
status: Planning
55
funding_required: false
6-
sponsors:
6+
supporters:
77
- Herrmann Ultraschall
88
index: 8
99
previous:

docs/aegis/roadmap/elixir-openchain-compliance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Elixir OpenChain Compliance
33
area: Compliance
44
status: Done
55
funding_required: false
6-
sponsors:
6+
supporters:
77
- Herrmann Ultraschall
88
- Dashbit
99
index: 1

docs/aegis/roadmap/erlang-openchain-compliance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Erlang OpenChain Compliance
33
area: Compliance
44
status: Done
55
funding_required: false
6-
sponsors:
6+
supporters:
77
- Ericsson
88
index: 0
99
next:

docs/aegis/roadmap/gleam-openchain-compliance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ area: Compliance
44
status: In Progress
55
progress: 10
66
funding_required: false
7-
sponsors:
7+
supporters:
88
- Herrmann Ultraschall
99
index: 5
1010
previous:

docs/aegis/roadmap/hex-build-provenance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Hex Build Provenance
33
area: Supply Chain
44
status: Planning
55
funding_required: true
6-
sponsors:
6+
supporters:
77
- HCA Healthcare
88
index: 7
99
previous:

0 commit comments

Comments
 (0)