1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 01:36:55 +01:00

grab enterprise testimonial from testimonials data

This commit is contained in:
Matthias Kretschmann 2017-05-19 14:49:07 +02:00
parent 569dde0550
commit deb0f30e5e
Signed by: m
GPG Key ID: BD3C1F3EDD7831FC

View File

@ -33,12 +33,6 @@ intro:
description: "Interoperability with Ethereum, IPFS, Bitcoin and other protocols such as the Interledger Protocol (ILP), IPLD, COALA IP and COALA SC mean that enterprises can develop their applications knowing that their work is future-proofed."
icon: icon-plug
testimonial:
copy: "It takes me one day to build on BigchainDB what it took me 30 days to build on Bitcoin."
name: Thomas Fürstner
org: CEO Riddle & Code
image: thomas-fuerstner.jpg
support:
title: "Hands-on production support"
description: "From ideation to production, we have the team and technology to help you build enterprise-grade applications and platforms."
@ -141,14 +135,15 @@ contact:
<section class="section section--enterprisetestimonial">
<div class="row">
<figure class="testimonial">
<blockquote class="testimonial__quote">{{ page.testimonial.copy }}</blockquote>
<blockquote class="testimonial__quote">{{ site.data.testimonials.set4[0].quote }}</blockquote>
<figcaption class="testimonial__caption">
<img class="testimonial__avatar" src="/assets/img/{{ page.testimonial.image }}">
<img class="testimonial__avatar" src="/assets/img/{{ site.data.testimonials.set4[0].image }}">
<cite class="testimonial__cite">
<span class="testimonial__name">{{ page.testimonial.name }}</span>
<span class="testimonial__org">{{ page.testimonial.org }}</span>
<span class="testimonial__name">{{ site.data.testimonials.set4[0].name }}</span>
<span class="testimonial__org">{{ site.data.testimonials.set4[0].org }}</span>
</cite>
</figcaption>
</figure>