File: //var/www/quadcode-site/src/management.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 - Executive Management</title>
<link href="https://fonts.cdnfonts.com/css/proxima-nova-2" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Russo+One&display=swap" rel="stylesheet">
<!-- STAR FAVICON -->
<link rel="shortcut icon" type="image/x-icon" href="./assets/static/favicon.ico">
<!-- END FAVICON -->
<meta name="description" content="The mind behind Quadcode - our executive management team. Under their responsive guidance, we create digital chemistry and set the world’s stage for trading & investment.">
<%= 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-management-animation">
<%= require('html-loader!./html/_gtmBody.html').default %>
<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 -->
<!-- START MANAGEMENT-WELCOME -->
<%= require('html-loader!./html/management/management-welcome.html').default %>
<!-- END MANAGEMENT-WELCOME -->
<!-- START MANAGEMENT-FOUNDER -->
<%= require('html-loader!./html/management/management-founder.html').default %>
<!-- END MANAGEMENT-FOUNDER -->
<!-- START FOOTER -->
<%= require('html-loader!./html/footer.html').default %>
<!-- END FOOTER -->
<!-- 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>
</body>
</html>