Skip to content

Commit 0bb0c77

Browse files
committed
new site draft 1
1 parent 4487b07 commit 0bb0c77

File tree

314 files changed

+66429
-200
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

314 files changed

+66429
-200
lines changed

.gitignore

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
s# Created by .ignore support plugin (hsz.mobi)
2+
.idea/.name
3+
4+
.idea/workspace.xml
5+
6+
.idea/vcs.xml
7+
8+
.idea/modules.xml
9+
10+
.idea/misc.xml
11+
12+
.idea/educoder.github.com.iml
13+
14+
old.site/atom.xml

atom.xml

-16
This file was deleted.

bower_components/jquery/.bower.json

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"name": "jquery",
3+
"version": "2.1.4",
4+
"main": "dist/jquery.js",
5+
"license": "MIT",
6+
"ignore": [
7+
"**/.*",
8+
"build",
9+
"dist/cdn",
10+
"speed",
11+
"test",
12+
"*.md",
13+
"AUTHORS.txt",
14+
"Gruntfile.js",
15+
"package.json"
16+
],
17+
"devDependencies": {
18+
"sizzle": "2.1.1-jquery.2.1.2",
19+
"requirejs": "2.1.10",
20+
"qunit": "1.14.0",
21+
"sinon": "1.8.1"
22+
},
23+
"keywords": [
24+
"jquery",
25+
"javascript",
26+
"library"
27+
],
28+
"homepage": "https://github.com/jquery/jquery",
29+
"_release": "2.1.4",
30+
"_resolution": {
31+
"type": "version",
32+
"tag": "2.1.4",
33+
"commit": "7751e69b615c6eca6f783a81e292a55725af6b85"
34+
},
35+
"_source": "git://github.com/jquery/jquery.git",
36+
"_target": ">=2.1.1",
37+
"_originalSource": "jquery"
38+
}
+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Copyright 2014 jQuery Foundation and other contributors
2+
http://jquery.com/
3+
4+
Permission is hereby granted, free of charge, to any person obtaining
5+
a copy of this software and associated documentation files (the
6+
"Software"), to deal in the Software without restriction, including
7+
without limitation the rights to use, copy, modify, merge, publish,
8+
distribute, sublicense, and/or sell copies of the Software, and to
9+
permit persons to whom the Software is furnished to do so, subject to
10+
the following conditions:
11+
12+
The above copyright notice and this permission notice shall be
13+
included in all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
19+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
20+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
21+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

bower_components/jquery/bower.json

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "jquery",
3+
"version": "2.1.4",
4+
"main": "dist/jquery.js",
5+
"license": "MIT",
6+
"ignore": [
7+
"**/.*",
8+
"build",
9+
"dist/cdn",
10+
"speed",
11+
"test",
12+
"*.md",
13+
"AUTHORS.txt",
14+
"Gruntfile.js",
15+
"package.json"
16+
],
17+
"devDependencies": {
18+
"sizzle": "2.1.1-jquery.2.1.2",
19+
"requirejs": "2.1.10",
20+
"qunit": "1.14.0",
21+
"sinon": "1.8.1"
22+
},
23+
"keywords": [
24+
"jquery",
25+
"javascript",
26+
"library"
27+
]
28+
}

0 commit comments

Comments
 (0)