diff --git a/.DS_Store b/.DS_Store index 67ec1e1..29742fe 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/about.html b/about.html index 742247f..8410e47 100644 --- a/about.html +++ b/about.html @@ -1,80 +1,81 @@ -
+Welcome to Arngen.net - Where Innovation Meets Solutions!
- -At Arngen.net, we are passionate about pushing the boundaries of technology and empowering individuals and businesses with cutting-edge solutions. Our journey began with a simple yet powerful vision: to create a platform that not only meets the current demands of the digital landscape but anticipates the needs of tomorrow.
- -Arngen.net is a dynamic team of tech enthusiasts, developers, and visionaries committed to crafting transformative experiences. We pride ourselves on our diverse backgrounds and expertise, fostering a collaborative environment that fuels creativity and innovation.
- -Empowering Possibilities: We are dedicated to empowering individuals and businesses by providing them with the tools and technologies they need to thrive in an ever-evolving digital world.
-Innovation at the Core: At Arngen.net, innovation is not just a buzzword; it's the essence of what we do. We believe in constantly challenging ourselves to create solutions that redefine industry standards.
-User-Centric Design: Our products and services are designed with you in mind. We prioritize user experience, ensuring that our solutions are not only powerful but also intuitive and easy to use.
- -+ Empowering Possibilities: We are dedicated to empowering individuals and businesses by providing them with the tools and technologies they need to thrive in an ever-evolving digital world. +
++ Innovation at the Core: At Arngen.net, innovation is not just a buzzword; it's the essence of what we do. We believe in constantly challenging ourselves to create solutions that redefine industry standards. +
++ User-Centric Design: Our products and services are designed with you in mind. We prioritize user experience, ensuring that our solutions are not only powerful but also intuitive and easy to use. +
+Whether you're an individual looking for innovative tools or a business seeking to stay ahead in the digital landscape, Arngen.net is your partner in progress. Join us on this exciting journey, and let's shape the future together.
Thank you for choosing Arngen.net.
The Arngen.net Team
- - - + + \ No newline at end of file diff --git a/banner.js b/banner.js new file mode 100644 index 0000000..e1541c7 --- /dev/null +++ b/banner.js @@ -0,0 +1,17 @@ + + document.addEventListener("DOMContentLoaded", function() { + let prevScrollPos = window.pageYOffset; + const header = document.querySelector("header"); + + window.onscroll = function() { + let currentScrollPos = window.pageYOffset; + + if (prevScrollPos > currentScrollPos) { + header.classList.remove("scrolled"); + } else { + header.classList.add("scrolled"); + } + + prevScrollPos = currentScrollPos; + }; + }); diff --git a/buynow.html b/buynow.html new file mode 100644 index 0000000..a84849f --- /dev/null +++ b/buynow.html @@ -0,0 +1,53 @@ + + + + +