Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebnitu/basedemo
BaseDemo is a basic template that can be used for creating demos for your development projects.
https://github.com/sebnitu/basedemo
Last synced: 3 months ago
JSON representation
BaseDemo is a basic template that can be used for creating demos for your development projects.
- Host: GitHub
- URL: https://github.com/sebnitu/basedemo
- Owner: sebnitu
- Created: 2012-02-12T05:33:52.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-11-01T03:14:55.000Z (about 9 years ago)
- Last Synced: 2024-10-20T07:45:24.870Z (3 months ago)
- Language: CSS
- Homepage:
- Size: 158 KB
- Stars: 143
- Watchers: 10
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BaseDemo
BaseDemo is just a basic template that can be used for creating demos for your development projects. It also works great for [GitHub Pages](http://pages.github.com/). This is an example of what you could do with this template and some content types.*By Sebastian Nitu*
Author URI: [http://sebnitu.com/](http://sebnitu.com/)
Online Demo: [http://sebnitu.github.com/BaseDemo/](http://sebnitu.github.com/BaseDemo/)## Features
1) One of the reasons BaseDemo is great is because it's so simple. You don't even have to include anything else in your document downloads or GitHub Pages besides the demo file! Just include the bootstrap script in the header and BaseDemo will take care of the rest:
```html
```
Because of this, you can host all of the files and scripts somewhere on a server. This keeps your demo file light and means that's the only thing you need in your project files. No assets folder with CSS and JS. No images. How nice :)
2) The design of BaseDemo is completely responsive so it will adjust itself depending on the width of the window it's being displayed on.
3) I've got some more ideas for BaseDemo that I'll be implementing down the road. But if you have any feature requests, please let me know!
## License
[BaesDemo](https://github.com/sebnitu/BaseDemo) is built and maintained by [Sebastian Nitu](http://sebnitu.com/) and is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License](http://creativecommons.org/licenses/by-nc-sa/3.0/). Follow me on [Twitter](https://twitter.com/sebnitu), [GitHub](https://github.com/sebnitu) and [Dribbble](http://dribbble.com/sebnitu).