diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-04-02 18:03:47 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-04-02 18:03:47 +0200 |
| commit | fd2c30fea2ef89babdd96afca87920bdbd83aa96 (patch) | |
| tree | 6e769768f01275a74fe5be366a09bb33f0177443 /frontend/site/projects/museum/constants.js | |
| parent | 649b0cfbe8756a774a2c26cb32edce57d978e17e (diff) | |
map on essay
Diffstat (limited to 'frontend/site/projects/museum/constants.js')
| -rw-r--r-- | frontend/site/projects/museum/constants.js | 24 |
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%", + }, } } |
