diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml deleted file mode 100644 index d7edf2df..00000000 --- a/.github/workflows/codeql.yml +++ /dev/null @@ -1,41 +0,0 @@ -name: "CodeQL" - -on: - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] - schedule: - - cron: '21 3 * * 0' - -jobs: - analyze: - name: Analyze - runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }} - timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }} - permissions: - actions: read - contents: read - security-events: write - - strategy: - fail-fast: false - matrix: - language: [ 'javascript' ] - - steps: - - name: Checkout repository - uses: actions/checkout@v3 - - - name: Initialize CodeQL - uses: github/codeql-action/init@v2 - with: - languages: ${{ matrix.language }} - - - name: Autobuild - uses: github/codeql-action/autobuild@v2 - - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 - with: - category: "/language:${{matrix.language}}" diff --git a/.github/workflows/pr-checker.yaml b/.github/workflows/pr-checker.yaml deleted file mode 100644 index 038ae9bb..00000000 --- a/.github/workflows/pr-checker.yaml +++ /dev/null @@ -1,47 +0,0 @@ - -name: PR Issue Checker -# Created by @smog-root. -on: - pull_request: - types: [opened, edited] - -jobs: - check_pr_details: - runs-on: ubuntu-latest - - steps: - - name: Checkout code - uses: actions/checkout@v2 - - - name: Set up Python - uses: actions/setup-python@v2 - with: - python-version: '3.x' - - - name: Check PR Description and Title - id: check_pr_details - run: | - python -c " - import re - import sys - import os - pr_description = os.getenv('GITHUB_EVENT_PULL_REQUEST_BODY', '') - pr_title = os.getenv('GITHUB_EVENT_PULL_REQUEST_TITLE', '') - - # Check if PR description is present - if not pr_description: - print('PR description is missing.') - sys.exit(1) - - # Check if the PR description contains 'Fixes #' - if not re.search(r'Fixes #[0-9]+', pr_description): - print('The PR description should include Fixes #.') - sys.exit(1) - print('PR description and title are valid.') - " - env: - GITHUB_EVENT_PULL_REQUEST_BODY: ${{ github.event.pull_request.body }} - GITHUB_EVENT_PULL_REQUEST_TITLE: ${{ github.event.pull_request.title }} - - - name: Output result - run: echo "All checks passed." \ No newline at end of file diff --git a/98e7c3d1b54978e7bb68d269ea1037d3_w200.gif b/98e7c3d1b54978e7bb68d269ea1037d3_w200.gif new file mode 100644 index 00000000..64dfdcd9 Binary files /dev/null and b/98e7c3d1b54978e7bb68d269ea1037d3_w200.gif differ diff --git a/Testimonials.html b/Testimonials.html new file mode 100644 index 00000000..d841932d --- /dev/null +++ b/Testimonials.html @@ -0,0 +1,442 @@ + + + + + + Finveda Testimonials + + + + +
+
+

What Our Users Say About Finveda

+

Real experiences from our community of investors and crypto enthusiasts

+
+ + + +
+

Share Your Experience

+
+ + +
+
+ +
+
+ +
+

Ready to Start Your Financial Journey?

+

Join thousands of satisfied users who trust Finveda for their financial needs

+ Get Started Now +
+
+ + + + \ No newline at end of file diff --git a/about.html b/about.html index fb648057..69da2903 100644 --- a/about.html +++ b/about.html @@ -20,6 +20,7 @@ + diff --git a/assets/css/index.css b/assets/css/index.css index 0bd742ab..e3afff50 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -1,115 +1,115 @@ @keyframes float { - 0% { - transform: translateY(0); - } + 0% { + transform: translateY(0); + } - 50% { - transform: translateY(-5px); - } + 50% { + transform: translateY(-5px); + } - 100% { - transform: translateY(0); - } + 100% { + transform: translateY(0); } - /* #progressBarContainer { - position: fixed; - top: 0; - left: 0; - width: 100%; - height: 5px; - background-color: #f3f3f3; - z-index: 100; +} +/* #progressBarContainer { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 5px; + background-color: #f3f3f3; + z-index: 100; } */ /* Progress bar itself */ /* #progressBar { - height: 8px; - width: 0%; - background: #f76b45; + height: 8px; + width: 0%; + background: #f76b45; } */ - #progressBar { - position: fixed; - top: 0; - left: 0; - width: 0%; - height: 8px; - background-color: #f76b45; - z-index: 9999; +#progressBar { + position: fixed; + top: 0; + left: 0; + width: 0%; + height: 8px; + background-color: #f76b45; + z-index: 9999; - } +} - * { - cursor: url(./assets/images/ads_click_24dp_000000_FILL0_wght400_GRAD0_opsz24.svg), auto; - } +* { + cursor: url(./assets/images/ads_click_24dp_000000_FILL0_wght400_GRAD0_opsz24.svg), auto; +} - /* .scroll-btn{ - position: fixed; - right: 120px; - top: 475px; - z-index: 9999; - color: white; - border: none; - border-radius: 50%; - width: 50px; - height: 50px; - font-size: 20px; - cursor: pointer; - transition: background-color 0.3s; - } */ - .scroll-btn{ - font-size: 20px; - top: 110px; - color: #fff; +/* .scroll-btn{ position: fixed; - right: 26px; - /* bottom: 1px; */ - width: 47px; - height: 47px; - line-height: 45px; + right: 120px; + top: 475px; + z-index: 9999; + color: white; + border: none; border-radius: 50%; - /* background: -webkit-linear-gradient(left, #361cc1 0%, #2e82ef 100%); */ - /* background: -o-linear-gradient(left, #361cc1 0%, #2e82ef 100%); */ - background-color: rgb(102, 107, 234); - text-align: center; + width: 50px; + height: 50px; + font-size: 20px; + cursor: pointer; + transition: background-color 0.3s; +} */ +.scroll-btn{ +font-size: 20px; +top: 110px; +color: #fff; +position: fixed; +right: 26px; +/* bottom: 1px; */ +width: 47px; +height: 47px; +line-height: 45px; +border-radius: 50%; +/* background: -webkit-linear-gradient(left, #361cc1 0%, #2e82ef 100%); */ +/* background: -o-linear-gradient(left, #361cc1 0%, #2e82ef 100%); */ +background-color: rgb(102, 107, 234); +text-align: center; +z-index: 9999; +-webkit-transition: all 0.3s ease-out 0s; +-moz-transition: all 0.3s ease-out 0s; +-ms-transition: all 0.3s ease-out 0s; +-o-transition: all 0.3s ease-out 0s; +transition: all 0.3s ease-out; +bottom: 0.9% !important; +} + +.circle { + position: absolute; + width: 25px; + height: 25px; + border-radius: 50%; + pointer-events: none; + background: radial-gradient(circle, rgba(73, 232, 247, 0.466), rgba(141, 38, 172, 0.5)); + transition: transform 0.1s, left 0.1s, top 0.1s; +} + +.circle-container { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + pointer-events: none; z-index: 9999; - -webkit-transition: all 0.3s ease-out 0s; - -moz-transition: all 0.3s ease-out 0s; - -ms-transition: all 0.3s ease-out 0s; - -o-transition: all 0.3s ease-out 0s; - transition: all 0.3s ease-out; - bottom: 0.9% !important; -} - - .circle { - position: absolute; - width: 25px; - height: 25px; - border-radius: 50%; - pointer-events: none; - background: radial-gradient(circle, rgba(73, 232, 247, 0.466), rgba(141, 38, 172, 0.5)); - transition: transform 0.1s, left 0.1s, top 0.1s; - } +} +@media (max-width: 720px) { .circle-container { - position: fixed; - top: 0; - left: 0; - width: 100%; - height: 100%; - pointer-events: none; - z-index: 9999; + display: none; } - - @media (max-width: 720px) { - .circle-container { - display: none; - } - .tradingview-widget-container{ - max-width: 100vw; - overflow-x: auto; - } + .tradingview-widget-container{ + max-width: 100vw; + overflow-x: auto; } +} .unique-popup-message { position: fixed; /* Change to fixed positioning */ @@ -140,454 +140,458 @@ transform-origin: right; /* Start shrinking from the right */ @keyframes borderAnimation { from { - transform: scaleX(0); /* Full width initially */ +transform: scaleX(0); /* Full width initially */ } to { - transform: scaleX(1); /* Shrink to zero width */ +transform: scaleX(1); /* Shrink to zero width */ } } .social-pill { - height: 54px; - width: 114px; - margin: 0 auto; - background-color: rgba(255, 255, 255, 0.23); - border-radius: 80px ; - position: absolute; - left: 0; - right: 0; - bottom: 25px; +height: 54px; +width: 114px; +margin: 0 auto; +background-color: rgba(255, 255, 255, 0.23); +border-radius: 80px ; +position: absolute; +left: 0; +right: 0; +bottom: 25px; } .social-pill div { - width: 50%; - height: 100%; - border-radius: 80px ; +width: 50%; +height: 100%; +border-radius: 80px ; } .social-pill div:hover { - background: -webkit-linear-gradient(#fe8464 0%, #fe6e9a 100%); - background: -o-linear-gradient(#fe8464 0%, #fe6e9a 100%); - background: linear-gradient(#fe8464 0%, #fe6e9a 100%); +background: -webkit-linear-gradient(#fe8464 0%, #fe6e9a 100%); +background: -o-linear-gradient(#fe8464 0%, #fe6e9a 100%); +background: linear-gradient(#fe8464 0%, #fe6e9a 100%); } .right { - float: right; - margin-right: -2px; - border-top-left-radius: 0 !important; - border-bottom-left-radius: 0 !important; +float: right; +margin-right: -2px; +border-top-left-radius: 0 !important; +border-bottom-left-radius: 0 !important; } .right:hover { - background-color: rgba(255, 255, 255, 0.23); +background-color: rgba(255, 255, 255, 0.23); } .left { - float: left; - margin-right: -2px; - border-top-right-radius: 0 !important; - border-bottom-right-radius: 0 !important; +float: left; +margin-right: -2px; +border-top-right-radius: 0 !important; +border-bottom-right-radius: 0 !important; } .left:hover { - background-color: rgba(255, 255, 255, 0.23); +background-color: rgba(255, 255, 255, 0.23); } - .social-pill div a { - padding: 15px 13px; - color: #fff; - } - .social-pill div a i { - cursor: pointer; - } +.social-pill div a { +padding: 15px 13px; +color: #fff; +} +.social-pill div a i { +cursor: pointer; +} - #slide-buttons { - width: 100vw; +#slide-buttons { +width: 100vw; } .arrow { - position: absolute; - z-index: 1; +position: absolute; +z-index: 1; } .arrow-left { - left: 20%; +left: 20%; } .arrow-right { - right: calc(20% - 120px); +right: calc(20% - 120px); } .arrow { - cursor: pointer; - height: 120px; - transform: translateX(-50%) translateY(-50%); - transition: transform 0.1s; - width: 80px; - background-color: transparent; - border: none; +cursor: pointer; +height: 120px; +transform: translateX(-50%) translateY(-50%); +transition: transform 0.1s; +width: 80px; +background-color: transparent; +border: none; } /* Width more than 1100px. Arrows goes to side */ @media (min-width: 1100px) { - .arrow { - bottom: 200px; - } +.arrow { + bottom: 200px; +} - .arrow-left { - left: 60px; - } +.arrow-left { + left: 60px; +} - .arrow-right { - right: -60px; - } +.arrow-right { + right: -60px; +} } /* Width more than 1250px. Arrows remains at same place with respect to the testimonials */ @media (min-width: 1250px) { - .arrow { - bottom: 200px; - } +.arrow { + bottom: 200px; +} - .arrow-left { - left: calc(50vw - 575px); - } +.arrow-left { + left: calc(50vw - 575px); +} - .arrow-right { - right: calc(50vw - 575px - 120px); - } +.arrow-right { + right: calc(50vw - 575px - 120px); +} } @media (min-width: 1200px) and (max-width: 1220px) { - .arrow { - bottom: inherit; - } - .arrow-left { - left: 20%; - } +.arrow { + bottom: inherit; +} +.arrow-left { + left: 20%; +} + +.arrow-right { + right: calc(20% - 120px); +} - .arrow-right { - right: calc(20% - 120px); - } - } .arrow-top, .arrow-bottom { - background-color: #000; /* Initial color of the arrow */ - height: 4px; - left: -5px; - position: absolute; - top: 50%; - width: 50px; +background-color: #000; /* Initial color of the arrow */ +height: 4px; +left: -5px; +position: absolute; +top: 50%; +width: 50px; } .arrow-top:after, .arrow-bottom:after { - background-color: #fe8464; /* Color of the arrow at hover */ - content: ""; - height: 100%; - position: absolute; - top: 0; - transition: all 0.15s; +background-color: #fe8464; /* Color of the arrow at hover */ +content: ""; +height: 100%; +position: absolute; +top: 0; +transition: all 0.15s; } .arrow-top { - transform: rotate(45deg); - transform-origin: bottom right; +transform: rotate(45deg); +transform-origin: bottom right; } .arrow-top:after { - left: 100%; - right: 0; - transition-delay: 0s; +left: 100%; +right: 0; +transition-delay: 0s; } .arrow-bottom { - transform: rotate(-45deg); - transform-origin: top right; +transform: rotate(-45deg); +transform-origin: top right; } .arrow-bottom:after { - left: 0; - right: 100%; - transition-delay: 0.15s; +left: 0; +right: 100%; +transition-delay: 0.15s; } .arrow:hover .arrow-top:after { - left: 0; - transition-delay: 0.15s; +left: 0; +transition-delay: 0.15s; } .arrow:hover .arrow-bottom:after { - right: 0; - transition-delay: 0s; +right: 0; +transition-delay: 0s; } .arrow:active { - transform: translateX(-50%) translateY(-50%) scale(0.9); +transform: translateX(-50%) translateY(-50%) scale(0.9); } .arrow-left .arrow-bottom { - transform-origin: left; +transform-origin: left; } .arrow-left .arrow-top { - transform-origin: left; +transform-origin: left; } .arrow-left .arrow-top::after { - transition: all 0.15s; - transition-delay: 0.15s; /* Default transition-delay */ +transition: all 0.15s; +transition-delay: 0.15s; /* Default transition-delay */ } .arrow-left .arrow-bottom::after { - transition: all 0.15s; - transition-delay: 0s; /* Default transition-delay */ +transition: all 0.15s; +transition-delay: 0s; /* Default transition-delay */ } /* Apply styles on hover of .arrow-left */ .arrow-left:hover .arrow-top::after { - transition-delay: 0s !important; +transition-delay: 0s !important; } .arrow-left:hover .arrow-bottom::after { - transition-delay: 0.15s !important; +transition-delay: 0.15s !important; } .social-icons{ - text-align: left; +text-align: left; } .social-icons a { - display: inline-flex; - justify-content: center; - align-items: center; - width: 2.1rem; - height: 2.1rem; - background-color: transparent; - border: 0.2rem solid #0890ff; - font-size: 1.1rem; - border-radius: 50%; - margin: 1rem 0.5rem 0.5rem 0; - transition: 0.3s ease; - color: #55ff00; - text-align: left; +display: inline-flex; +justify-content: center; +align-items: center; +width: 2.1rem; +height: 2.1rem; +background-color: transparent; +border: 0.2rem solid #0890ff; +font-size: 1.1rem; +border-radius: 50%; +margin: 1rem 0.5rem 0.5rem 0; +transition: 0.3s ease; +color: #55ff00; +text-align: left; } .social-icons a:hover { - color: rgb(139, 249, 12); - transform: scale(1.3) translateY(-5px); - background-color: #0048ff; - box-shadow: 0 0 25px #03133c; +color: rgb(139, 249, 12); +transform: scale(1.3) translateY(-5px); +background-color: #0048ff; +box-shadow: 0 0 25px #03133c; } .or-sign-in-with { - margin: 20px 0; - font-size: 14px; - font-weight: bold; - color: #666; - text-align: center; - position: relative; +margin: 20px 0; +font-size: 14px; +font-weight: bold; +color: #666; +text-align: center; +position: relative; } .or-sign-in-with::before { - content: ""; - position: absolute; - top: 50%; - left: 0; - width: 35%; - border-top: 1px solid #ccc; - transform: translateX(-2%); +content: ""; +position: absolute; +top: 50%; +left: 0; +width: 35%; +border-top: 1px solid #ccc; +transform: translateX(-2%); } .or-sign-in-with::after { - content: ""; - position: absolute; - top: 50%; - right: 0; - width: 35%; - border-top: 1px solid #ccc; +content: ""; +position: absolute; +top: 50%; +right: 0; +width: 35%; +border-top: 1px solid #ccc; } /* Adjusted the margin from right side so that it looks uniform on all web pages. */ .navbar-collapse{ - display: flex; - margin-left: -5.6rem; - justify-content: center; - - background-color: black; - border-radius: 10px; - padding: 15px 30px; - box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); - width: 101vw; - position: relative; - left: 0; - transition: background-color 0.3s ease-in-out; - -webkit-transition: background-color 0.3s ease-in-out; - -moz-transition: background-color 0.3s ease-in-out; - -ms-transition: background-color 0.3s ease-in-out; - -o-transition: background-color 0.3s ease-in-out; - margin: 0; +display: flex; +margin-left: -5.6rem; +justify-content: center; + +background-color: black; +border-radius: 10px; +padding: 15px 30px; +box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); +width: 101vw; +position: relative; +left: 0; +transition: background-color 0.3s ease-in-out; +-webkit-transition: background-color 0.3s ease-in-out; +-moz-transition: background-color 0.3s ease-in-out; +-ms-transition: background-color 0.3s ease-in-out; +-o-transition: background-color 0.3s ease-in-out; +margin: 0; } /*added the css of center-cards */ .center-cards{ - width: 100%; - display: flex; - justify-content: center; +width: 100%; +display: flex; +justify-content: center; } .footer-wrapper { - background-color: #0f2027; /* Footer background */ - color: white; /* Text color */ - /* padding: 20px 0; Overall padding */ +background-color: #0f2027; /* Footer background */ +color: white; /* Text color */ +/* padding: 20px 0; Overall padding */ } /* Footer Divider */ .footer-divider { - border: none; - border-top: 4px solid #259117; /* Ruler line color */ - /* margin: 20px 0; Margin around the divider */ +border: none; +border-top: 4px solid #259117; /* Ruler line color */ +/* margin: 20px 0; Margin around the divider */ } /* Footer Widget */ /* .footer-widget { - padding-bottom: 50px; Bottom padding for footer widget +padding-bottom: 50px; Bottom padding for footer widget } */ /* Footer Titles */ .footer-title { - font-size: 20px; /* Font size for titles */ - font-weight: bold; /* Bold font for titles */ - margin-bottom: 10px; /* Space below titles */ +font-size: 20px; /* Font size for titles */ +font-weight: bold; /* Bold font for titles */ +margin-bottom: 10px; /* Space below titles */ } /* Footer Links */ .footer-links { - list-style: none; /* No list styling */ - padding: 0; /* No padding */ +list-style: none; /* No list styling */ +padding: 0; /* No padding */ } .footer-links li { - margin: 5px 0; /* Space between list items */ +margin: 5px 0; /* Space between list items */ } .footer-links a { - color: white; /* Link color */ - text-decoration: none; /* No underline */ - transition: color 0.3s; /* Smooth color transition */ +color: white; /* Link color */ +text-decoration: none; /* No underline */ +transition: color 0.3s; /* Smooth color transition */ } .footer-links a:hover { - color: #ff8c00; /* Highlight color on hover */ +color: #ff8c00; /* Highlight color on hover */ } /* Contact Section */ .contact { - list-style: none; /* No list styling */ - padding: 0; /* No padding */ +list-style: none; /* No list styling */ +padding: 0; /* No padding */ } /* Responsive Adjustments */ @media (max-width: 768px) { - .footer-widget { - padding-bottom: 5px; /* Adjusted padding for mobile */ - } +.footer-widget { + padding-bottom: 5px; /* Adjusted padding for mobile */ +} - .footer-title { - font-size: 14px; /* Smaller font size for mobile */ - } - - .footer-links li, - .contact li { - margin: 3px 0; /* Less margin for mobile */ - } +.footer-title { + font-size: 14px; /* Smaller font size for mobile */ +} + +.footer-links li, +.contact li { + margin: 3px 0; /* Less margin for mobile */ +} } /* Footer Separator */ .footer-separator { - border-top: 2px solid #ccc; - width: 80%; - margin-bottom: 10px; - box-shadow: -10px -10px 20px rgba(0, 0, 0, 0.1), 10px 10px 20px rgba(0, 0, 0, 0.1); +border-top: 2px solid #ccc; +width: 80%; +margin-bottom: 10px; +box-shadow: -10px -10px 20px rgba(0, 0, 0, 0.1), 10px 10px 20px rgba(0, 0, 0, 0.1); } /* Footer Area */ #footer { - color: white; - /* padding: 50px 0; */ +color: white; +/* padding: 50px 0; */ } /* Subscribe Area */ .subscribe-area { - display: flex; - justify-content: space-between; - align-items: center; - background-color: rgba(0,0,0,0.6); +display: flex; +justify-content: space-between; +align-items: center; +background-color: #0c73da; +box-shadow: 10px 10px 15px rgba(0,0,0,0.3); +} +.subscribe-area:hover { +box-shadow: 10px 10px 15px rgba(73, 232, 247, 0.466); } .subscribe-title { - font-size: 28px; - font-weight: 700; - color: white; +font-size: 28px; +font-weight: 700; +color: white; } .subscribe-form input { - padding: 10px 15px; - width: 50%; - border: none; - border-radius: 5px; - margin-right: 10px; - font-size: 16px; - color: #333; +padding: 10px 15px; +width: 50%; +border: none; +border-radius: 5px; +margin-right: 10px; +font-size: 16px; +color: #333; } .subscribe-form input::placeholder { - color: #aaa; +color: #aaa; } .unique-main-btn { - background-color: #ff8c00; - color: white; - padding: 10px 20px; - border: none; - border-radius: 5px; - cursor: pointer; - font-size: 16px; - transition: background-color 0.3s ease; +background-color: #ff8c00; +color: white; +padding: 10px 20px; +border: none; +border-radius: 5px; +cursor: pointer; +font-size: 16px; +transition: background-color 0.3s ease; } .unique-main-btn:hover { - background-color: #e67600; +background-color: #e67600; } /* Popup Message */ .unique-popup-message { - padding: 15px; - background-color: #0f2027; - border: 2px solid #ff8c00; - color: white; - font-size: 18px; - margin-top: 20px; - border-radius: 5px; - text-align: center; +padding: 15px; +background-color: #0f2027; +border: 2px solid #ff8c00; +color: white; +font-size: 18px; +margin-top: 20px; +border-radius: 5px; +text-align: center; } .border-animation { - border: 2px dashed #ff8c00; - margin-bottom: 5px; +border: 2px dashed #ff8c00; +margin-bottom: 5px; } /* Footer Responsiveness */ @media (max-width: 768px) { - .subscribe-area { - flex-direction: column; - text-align: center; - } +.subscribe-area { + flex-direction: column; + text-align: center; +} - .subscribe-form { - flex-direction: column; - align-items: center; - width: 80%; - } +.subscribe-form { + flex-direction: column; + align-items: center; + width: 80%; +} - .subscribe-form input { - width: 60%; - margin-bottom: 10px; - } +.subscribe-form input { + width: 60%; + margin-bottom: 10px; +} - .subscribe-title { - font-size: 24px; - } +.subscribe-title { + font-size: 24px; } +} \ No newline at end of file diff --git a/blog.html b/blog.html index 01a8a51b..215a3d14 100644 --- a/blog.html +++ b/blog.html @@ -23,6 +23,7 @@ + diff --git a/careers.html b/careers.html index 183273ec..0866f6cc 100644 --- a/careers.html +++ b/careers.html @@ -3,11 +3,7 @@ - Carrers - FinVeda - - Careers - FinVeda - @@ -23,6 +19,7 @@ + @@ -72,7 +69,7 @@ background: #e65c39; } - footer { + /* footer { text-align: center; padding: 20px; background: #333; @@ -80,7 +77,7 @@ position: relative; bottom: 0; width: 100%; - } + } */ #progressBar { position: fixed; @@ -353,30 +350,25 @@ --> - @@ -2654,6 +2349,27 @@

Contact Us

+ + + + + @@ -2850,7 +2567,7 @@

Contact Us

Built with dedication and passion. Join us on our journey to make finance more accessible and empowering for everyone. -
Stay connected and explore our tools for financial growth! +
Stay connected and explore our tools for financial growth!

diff --git a/public/sitemap.xml b/public/sitemap.xml deleted file mode 100644 index 8b137891..00000000 --- a/public/sitemap.xml +++ /dev/null @@ -1 +0,0 @@ - diff --git a/quiz.html b/quiz.html index c70c2e4e..5a612ebb 100644 --- a/quiz.html +++ b/quiz.html @@ -19,6 +19,7 @@ + diff --git a/tools/sip.html b/tools/sip.html index 6243aad4..b1953307 100644 --- a/tools/sip.html +++ b/tools/sip.html @@ -17,11 +17,13 @@ + + @@ -1081,14 +1083,6 @@
Here's how it w - - - - - - - - TCO Calculator - FinVeda + + + +
+ + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + +
+ + +
+

Welcome to Finveda's Successful Users Secret

+

Don't Trust Blindly See the Truth and then move forward.

+ Start Reading Reviews +
+ +
+
+
0
+

Registrations

+
+
+
0
+

Users

+
+
+ + + + + +