mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +01:00
new partners: DIN & ISO
This commit is contained in:
parent
c610e5f4bc
commit
4e604d9578
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 9.9 KiB |
9
_src/_assets/images/logo-din.svg
Normal file
9
_src/_assets/images/logo-din.svg
Normal file
@ -0,0 +1,9 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="124" height="88" viewBox="0 0 124 88">
|
||||
<g >
|
||||
<polygon fill-rule="nonzero" points="0 0 123 0 123 7 0 7"/>
|
||||
<polyline points="124 72 115.068 72 88.932 33.333 88.932 72 80 72 80 17 88.932 17 115.068 56 115.068 17 124 17 124 72"/>
|
||||
<polygon fill-rule="nonzero" points="56 17 65 17 65 72 56 72"/>
|
||||
<polygon fill-rule="nonzero" points="0 81 123 81 123 88 0 88"/>
|
||||
<path d="M1,17 L1,71.9953431 C10.3369434,71.9768804 19.6813001,72.0322598 29.0136229,71.9676748 C32.8714341,71.9313616 37.3939457,69.0488834 39.3540781,67.2425512 C41.8013876,64.8248115 44.9252534,60.8261388 44.9960597,55.5742226 C44.980459,48.00258 45.0272738,40.4257721 44.9726649,32.857342 C44.5939822,28.5868468 43.0055763,24.7706195 39.7317073,21.8315084 C36.2638509,18.574518 31.8952649,17.0670101 28.8748919,17 L1,17 Z M9.73099015,25.3305996 C15.4828496,25.3603693 21.2542576,25.271098 26.993931,25.3751723 C29.2034086,25.4310959 30.7256288,26.1476472 32.3311715,27.0988788 C34.5090541,28.6748834 36.0308301,31.1166026 36.2611218,33.6651299 C36.2303392,40.5330715 36.3226615,47.4110413 36.2149416,54.2726964 C36.060394,56.8563224 34.6523422,59.3855365 32.6889094,61.056605 C29.3406417,63.7701733 25.0321103,63.2869947 20.9898195,63.3301022 L9.73099015,63.3301022 L9.73099015,25.3305996 Z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
6
_src/_assets/images/logo-iso.svg
Normal file
6
_src/_assets/images/logo-iso.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 47 KiB |
@ -39,24 +39,18 @@
|
||||
// using transforms so we don't affect layout
|
||||
// or have to hardcode any sizes
|
||||
//
|
||||
.partner__logo--ipdb {
|
||||
.partner__logo--interledger,
|
||||
.partner__logo--iso,
|
||||
.partner__logo--din {
|
||||
transform: scale(1.2);
|
||||
}
|
||||
|
||||
.partner__logo--interledger {
|
||||
transform: scale(1.2);
|
||||
}
|
||||
|
||||
.partner__logo--rethinkdb {
|
||||
transform: translateY(.4rem);
|
||||
}
|
||||
|
||||
.partner__logo--mongodb {
|
||||
transform: translateY(.3rem);
|
||||
.partner__logo--recruit-technologies {
|
||||
transform: translateY(-.3rem);
|
||||
}
|
||||
|
||||
.partner__logo--innogy {
|
||||
transform: scale(1.5);
|
||||
transform: scale(1.6);
|
||||
|
||||
.stroke {
|
||||
fill: none;
|
||||
@ -67,8 +61,7 @@
|
||||
|
||||
.partner__logo--porsche {
|
||||
@media ($screen-sm) {
|
||||
transform: scale(1.3);
|
||||
transform-origin: top center;
|
||||
transform: scale(1.2);
|
||||
}
|
||||
}
|
||||
|
||||
|
10
_src/_partners/din.md
Normal file
10
_src/_partners/din.md
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
layout: partner
|
||||
|
||||
title: DIN - Deutsches Institut für Normung e.V.
|
||||
link: http://www.din.de
|
||||
---
|
||||
|
||||
Deutsches Institut für Normung e.V. is the German national organization for standardization and is the German ISO member body. DIN is a German Registered Association (e.V.) headquartered in Berlin.
|
||||
|
||||
There are currently around thirty thousand DIN Standards, covering nearly every field of technology.
|
10
_src/_partners/iso.md
Normal file
10
_src/_partners/iso.md
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
layout: partner
|
||||
|
||||
title: ISO - International Organization for Standardization
|
||||
link: https://www.iso.org/
|
||||
---
|
||||
|
||||
ISO is an independent, non-governmental international organization with a membership of 162 national standards bodies.
|
||||
|
||||
Through its members, it brings together experts to share knowledge and develop voluntary, consensus-based, market relevant International Standards that support innovation and provide solutions to global challenges.
|
@ -35,7 +35,7 @@ intro:
|
||||
description: "La la la"
|
||||
- title: "Interoperability"
|
||||
description: "Interoperability with Ethereum, IPFS, Bitcoin and other protocols such as the Interledger Protocol (ILP), IPLD, COALA IP and COALA SC."
|
||||
- title: "Queryability & Indexing"
|
||||
- title: "Queryability & indexing"
|
||||
description: "Leverage efficient big data query capabilities out of the box."
|
||||
- title: "Monitoring"
|
||||
description: "Monitoring tools for nodes, caretakers and networks."
|
||||
|
Loading…
Reference in New Issue
Block a user