From 457e6b8ad269815c206d1eada684d0678fa0c40a Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 29 Apr 2021 18:56:36 +0200 Subject: final changes --- frontend/site/projects/museum/views/artists.css | 9 +++++---- frontend/site/projects/museum/views/essay.js | 21 +++++++++++++++++++++ 2 files changed, 26 insertions(+), 4 deletions(-) (limited to 'frontend/site/projects/museum/views') diff --git a/frontend/site/projects/museum/views/artists.css b/frontend/site/projects/museum/views/artists.css index 66c7005..fb20fb7 100644 --- a/frontend/site/projects/museum/views/artists.css +++ b/frontend/site/projects/museum/views/artists.css @@ -28,10 +28,11 @@ } .page-artists .artist-big-name { font-size: 17.4vh; + text-shadow: 0 0 10px #FF790D; + transition: text-shadow 0.2s; } .page-artists .artist-big-name:hover { - /*color: white;*/ - text-shadow: 0 0 5px #FF790D; + text-shadow: 0 0 0px #FF790D; } .page-artists .artist-list { display: flex; @@ -96,7 +97,7 @@ fill: #FF790D; } -.page-artists .artist-close { +.artist-close { position: fixed; top: 0; right: 0; @@ -104,7 +105,7 @@ cursor: pointer; text-decoration: none; } -.page-artists .artist-close img { +.artist-close img { width: 2rem; } diff --git a/frontend/site/projects/museum/views/essay.js b/frontend/site/projects/museum/views/essay.js index 90439fe..f9b9058 100644 --- a/frontend/site/projects/museum/views/essay.js +++ b/frontend/site/projects/museum/views/essay.js @@ -131,6 +131,8 @@ const EssayDetail = props => { return case 'statements': return + case 'developer': + return } } @@ -146,6 +148,9 @@ const ArtistStatements = ({ essayId, index, isCurrent, language, onClose }) => ( ) })} +
+ +
) @@ -158,6 +163,9 @@ const NadimEssay = ({ essayId, index, isCurrent, language, onClose }) => ( +
+ +
) @@ -176,3 +184,16 @@ const ArtistGlobe = () => ( ) + +const DeveloperNotes = ({ essayId, index, isCurrent, language, onClose }) => ( +
+
Developer Notes
+
By Jules LaPlace
+
+ +
+
+ +
+
+) -- cgit v1.2.3-70-g09d2