Merge pull request #4793 from acemod/update-website-tools

Update website tools
This commit is contained in:
bux 2016-12-28 13:06:16 +01:00 committed by GitHub
commit e2ca261f3f
21 changed files with 5338 additions and 2158 deletions

File diff suppressed because one or more lines are too long

BIN
docs/img/slider01.jpg Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 154 KiB

After

Width:  |  Height:  |  Size: 98 KiB

BIN
docs/img/slider01_mobile.jpg Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 KiB

After

Width:  |  Height:  |  Size: 51 KiB

BIN
docs/img/slider02.jpg Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 KiB

After

Width:  |  Height:  |  Size: 73 KiB

BIN
docs/img/slider02_mobile.jpg Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 38 KiB

BIN
docs/img/slider03.jpg Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 KiB

After

Width:  |  Height:  |  Size: 84 KiB

BIN
docs/img/slider03_mobile.jpg Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 48 KiB

File diff suppressed because one or more lines are too long

12
docs/js/footer.min.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

BIN
docs/src/img/slider01.jpg Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 161 KiB

After

Width:  |  Height:  |  Size: 98 KiB

BIN
docs/src/img/slider01_mobile.jpg Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

After

Width:  |  Height:  |  Size: 51 KiB

BIN
docs/src/img/slider02.jpg Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 KiB

After

Width:  |  Height:  |  Size: 73 KiB

BIN
docs/src/img/slider02_mobile.jpg Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 38 KiB

BIN
docs/src/img/slider03.jpg Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 KiB

After

Width:  |  Height:  |  Size: 84 KiB

BIN
docs/src/img/slider03_mobile.jpg Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 48 KiB

View File

@ -23,7 +23,6 @@ window.app.contentSearch = (function ($) {
var $liveSearchButton = $liveSearch.find(".liveSearch-button");
//var $contentSearchButton = $liveSearch.find(".contentSearch-button");
var $contentSearchField = $liveSearch.find(".contentSearch-field");
var $contentSearchResultList = $(".searchPage-result-list");
@ -38,7 +37,6 @@ window.app.contentSearch = (function ($) {
$liveSearchButton.on("click", openSearchPage);
$contentSearchField.on("keyup", handleContentKeyDown);
//$contentSearchButton.on("click", openSearchPage);
}
@ -149,7 +147,6 @@ window.app.contentSearch = (function ($) {
// arrow down, arrow up
if (e.keyCode === 38 || e.keyCode === 40) {
e.preventDefault();
//navigateSearchResultsList(e.keyCode);
return false;
}
@ -246,7 +243,6 @@ window.app.contentSearch = (function ($) {
// arrow down, arrow up
if (e.keyCode === 38 || e.keyCode === 40) {
e.preventDefault();
//navigateSearchResultsList(e.keyCode);
return false;
}

File diff suppressed because it is too large Load Diff

1621
docs/src/js/vendor/slick/slick.js vendored Normal file → Executable file

File diff suppressed because it is too large Load Diff

View File

@ -2,12 +2,12 @@
"name": "ACE3",
"version": "0.1.0",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-sass": "^1.0.0"
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-imagemin": "^1.0.1",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-sass": "^2.0.0"
}
}

View File

@ -130,7 +130,7 @@ $slick-opacity-not-active: 0.25 !default;
.slick-dots {
margin: 0;
position: absolute;
bottom: 15px;
bottom: 30px;
list-style: none;
display: block;
text-align: center;