Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jacobsteves/statisticprogressbar

A PHP created progress bar that a title on the left side, and a percentage on the right side. Great tool for showing off programming language/framework skills on a website.
https://github.com/jacobsteves/statisticprogressbar

module progress-bar skills

Last synced: about 1 month ago
JSON representation

A PHP created progress bar that a title on the left side, and a percentage on the right side. Great tool for showing off programming language/framework skills on a website.

Awesome Lists containing this project

README

        

# StatisticProgressBar
[Demo!](http://www.jacobsteves.ca/software/StatisticProgressBar)

A progress bar that a title on the left side, and a percentage on the right side. Great tool for showing off programming language/framework skills on a website.

## Instructions
Simply include the progressbar.php script in your project (be sure to include the assets folder as well). To create a new skillbar, call the PHP function `createSkillbar(title, percent, colour)`.