Add missing link to introduction & get involved

This commit is contained in:
wswidzinski 2018-01-13 12:56:31 +01:00
parent 0b9ee778fe
commit a8df651fe9
4 changed files with 10 additions and 6 deletions

View File

@ -19,7 +19,7 @@ hero:
introduction: introduction:
header: 'Introduction —' header: 'Introduction —'
subheader: 'TrueBit, in collaboration with artist Jessica Angel, are creating an open source, massive public art installation connected to the blockchain in real time.' subheader: '<a class="underline" href="https://truebit.io" rel="noopener" target="_blank">TrueBit</a>, in collaboration with artist <a class="underline" href="http://www.jessicaangelarts.com" rel="noopener" target="_blank">Jessica Angel</a>, are creating an open source, massive public art installation connected to the blockchain in real time.'
content: content:
- 'This public structure will be the starting point for creative interactions and collaborations to happen with creatives from different parts of the world using the blockchain as a creative tool.' - 'This public structure will be the starting point for creative interactions and collaborations to happen with creatives from different parts of the world using the blockchain as a creative tool.'
- 'We are facing exciting times in the history of humanity, and this project will pay tribute to the greatness of this technology, while proposing a holistic approach to knowledge; where music, art, education, economics, mathematics and philosophy take place under the same roof.' - 'We are facing exciting times in the history of humanity, and this project will pay tribute to the greatness of this technology, while proposing a holistic approach to knowledge; where music, art, education, economics, mathematics and philosophy take place under the same roof.'
@ -29,7 +29,7 @@ introduction:
counterText: '02 - 06' counterText: '02 - 06'
project: project:
header: 'Project -' header: 'Project '
subheader: 'This first art project proposes the visualization and experience of immersion inside the “dogetherium bridge”, an endeavour that TrueBit is undertaking to create a “bridge" between the Dogecoin and Ethereum blockchains.' subheader: 'This first art project proposes the visualization and experience of immersion inside the “dogetherium bridge”, an endeavour that TrueBit is undertaking to create a “bridge" between the Dogecoin and Ethereum blockchains.'
content: content:
- 'Using high impact, immersive and interactive art, in conjunction with the underlying coding and computational workings happening in the Doge-ETH bridge, this project aims to foster community, participation and reflections around the pioneering work in the blockchain ecosystem.' - 'Using high impact, immersive and interactive art, in conjunction with the underlying coding and computational workings happening in the Doge-ETH bridge, this project aims to foster community, participation and reflections around the pioneering work in the blockchain ecosystem.'
@ -64,7 +64,7 @@ structure:
getInvolved: getInvolved:
header: 'Get Involved —' header: 'Get Involved —'
description: description:
- 'We are looking to hear about your ideas, skills and passions. This project is about fostering collaborations with creators, thinkers, burners, makers, and people excited about technology and art. Get involved by communicating with the team (artproject@truebit.io), sharing your vision and affiliation to these ideas. Anything counts as long as there is passion, rigor and commitment!' - 'We are looking to hear about your ideas, skills and passions. This project is about fostering collaborations with creators, thinkers, burners, makers, and people excited about technology and art. Get involved by communicating with the team (<a href="mailto:artproject@truebit.com">artproject@truebit.io</a>), sharing your vision and affiliation to these ideas. Anything counts as long as there is passion, rigor and commitment!'
buttons: buttons:
- label: 'Collaborator Guidelines' - label: 'Collaborator Guidelines'
icon: 'images/file.svg' icon: 'images/file.svg'

View File

@ -9,7 +9,7 @@
<div class="get-involved__wrapper"> <div class="get-involved__wrapper">
<div class="get-involved__content"> <div class="get-involved__content">
<div class="get-involved__description text--medium"> <div class="get-involved__description text--medium">
{{ getInvolved.description }} {{{ getInvolved.description }}}
</div> </div>
<div class="get-involved__buttons"> <div class="get-involved__buttons">

View File

@ -7,7 +7,7 @@
}} }}
<div class="introduction__subheader text--large"> <div class="introduction__subheader text--large">
{{introduction.subheader}} {{{ introduction.subheader }}}
</div> </div>
<div class="introduction__content"> <div class="introduction__content">
@ -32,7 +32,7 @@
<div class="introduction__link"> <div class="introduction__link">
<a href="#project"> <a href="#project">
{{introduction.nextSectionLink}} {{ introduction.nextSectionLink }}
</a> </a>
</div> </div>
</div> </div>

View File

@ -23,3 +23,7 @@
} }
} }
} }
.underline {
text-decoration: underline;
}