-
Notifications
You must be signed in to change notification settings - Fork 44
Updated the index.html , add the new testimonial card , and uploaded … #37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -326,6 +326,27 @@ <h4>From this fellowship, my way of learning did take a new turn, as I got into | |||||||||
| <a href="https://arunima.hashnode.dev/my-keploy-api-fellowship-experience"><h4>I got to know about this opportunity from LinkedIn. It has been a wonderful journey of learning about APIs so far. I am thankful to all my mentors for sharing their knowledge and insights with us during this program. 🤩</h4></a> | ||||||||||
| </div> | ||||||||||
| </div> | ||||||||||
|
|
||||||||||
| <!-- div 6 --> | ||||||||||
| <div class="div6 eachdiv"> | ||||||||||
| <div class="userdetails"> | ||||||||||
| <div class="imgbox"> | ||||||||||
| <img src="./images/testimonials/shravan.avif" alt=""> | ||||||||||
| </div> | ||||||||||
| <div class="detbox"> | ||||||||||
| <p class="name">Shravan Yadav</p> | ||||||||||
| <p class="designation">Web Development || Final Year || KIIT UNIVERSITY</p> | ||||||||||
| <p class="designation">GitHub : <a href="https://github.com/Shravan9393"><u>https://github.com/Shravan9393</u></a></p> | ||||||||||
| </div> | ||||||||||
| </div> | ||||||||||
| <div class="review"> | ||||||||||
| <a href="#"> | ||||||||||
| <h4>From Keploy api fellowship program, my way of learning did take a new turn, as I got into expolring the open-source , reading the documents, and applying them to my projects.✨✨</h4> | ||||||||||
|
||||||||||
| <h4>From Keploy api fellowship program, my way of learning did take a new turn, as I got into expolring the open-source , reading the documents, and applying them to my projects.✨✨</h4> | |
| <h4>From Keploy api fellowship program, my way of learning did take a new turn, as I got into exploring the open-source , reading the documents, and applying them to my projects.✨✨</h4> |
Copilot
AI
Jun 18, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The anchor uses a placeholder href="#"; consider linking to the actual testimonial source or remove the link if not needed.
| <a href="#"> | |
| <h4>From Keploy api fellowship program, my way of learning did take a new turn, as I got into expolring the open-source , reading the documents, and applying them to my projects.✨✨</h4> | |
| </a> | |
| <h4>From Keploy api fellowship program, my way of learning did take a new turn, as I got into expolring the open-source , reading the documents, and applying them to my projects.✨✨</h4> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a descriptive alt attribute (e.g., alt="Shravan Yadav photo") to improve accessibility.