-
Notifications
You must be signed in to change notification settings - Fork 27
Home
Jared Krajewski edited this page Oct 2, 2023
·
19 revisions
if (colorMode === 'dark') { document.getElementById('light-image').style.display = 'none'; document.getElementById('dark-image').style.display = 'block'; } else { document.getElementById('light-image').style.display = 'block'; document.getElementById('dark-image').style.display = 'none'; } </script>
Welcome to the PASS wiki! The single source of truth for all information regarding the PASS project. This content was written by several CODE PDX volunteers.
🚧UNDER CONSTRUCTION🚧
PASS is being developed by volunteers through CODE PDX, a Portland, OR civic coding organization with the support of Technology Association of Oregon, OpenCommons, and Oregon Digital Safety Net.