The Steps Credit 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 to improve their credit. The guide can be viewed at https://ideoorg.github.io/steps-guide-credit/#/.
- In this repository, you should see three files with the extension .html, .js, .css.
- 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.
- 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-credit"></div>
- Then right before the end
</body>
tag (after all other code), insert this<script type="text/javascript" src="main.js"></script>
- Right before the end
</head>
tag (after all other stylesheets), insert this<link href="main.css" rel="stylesheet">