Skip to content

Commit

Permalink
Merge pull request #58 from IamPrasanna482/testimonial
Browse files Browse the repository at this point in the history
added a testimonial and changed bg color
  • Loading branch information
pulkit-30 authored Oct 11, 2021
2 parents a3aba7d + 89da7c4 commit 49bb23e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Testimonial/Script.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
2 changes: 1 addition & 1 deletion Testimonial/Style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ body {
width: 100%;
height: 100vh;
overflow: hidden;
background-color: #343F56;
background-color: #773071;
display: flex;
/* justify-content: center; */
color: #FB9300;
Expand Down

0 comments on commit 49bb23e

Please sign in to comment.