diff --git a/_src/_assets/styles/bigchain.scss b/_src/_assets/styles/bigchain.scss index 7be93fe..ad68b08 100644 --- a/_src/_assets/styles/bigchain.scss +++ b/_src/_assets/styles/bigchain.scss @@ -27,6 +27,7 @@ @import 'bigchain/_code'; @import 'bigchain/_syntax'; @import 'bigchain/_footer'; +@import 'bigchain/_team'; @import 'bigchain/_utilities'; // Content types diff --git a/_src/_assets/styles/bigchain/_team.scss b/_src/_assets/styles/bigchain/_team.scss new file mode 100644 index 0000000..e69de29 diff --git a/_src/_data/team.yml b/_src/_data/team.yml new file mode 100644 index 0000000..3ae9e01 --- /dev/null +++ b/_src/_data/team.yml @@ -0,0 +1,20 @@ + +- name: Bruce Pon + position: CEO + image: + +- name: Trent McConaghy + position: CTO + image: + +- name: Andreas Müller + position: Databases + image: + +- name: Rodolphe Marques + position: Protocols + image: + +- name: Troy McConaghy + position: + image: diff --git a/_src/_includes/team.html b/_src/_includes/team.html new file mode 100644 index 0000000..916b734 --- /dev/null +++ b/_src/_includes/team.html @@ -0,0 +1,10 @@ + +{% for member in site.data.team %} +
+
+ {{ member.name }} +

{{ member.position }}

+
+
+{% endfor %} diff --git a/_src/about.md b/_src/about.md new file mode 100644 index 0000000..02492ba --- /dev/null +++ b/_src/about.md @@ -0,0 +1,15 @@ +--- +layout: page + +title: About +--- + +Working to put intellectual property on the blockchain (IP over IP) since Aug 2013, it became clear that scalability was a fundamental barrier to wider adoption of blockchain. + +We released a whitepaper in Feb 2015 highlighting the ideal characteristics of a scalable blockchain and in Sep 2015, we decided to try to tackle the scalability problem. In Dec 2015, we came up with a solution that was quickly piloted with several industry clients. + +The result is Bigchain, a blockchain for the world. + +# Team + +{% include team.html %} diff --git a/_src/contact.md b/_src/contact.md new file mode 100644 index 0000000..5861f09 --- /dev/null +++ b/_src/contact.md @@ -0,0 +1,5 @@ +--- +layout: page + +title: Contact +--- diff --git a/_src/features.html b/_src/features.html new file mode 100644 index 0000000..0d358bd --- /dev/null +++ b/_src/features.html @@ -0,0 +1,5 @@ +--- +layout: page + +title: Features +--- diff --git a/_src/privacy.md b/_src/privacy.md new file mode 100644 index 0000000..69fadda --- /dev/null +++ b/_src/privacy.md @@ -0,0 +1,5 @@ +--- +layout: page + +title: Privacy +--- diff --git a/_src/tos.md b/_src/tos.md new file mode 100644 index 0000000..f482dc9 --- /dev/null +++ b/_src/tos.md @@ -0,0 +1,5 @@ +--- +layout: page + +title: Terms of Service +--- diff --git a/_src/whitepaper.md b/_src/whitepaper.md new file mode 100644 index 0000000..ee2caf2 --- /dev/null +++ b/_src/whitepaper.md @@ -0,0 +1,5 @@ +--- +layout: page + +title: Whitepaper +---