diff --git a/assets/images/character.png b/assets/images/character.png new file mode 100644 index 0000000..80eee0b Binary files /dev/null and b/assets/images/character.png differ diff --git a/assets/images/free.webp b/assets/images/free.webp new file mode 100644 index 0000000..796ab34 Binary files /dev/null and b/assets/images/free.webp differ diff --git a/assets/js/main.js b/assets/js/main.js index 9c832b8..28e62d5 100644 --- a/assets/js/main.js +++ b/assets/js/main.js @@ -43,6 +43,32 @@ function loadGsapAnimations(){ }); } + if(document.getElementById('open-source')){ + gsap.to("#open-source", { + scrollTrigger: { + trigger: "#open-source-section", + start: "top 80%", + end: "bottom 50%", + scrub: true + }, + x: -350, + opacity: 1 + }); + } + + if(document.getElementById('open-source-02')){ + gsap.to("#open-source-02", { + scrollTrigger: { + trigger: "#open-source-section", + start: "top 80%", + end: "bottom 50%", + scrub: true + }, + x: 0, + opacity: 1 + }); + } + if(document.getElementById('how-to-use-it')){ gsap.to("#how-to-use-it", { scrollTrigger: { diff --git a/includes/features.html b/includes/features.html index e46e4d7..a11e533 100644 --- a/includes/features.html +++ b/includes/features.html @@ -1,16 +1,16 @@ -
+
-

From Zero to SaaS Hero

-

Wave equips you with all the features you need to transform your idea into a thriving SaaS product. Feature-packed and ready to go out of the box. Let Wave fast-track your journey to success.

+

Equipped With Features You Need

+

Wave equips you with all the features you need to transform your idea into a thriving SaaS product. Feature-packed and ready to go out of the box. Let Wave fast-track your journey to success.

-
+
-
-

+
+
+

And so much more!

-

+

Wave offers over 15 fully-equipped features to help you build a robust and scalable application. To learn more about each feature and how to integrate them into your project, visit our documentation.

+
@@ -7,28 +7,28 @@
-
+
-
+
-
-

Ship Your SaaS in a Weekend.

- -

Wave is the perfect boilerplate for launching a SaaS without breaking a sweat. Start building today and start earning your first dollars online quickly.

-
+
+

Ship Your SaaS in a Weekend.

+ +

Wave is the perfect boilerplate for launching a SaaS without breaking a sweat. Start building today and start earning your first dollars online quickly.

+
-
\ No newline at end of file