mirror of
https://github.com/status-im/artproject.git
synced 2025-02-23 05:08:24 +00:00
Add missing link to introduction & get involved
This commit is contained in:
parent
0b9ee778fe
commit
a8df651fe9
@ -19,7 +19,7 @@ hero:
|
||||
|
||||
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:
|
||||
- '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.'
|
||||
@ -29,7 +29,7 @@ introduction:
|
||||
counterText: '02 - 06'
|
||||
|
||||
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.'
|
||||
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.'
|
||||
@ -64,7 +64,7 @@ structure:
|
||||
getInvolved:
|
||||
header: 'Get Involved —'
|
||||
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:
|
||||
- label: 'Collaborator Guidelines'
|
||||
icon: 'images/file.svg'
|
||||
|
@ -9,7 +9,7 @@
|
||||
<div class="get-involved__wrapper">
|
||||
<div class="get-involved__content">
|
||||
<div class="get-involved__description text--medium">
|
||||
{{ getInvolved.description }}
|
||||
{{{ getInvolved.description }}}
|
||||
</div>
|
||||
|
||||
<div class="get-involved__buttons">
|
||||
|
@ -7,7 +7,7 @@
|
||||
}}
|
||||
|
||||
<div class="introduction__subheader text--large">
|
||||
{{introduction.subheader}}
|
||||
{{{ introduction.subheader }}}
|
||||
</div>
|
||||
|
||||
<div class="introduction__content">
|
||||
@ -32,7 +32,7 @@
|
||||
|
||||
<div class="introduction__link">
|
||||
<a href="#project">
|
||||
{{introduction.nextSectionLink}}
|
||||
{{ introduction.nextSectionLink }}
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -23,3 +23,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.underline {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user