Skip to content

Commit 4e9d724

Browse files
committed
adding asf initiatives page
1 parent 207db14 commit 4e9d724

File tree

2 files changed

+70
-0
lines changed

2 files changed

+70
-0
lines changed

content/css/styles.css

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,40 @@ section {
112112
margin-bottom: 100px;
113113
}
114114

115+
.initiatives-block { margin-top: 40px; padding: 0 20px;}
116+
.initiatives-block h3 {margin-top: 0px; margin-bottom: 40px;}
117+
.init-progress-bar{
118+
background-color: #fff;
119+
border: 3px solid #333;
120+
border-radius: 20px;
121+
padding: 2px;
122+
height: 30px;
123+
}
124+
125+
.init-progress-bar-fill {
126+
background-image: linear-gradient(90deg, #f38e18,#cb2437, #662F8F);
127+
height: 100%;
128+
border-radius: 20px;
129+
position: relative;
130+
}
131+
132+
.init-progress-bar-text {
133+
position: absolute;
134+
left: calc(100% - 7.5px);
135+
bottom: calc(100% + 5px);
136+
font-size: 14px;
137+
display: flex;
138+
align-items: center;
139+
}
140+
.triangle { width: 0px;
141+
height: 0px;
142+
border-style: solid;
143+
border-width: 12px 7.5px 0 7.5px;
144+
border-color: #000000 transparent transparent transparent;
145+
transform: rotate(0deg);
146+
margin-right: 5px;
147+
}
148+
115149
@media (max-width: 768px) {
116150
.search-form.dropdown-menu {position: relative; left: auto; top: auto; padding: 0; display: block; max-width: calc(100% - 20px); margin-left: 10px}
117151
.search-form::before {content: 'search'; margin: 30px auto; position: absolute; top: -30px; color: #fff; left: 5px;}

content/foundation/initiatives.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
Title: ASF Initiatives | Apache Software Foundation
2+
license: https://www.apache.org/licenses/LICENSE-2.0
3+
4+
# ASF Initiatives
5+
6+
ASF Initiatives are specific Targeted Sponsorships that provide additional financial support for Foundation governance operations, open source projects, and project communities.
7+
8+
The first to launch is the ASF Tooling Initiative (March 2025), created to meet the growing global demand for ASF software by hardening ubiquitous Apache projects that benefit the greater open source ecosystem.
9+
10+
<div class="row">
11+
<div class="initiatives-block">
12+
<h3>Progress Towards 3-year funding goal</h3>
13+
<div class="init-progress-bar">
14+
<div class="init-progress-bar-fill" style="width: 33%">
15+
<div class="init-progress-bar-text"><div class="triangle"></div> <div id="funding-level">33%</div></div>
16+
</div>
17+
</div>
18+
</div>
19+
</div>
20+
21+
## Tooling Initiative
22+
23+
The [Tooling Initiative](http://tooling.apache.org/) helps ASF’s open source project communities streamline development, automate repetitive tasks, reduce technical debt, and better collaborate. Additional Initiatives are in the planning stages including security capabilities that meet the EU's Cyber Resilience Act (CRA) and US’s CISA recommendations. New products being developed under the Tooling Initiative are separate from the tools developed by ASF Infrastructure.
24+
25+
The Initiative requires an increase to the ASF's annual budget by $500K to maintain the Foundation's commitment to the highest standards of software development and community support. To meet these financial goals, the ASF has launched a new fundraising campaign to fund its Tooling Initiative. We thank [Alpha-Omega](https://alpha-omega.dev/) for contributing funds to seed the initiative.
26+
27+
## Pledge Your Support
28+
29+
Organizations interested in supporting the ASF Tooling Initiative are invited to become Sponsors at the following levels:
30+
31+
* Gold - investment $50,000/year
32+
* Platinum - investment $125,000/year
33+
34+
Sponsors of the ASF Tooling Initiative enjoy the same benefits of [ASF Targeted Sponsors](https://apache.org/foundation/sponsorship.html) at their corresponding level. Custom sponsorships exceeding the above thresholds are also available. As with all Targeted Sponsorships, the ASF requires a three-year commitment to ensure continuity of service.
35+
36+
To learn more and sponsor, email [fundraising@apache.org](mailto:fundraising@apache.org).

0 commit comments

Comments
 (0)