Skip to content

Commit

Permalink
Merge pull request #667 from rutikakengal/Testimonial-Page-
Browse files Browse the repository at this point in the history
Testimonial Page added
  • Loading branch information
PRIYESHSINGH24 authored Jan 25, 2025
2 parents 92528bd + b343be2 commit 2e5b31e
Show file tree
Hide file tree
Showing 2 changed files with 829 additions and 0 deletions.
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,21 @@ <h2>Codeforces</h2>
>Our Contributors</a
>
</li>

<li>
<a
href="testimonial.html"
style="
color: white;
text-decoration: none;
transition: 0.3s;
padding-left: 0px;
"
onmouseover="this.style.color='black'; this.style.paddingLeft='10px'"
onmouseout="this.style.color='white'; this.style.paddingLeft='0'"
>Testimonials</a
>
</li>
</ul>
</ul>
</div>
Expand Down
Loading

0 comments on commit 2e5b31e

Please sign in to comment.