mirror of
https://github.com/status-im/artproject.git
synced 2025-02-23 05:08:24 +00:00
Changes from Jess
This commit is contained in:
parent
de390fe925
commit
95393b2781
@ -81,7 +81,7 @@ structure:
|
|||||||
button:
|
button:
|
||||||
label: 'Floor / Elevation Plans'
|
label: 'Floor / Elevation Plans'
|
||||||
icon: 'images/file.svg'
|
icon: 'images/file.svg'
|
||||||
href: 'http://truebit.io/modelFEB5.3dm'
|
href: 'https://drive.google.com/drive/folders/13lWkYPOi1uA9DW9sab3xCST-e9mTpu3n'
|
||||||
content:
|
content:
|
||||||
upper:
|
upper:
|
||||||
- 'The starting point to conceptualize the public art structure is the Mobius bridge, designed by Hakes Associates of Bristol, UK. The bridge is abeautiful exploration of Mobius strips, providing a connection between point A and B while maintaining a single, unified surface.'
|
- 'The starting point to conceptualize the public art structure is the Mobius bridge, designed by Hakes Associates of Bristol, UK. The bridge is abeautiful exploration of Mobius strips, providing a connection between point A and B while maintaining a single, unified surface.'
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
<h3 class="js-sr">{{ hero.eventsLabel }}</h3>
|
<h3 class="js-sr">{{ hero.eventsLabel }}</h3>
|
||||||
<div class="js-sr hero__detail__float">
|
<div class="js-sr hero__detail__float">
|
||||||
{{#each hero.events as |event|}}
|
{{#each hero.events as |event|}}
|
||||||
<a class="hero__detail__event" href="{{ event.href }}">
|
<a class="hero__detail__event" href="{{ event.href }}" target="_blank">
|
||||||
{{ event.text }},
|
{{ event.text }},
|
||||||
<strong class="hero__detail__city">{{ event.city }}</strong>
|
<strong class="hero__detail__city">{{ event.city }}</strong>
|
||||||
</a><br/>
|
</a><br/>
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
<h3 class="js-sr">{{ introduction.pastEventsLabel }}</h3>
|
<h3 class="js-sr">{{ introduction.pastEventsLabel }}</h3>
|
||||||
<div class="js-sr">
|
<div class="js-sr">
|
||||||
{{#each introduction.pastEvents as |pastEvent|}}
|
{{#each introduction.pastEvents as |pastEvent|}}
|
||||||
<a class="hero__detail__event" href="{{ pastEvent.href }}">
|
<a class="hero__detail__event" href="{{ pastEvent.href }}" target="_blank">
|
||||||
{{ pastEvent.text }},
|
{{ pastEvent.text }},
|
||||||
<strong class="hero__detail__city">{{ pastEvent.city }}</strong>
|
<strong class="hero__detail__city">{{ pastEvent.city }}</strong>
|
||||||
</a><br/>
|
</a><br/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user