Skip to content

Commit

Permalink
chore(docs): move from gh-pages to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
codysherman committed Feb 16, 2017
2 parents 18f8001 + f4120d2 commit a77e481
Show file tree
Hide file tree
Showing 38 changed files with 9,465 additions and 4 deletions.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
letsgojs.com
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# letsGo
JavaScript library for hiding, changing, and animating HTML elements

Information at: <http://useletsgo.com>
Information at: <http://letsgojs.com>
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "letsgo",
"homepage": "http://useletsgo.com",
"homepage": "http://letsgojs.com",
"authors": [
"Cody Sherman <[email protected]> (http://codysherman.com)"
],
Expand Down
3 changes: 3 additions & 0 deletions docs/frow/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.DS_Store
node_modules
npm-debug.log
4 changes: 4 additions & 0 deletions docs/frow/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
gulpfile.js
.gitignore
bower.json
build.scss
21 changes: 21 additions & 0 deletions docs/frow/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2016 Cody Sherman

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
4 changes: 4 additions & 0 deletions docs/frow/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# frow
Flex Row CSS Grid System

Information at: <http://frowcss.com>
33 changes: 33 additions & 0 deletions docs/frow/bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "frow",
"homepage": "http://frowcss.com",
"authors": [
"Cody Sherman <[email protected]> (http://codysherman.com)"
],
"description": "Flex Row CSS Grid System",
"main": "sass/_frow.scss",
"moduleType": [],
"keywords": [
"css",
"css grid",
"responsive css",
"responsive",
"flex",
"css flex",
"sass",
"mobile-first",
"front-end",
"front end",
"framework",
"web"
],
"license": "MIT",
"ignore": [
"**/.*",
"gulpfile.js",
"node_modules",
"bower_components",
"test",
"tests"
]
}
Loading

0 comments on commit a77e481

Please sign in to comment.