summaryrefslogtreecommitdiff
path: root/frontend/site/projects/museum/constants.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-04-02 18:03:47 +0200
committerJules Laplace <julescarbon@gmail.com>2021-04-02 18:03:47 +0200
commitfd2c30fea2ef89babdd96afca87920bdbd83aa96 (patch)
tree6e769768f01275a74fe5be366a09bb33f0177443 /frontend/site/projects/museum/constants.js
parent649b0cfbe8756a774a2c26cb32edce57d978e17e (diff)
map on essay
Diffstat (limited to 'frontend/site/projects/museum/constants.js')
-rw-r--r--frontend/site/projects/museum/constants.js24
1 files changed, 24 insertions, 0 deletions
diff --git a/frontend/site/projects/museum/constants.js b/frontend/site/projects/museum/constants.js
index 84ec482..4a91c3a 100644
--- a/frontend/site/projects/museum/constants.js
+++ b/frontend/site/projects/museum/constants.js
@@ -3,31 +3,55 @@ export const ARTISTS = {
name: "Nora Al-Badri",
location: "C-Base, Berlin, Germany",
start: "nora-1",
+ globePosition: {
+ top: "15.1%",
+ left: "47.7%",
+ },
},
leite: {
name: "Juliana Cerqueria Leite",
location: "Santa Ifigênia, São Paolo, Brazil",
start: "leite-chapter-1",
+ globePosition: {
+ top: "59%",
+ left: "32%",
+ },
},
foreshew: {
name: "Nicole Foreshew",
location: "Australia",
start: "foreshew-1",
+ globePosition: {
+ top: "68%",
+ left: "83%",
+ },
},
stankievech: {
name: "Charles Stankievech",
location: "Canada",
start: "stankievech-1",
+ globePosition: {
+ top: "15%",
+ left: "22%",
+ },
},
nilthamrong: {
name: "Jakrawal Nilthamrong",
location: "Thailand",
start: "nilthamrong-home",
+ globePosition: {
+ top: "39%",
+ left: "72%",
+ },
},
opoku: {
name: "Zohra Opoku",
location: "Mortuary (Unfinished), Accra, Ghana",
start: "opoku-1-hail-to-you",
+ globePosition: {
+ top: "44%",
+ left: "44.4%",
+ },
}
}