File: /var/www/quadcode/frontend/src/affiliate.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 data-lang="lng-affiliate.metaTitle">
Affiliate? Launch Your Own Brokerage Brand
</title>
<meta name="theme-color" content="#FFFFFF" />
<!-- STAR FAVICON -->
<link
rel="shortcut icon"
type="image/x-icon"
href="./lp/assets/static/favicon.ico"
/>
<!-- END FAVICON -->
<!-- META -->
<meta name="copyright" content="Quadcode" />
<meta name="author" content="Quadcode" />
<meta
name="description"
content="Stop working for brokers — start your own brokerage business from scratch in just 2 weeks"
data-lang="lng-affiliate.metaDescription"
data-lang-type="description"
/>
<meta name="image" content="" />
<!-- END META -->
<link
rel="preload"
as="image"
href="./lp/assets/resource/lp/affiliate/img-hero-375.webp"
imagesrcset="./lp/assets/resource/lp/affiliate/img-hero-375.webp 1x, ./lp/assets/resource/lp/affiliate/img-hero-375-2x.webp 2x"
imagesizes="375px"
media="(max-width: 767px)"
/>
<link
rel="preload"
as="image"
href="./lp/assets/resource/lp/affiliate/img-hero-768.webp"
imagesrcset="./lp/assets/resource/lp/affiliate/img-hero-768.webp 1x, ./lp/assets/resource/lp/affiliate/img-hero-768-2x.webp 2x"
imagesizes="768px"
media="(min-width: 768px) and (max-width: 1200px)"
/>
<link
rel="preload"
as="image"
href="./lp/assets/resource/lp/affiliate/img-hero-1366.webp"
imagesrcset="./lp/assets/resource/lp/affiliate/img-hero-1366.webp 1x, ./lp/assets/resource/lp/affiliate/img-hero-1366-2x.webp 2x"
imagesizes="1366px"
media="(min-width: 1201px) and (max-width: 1799px)"
/>
<link
rel="preload"
as="image"
href="./lp/assets/resource/lp/affiliate/img-hero-1800.webp"
imagesrcset="./lp/assets/resource/lp/affiliate/img-hero-1800.webp 1x, ./lp/assets/resource/lp/affiliate/img-hero-1800-2x.webp 2x"
imagesizes="1800px"
media="(min-width: 1800px)"
/>
<% if (process.env.APP_ENV === 'production') { %> <%=
require('html-loader!./html/_gtm.html').default %> <% } %>
</head>
<style>
.skip-animation * {
transition-duration: 0ms !important;
}
</style>
<body id="affiliate">
<div id="root">
<!-- START PRELOADER -->
<%= require('html-loader!./html/_preloader.html').default %>
<!-- END PRELOADER -->
<!-- START header -->
<%= require('html-loader!./html/lp/affiliate/header.html').default %>
<!-- END header -->
<!-- START hero-block -->
<%= require('html-loader!./html/lp/affiliate/hero.html').default %>
<!-- END hero-block -->
<!-- START five-reasons-block -->
<%= require('html-loader!./html/lp/affiliate/five-reasons.html').default
%>
<!-- END five-reasons-block -->
<!-- START ready-to-go-block -->
<%= require('html-loader!./html/lp/affiliate/ready-to-go.html').default %>
<!-- END ready-to-go-block -->
<!-- START block-features -->
<%= require('html-loader!./html/lp/affiliate/block-features.html').default
%>
<!-- END block-features -->
<!-- START block-guide-you -->
<%= require('html-loader!./html/lp/affiliate/guide-you.html').default %>
<!-- END block-guide-you -->
<!-- START why-quadcode -->
<%= require('html-loader!./html/lp/affiliate/why-quadcode.html').default
%>
<!-- END why-quadcode -->
<!-- START pricing -->
<%= require('html-loader!./html/lp/affiliate/pricing.html').default %>
<!-- END pricing -->
<!-- START want-to-see-how -->
<%=
require('html-loader!./html/lp/affiliate/want-to-see-how.html').default %>
<!-- END want-to-see-how -->
<!-- START get-started -->
<%= require('html-loader!./html/lp/affiliate/get-started.html').default %>
<!-- END get-started -->
<!-- START block-faq -->
<%=
require('html-loader!./html/lp/affiliate_broker/block-faq.html').default
%>
<!-- END block-faq -->
<!-- START block-footer -->
<%= require('html-loader!./html/lp/affiliate_broker/footer.html').default
%>
<!-- END block-footer -->
<!-- START modal-form -->
<%=
require('html-loader!./html/lp/affiliate_broker/modal-form.html').default
%>
<!-- END modal-form -->
<!-- START mobile-menu -->
<%= require('html-loader!./html/lp/affiliate/mobile-menu.html').default %>
<!-- END mobile-menu -->
</div>
<!-- START _COUNTER -->
<%= require('html-loader!./html/_counter.html').default %>
<!-- END _COUNTER -->
<%= require('html-loader!./html/_popup-widget.html').default %>
</body>
</html>