├── CNAME ├── css ├── .DS_Store └── main.css ├── img ├── .DS_Store ├── BizFriendly-logo.png └── bizfriendly-screenshot.png ├── index.html └── README.md /CNAME: -------------------------------------------------------------------------------- 1 | bizfriend.ly 2 | -------------------------------------------------------------------------------- /css/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/bizfriendly-web/gh-pages/css/.DS_Store -------------------------------------------------------------------------------- /img/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/bizfriendly-web/gh-pages/img/.DS_Store -------------------------------------------------------------------------------- /img/BizFriendly-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/bizfriendly-web/gh-pages/img/BizFriendly-logo.png -------------------------------------------------------------------------------- /img/bizfriendly-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/bizfriendly-web/gh-pages/img/bizfriendly-screenshot.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 |
22 | The code can be found at:
24 | https://github.com/codeforamerica/bizfriendly-web
25 |
26 | https://github.com/codeforamerica/bizfriendly-api
27 |
Built by Code for America in partnership with Kansas City, Missouri and Kansas City, Kansas.
29 |