-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Moe Shaaban
committed
Nov 10, 2014
0 parents
commit 6395592
Showing
18 changed files
with
7,050 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.sass-cache | ||
node_modules | ||
bower_components | ||
npm-debug.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
## Webstarter - Full Width Slider Starter Layout | ||
|
||
[Scoop Themes](http://scoopthemes.com) full width slider webstarter template [Bootstrap 3.3](http://getbootstrap.com/) based. | ||
|
||
Template Link & Preview [Full Slider Preview](http://www.scoopthemes.com/templates/full-slider/) | ||
|
||
### Author | ||
|
||
Built with all the love in the world by Scoop Themes. | ||
|
||
Check more of our open source templates and themes [http://scoopthemes.com](http://scoopthemes.com). | ||
|
||
Follow us on twitter and stay tuned for any upcoming free items [@ScoopThemes](https://twitter.com/ScoopThemes). | ||
|
||
### Features | ||
|
||
+ Updated Bootstrap 3.3.0 | ||
+ FontAwesome Included. | ||
+ Jquery Included. | ||
+ Bower File With Dependencies. | ||
+ Grunt File for Watching & Compiling. | ||
+ Google Fonts Included (Open Sans). | ||
+ (Bootstrap, Jquery, FontAwesome) all linked from MaxCDN. | ||
+ Javascript Master & Objects Functions Ready. | ||
+ Google, OpenGraph, Twitter Meta Tags are Ready. | ||
+ SASS Included (Optional). | ||
+ W3C Valid HTML5. | ||
|
||
### License & Copyrights | ||
|
||
All demos and examples, whether in a code project’s repository or displayed on a [Scoop Themes](http://scoopthemes.com) site, are released under the terms of [CC0](http://en.wikipedia.org/wiki/Creative_Commons_license/) by [Scoop Themes](http://scoopthemes.com). | ||
|
||
CC0 is even more permissive than the MIT license, allowing you to use the code in any manner you want, without any copyright headers, notices, or other attribution. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"name": "Full Width Slider", | ||
"version": "0.1.0", | ||
"authors": [ | ||
"Scoop Themes http://scoopthemes.com" | ||
], | ||
"description": "Full Width Slider Layout Web Starter Template By Scoop Themes", | ||
"main": "index.html", | ||
"keywords": [ | ||
"WebStarter", | ||
"Free", | ||
"Slider", | ||
"Full Width", | ||
"Bootstrap", | ||
"Templates" | ||
], | ||
"license": "CC0", | ||
"homepage": "http://scoopthemes.com/templates/sidebar", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components", | ||
"test", | ||
"tests" | ||
], | ||
"dependencies": { | ||
"bootstrap": "~3.3.0", | ||
"fontawesome": "~4.2.0", | ||
"jquery": "~2.1.1" | ||
} | ||
} |
Oops, something went wrong.