summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-04-12 14:45:36 +0200
committerJules Laplace <julescarbon@gmail.com>2021-04-12 14:45:36 +0200
commit7ad46fccae248f3a4d7df096cc42368f2d23ae58 (patch)
tree4e60dd73cf03497f2505ba19ed778fadbb764371
parentc4d9982d0dd4dbedc2770cc6d20ee66429e4554d (diff)
nav overlay
-rw-r--r--frontend/site/projects/museum/constants.js8
-rw-r--r--frontend/site/projects/museum/views/nav.overlay.js1
2 files changed, 4 insertions, 5 deletions
diff --git a/frontend/site/projects/museum/constants.js b/frontend/site/projects/museum/constants.js
index f9d0c33..853b1c8 100644
--- a/frontend/site/projects/museum/constants.js
+++ b/frontend/site/projects/museum/constants.js
@@ -31,7 +31,7 @@ export const ARTISTS = {
},
foreshew: {
name: "Nicole Foreshew",
- location: "Australia",
+ location: "Urumbilum River, Gumbaynggirr Country, Australia",
start: "foreshew-1",
bio: `
<p>
@@ -46,7 +46,7 @@ export const ARTISTS = {
},
stankievech: {
name: "Charles Stankievech",
- location: "Canada",
+ location: "Cosmic Ray Research Station, Canadian Rockies (Winter Solstice)",
start: "stankievech-1",
bio: `
<p>
@@ -61,7 +61,7 @@ export const ARTISTS = {
},
nilthamrong: {
name: "Jakrawal Nilthamrong",
- location: "Thailand",
+ location: "Chiang Mai, Thailand",
start: "nilthamrong-home",
bio: `<p>
Jakrawal Nilthamrong (b. 1977) is Thai artist and filmmaker based in Bangkok. He holds a MFA in Art and Technology Studies. In 2007, he was an artist-in-residence at the Rijksakademie in Amsterdam. Jakrawal Nilthamrong’s work spans from short films, documentary films to video installations and feature films. The themes of his work often relate to Eastern philosophy in contemporary context and local history of specific environments to establish dialogue among multiple perspectives. His has been shown in international film festivals including Rotterdam, Berlinale, Toronto and Yamagata, as well as exhibitions at 2012 Taipei Biennial and 2014 SeMA Biennale Mediacity Seoul, it is collected by institutions including Kadaist.
@@ -74,7 +74,7 @@ export const ARTISTS = {
},
opoku: {
name: "Zohra Opoku",
- location: "Mortuary (Unfinished), Accra, Ghana",
+ location: "Mortuary (unfinished), Accra, Ghana",
start: "opoku-1-hail-to-you",
bio: `
<p>
diff --git a/frontend/site/projects/museum/views/nav.overlay.js b/frontend/site/projects/museum/views/nav.overlay.js
index 8c0a356..b8813f0 100644
--- a/frontend/site/projects/museum/views/nav.overlay.js
+++ b/frontend/site/projects/museum/views/nav.overlay.js
@@ -140,7 +140,6 @@ export default class NavOverlay extends Component {
<div className="footer no-artist" ref={this.footerRef} />
)
)}
- <TextOverlay location={this.props.location} match={this.props.match} />
</div>
)
}