Skip to content

Commit 25dfd2c

Browse files
committed
Added Student Resources section with API testing docs, Keploy videos, and OSS guide
Signed-off-by: Ankita-624 <[email protected]>
1 parent d6d3b5f commit 25dfd2c

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

index.html

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ <h3>Navigation</h3>
6262
<!-- <li><a class="smoothscroll" href="#about" title="about">About</a></li> -->
6363
<li><a class="smoothscroll" href="#about" title="services">About</a></li>
6464
<li><a class="smoothscroll" href="#join" title="works">Join</a></li>
65+
<li><a class="smoothscroll" href="#resources" title="Resources">Resources</a></li>
66+
67+
6568
<!-- <li><a class="smoothscroll" href="#clients" title="clients">Clients</a></li> -->
6669
<li><a class="smoothscroll" href="#testimonials" title="contact">Testimonials</a></li>
6770
</ul>
@@ -208,6 +211,60 @@ <h3 class="h2">Grow</h3>
208211

209212
</section> <!-- end s-services -->
210213

214+
<!-- resources section
215+
================================================== -->
216+
<section id="resources" class="s-services">
217+
<div class="row section-header has-bottom-sep" data-aos="fade-up">
218+
<div class="col-full">
219+
<h1 class="display-2">&#128216; Student Resources</h1>
220+
<p>A hand-picked guide to help students get started with API testing, learning, and contributing to open source with Keploy.</p>
221+
</div>
222+
</div>
223+
224+
<div class="row services-list block-1-3 block-tab-full">
225+
226+
<div class="col-block service-item" data-aos="fade-up">
227+
<div class="service-text">
228+
<h3 class="h2">&#129504; API Testing Guides</h3>
229+
<ul>
230+
<li><a href="https://keploy.io/docs/running-keploy/api-test-generator/" target="_blank">Keploy API Test Generator Guide</a></li>
231+
<li><a href="https://keploy.io/docs/" target="_blank">API Testing - Keploy Docs</a></li>
232+
<li><a href="https://keploy.io/blog/community/everything-you-need-to-know-about-api-testing" target="_blank">Everything You Need to Know About API Testing - Keploy Blog</a></li>
233+
</ul>
234+
</div>
235+
</div>
236+
237+
<div class="col-block service-item" data-aos="fade-up">
238+
<div class="service-text">
239+
<h3 class="h2">&#127909; Video Demonstrations</h3>
240+
<ul>
241+
<li><a href="https://www.youtube.com/watch?v=P_zEi1MMs4w" target="_blank">API Testing Without Writing Test Cases and Mocks - Neha Gupta & Shubham Jain</a></li>
242+
<li><a href="https://www.youtube.com/watch?v=Ssm4TnTkbLs" target="_blank">Keploy Demo (JAVA) - Generate Test Cases, Mocks, and Stubs</a></li>
243+
</ul>
244+
</div>
245+
</div>
246+
247+
<div class="col-block service-item" data-aos="fade-up">
248+
<div class="service-text">
249+
<h3 class="h2">&#128640; Open Source Basics</h3>
250+
<p>Follow these simplified steps to become a confident open-source contributor:</p>
251+
<ol>
252+
<li><strong>Discover:</strong> Explore repositories with beginner-friendly issues (try <a href="https://github.com/keploy" target="_blank">Keploy</a>).</li>
253+
<li><strong>Fork & Clone:</strong> Create your own copy of the repo and bring it to your local system.</li>
254+
<li><strong>Branch:</strong> Use a meaningful branch name like <code>fix-doc-links</code> or <code>add-resource-section</code>.</li>
255+
<li><strong>Contribute:</strong> Write, fix, or improve code/docs — every small contribution counts!</li>
256+
<li><strong>PR & Engage:</strong> Push your changes and create a clear Pull Request explaining what you improved.</li>
257+
</ol>
258+
<p>&#128221;
259+
Pro tip: Always check the repo's <code>CONTRIBUTING.md</code> for specific guidelines before submitting a PR.</p>
260+
</div>
261+
</div>
262+
263+
</div>
264+
</section>
265+
<!-- end resources section -->
266+
267+
211268

212269
<!-- clients
213270
================================================== -->

0 commit comments

Comments
 (0)