mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 09:46:57 +01:00
Merge pull request #186 from ascribe/feature/newlogos
New partners: AE & SettleMint
This commit is contained in:
commit
e63ce1e0f0
20
_src/_assets/images/logo-ae.svg
Normal file
20
_src/_assets/images/logo-ae.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 21 KiB |
6
_src/_assets/images/logo-settlemint.svg
Normal file
6
_src/_assets/images/logo-settlemint.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 7.6 KiB |
@ -70,3 +70,7 @@
|
|||||||
transform: scale(1.1);
|
transform: scale(1.1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.partner__logo--ae {
|
||||||
|
transform: scale(1.1);
|
||||||
|
}
|
||||||
|
10
_src/_partners/ae.md
Normal file
10
_src/_partners/ae.md
Normal file
@ -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.
|
8
_src/_partners/settlemint.md
Normal file
8
_src/_partners/settlemint.md
Normal file
@ -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.
|
10
package.json
10
package.json
@ -32,7 +32,7 @@
|
|||||||
"normalize-css": "^2.3.1",
|
"normalize-css": "^2.3.1",
|
||||||
"normalize-opentype.css": "^0.2.4",
|
"normalize-opentype.css": "^0.2.4",
|
||||||
"parsleyjs": "^2.7.2",
|
"parsleyjs": "^2.7.2",
|
||||||
"select2": "^4.0.3",
|
"select2": "^4.0.5",
|
||||||
"smooth-scroll": "^12.1.3",
|
"smooth-scroll": "^12.1.3",
|
||||||
"svg4everybody": "^2.1.9",
|
"svg4everybody": "^2.1.9",
|
||||||
"textarea-autogrow": "^1.0.0",
|
"textarea-autogrow": "^1.0.0",
|
||||||
@ -40,7 +40,7 @@
|
|||||||
"whatwg-fetch": "^2.0.3"
|
"whatwg-fetch": "^2.0.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"acorn": "^5.1.1",
|
"acorn": "^5.2.1",
|
||||||
"babel-core": "^6.26.0",
|
"babel-core": "^6.26.0",
|
||||||
"babel-preset-es2015": "^6.24.1",
|
"babel-preset-es2015": "^6.24.1",
|
||||||
"browser-sync": "^2.18.13",
|
"browser-sync": "^2.18.13",
|
||||||
@ -58,7 +58,7 @@
|
|||||||
"gulp-header": "^1.8.9",
|
"gulp-header": "^1.8.9",
|
||||||
"gulp-htmlmin": "^3.0.0",
|
"gulp-htmlmin": "^3.0.0",
|
||||||
"gulp-if": "^2.0.2",
|
"gulp-if": "^2.0.2",
|
||||||
"gulp-imagemin": "^3.3.0",
|
"gulp-imagemin": "^3.4.0",
|
||||||
"gulp-include": "^2.0.2",
|
"gulp-include": "^2.0.2",
|
||||||
"gulp-load-plugins": "^1.5.0",
|
"gulp-load-plugins": "^1.5.0",
|
||||||
"gulp-rename": "^1.2.2",
|
"gulp-rename": "^1.2.2",
|
||||||
@ -73,10 +73,10 @@
|
|||||||
"gulp-zip": "^4.0.0",
|
"gulp-zip": "^4.0.0",
|
||||||
"js-yaml": "^3.9.1",
|
"js-yaml": "^3.9.1",
|
||||||
"request": "^2.81.0",
|
"request": "^2.81.0",
|
||||||
"stylelint": "^8.0.0",
|
"stylelint": "^8.2.0",
|
||||||
"stylelint-config-bigchaindb": "^1.1.3",
|
"stylelint-config-bigchaindb": "^1.1.3",
|
||||||
"stylelint-config-standard": "^17.0.0",
|
"stylelint-config-standard": "^17.0.0",
|
||||||
"uglify-es": "^3.0.28"
|
"uglify-es": "^3.1.6"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=7.0.0"
|
"node": ">=7.0.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user