generated from keploy/template
-
Notifications
You must be signed in to change notification settings - Fork 11
/
index.html
476 lines (400 loc) · 19.8 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
<!DOCTYPE html>
<!--[if lt IE 9 ]><html class="no-js oldie" lang="en"> <![endif]-->
<!--[if IE 9 ]><html class="no-js oldie ie9" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>Keploy - Open source e2e testing toolkit for developers</title>
<meta name="description" content="Keploy Fellowship Program">
<meta name="author" content="keploy.io">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
<link rel="canonical" href="https://fellowship.keploy.io/" />
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
<script src="js/pace.min.js"></script>
<!-- favicons
================================================== -->
<link rel="shortcut icon" href="favicon.png" type="image/x-icon">
<link rel="icon" href="favicon.png" type="image/x-icon">
</head>
<body id="top">
<!-- header
================================================== -->
<header class="s-header">
<div class="header-logo">
<a class="site-logo" href="index.html">
<img src="images/logo.png" alt="Homepage">
</a>
</div>
<nav class="header-nav">
<a href="#0" class="header-nav__close" title="close"><span>Close</span></a>
<div class="header-nav__content">
<h3>Navigation</h3>
<ul class="header-nav__list">
<li class="current"><a class="smoothscroll" href="#home" title="home">Home</a></li>
<!-- <li><a class="smoothscroll" href="#about" title="about">About</a></li> -->
<li><a class="smoothscroll" href="#about" title="services">About</a></li>
<li><a class="smoothscroll" href="#join" title="works">Join</a></li>
<!-- <li><a class="smoothscroll" href="#clients" title="clients">Clients</a></li> -->
<li><a class="smoothscroll" href="#testimonials" title="contact">Testimonials</a></li>
</ul>
<ul class="header-nav__social">
<li>
<a href="https://join.slack.com/t/keploy/shared_invite/zt-12rfbvc01-o54cOG0X1G6eVJTuI_orSA"><i class="fa fa-slack"></i></a>
</li>
<li>
<a href="https://twitter.com/Keployio"><i class="fa fa-twitter"></i></a>
</li>
<li>
<a href="https://github.com/keploy/keploy"><i class="fa fa-github"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/company/keploy"><i class="fa fa-linkedin"></i></a>
</li>
<li>
<a href="https://www.youtube.com/@keploy"><i class="fa fa-youtube"></i></a>
</li>
</ul>
</div> <!-- end header-nav__content -->
</nav> <!-- end header-nav -->
<a class="header-menu-toggle" href="#0">
<span class="header-menu-text">Menu</span>
<span class="header-menu-icon"></span>
</a>
</header> <!-- end s-header -->
<!-- home
================================================== -->
<section id="home" class="s-home target-section" data-parallax="scroll" data-position-y=center>
<!-- <div class="overlay"></div> -->
<div class="shadow-overlay"></div>
<div class="home-content">
<div class="row home-content__main">
<h3>Welcome to Keploy</h3>
<h1>
Keploy API Fellowship
</h1>
<h4>Get into the world of APIs and API Testing with Keploy and help others grow with APIs</h4>
<div class="home-content__buttons">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSf2i-oQ8fKZ3IMg0mxpbYoQXLMOp4f0Fn2LmetwJ3_f2gncfw/viewform" class="btn btn--stroke">
Get Started
</a>
<!-- <a href="#about" class="smoothscroll btn btn--stroke">
More About Us
</a> -->
</div>
</div>
<div class="home-content__scroll">
<a href="#about" class="scroll-link smoothscroll">
<span>Scroll Down</span>
</a>
</div>
<!-- <div class="home-content__line"></div> -->
</div> <!-- end home-content -->
<ul class="home-social">
<li>
<a href="https://join.slack.com/t/keploy/shared_invite/zt-12rfbvc01-o54cOG0X1G6eVJTuI_orSA"><i class="fa fa-slack" aria-hidden="true"></i><span>Slack</span></a>
</li>
<li>
<a href="https://twitter.com/Keployio"><i class="fa fa-twitter" aria-hidden="true"></i><span>Twitter</span></a>
</li>
<li>
<a href="https://github.com/keploy/keploy"><i class="fa fa-github" aria-hidden="true"></i><span>Github</span></a>
</li>
<li>
<a href="https://www.linkedin.com/company/keploy"><i class="fa fa-linkedin" aria-hidden="true"></i><span>Linkedin</span></a>
</li>
<li>
<a href="https://www.youtube.com/@keploy"><i class="fa fa-youtube" aria-hidden="true"></i><span>Youtube</span></a>
</li>
</ul>
<!-- end home-social -->
</section> <!-- end s-home -->
<!-- services
================================================== -->
<section id='about' class="s-services">
<div class="row section-header has-bottom-sep" data-aos="fade-up">
<div class="col-full">
<!-- <h3 class="subhead">What We Do</h3> -->
<h1 class="display-2">What's in it for you ?</h1>
</div>
</div> <!-- end section-header -->
<div class="row services-list block-1-3 block-tab-full">
<div class="col-block service-item" data-aos="fade-up">
<div class="service-icon">
<img class="icon" src="./images/code1.gif"></img>
</div>
<div class="service-text">
<h3 class="h2">Learn</h3>
<p>Get one-on-one training about APIs and Keploy by the Keploy team.</p>
<p>Perks: 🎁 Exclusive swag kit by Keploy</p>
</div>
</div>
<div class="col-block service-item" data-aos="fade-up">
<div class="service-icon">
<img class="icon" src="./images/code2.gif"></img>
</div>
<div class="service-text">
<h3 class="h2">Teach</h3>
<p>Take sessions in your college or community and spread awareness about the world of APIs and Keploy.</p>
<p>Perks: 🖼 Recognition on our Website</p>
</div>
</div>
<div class="col-block service-item" data-aos="fade-up">
<div class="service-icon">
<img class="icon" src="./images/code3.gif"></img>
</div>
<div class="service-text">
<h3 class="h2">Grow</h3>
<p>The Keploy team will help you in creating your own community in your college if you wish to.</p>
<p>Perks: 🌟 Mentorship on how to build and grow a community</p>
</div>
</div>
</div> <!-- end services-list -->
</section> <!-- end s-services -->
<!-- clients
================================================== -->
<section id="join" class="s-clients">
<div class="row section-header" data-aos="fade-up">
<div class="col-full">
<h3 class="subhead">Join Keploy API Community</h3>
<h1 class="display-2">Meet students, mentors and educators around the world excited about APIs and technology</h1>
</div>
</div> <!-- end section-header -->
<div class="row clients-outer" data-aos="fade-up">
<a href="https://join.slack.com/t/keploy/shared_invite/zt-12rfbvc01-o54cOG0X1G6eVJTuI_orSA">
<button class="butn--primary">Join Slack</button>
</a>
</div> <!-- end clients-outer -->
<!-- end client-testimonials -->
<div class="outerdiv" id="testimonials">
<div class="col-full">
<h1 class="display-3">What do our previous fellows say ?</h1>
</div>
<div class="innerdiv">
<!-- div1 -->
<div class="div1 eachdiv">
<div class="userdetails">
<div class="imgbox">
<img src="./images/testimonials/sanskriti.avif" alt="">
</div>
<div class="detbox">
<p class="name">Sanskriti Gupta</p>
<p class="designation">Web Development</p>
</div>
</div>
<div class="review">
<a href="https://sanskritigupta.hashnode.dev/my-keploy-fellowship-experience23#heading-how-i-got-to-know-about-this-opportunity-and-why-i-applied">
<h4>Keploy community is surely one of the most amazing communities I have encountered yet, no cap 🧢!
The mentor support was really good. I am really thankful to Nishant Mishra, Ankit Kumar, Animesh Pathak & Hardik (all our mentors and the keploy team) for your enriching Guidance. ✨✨</h4>
</a>
</div>
</div>
<!-- div2 -->
<div class="div2 eachdiv">
<div class="userdetails">
<div class="imgbox">
<img src="./images/testimonials/sukriti.avif" alt="">
</div>
<div class="detbox">
<p class="name">Sukriti Maurya</p>
<p class="designation">Backend Developer and UX/UI Designer</p>
</div>
</div>
<div class="review">
<a href="https://sukritim.hashnode.dev/my-keploy-fellowship-experience#heading-6-api-testing-with-keploy"><h4>This fellowship was an amazing learning experience for me and I am grateful for this opportunity.</h4></a>
</div>
</div>
<!-- div3 -->
<div class="div3 eachdiv">
<div class="userdetails">
<div class="imgbox">
<img src="./images/testimonials/neel.jpg" alt="">
</div>
<div class="detbox">
<p class="name">Neel Shah</p>
<p class="designation">Data Science Intern</p>
</div>
</div>
<div class="review">
<a href="https://medium.com/@shahneel2409/keploy-fellowship-helped-me-a-lot-3674800d11b8"><h4>The
Keployio
API Fellowship was an amazing learning experience. I now have a better understanding of the fundamentals of API development, as well as the latest trends and technologies.
<br><br><br>
Throughout the program, we received mentorship from experienced API developers. They provided invaluable advice and tips for creating robust APIs that are secure and perform well. We also had the opportunity to explore the latest API trends and technologies, such as GraphQL and gRPC.
</h4>
</a>
</div>
</div>
<!-- div4 -->
<div class="div4 eachdiv">
<div class="userdetails">
<div class="imgbox">
<img src="./images/testimonials/harsh.avif" alt="">
</div>
<div class="detbox">
<p class="name">Harsh Rastogi</p>
<p class="designation">Student at CU</p>
</div>
</div>
<div class="review">
<a href="https://keploy.hashnode.dev/my-keploy-api-fellowship-journey">
<h4>From this fellowship, my way of learning did take a new turn, as I got into reading the documents and applying them to my projects.</h4>
</a>
</div>
</div>
<!-- div5 -->
<div class="div5 eachdiv">
<div class="userdetails">
<div class="imgbox">
<img src="./images/testimonials/arunima.avif" alt="">
</div>
<div class="detbox">
<p class="name">Arunima Chaudhuri </p>
<p class="designation">Member & Contributor @Layer5</p>
</div>
</div>
<div class="review">
<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>
</div>
</section>
<!-- end s-clients -->
<!--================Impress Area =================-->
<section class="impress_area">
<div class="container">
<div class="impress_inner">
<h2 class="mb-30">Sign-up for the newsletter!</h2>
<aside class="f_widget">
<div id="mc_embed_signup">
<form id="newsletter" target="" action="" method="post" class="subscribe_form relative ">
<div class="input-group d-flex flex-row justify-content-center ">
<input name="email" class="input" placeholder="Enter email" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Enter email address'" required="" type="email">
<button class="btn sub-btn submit-btn"><span class="lnr lnr-arrow-right"></span></button>
</div>
<div class="mt-10 info"></div>
</form>
<div class="alert alert-warning alert-msg text-hide" role="alert">
</div>
</div>
</aside>
</div>
</div>
</section>
<!--================End Impress Area =================-->
<!--================Footer Area =================-->
<footer class="footer_area">
<div class="container">
<div class="row footer_inner">
<div class="col-lg-5 col-sm-6">
<aside class="f_widget ab_widget">
<div class="f_title">
<h3>Copyright © 2023 Keploy Inc.</h3>
</div>
<p>Developers experience for e2e testing. Toolkit that creates test-cases and data mocks from API calls, DB queries, etc.</p>
</aside>
</div>
<div class="col-lg-5 col-sm-6">
<aside class="f_widget news_widget">
<div class="f_title">
<h3>Newsletter</h3>
</div>
<p>Stay updated with our latest trends</p>
<div id="mc_embed_signup-impress">
<form id="newsletter-1" target="" action="" method="post" class="subscribe_form relative">
<div class="input-group d-flex flex-row justify-content-center">
<input name="email" class="input" placeholder="Enter email address" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Email Address '" required="" type="email">
<button class="btn sub-btn submit-btn"><span class="lnr lnr-arrow-right"></span></button>
</div>
<div class="mt-10 info"></div>
</form>
<div class="alert alert-warning alert-msg text-hide" role="alert"></div>
</div>
</aside>
</div>
<div class="col-lg-2">
<aside class="f_widget social_widget">
<div class="f_title">
<h3>Find us on</h3>
</div>
<p>Let us be social</p>
<ul class="list">
<li><a href="https://keploy.slack.com/"><i class="fa fa-slack"></i></a></li>
<li><a href="https://twitter.com/Keployio"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.youtube.com/channel/UC6OTg7F4o0WkmNtSoob34lg"><i class="fa fa-youtube"></i></a></li>
<li><a href="https://www.linkedin.com/company/keploy/"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://github.com/keploy/student-program"><i class="fa fa-github"></i></a></li>
</ul>
</aside>
</div>
</div>
</div>
</footer>
<!--================End Footer Area =================-->
<!-- photoswipe background
================================================== -->
<div aria-hidden="true" class="pswp" role="dialog" tabindex="-1">
<div class="pswp__bg"></div>
<div class="pswp__scroll-wrap">
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<div class="pswp__counter"></div><button class="pswp__button pswp__button--close" title="Close (Esc)"></button> <button class="pswp__button pswp__button--share" title=
"Share"></button> <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" title=
"Zoom in/out"></button>
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div><button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"></button> <button class="pswp__button pswp__button--arrow--right" title=
"Next (arrow right)"></button>
<div class="pswp__caption">
<div class="pswp__caption__center"></div>
</div>
</div>
</div>
</div> <!-- end photoSwipe background -->
<!-- preloader
================================================== -->
<div id="preloader">
<div id="loader">
<div class="line-scale-pulse-out">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
</div>
<!-- Java Script
================================================== -->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>