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/about.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 - About The Group</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="Quadcode is an international multi-brand product company majoring in fintech. We run 9 projects in investment, banking and SaaS, each one being a think tank for industry-unique products: the next-gen trading platform, neobanking, proprietary trading and education, and more."
    />
    <% if (process.env.APP_ENV === 'production') { %> <%=
    require('html-loader!./html/_gtm.html').default %> <% } %>
  </head>
  <style>
    .skip-animation * {
      transition-duration: 0ms !important;
    }
  </style>
  <script src="https://code.createjs.com/1.0.0/createjs.min.js"></script>
  <body class="skip-animation js-about-animation" onload="init();">
    <script>
      const init = () => {
        first();
        last();
      };
      const skip = document.querySelector(".skip-animation");

      skip.classList.remove("skip-animation");
    </script>
    <div id="root" class="root-about">
      <!--  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 MAIN-SCREEN  -->
          <%= require('html-loader!./html/about/main-screen.html').default %>
          <!--  END MAIN-SCREEN  -->
        </section>
        <section class="scroll-page__section scroll-page__section-2">
          <!--  START MAIN-SCREEN  -->
          <%= require('html-loader!./html/about/main-screen-two.html').default
          %>
          <!--  END MAIN-SCREEN  -->
        </section>
        <section class="scroll-page__section scroll-page__section-3">
          <!--  START GRID-ABOUT-1  -->
          <%= require('html-loader!./html/about/grid-about-1.html').default %>
          <!--  END GRID-ABOUT-1  -->

          <!--  START VISION  -->
          <%= require('html-loader!./html/about/vision.html').default %>
          <!--  END VISION  -->

          <!--  START MINDFULNESS  -->
          <%= require('html-loader!./html/about/mindfulness.html').default %>
          <!--  END MINDFULNESS  -->

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

      <!--  <div class="one-page-scroll">-->
      <!--    -->

      <!--    <div class="one-page-scroll__one-page">-->
      <!--      -->

      <!--    </div>-->
      <!--  </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  -->

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