From 89da7c4a7ee6002c5c893635f9626edf89514719 Mon Sep 17 00:00:00 2001 From: Prasanna Date: Mon, 11 Oct 2021 09:38:20 +0530 Subject: [PATCH] added a testimonial and changed bg color --- Testimonial/Script.js | 6 ++++++ Testimonial/Style.css | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Testimonial/Script.js b/Testimonial/Script.js index 8765c3e..7b7512d 100644 --- a/Testimonial/Script.js +++ b/Testimonial/Script.js @@ -23,6 +23,12 @@ let data = [ "https://www.gannett-cdn.com/-mm-/ae811a38ccb7ca7681c5cd9edc7e0bae36516e06/c=261-0-2174-2550/local/-/media/2015/10/08/Phoenix/Phoenix/635799268539755113-ae-lennon09e.jpg", name: "John Lennon", }, + { + text: "Our country has the oldest tradition of storytelling, and this was much before writing stories even became a norm", + avtar: + "https://www.forbesindia.com/media/images/2017/Feb/img_93509_ashwinsanghi_01_jn_big.jpg", + name: "Ashwin Sanghi", +}, ]; const quote = document.querySelector(".quote"); const name = document.querySelector(".name"); diff --git a/Testimonial/Style.css b/Testimonial/Style.css index 03afcf8..c015534 100644 --- a/Testimonial/Style.css +++ b/Testimonial/Style.css @@ -9,7 +9,7 @@ body { width: 100%; height: 100vh; overflow: hidden; - background-color: #343F56; + background-color: #773071; display: flex; /* justify-content: center; */ color: #FB9300;