Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iatek/bootstrap-zero
Bootstrap templates and themes project
https://github.com/iatek/bootstrap-zero
Last synced: 30 days ago
JSON representation
Bootstrap templates and themes project
- Host: GitHub
- URL: https://github.com/iatek/bootstrap-zero
- Owner: iatek
- License: mit
- Created: 2013-12-20T13:47:56.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-11-06T07:56:55.000Z (about 8 years ago)
- Last Synced: 2024-04-15T02:58:19.506Z (8 months ago)
- Language: JavaScript
- Homepage: http://www.bootstrapzero.com
- Size: 1.66 MB
- Stars: 575
- Watchers: 59
- Forks: 190
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
bootstrap-zero
==============Bootstrap Templates and Themes Project
----- Free, open source Bootstrap templates and themes for Twitter Bootstrap.
- App written on Node.js
- Complete HTML, CSS and JavaScript
- Demo and downloads: http://www.bootstrapzero.com![Screenshot](https://pbs.twimg.com/media/Bc6QcqoCcAAPFCQ.png:large)
A Repository for Bootstrap Templates
---- reusable
- responsive (suitable for mobile devices)
- follow best practices
- maximize use of the Bootstrap baseline
- aren't extensively customized
- don't look to Bootstrap-yStandard Templates
----
Basic, sidebar, affix, off-canvas, carousel, gallery, fixed width, fixed navbar, blog, portal, app and others.Custom Templates and Themes
----
Facebook style, Google+ style, Android Holo-style, Mashable-style, TheNextWeb style, off-canvas, one page app, long scrolling, full screen carousel and others.License
---
[MIT](https://github.com/iatek/bootstrap-zero/blob/master/LICENSE) for this project. Individual licenses apply to templates and themes.Contribute
---
If you author open source Bootstrap templates or themes you can submit your works for inclusion on BootstrapZero. Template should meet this criteria:- free, open source
- no use of LESS or custom Bootstrap builds
- 100% responsive for multiple device widthsWhile a database is in the works, here is how you can submit your project(s)..
- Construct a JSON object for each template/theme you want to submit. Here is an example:
```
{
name:"Darkside",
title:"Darkside",
short:"Dark with off-canvas sidebar",
full:"The deep gray layout features a sidebar drawer menu that responsively collapses off-canvas on smaller devices such as tablets and smartphones.
When the sidebar is collapsed, it can be toggled on so that it slides in from the left and consumes 40% of the screen width.
This template also includes a sticky bottom footer that stays at the bottom regardless of content height.",
tags:["theme","fixed","dark","collapse","off-canvas"],
imgUrl:"http://www.bootply.com/assets/templates/88105.png",
downloadUrl:"http://bootply.com/download/88105",
sourceUrl:"http://bootply.com/88105",
previewUrl:"http://bootply.com/render/88105",
author:"Bootply.com",
authorUrl:"http://www.bootply.com/templates",
bootstrapVersion:"3.0.3",
avatar:"https://pbs.twimg.com/profile_images/3663020003/d09fae59ab68605a7973043e0267b905.jpeg",
license:"MIT",
licenseUrl:"https://github.com/iatek/bootstrap-zero/blob/master/LICENSE"
}
```
- Fork this project
- Append your template/theme info the 'templates.js' file found in the project
- Submit a pull request so that we can review your submission