Author: sebb
Date: Sun Jun 8 12:16:08 2025
New Revision: 1926248
URL: http://svn.apache.org/viewvc?rev=1926248&view=rev
Log:
Re-order so projects/podlings are together
Modified:
comdev/projects.apache.org/trunk/site/js/projects.js
Modified: comdev/projects.apache.org/trunk/site/js/projects.js
URL:
http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/site/js/projects.js?rev=1926248&r1=1926247&r2=1926248&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/site/js/projects.js (original)
+++ comdev/projects.apache.org/trunk/site/js/projects.js Sun Jun 8 12:16:08
2025
@@ -1040,8 +1040,8 @@ function renderFrontPage() {
+= "<h3 style='text-align: center;'>There are currently <span
style='color: #269;'>" + initiatives + "+</span> open source initiatives at the
ASF:</h3>"
+ "<ul style='width: 400px; margin: 0 auto; font-size: 18px; color:
#269; font-weight: bold;'>"
+ "<li>" + numcommittees + " committees managing " + numProjects + "
projects</li>"
- + "<li>5 special committees*</li>"
+ "<li>" + curPodlings + " incubating podlings</li></ul>"
+ + "<li>5 special committees*</li>"
+ "<p><small>*<a
href=\"https://www.apache.org/dev/infrastructure\">Infrastructure</a>, <a
href=\"https://www.apache.org/travel/\">Travel Assistance</a>, <a
href=\"https://www.apache.org/security/\">Security Team</a>, <a
href=\"https://www.apache.org/legal/\">Legal Affairs</a> and <a
href=\"https://www.apache.org/foundation/marks/\">Brand
Management</a></small></p>";
renderCommitteeEvolution();