// We use a small script to calculate the percentage (function() { var goal = parseFloat("[goal_field]") || 0; var current = parseFloat("[current_field]") || 0; if (goal > 0) { var percentage = Math.min((current / goal) * 100, 100); // Cap at 100% document.getElementById('dynamic-progress-bar').style.width = percentage + '%'; document.getElementById('percent-text').innerText = Math.round(percentage); } })();
  • About: Hubbub Local Created to Serve Arts, Athletic and Academic Organizations
  • HBLmap-Communities Map
  • HBL Locations- Communities ALT
  • HBLpartners- Map
  • COMMUNITY
  • progress