mirror of
https://github.com/status-im/artproject.git
synced 2025-02-22 12:48:09 +00:00
Changes from Jess
This commit is contained in:
parent
de390fe925
commit
95393b2781
@ -81,7 +81,7 @@ structure:
|
||||
button:
|
||||
label: 'Floor / Elevation Plans'
|
||||
icon: 'images/file.svg'
|
||||
href: 'http://truebit.io/modelFEB5.3dm'
|
||||
href: 'https://drive.google.com/drive/folders/13lWkYPOi1uA9DW9sab3xCST-e9mTpu3n'
|
||||
content:
|
||||
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.'
|
||||
|
@ -28,7 +28,7 @@
|
||||
<h3 class="js-sr">{{ hero.eventsLabel }}</h3>
|
||||
<div class="js-sr hero__detail__float">
|
||||
{{#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 }},
|
||||
<strong class="hero__detail__city">{{ event.city }}</strong>
|
||||
</a><br/>
|
||||
|
@ -31,7 +31,7 @@
|
||||
<h3 class="js-sr">{{ introduction.pastEventsLabel }}</h3>
|
||||
<div class="js-sr">
|
||||
{{#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 }},
|
||||
<strong class="hero__detail__city">{{ pastEvent.city }}</strong>
|
||||
</a><br/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user