diff --git a/_src/_assets/images/logo-ae.svg b/_src/_assets/images/logo-ae.svg new file mode 100644 index 0000000..9e0c2bc --- /dev/null +++ b/_src/_assets/images/logo-ae.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/_src/_assets/images/logo-settlemint.svg b/_src/_assets/images/logo-settlemint.svg new file mode 100644 index 0000000..2e4a5fc --- /dev/null +++ b/_src/_assets/images/logo-settlemint.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/_src/_assets/styles/_sections/_section-partners.scss b/_src/_assets/styles/_sections/_section-partners.scss index 076aee6..cf04a7b 100644 --- a/_src/_assets/styles/_sections/_section-partners.scss +++ b/_src/_assets/styles/_sections/_section-partners.scss @@ -70,3 +70,7 @@ transform: scale(1.1); } } + +.partner__logo--ae { + transform: scale(1.1); +} diff --git a/_src/_partners/ae.md b/_src/_partners/ae.md new file mode 100644 index 0000000..992ea02 --- /dev/null +++ b/_src/_partners/ae.md @@ -0,0 +1,10 @@ +--- +layout: partner + +title: "AE - Architects for Business & ICT" +link: https://www.ae.be +--- + +AE - Architects for Business & ICT helps organizations in designing and creating new business models, services and products in an increasingly digital world. + +AE consultants create sustainable value with clients and partners by innovating businesses, architecting digital platforms, designing customer experiences and generating market insight. We believe in co-creation and combine agile, innovative methods with useful models and proven technology. diff --git a/_src/_partners/settlemint.md b/_src/_partners/settlemint.md new file mode 100644 index 0000000..07efb1a --- /dev/null +++ b/_src/_partners/settlemint.md @@ -0,0 +1,8 @@ +--- +layout: partner + +title: "Settlemint" +link: https://settlemint.com +--- + +Settlemint helps organizations leverage the benefits of blockchain technology: whether those enterprises are looking to improve efficiency, to extend their current products or to completely reinvent an existing business model by offering them Settlemint's distributed middleware Mint. diff --git a/package.json b/package.json index ae9f134..b1c4815 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "normalize-css": "^2.3.1", "normalize-opentype.css": "^0.2.4", "parsleyjs": "^2.7.2", - "select2": "^4.0.3", + "select2": "^4.0.5", "smooth-scroll": "^12.1.3", "svg4everybody": "^2.1.9", "textarea-autogrow": "^1.0.0", @@ -40,7 +40,7 @@ "whatwg-fetch": "^2.0.3" }, "devDependencies": { - "acorn": "^5.1.1", + "acorn": "^5.2.1", "babel-core": "^6.26.0", "babel-preset-es2015": "^6.24.1", "browser-sync": "^2.18.13", @@ -58,7 +58,7 @@ "gulp-header": "^1.8.9", "gulp-htmlmin": "^3.0.0", "gulp-if": "^2.0.2", - "gulp-imagemin": "^3.3.0", + "gulp-imagemin": "^3.4.0", "gulp-include": "^2.0.2", "gulp-load-plugins": "^1.5.0", "gulp-rename": "^1.2.2", @@ -73,10 +73,10 @@ "gulp-zip": "^4.0.0", "js-yaml": "^3.9.1", "request": "^2.81.0", - "stylelint": "^8.0.0", + "stylelint": "^8.2.0", "stylelint-config-bigchaindb": "^1.1.3", "stylelint-config-standard": "^17.0.0", - "uglify-es": "^3.0.28" + "uglify-es": "^3.1.6" }, "engines": { "node": ">=7.0.0"