Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jacobsteves/statisticprogressbar
- Owner: jacobsteves
- License: bsd-3-clause
- Created: 2017-05-17T01:00:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-11T17:57:23.000Z (over 6 years ago)
- Last Synced: 2023-11-08T19:49:43.353Z (about 1 year ago)
- Topics: module, progress-bar, skills
- Language: PHP
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)`.