From 1bb1ad7a160fd03fb0cd04d8456e25c26dfd6e22 Mon Sep 17 00:00:00 2001 From: Emanuele Palermo Date: Thu, 13 Oct 2022 11:24:15 +0200 Subject: [PATCH] Add Sartre quotes --- js/quotes.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/js/quotes.js b/js/quotes.js index 6a6f75b..0e91034 100644 --- a/js/quotes.js +++ b/js/quotes.js @@ -1677,5 +1677,13 @@ const quotes = [ { text: "It does not matter how slowly you go as long as you do not stop.", author: "Confucius" + }, + { + text: "I construct my memories with my present.", + author: "Jean-Paul Sartre" + }, + { + text: "I am a man, Jupiter, and each man must invent his own path.", + author: "Jean-Paul Sartre" } ];