Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.09 KB

README.md

File metadata and controls

12 lines (9 loc) · 1.09 KB

Steps Bills Guide

The Steps Bills Guide is an open sourced resource for anyone to use. This resource provides a personalized experience for low-income people to explore actions they can take if they're struggling with paying certain bills. The guide can be viewed at https://ideoorg.github.io/steps-guide-bills/.

Getting Started

Including the guide into your own website

  1. In this repository, you should see three files with the extension .html, .js, .css.
  2. If you'd like this guide on a separate page by itself, simply copy the three files into the same folder. Then open the index.html page with your favorite browser.
  3. If you'd like this guide embedded inside of your own website template, include the following snippet of code into the section of the html file where you wish to display the guide: <div id="steps-guide-bills"></div>
  4. Then right before the end </body> tag (after all other code), insert this <script type="text/javascript" src="main.js"></script>
  5. Right before the end </head> tag (after all other stylesheets), insert this <link href="main.css" rel="stylesheet">