Skip to content

🏆 JP Morgan Hackathon winner. Web app to increase engagement and improve outcomes for a local NGO by humanizing its application process.

Notifications You must be signed in to change notification settings

YasinEhsan/code-for-good

 
 

Repository files navigation

SER Re-launch

SER Version 2.0 Objective To increase engagement and improve outcomes for a local NGO by humanizing its application process.

Stand-ups

  • (Team Collab 101) Ec2, git branch, Slack channels
  • (UI)Custom TypeForm
  • (UI)Landing Page
  • (UI)Success stories
  • (UI)Resume forms

Video Walkthrough

Walkthrough

GIF created with LiceCap.

Useful Links

Roadblocks

  • Trying to recreate TypeForm, we wanted to seamlessly transition to the next question without the user "clicking" - trigger when the user hit enter. Solution:

    onKeyDown="if(event.keyCode==13) location.href='#apply3';"

    Change http://resources.infolinks.com/js/infolinks_main.js to //resources.infolinks.com/js/infolinks_main.js or httpS://resources.infolinks.com/js/infolinks_main.js

License

© 2018 Team 15

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

🏆 JP Morgan Hackathon winner. Web app to increase engagement and improve outcomes for a local NGO by humanizing its application process.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 42.1%
  • HTML 20.0%
  • CSS 19.9%
  • PHP 18.0%