Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2935,6 +2935,11 @@ html.no-csstransitions .home-content__main {
grid-column: 2/4;
grid-row: 2/3;
}
.div6 {
background: #644a3c;
grid-column: 2/4;
grid-row: 2/3;
}
.userdetails {
display: flex;
}
Expand Down
Binary file added images/testimonials/shravan.avif
Binary file not shown.
21 changes: 21 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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="">
Copy link

Copilot AI Jun 18, 2025

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.

Suggested change
<img src="./images/testimonials/shravan.avif" alt="">
<img src="./images/testimonials/shravan.avif" alt="Shravan Yadav photo">

Copilot uses AI. Check for mistakes.
</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>
Copy link

Copilot AI Jun 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix typo "expolring" to "exploring" in the testimonial text.

Suggested change
<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 uses AI. Check for mistakes.
</a>
Comment on lines +343 to +345
Copy link

Copilot AI Jun 18, 2025

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.

Suggested change
<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>

Copilot uses AI. Check for mistakes.
</div>
</div>


</div>
</div>

Expand Down