File: //var/www/quadcode/frontend/src/sustainability.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 - Sustainability and Community Welfare</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="At Quadcode, we strive to reduce our ecological footprint and balance human and environmental needs by minimizing the use of resources, energy, and waste at the workplace."
/>
<% 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-sustainability-animation" onload="init();">
<%= require('html-loader!./html/_gtmBody.html').default %>
<script>
const init = () => {
middle();
};
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 MAIN-SCREEN -->
<%=
require('html-loader!./html/sustainability/main-screen.html').default
%>
<!-- END MAIN-SCREEN -->
</section>
<section class="scroll-page__section scroll-page__section-2">
<!-- START BLOCK-ANIMATION -->
<%=
require('html-loader!./html/sustainability/block-mindfulness.html').default
%>
<!-- END BLOCK-ANIMATION -->
<!-- START SLIDER-RESPONSIBILITY -->
<%=
require('html-loader!./html/sustainability/slider-responsibility.html').default
%>
<!-- END SLIDER-RESPONSIBILITY -->
<!-- START WELL-BEING -->
<%=
require('html-loader!./html/sustainability/well-being.html').default
%>
<!-- END WELL-BEING -->
<!-- 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 -->
<%= require('html-loader!./html/_popup-widget.html').default %>
</body>
</html>