From c9d017bddfa7c8ac9aa5b8c929481483e8de8df4 Mon Sep 17 00:00:00 2001 From: Krish Patel Date: Thu, 26 Feb 2026 12:57:49 +0530 Subject: [PATCH 1/2] Lazy Load Added --- before-after.md | 19 + index.html | 952 ++++++++++++++++++++++++------------------------ 2 files changed, 495 insertions(+), 476 deletions(-) create mode 100644 before-after.md diff --git a/before-after.md b/before-after.md new file mode 100644 index 0000000..2302c96 --- /dev/null +++ b/before-after.md @@ -0,0 +1,19 @@ +# Before and After Changes + +This document summarizes the visible UI changes between the earlier layout ("before lazy page") and the updated layout ("after") based on the provided screenshots. + +## Before (First Screenshot) +- Hero section header text appears slightly lower, leaving more vertical space above the title. +- "GET STARTED" button is filled (solid orange background) with white text. +- The next section header ("What's in it for you ?") is visible at the fold, with the top of the feature cards showing. +- Overall page height within the viewport shows more content below the hero section. + +## After (Second Screenshot) +- Hero section header text appears slightly higher, with "WELCOME TO KEPLOY" closer to the top edge. +- "GET STARTED" button is outlined (orange border) with white background and orange text. +- The next section header is no longer visible at the fold; the hero section occupies more vertical space. +- Overall layout feels more compact in the hero area with less content visible below. + +## Notes +- This comparison is based only on the two screenshots provided. +- If you want a more precise, code-level diff (CSS/HTML changes), share the specific files or commit references to include exact edits. diff --git a/index.html b/index.html index 373e634..5d9fc32 100644 --- a/index.html +++ b/index.html @@ -1,476 +1,476 @@ - - - - - - - - - - - - Keploy - Open source e2e testing toolkit for developers - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - Menu - - - -
- - - -
- - -
- -
- -
- -

Welcome to Keploy

- -

- Keploy API Fellowship -

-

Designed to help you master open-source contributions, Git, GitHub, API development, Google Summer of Code (GSoC), how to make and integrate apps with APIs, and how to test them. This program is your gateway to excelling in the world of APIs and software engineering.

- - - -
- - - - - -
- - - - - -
- - -
- -
-
- -

What's in it for you ?

-
-
- -
- -
-
- -
-
-

Learn

-

Get one-on-one training about APIs and Keploy by the Keploy team.

-

Perks: ๐ŸŽ Exclusive swag kit by Keploy

-
-
- -
-
- -
-
-

Teach

-

Take sessions in your college or community and spread awareness about the world of APIs and Keploy.

-

Perks: ๐Ÿ–ผ Recognition on our Website

-
-
- -
-
- -
-
-

Grow

-

The Keploy team will help you in creating your own community in your college if you wish to.

-

Perks: ๐ŸŒŸ Mentorship on how to build and grow a community

-
-
- -
- -
- - - -
- -
-
-

Join Keploy API Community

-

Meet students, mentors and educators around the world excited about APIs and technology

-
-
- - - - - -
-
-

What do our previous fellows say ?

-
-
- - - -
-
-
- -
-
-

Sukriti Maurya

-

Backend Developer and UX/UI Designer

-
-
- -
- - - - - - -
-
- -
- - - - - -
-
-
-

Sign-up for the newsletter!

- -
-
-
- - - - - - - - - - - - - -
-
-
-
-
-
-
-
-
-
-
- - - - - - - - - - + + + + + + + + + + + + Keploy - Open source e2e testing toolkit for developers + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + Menu + + + +
+ + + +
+ + +
+ +
+ +
+ +

Welcome to Keploy

+ +

+ Keploy API Fellowship +

+

Designed to help you master open-source contributions, Git, GitHub, API development, Google Summer of Code (GSoC), how to make and integrate apps with APIs, and how to test them. This program is your gateway to excelling in the world of APIs and software engineering.

+ + + +
+ + + + + +
+ + + + + +
+ + +
+ +
+
+ +

What's in it for you ?

+
+
+ +
+ +
+
+ +
+
+

Learn

+

Get one-on-one training about APIs and Keploy by the Keploy team.

+

Perks: ๐ŸŽ Exclusive swag kit by Keploy

+
+
+ +
+
+ +
+
+

Teach

+

Take sessions in your college or community and spread awareness about the world of APIs and Keploy.

+

Perks: ๐Ÿ–ผ Recognition on our Website

+
+
+ +
+
+ +
+
+

Grow

+

The Keploy team will help you in creating your own community in your college if you wish to.

+

Perks: ๐ŸŒŸ Mentorship on how to build and grow a community

+
+
+ +
+ +
+ + + +
+ +
+
+

Join Keploy API Community

+

Meet students, mentors and educators around the world excited about APIs and technology

+
+
+ + + + + +
+
+

What do our previous fellows say ?

+
+
+ + + +
+
+
+ Sukriti Maurya +
+
+

Sukriti Maurya

+

Backend Developer and UX/UI Designer

+
+
+ +
+ + + + + + +
+
+ +
+ + + + + +
+
+
+

Sign-up for the newsletter!

+ +
+
+
+ + + + + + + + + + + + + +
+
+
+
+
+
+
+
+
+
+
+ + + + + + + + + + From 3d56862c54dbd0ce903f62a72dfad6b6c41c1734 Mon Sep 17 00:00:00 2001 From: Krish Patel Date: Thu, 26 Feb 2026 13:55:54 +0530 Subject: [PATCH 2/2] chore: add DCO sign-off Signed-off-by: Krish Patel