mmrtnz / bizfriendly-web

An online service that teaches small business owners how to use the internet to better run their businesses.

Home Page:http://bizfriend.ly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

BizFriend.ly Web Site

http://BizFriend.ly teaches you how to use the internet to increase your quality of life, be more effecient at work, and perhaps even how to be a better citizen.

About

This is the main website for the BizFriend.ly service. It is powered by the BizFriend.ly API

Made in Kansas City

       oyyyyyyyyyyy+          .yyyyyyyyyyyy       
       ``:yyyyyyy-``       ``` ```osyyyyyo:`      
          oyyyyyo`:/+ossyyyyyyyysso+////-+yy/`    
          oyyyyyo.yyyyyyyyyyyyyyyyyyyyyyo/+yyy/`  
          oyyyyyo.yyo+/:-..`.//////+oyyyyyyyyyyy/`
       .+-oyyyyyo`.       `/yyyyyy+`  .:oyyyyyyys:
     `oyy-oyyyyyo       `/yyyyyyo.       `:oyys:  
    :yyyy-oyyyyyo     `/yyyyyyo.            .-    
   /yyyyy-oyyyyyo   `/yyyyyyo.                    
  :yyyyy/ oyyyyyo `/yyyyyyo.                      
 `yyyyy+  oyyyyyo/yyyyyyy/                        
 /yyyyy`  oyyyyyyyyyyyyyyyo.                      
:yyyyys   oyyyyyyyyyoyyyyyyy/`                    
.yyyyy+   oyyyyyyy+. .oyyyyyys:                   
 /yyyys   oyyyyys`     -syyyyyyo.                 
 `syyyy:  oyyyyyo        /yyyyyyy+`               
  -yyyyy- oyyyyyo         `+yyyyyyy:              
   -yyyyy:.syyyyo           -syyyyyys.         ./-
    .syyyyo-/yyyo             :yyyyyyy+`     `/yy/
      /yyyyyo-:++              `+yyyyyyy:  `/yyyy:
       `/syyyys/.                .oyyyyyys-/ys+-.`
          -+syyyyyo/-.`           `:syyyyyy+-     
          o+:-:+syyyyyyyssooooossyyo./yyyyyyy/    
       ``.syyys+:--::/+oossssssoo+/:-`.syyyyyys-` 
       oyyyyyyyyyyy+                :yyyyyyyyyyyy/


                     `..----..`                    
                 .-://////////:-.                 
               .:////////////////:.               
              -////////////////////-              
             -////////-....-////////-             
            `://////:`      `://////:`            
            .///////.        .///////.            
            `///////-       `:///////`            
  `-:::-.    -///////:`    `:///////-    .::::-`  
  ://////-    :///////:`  `:///////-    -//////:  
  :///////-    -///////: `:///////-    -///////:  
  `:///////:    -/////:`.:///////-    :///////:`  
   `:///////:`   .///:`.////////-   `:///////:`   
    `:///////:`   .::`.////////-   `:///////:`    
     `:///////:`   ``.////////-   `:///////:`     
      `:///////:.   .////////-   `:///////:`      
        -///////:. -////////-`. `:///////:`       
        `:////////:////////-`:/-:///////:`        
          :///////////////.`://////////:`         
           -/////////////.`://////////:           
            -///////////- ://////////:            
             -/////////-  `:////////-`            
              -///////.    .://////:              
               `.---.`      `.----.               
                                                  

Development Setup

Previewing Your Changes Using Jekit

Don't want to install anything? You can use the nifty Jekit app to preview changes you make to this site remotely.

To do this, fork this repo, and commit your changes on a branch to your fork. You can then preview what your changes look like by navigating to:

https://jekit.codeforamerica.org/USERNAME/bizfriendly-web/BRANCHNAME/

For a basic example of its usage, if GitHub user @lolname has made changes to the about.html page on their fork, they can preview their changes using Jekit by going to:

https://jekit.codeforamerica.org/lolname/bizfriendly-web/gh-pages/about.html

Running the Site Locally on Your Computer

To run the site locally on your own computer (most helpful for previewing your own changes), you will need Jekyll installed (click here for Jekyll installation instructions.)

Fork and clone the repository, then run the following command in the root directory of the repo:

jekyll serve -w

Your computer should now be serving your local copy of the site at:

http://localhost:4000.

Technology Patterns

Uses Jekyll for templating – converted HTML files are in the _site folder.

Contributing

The list of beginner friendly issues is a great place to start!

We sort the importance of our issues using the star labels. Three stars are the most important issues.

In the spirit of free software, everyone is encouraged to help improve this project.

Here are some ways you can contribute:

  • by using alpha, beta, and prerelease versions
  • by reporting bugs
  • by suggesting new features
  • by translating to a new language
  • by writing or editing documentation
  • by writing specifications
  • by writing code (no patch is too small: fix typos, add comments, clean up inconsistent whitespace)
  • by refactoring code
  • by closing issues
  • by reviewing patches
  • financially

Submitting an Issue

We use the GitHub issue tracker to track bugs and features. Before submitting a bug report or feature request, check to make sure it hasn't already been submitted. You can indicate support for an existing issue by voting it up. When submitting a bug report, please include a Gist that includes a stack trace and any details that may be necessary to reproduce the bug.

Submitting a Pull Request

  1. Fork the project.
  2. Create a topic branch.
  3. Implement your feature or bug fix.
  4. Commit and push your changes.
  5. Submit a pull request.

Copyright

Copyright (c) 2013 Code for America. See LICENSE for details.

Code for America Tracker

About

An online service that teaches small business owners how to use the internet to better run their businesses.

http://bizfriend.ly


Languages

Language:JavaScript 51.1%Language:HTML 41.2%Language:CSS 7.7%