https://github.com/stephenlb/bridge
CSS3 Experimental Dashboard with built-in RED ALERT mode. It is a work-in-progress starting point for a Dashboard that notifies and alerts status of infrastructure. Offers status header string, animated status bars with percentage levels and also a RED ALERT mode.
https://github.com/stephenlb/bridge
Last synced: 11 months ago
JSON representation
CSS3 Experimental Dashboard with built-in RED ALERT mode. It is a work-in-progress starting point for a Dashboard that notifies and alerts status of infrastructure. Offers status header string, animated status bars with percentage levels and also a RED ALERT mode.
- Host: GitHub
- URL: https://github.com/stephenlb/bridge
- Owner: stephenlb
- Created: 2013-12-05T18:59:39.000Z (over 12 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-06-02T21:48:16.000Z (about 11 years ago)
- Last Synced: 2025-05-07T23:30:36.460Z (about 1 year ago)
- Language: CSS
- Homepage: http://stephenlb.github.io/bridge/
- Size: 971 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bridge Dashbaord CSS3 Experiment
Experimental Dashboard with built-in RED ALERT mode.
It is a work-in-progress starting point for a Dashboard that notifies
and alerts status of infrastructure.
Offers status header string,
animated status bars with percentage levels
and also a RED ALERT mode.
#### Set Status Message
```javascript
bridge.status.message('Status Update!')
```
#### Set Red Alert
```javascript
bridge.status.alert()
bridge.status.allclear()
```
