diff --git a/README.md b/README.md index ea226d1..35e976e 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,8 @@ my familiarity with it to make it matter. Also, because I'm a *nerd*, I can't start without first picking out a theme: white on black, with a paper texture from my design library desaturated, darkened, and rendered a seamless tile, using the Google -'Marcellus' font, which kinda sorta looks Tolkeinesque. +'Marcellus' font, which kinda sorta looks Tolkeinesque. Not so sure +about the 'Morpheous' font for the title, though. ## Requirements @@ -170,6 +171,15 @@ native JS application with a React wrapper, rather than a full-on React app "written in React," and I feel that there are lessons inside it I could use. +If I had my druthers, I'd have done a two-stage build of the Dockerfile; +one just build the thing, but the second would consist only of the +'build/' directory and a static web server that only does fileserving; +one thing I dislike strongly about Dockerizing NodeJS (or any big +scripting language, like Python or Ruby) is just how much attack surface +area those languages carry with them. + +But, like I said, I've given you folks enough time already. + ## LICENSE The Elder Scrolls, The Elder Scrolls: Legends, ZeniMax, Bethesda, @@ -177,9 +187,15 @@ Bethesda Softworks and related logos are registered trademarks or trademarks of ZeniMax Media Inc. This product is not produced, endorsed, supported, or affiliated with ZeniMax Media Inc. -The original software contained in this repository is copyright [Kenneth -M. "Elf" Sternberg](https://elfsternberg.com) (c) 2020 as is licensed -with the Mozilla Public License vers. 2.0. A copy of the license file is -included in the root folder. +The coding challenge itself is probably copyright Highspot. + +The fonts are covered by the SIL Open Font License. A copy of that +license can be found in the `./public/fonts` folder. + +All original software, as well as the background images, contained in +this repository is copyright [Kenneth M. "Elf" +Sternberg](https://elfsternberg.com) (c) 2020, and is licensed with the +Mozilla Public License vers. 2.0. A copy of the license file is included +in the root folder.