mirror of
https://github.com/bigchaindb/site.git
synced 2025-02-11 08:09:33 +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
|
||||
|
||||
address:
|
||||
street: Wichertstr. 17
|
||||
company: BigchainDB GmbH
|
||||
street: Wichertstr. 14a
|
||||
zip: 10439
|
||||
city: Berlin
|
||||
country: Germany
|
||||
|
@ -53,7 +53,7 @@
|
||||
</div>
|
||||
|
||||
<small class="footer__copyright">
|
||||
© {{ site.time | date: "%Y" }} BigchainDB GmbH
|
||||
© {{ site.time | date: "%Y" }} {{ site.address.company }}
|
||||
|
||||
{% for link in site.data.menus.legal %}
|
||||
|
||||
|
Binary file not shown.
@ -16,7 +16,7 @@ title: Contact
|
||||
</div>
|
||||
<div class="grid__col grid__col--2">
|
||||
<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">
|
||||
<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*
|
||||
|
||||
*February 2016*
|
||||
*ascribe GmbH, Berlin, Germany*
|
||||
*BigchainDB GmbH, Berlin, Germany*
|
||||
|
||||
### Abstract
|
||||
|
||||
|
@ -33,9 +33,10 @@ var isProduction = ($.util.env.production === true ? true : false);
|
||||
|
||||
console.log("");
|
||||
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("");
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
},
|
||||
"description": "Landing page for BigchainDB",
|
||||
"homepage": "https://www.bigchaindb.com",
|
||||
"license": "(c) 2016 ascribe - All Rights Reserved",
|
||||
"license": "(c) 2016 BigchainDB - All Rights Reserved",
|
||||
"main": "gulpfile.js",
|
||||
"scripts": {
|
||||
"start": "gulp",
|
||||
|
Loading…
Reference in New Issue
Block a user