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>