From 156e688ab59a1ab8fefb6d5065ee017157f1fefc Mon Sep 17 00:00:00 2001 From: Abubakar Abdusalam Date: Fri, 22 Oct 2021 13:42:19 +0100 Subject: [PATCH 1/2] one quote --- js/scripts.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/scripts.js b/js/scripts.js index 0e63556..f7e25a9 100755 --- a/js/scripts.js +++ b/js/scripts.js @@ -26,6 +26,7 @@ const quotes = [ ['I believe in living today. Not in yesterday, nor in tomorrow.', 'Loretta Young'], ['All I can remember were those lonely nights when i was defacing those insecure websites.', 'Bynalab'], ['It is nice to be important, but it\'s more important to be nice.', 'John Templeton'], + ['A lot of hard work is hidden behind nice things.', 'Ralph Lauren'], ['I\'m learning to accept myself. I\'m still in the process of learning to love who I am. And it\'s been really refreshing and really nice to be able to do that and be okay. I think my fans have brought that out in me.', 'Dua Lipa'], ]; From 8d765542019cb93de96ee1a393444da7be940df3 Mon Sep 17 00:00:00 2001 From: Abubakar Abdusalam Date: Fri, 22 Oct 2021 16:49:45 +0100 Subject: [PATCH 2/2] nelson mandela quote. --- js/scripts.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/scripts.js b/js/scripts.js index f7e25a9..c2c3be9 100755 --- a/js/scripts.js +++ b/js/scripts.js @@ -28,6 +28,7 @@ const quotes = [ ['It is nice to be important, but it\'s more important to be nice.', 'John Templeton'], ['A lot of hard work is hidden behind nice things.', 'Ralph Lauren'], ['I\'m learning to accept myself. I\'m still in the process of learning to love who I am. And it\'s been really refreshing and really nice to be able to do that and be okay. I think my fans have brought that out in me.', 'Dua Lipa'], + ['It is better to lead from behind and to put others in front, especially when you celebrate victory when nice things occur. You take the front line when there is danger. Then people will appreciate your leadership.', 'Nelson Mandela'], ]; // ** - indicates code hasn't been written yet