From e0a7f661d7841da2f9e82231414a6c4797208f0d Mon Sep 17 00:00:00 2001 From: slynn1324 Date: Mon, 25 Jan 2021 15:09:20 -0600 Subject: [PATCH] add credits to readme and update about icon --- README.md | 30 +++++++++++++++++++++++++++++- static/components/about.js | 6 ++++++ static/components/navbar.js | 2 +- 3 files changed, 36 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ada75c..dabd63b 100644 --- a/README.md +++ b/README.md @@ -43,4 +43,32 @@ I'll see about publishing it in time.... # security -There is trivial security on the web pages to allow for multiple user support. I make no claim to the robustness of the security for the content nor the hashed credential storage in the database. Additional layers of security should be considered before exposing the application to the internet. \ No newline at end of file +There is trivial security on the web pages to allow for multiple user support. I make no claim to the robustness of the security for the content nor the hashed credential storage in the database. Additional layers of security should be considered before exposing the application to the internet. + +# credits + +## client + +- css framework > [bulma.io](https://www.bulma.io) +- js framework > [reef](https://reefjs.com) +- boards icon > [squares by Andrejs Kirma from the Noun Project](https://thenounproject.com/term/squares/1160031/) +- pin icon > [pinned by Gregor Cresnar from the Noun Project](https://thenounproject.com/term/pinned/1560993/) +- web icon > [website by Supriadi Sihotang from the Noun Project](https://thenounproject.com/term/website/2868662/) +- edit icon > [edit by TTHNga from the Noun Project](https://thenounproject.com/term/edit/3122457/ +- logout icon > [Log Out by Gregor Cresnar from the Noun Project](https://thenounproject.com/term/log-out/3556472/) +- trash icon > [Trash by ICONZ from the Noun Project](https://thenounproject.com/term/trash/2449397/) +- missing icon > [dots-square by Jeff Hilnbrand](https://materialdesignicons.com/icon/dots-square) +- hidden icon > [hidden by vittorio longo from the Noun Project](https://thenounproject.com/term/hidden/3543981/) +- about icon > [Info by Sriti Chamola from the Noun Project](https://thenounproject.com/term/info/3495259/) + +## server + +- language & runtime > [node.js](https://nodejs.org/) +- database > [sqlite](https://www.sqlite.org/index.html) +- library > [better-sqlite3](https://www.npmjs.com/package/better-sqlite3) +- library > [express](https://www.npmjs.com/package/express) +- library > [body-parser](https://www.npmjs.com/package/body-parser) +- library > [cookie-parser](https://www.npmjs.com/package/cookie-parser) +- library > [node-fetch](https://www.npmjs.com/package/node-fetch) +- library > [sharp](https://www.npmjs.com/package/sharp) +- library > [yargs](https://www.npmjs.com/package/yargs) diff --git a/static/components/about.js b/static/components/about.js index 5c6f644..fca785e 100644 --- a/static/components/about.js +++ b/static/components/about.js @@ -44,6 +44,8 @@ app.addComponent('aboutModal', (store) => { return new Reef("#aboutModal", {
 hidden icon » hidden by vittorio longo from the Noun Project
+  about icon » Info by Sriti Chamola from the Noun Project +

server
@@ -57,9 +59,13 @@ app.addComponent('aboutModal', (store) => { return new Reef("#aboutModal", {
 library » body-parser
+  library » cookie-parser +
 library » node-fetch
 library » sharp +
+  library » yargs diff --git a/static/components/navbar.js b/static/components/navbar.js index 73a152b..d83df3f 100644 --- a/static/components/navbar.js +++ b/static/components/navbar.js @@ -96,7 +96,7 @@ app.addComponent('navbar', (store) => { return new Reef("#navbar", { about tinypin - about + about ${hiddenBoardsItem}