From 8034428b4f4ff947ed568c603fadb29c3e4aa70e Mon Sep 17 00:00:00 2001 From: VijaySamant4368 Date: Sat, 10 Aug 2024 14:12:55 +0530 Subject: [PATCH] Added testimonials --- pages/FAQs.html | 2 ++ pages/about.html | 2 ++ pages/contributors.html | 2 ++ pages/howtoplay.html | 4 ++++ pages/testimonials.html | 10 ++++++---- styles/navbar.css | 2 +- 6 files changed, 17 insertions(+), 5 deletions(-) diff --git a/pages/FAQs.html b/pages/FAQs.html index c5eb7d75..6af8efe5 100644 --- a/pages/FAQs.html +++ b/pages/FAQs.html @@ -38,6 +38,7 @@
  • About Us
  • FAQs
  • Contributors
  • +
  • Testimonials
  • diff --git a/pages/about.html b/pages/about.html index 583730b5..33c3f6fd 100644 --- a/pages/about.html +++ b/pages/about.html @@ -47,6 +47,7 @@
  • About Us
  • FAQs
  • Contributors
  • +
  • Testimonials
  • @@ -65,6 +66,7 @@ About Us FAQs Contributors + Testimonials diff --git a/pages/contributors.html b/pages/contributors.html index 0f44f216..e13452dc 100644 --- a/pages/contributors.html +++ b/pages/contributors.html @@ -28,6 +28,7 @@
  • About Us
  • FAQs
  • Contributors
  • +
  • Testimonials
  • diff --git a/pages/howtoplay.html b/pages/howtoplay.html index 442552a8..b9f4a7d4 100644 --- a/pages/howtoplay.html +++ b/pages/howtoplay.html @@ -48,6 +48,9 @@
  • Contributors
  • +
  • + Testimonials +
  • @@ -66,6 +69,7 @@ About Us FAQs Contributors + Testimonials diff --git a/pages/testimonials.html b/pages/testimonials.html index 3f2a0fe6..4c2de3b6 100644 --- a/pages/testimonials.html +++ b/pages/testimonials.html @@ -23,15 +23,17 @@
  • AboutUs
  • FAQs
  • Contributors
  • +
  • Testimonials
  • diff --git a/styles/navbar.css b/styles/navbar.css index 57d57af3..d2d227ea 100644 --- a/styles/navbar.css +++ b/styles/navbar.css @@ -101,7 +101,7 @@ button a { justify-content: space-between; align-items: center; list-style: none; - width: 50%; + width: 70%; padding: 0; color: white; font-family: inherit;