HEX
Server: nginx/1.18.0
System: Linux test-ipsremont 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: ips (1000)
PHP: 8.0.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/quadcode/frontend/src/index.html
<!DOCTYPE html>
<html lang="en">
  <head>
    <base href="/" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta content="true" name="HandheldFriendly" />
    <meta content="width" name="MobileOptimized" />
    <meta content="yes" name="apple-mobile-web-app-capable" />
    <title>Quadcode - Leading Fintech Technology Provider</title>
    <link
      href="https://fonts.cdnfonts.com/css/proxima-nova-2"
      rel="stylesheet"
    />
    <!--   STAR FAVICON  -->
    <link
      rel="shortcut icon"
      type="image/x-icon"
      href="./assets/static/favicon.ico"
    />
    <!--  END FAVICON  -->
    <meta
      name="description"
      content="Quadсode is an international multi-brand product company bringing financial software to the next level — and making it commonplace. Its portfolio includes projects in investment, neobanking, and SaaS. Quadсode works with brokerage companies and financial institutions, offering them outside-the-box, ahead-of-the-curve fintech solutions. "
    />
    <% if (process.env.APP_ENV === 'production') { %> <%=
    require('html-loader!./html/_gtm.html').default %> <% } %>
  </head>
  <style>
    .skip-animation * {
      transition-duration: 0ms !important;
    }
  </style>

  <body class="skip-animation js-main-animation">
    <script>
      const skip = document.querySelector(".skip-animation");

      skip.classList.remove("skip-animation");
    </script>
    <div id="root">
      <!--  START PRELOADER  -->
      <%= require('html-loader!./html/_preloader.html').default %>
      <!--  END PRELOADER  -->

      <!--  START HEADER  -->
      <%= require('html-loader!./html/header.html').default %>
      <!--  END HEADER  -->

      <div class="scroll-page">
        <section class="scroll-page__section scroll-page__section-1">
          <!--  START WELCOME  -->
          <%= require('html-loader!./html/welcome.html').default %>
          <!--  END WELCOME  -->
        </section>
        <section class="scroll-page__section scroll-page__section-2">
          <!--  START SLIDER-INFO  -->
          <%= require('html-loader!./html/slider-info.html').default %>
          <!--  END SLIDER-INFO  -->

          <!--  START PORTFOLIO  -->
          <%= require('html-loader!./html/portfolio.html').default %>
          <!--  END PORTFOLIO  -->

          <!--  START SLIDER-MEDIA  -->
          <%= require('html-loader!./html/slider-media.html').default %>
          <!--  END SLIDER-MEDIA  -->

          <!--  START SLIDER-AWARDS  -->
          <%= require('html-loader!./html/slider-awards.html').default %>
          <!--  END SLIDER-AWARDS  -->

          <!--  START FOOTER  -->
          <%= require('html-loader!./html/footer.html').default %>
          <!--  END FOOTER  -->
        </section>
      </div>

      <!--  START _MENU-MOBILE  -->
      <%= require('html-loader!./html/_menu-mobile.html').default %>
      <!--  END _MENU-MOBILE  -->

      <!--  START _POPUP-COOKIE  -->
      <%= require('html-loader!./html/_popup-cookie.html').default %>
      <!--  END _POPUP-COOKIE  -->
    </div>
    <!--  START _COUNTER  -->
    <%= require('html-loader!./html/_counter.html').default %>
    <!--  END _COUNTER  -->
  </body>
</html>