mirror of
https://github.com/bigchaindb/site.git
synced 2025-02-14 21:10:28 +01:00
replace most occurences of ascribe, fixes #73
This commit is contained in:
parent
1f306c4804
commit
74cfbec240
@ -21,7 +21,8 @@ gitter: bigchaindb/bigchaindb
|
|||||||
disqus: bigchain
|
disqus: bigchain
|
||||||
|
|
||||||
address:
|
address:
|
||||||
street: Wichertstr. 17
|
company: BigchainDB GmbH
|
||||||
|
street: Wichertstr. 14a
|
||||||
zip: 10439
|
zip: 10439
|
||||||
city: Berlin
|
city: Berlin
|
||||||
country: Germany
|
country: Germany
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<small class="footer__copyright">
|
<small class="footer__copyright">
|
||||||
© {{ site.time | date: "%Y" }} BigchainDB GmbH
|
© {{ site.time | date: "%Y" }} {{ site.address.company }}
|
||||||
|
|
||||||
{% for link in site.data.menus.legal %}
|
{% for link in site.data.menus.legal %}
|
||||||
|
|
||||||
|
Binary file not shown.
@ -16,7 +16,7 @@ title: Contact
|
|||||||
</div>
|
</div>
|
||||||
<div class="grid__col grid__col--2">
|
<div class="grid__col grid__col--2">
|
||||||
<div class="h-card contactlist">
|
<div class="h-card contactlist">
|
||||||
<p><strong class="p-name p-org">{{ site.name }}</strong></p>
|
<p><strong class="p-name p-org">{{ site.address.company }}</strong></p>
|
||||||
|
|
||||||
<!-- <div class="p-adr">
|
<!-- <div class="p-adr">
|
||||||
<p class="p-street-address">{{ site.address.street }}</p>
|
<p class="p-street-address">{{ site.address.street }}</p>
|
||||||
|
@ -18,7 +18,7 @@ whitepaper:
|
|||||||
*by <br>Trent McConaghy, Rodolphe Marques, Andreas Müller, Dimitri De Jonghe, Troy McConaghy, Greg McMullen, Ryan Henderson, Sylvain Bellemare, Alberto Granzotto*
|
*by <br>Trent McConaghy, Rodolphe Marques, Andreas Müller, Dimitri De Jonghe, Troy McConaghy, Greg McMullen, Ryan Henderson, Sylvain Bellemare, Alberto Granzotto*
|
||||||
|
|
||||||
*February 2016*
|
*February 2016*
|
||||||
*ascribe GmbH, Berlin, Germany*
|
*BigchainDB GmbH, Berlin, Germany*
|
||||||
|
|
||||||
### Abstract
|
### Abstract
|
||||||
|
|
||||||
|
@ -33,9 +33,10 @@ var isProduction = ($.util.env.production === true ? true : false);
|
|||||||
|
|
||||||
console.log("");
|
console.log("");
|
||||||
console.log($.util.colors.gray(" <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>"));
|
console.log($.util.colors.gray(" <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>"));
|
||||||
console.log($.util.colors.cyan(" ┌─┐┌─┐┌─┐┬─┐┬┌┐ ┌─┐ "));
|
console.log($.util.colors.cyan(" __ __ __ "));
|
||||||
console.log($.util.colors.cyan(" ├─┤└─┐│ ├┬┘│├┴┐├┤ "));
|
console.log($.util.colors.cyan(" |__). _ _|_ _ . _ | \ |__) "));
|
||||||
console.log($.util.colors.cyan(" ┴ ┴└─┘└─┘┴└─┴└─┘└─┘ "));
|
console.log($.util.colors.cyan(" |__)|(_)(_| )(_||| )|__/|__) "));
|
||||||
|
console.log($.util.colors.cyan(" _/ "));
|
||||||
console.log($.util.colors.gray(" <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>"));
|
console.log($.util.colors.gray(" <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>"));
|
||||||
console.log("");
|
console.log("");
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
},
|
},
|
||||||
"description": "Landing page for BigchainDB",
|
"description": "Landing page for BigchainDB",
|
||||||
"homepage": "https://www.bigchaindb.com",
|
"homepage": "https://www.bigchaindb.com",
|
||||||
"license": "(c) 2016 ascribe - All Rights Reserved",
|
"license": "(c) 2016 BigchainDB - All Rights Reserved",
|
||||||
"main": "gulpfile.js",
|
"main": "gulpfile.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "gulp",
|
"start": "gulp",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user