This PR has a collection of semi-related stuff + some very minor content changes:
Favicon is transparent now
Added loading spinner
Added improved no-JS text -- this should help with SEO + universal access
Added meta/OpenGraph tags to improve SEO
Updated Edition to December
Added proper data ghost instead of salad
Testing:
Favicon: Load the app and notice that the favicon is now transparent -- switch your brower to Dark mode, there is no surrounding white space around the triangle
Loading spinner: notice there's a briefly-visible "Loading ARDAC" message while the app is fully rehydrating. If this sucks in production where the bundle is optimized a lot more, we can remove it.
Updated edition: see holiday shrub + december in intro text
Data ghost: go to the footer, hover over the "Made by the SNAP team...".
No-JS text:
Disable JS in your browser (don't use an extension, do it via developer tools). Reload the app. You should see a decent text summary of the tool.
While JS is disabled, open the Inspector and look at the Meta tags in the Head of the HTML. You should see Title, Description, og:description, og:title and other SEO tags here.
Meta tags: open the inspector and look at the HEAD section, you should see good title, description etc there. Note that testing the image preview is iffy locally and we should test it from production.
Closes #96 Closes #115 Closes #30
This PR has a collection of semi-related stuff + some very minor content changes:
Testing: