diff --git a/Finveda/index.html b/Finveda/index.html index e2f17ec2..3a3bbecf 100644 --- a/Finveda/index.html +++ b/Finveda/index.html @@ -2744,105 +2744,166 @@

Contact Us

- + +
+

Capital Gains Tax Calculator

+

This helps investors calculate the capital gains tax on the profits earned from the sale of their investments, + including stocks, mutual funds, and property.

+
+ +
+
Here's how it works:
+
    +
  1. Initial Investment: Enter the initial amount invested.
  2. +
  3. Sale Price: Enter the sale price of your investment.
  4. +
  5. Investment Duration: Specify the holding period of your investment in years.
  6. +
  7. Type of Asset: Choose the asset type (e.g., short-term or long-term gains) to determine the applicable tax rate.
  8. +
  9. Capital Gains Tax: Calculates the applicable capital gains tax based on the profit made and asset type.
  10. +
+
+
+

Credit Card Payoff Calculator

Calculate how long it will take to pay off your credit card balance with this calculator.

diff --git a/welcome.html b/welcome.html index b141dedd..d8dc85a7 100644 --- a/welcome.html +++ b/welcome.html @@ -17,6 +17,8 @@ overflow: hidden; font-family: 'Roboto', sans-serif; color: #fff; + background: linear-gradient(45deg, #ff6b6b, #f7b731, #3bde5c); + height: 100%; } .background { @@ -25,8 +27,7 @@ left: 0; width: 100%; height: 100%; - background: linear-gradient(45deg, #ff6b6b, #f7b731, #3bde5c); - background-size: 300% 300%; + animation: gradientAnimation 15s ease infinite; z-index: -1; } @@ -152,7 +153,7 @@ "wrapper_selector":".gtranslate_wrapper" } - @@ -216,7 +217,7 @@

Welcome to Finveda's Successful Users Secret

registrationCount += Math.floor(Math.random() * 10 + 1); if (registrationCount > 500) registrationCount = 5000; // Cap at 500 } - + if (userCount < 500) { userCount += Math.floor(Math.random() * 15 + 1); if (userCount > 500) userCount = 500; // Cap at 500 @@ -241,7 +242,7 @@

Welcome to Finveda's Successful Users Secret

document.body.appendChild(particle); } - +