Skip to content
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
34 changes: 34 additions & 0 deletions content/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,40 @@ section {
margin-bottom: 100px;
}

.initiatives-block { margin-top: 40px; padding: 0 20px;}
.initiatives-block h3 {margin-top: 0px; margin-bottom: 40px;}
.init-progress-bar{
background-color: #fff;
border: 3px solid #333;
border-radius: 20px;
padding: 2px;
height: 30px;
}

.init-progress-bar-fill {
background-image: linear-gradient(90deg, #f38e18,#cb2437, #662F8F);
height: 100%;
border-radius: 20px;
position: relative;
}

.init-progress-bar-text {
position: absolute;
left: calc(100% - 7.5px);
bottom: calc(100% + 5px);
font-size: 14px;
display: flex;
align-items: center;
}
.triangle { width: 0px;
height: 0px;
border-style: solid;
border-width: 12px 7.5px 0 7.5px;
border-color: #000000 transparent transparent transparent;
transform: rotate(0deg);
margin-right: 5px;
}

@media (max-width: 768px) {
.search-form.dropdown-menu {position: relative; left: auto; top: auto; padding: 0; display: block; max-width: calc(100% - 20px); margin-left: 10px}
.search-form::before {content: 'search'; margin: 30px auto; position: absolute; top: -30px; color: #fff; left: 5px;}
Expand Down
36 changes: 36 additions & 0 deletions content/foundation/initiatives.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
Title: ASF Initiatives | Apache Software Foundation
license: https://www.apache.org/licenses/LICENSE-2.0

# ASF Initiatives

ASF Initiatives are specific Targeted Sponsorships that provide additional financial support for Foundation governance operations, open source projects, and project communities.

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.

## Tooling Initiative

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](https://infra.apache.org/).

The Initiative requires an increase to the ASF's annual budget by $500K per year 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.

<div class="row">
<div class="initiatives-block">
<h3>Progress Towards 3-year funding goal</h3>
<div class="init-progress-bar">
<div class="init-progress-bar-fill" style="width: 33%">
<div class="init-progress-bar-text"><div class="triangle"></div> <div id="funding-level">33%</div></div>
</div>
</div>
</div>
</div>

## Pledge Your Support

Organizations interested in supporting the ASF Tooling Initiative are invited to become Sponsors at the following levels:

* Gold - investment $50,000/year
* Platinum - investment $125,000/year

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.

To learn more and sponsor, email [fundraising@apache.org](mailto:fundraising@apache.org).
1 change: 0 additions & 1 deletion content/foundation/members.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ This table shows current and emeritus members who have manually added themselves
| crossley | [David Crossley](http://www.indexgeo.com.au/apache/) | [Cocoon](http://cocoon.apache.org/) , [Forrest](http://xml.apache.org/forrest/) , [xml-commons](http://xml.apache.org/commons/)|
| ctubbsii | Christopher Tubbs | [Accumulo](https://accumulo.apache.org) , [Fluo](https://fluo.apache.org)|
| curcuru | Shane Curcuru | [xalan](http://xml.apache.org/xalan-j/) , [xml-commons](http://xml.apache.org/commons/)|
| cutting | [Doug Cutting](http://blog.lucene.com/) |
| cziegeler | [Carsten Ziegeler](mailto:cziegeler@apache.org) | [Sling](http://sling.apache.org/), [Felix](http://Felix.apache.org/), [Portals](http://portals.apache.org/)|
| dahn | Daan Hoogland | [CloudStack](https://cloudstack.apache.org)|
| dain | Dain Sundstrom |
Expand Down
Loading