Author: hboutemy
Date: Sun Jun 8 22:24:07 2025
New Revision: 1926259
URL: http://svn.apache.org/viewvc?rev=1926259&view=rev
Log:
link projects term to projects.html
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=1926259&r1=1926258&r2=1926259&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/site/js/projects.js (original)
+++ comdev/projects.apache.org/trunk/site/js/projects.js Sun Jun 8 22:24:07
2025
@@ -1040,7 +1040,7 @@ function renderFrontPage() {
obj.innerHTML
+= "<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>" + numcommittees + " committees managing " + numProjects + "
<a href='projects.html'>projects</a></li>"
+ "<li>" + curPodlings + " incubating podlings</li></ul>"
renderCommitteeEvolution();