Changes from Jess

This commit is contained in:
Andy Tudhope 2018-03-23 00:23:09 +02:00
parent de390fe925
commit 95393b2781
3 changed files with 3 additions and 3 deletions

View File

@ -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.'

View File

@ -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/>

View File

@ -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/>