undefined

Monument Traders Alliance

  • undefined

    Monument Traders Alliance

  • Who We Are
  • Our Services
  • Market Insights
  • Success Stories
  • Sign In
  • © 2026 Monument Traders Alliance, LLC
  • Who We Are
  • Our Services
  • Marketing Insights
  • Success Stories
  • Contact Us
  • Whitelist Us
  • Affiliates
  • FAQ
  • Terms and Conditions
  • Privacy Policy
  • Cookie Policy
  • Do Not Sell My Personal Information

Affiliates

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>Monument Traders Alliance Affiliate Program</title>
  <style>
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: Arial, Helvetica, sans-serif;
      color: #222;
    }

    /* ── HERO ── */
    .hero {
      background-color: #1baee1;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 60px 80px;
      min-height: 280px;
      overflow: hidden;
    }

    .hero-text {
      flex: 1;
      max-width: 520px;
    }

    .hero-text h1 {
      color: #fff;
      font-size: 2.2rem;
      font-weight: 900;
      line-height: 1.2;
      margin-bottom: 30px;
    }

    .hero-image {
      flex: 0 0 auto;
      width: 380px;
      height: 220px;
      object-fit: cover;
      border-radius: 4px;
      margin-left: 40px;
    }

    /* chess placeholder */
    .hero-image-placeholder {
      flex: 0 0 380px;
      height: 220px;
      background: url('https://images.unsplash.com/photo-1529699211952-734e80c4d42b?w=760&q=80') center/cover no-repeat;
      border-radius: 4px;
      margin-left: 40px;
    }

    /* ── BUTTONS ── */
    .btn-green {
      display: inline-block;
      background-color: #7dc315;
      color: #fff;
      font-size: 1rem;
      font-weight: 700;
      padding: 14px 30px;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      text-decoration: none;
      text-transform: none;
      letter-spacing: 0.3px;
    }

    .btn-green:hover {
      background-color: #6aaa10;
    }

    /* ── ABOUT ── */
    .about {
      background-color: #0f1e35;
      text-align: center;
      padding: 70px 100px;
    }

    .about h2 {
      color: #fff;
      font-size: 1.8rem;
      font-weight: 900;
      margin-bottom: 22px;
    }

    .about p {
      color: #ccd6e0;
      font-size: 1rem;
      line-height: 1.75;
      max-width: 660px;
      margin: 0 auto;
    }

    /* ── BENEFITS ── */
    .benefits {
      background-color: #fff;
      padding: 70px 80px;
      text-align: center;
    }

    .benefits h2 {
      font-size: 1.8rem;
      font-weight: 900;
      margin-bottom: 40px;
      color: #111;
    }

    .benefits-grid {
      display: flex;
      gap: 24px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .benefit-card {
      border: 1.5px solid #d0d8e0;
      border-radius: 6px;
      padding: 34px 24px;
      width: 220px;
      text-align: center;
    }

    .benefit-icon {
      width: 56px;
      height: 56px;
      border-radius: 50%;
      margin: 0 auto 18px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    /* Person silhouette SVG for each card */
    .benefit-icon svg {
      width: 36px;
      height: 36px;
    }

    .icon-teal  { background-color: #1baee1; }
    .icon-orange{ background-color: #e87c1b; }
    .icon-blue  { background-color: #1b5ae8; }
    .icon-green { background-color: #3db83d; }

    .benefit-card h3 {
      font-size: 0.95rem;
      font-weight: 900;
      margin-bottom: 12px;
      color: #111;
      line-height: 1.3;
    }

    .benefit-card p {
      font-size: 0.88rem;
      color: #444;
      line-height: 1.6;
    }

    /* ── PERFECT AFFILIATE ── */
    .perfect {
      background-color: #0f1e35;
      text-align: center;
      padding: 70px 100px;
    }

    .perfect h2 {
      color: #fff;
      font-size: 1.8rem;
      font-weight: 900;
      margin-bottom: 28px;
    }

    .highlight-bar {
      display: inline-block;
      background-color: #1baee1;
      color: #fff;
      font-size: 1rem;
      font-weight: 700;
      padding: 10px 28px;
      border-radius: 2px;
      margin-bottom: 28px;
    }

    .perfect p {
      color: #ccd6e0;
      font-size: 1rem;
      line-height: 1.75;
      max-width: 620px;
      margin: 0 auto;
    }

    /* ── TESTIMONIALS ── */
    .testimonials {
      background-color: #fff;
      padding: 70px 80px;
    }

    .testimonials-grid {
      display: flex;
      gap: 40px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .testimonial {
      max-width: 300px;
      text-align: center;
    }

    .testimonial img {
      width: 72px;
      height: 72px;
      border-radius: 50%;
      object-fit: cover;
      margin-bottom: 18px;
    }

    .testimonial-avatar {
      width: 72px;
      height: 72px;
      border-radius: 50%;
      margin: 0 auto 18px;
      background-color: #888;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.8rem;
      color: #fff;
    }

    .testimonial p {
      font-size: 0.9rem;
      line-height: 1.7;
      color: #222;
      margin-bottom: 14px;
    }

    .testimonial cite {
      font-style: normal;
      color: #1baee1;
      font-size: 0.88rem;
      font-weight: 700;
    }

    /* ── CTA FOOTER ── */
    .cta-footer {
      background-color: #1baee1;
      text-align: center;
      padding: 60px 40px;
    }

    .cta-footer h2 {
      color: #fff;
      font-size: 2rem;
      font-weight: 900;
      margin-bottom: 28px;
    }

    /* ── RESPONSIVE ── */
    @media (max-width: 768px) {
      .hero {
        flex-direction: column;
        padding: 40px 24px;
        text-align: center;
      }
      .hero-image-placeholder {
        margin: 24px 0 0;
        width: 100%;
        flex: none;
      }
      .hero-text h1 { font-size: 1.6rem; }
      .about, .perfect { padding: 50px 24px; }
      .benefits { padding: 50px 24px; }
      .testimonials { padding: 50px 24px; }
    }
  </style>
</head>
<body>

  <!-- ── HERO ── -->
  <section class="hero">
    <div class="hero-text">
      <h1>Sign up for the Monument Traders Alliance Affiliate Program Here</h1>
      <a href="#" class="btn-green">Become an Affiliate</a>
    </div>
    <div class="hero-image-placeholder"></div>
  </section>

  <!-- ── ABOUT ── -->
  <section class="about">
    <h2>About Monument Traders Alliance</h2>
    <p>We are a private, international investment publisher for trustworthy and knowledgeable investors and entrepreneurs. Our mission is simple – to share new ideas that can help our Members grow and protect their wealth. We take pride in our customers and in providing them with quality research services and experiences.</p>
  </section>

  <!-- ── BENEFITS ── -->
  <section class="benefits">
    <h2>Benefits of a Monument Traders Alliance Affiliate</h2>
    <div class="benefits-grid">

      <div class="benefit-card">
        <div class="benefit-icon icon-teal">
          <svg viewBox="0 0 24 24" fill="white" xmlns="http://www.w3.org/2000/svg">
            <path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/>
          </svg>
        </div>
        <h3>Commissions Paid Out Monthly</h3>
        <p>Monument Traders Alliance has the most competitive commission payouts because we know your marketing efforts are worth it</p>
      </div>

      <div class="benefit-card">
        <div class="benefit-icon icon-orange">
          <svg viewBox="0 0 24 24" fill="white" xmlns="http://www.w3.org/2000/svg">
            <path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/>
          </svg>
        </div>
        <h3>Get Paid on Time, Every Time</h3>
        <p>We get it... There's nothing worse than not getting paid for your hard work</p>
      </div>

      <div class="benefit-card">
        <div class="benefit-icon icon-blue">
          <svg viewBox="0 0 24 24" fill="white" xmlns="http://www.w3.org/2000/svg">
            <path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/>
          </svg>
        </div>
        <h3>Choose From Multiple Offers to Find What Suits Your Audience Best</h3>
        <p>You'll be able to choose between different offers and creatives</p>
      </div>

      <div class="benefit-card">
        <div class="benefit-icon icon-green">
          <svg viewBox="0 0 24 24" fill="white" xmlns="http://www.w3.org/2000/svg">
            <path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/>
          </svg>
        </div>
        <h3>User-Friendly Platform</h3>
        <p>You'll get unique URLs specific to you to track your sales</p>
      </div>

    </div>
  </section>

  <!-- ── PERFECT AFFILIATE ── -->
  <section class="perfect">
    <h2>What Makes a Perfect Monument Traders Alliance Affiliate?</h2>
    <div>
      <span class="highlight-bar">It's not about what you know, but WHO you know.</span>
    </div>
    <p>You have an audience whose interests include investing, finance, politics and health. But don't worry, other audiences work too!</p>
  </section>

  <!-- ── TESTIMONIALS ── -->
  <section class="testimonials">
    <div class="testimonials-grid">

      <div class="testimonial">
        <div class="testimonial-avatar" style="background-color: #555;">
          <!-- Avatar placeholder: dark male silhouette -->
          <svg viewBox="0 0 24 24" width="42" height="42" fill="#ccc">
            <path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/>
          </svg>
        </div>
        <p>"It's an absolute pleasure working with The Oxford Club. Their team is always eager to help us reach our targets and offer their support. I would recommend them to anyone looking to promote a high quality brand in the financial space."</p>
        <cite>Adam - Musth</cite>
      </div>

      <div class="testimonial">
        <div class="testimonial-avatar" style="background-color: #7cc;">
          <svg viewBox="0 0 24 24" width="42" height="42" fill="#eee">
            <path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/>
          </svg>
        </div>
        <p>"Being in the health and wellness space we had never run a financial promo to our list. We took a shot in the dark running OXF Plan, their chief financial strategist Alexander Green's $3 stock pick and we are so glad we did! I definitely recommend checking out their promos and testing to your lists, I think you'll be pleasantly surprised."</p>
        <cite>Katie - Natural Health Sherpa/Metabolic Living</cite>
      </div>

      <div class="testimonial">
        <div class="testimonial-avatar" style="background-color: #e8c700;">
          <svg viewBox="0 0 24 24" width="42" height="42" fill="#fff">
            <path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v2.4h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/>
          </svg>
        </div>
        <p>"We have been working with The Oxford Club for a number of years and their affiliate program is second to none. They have some of the best offers in the industry, payments you can rely on like clockwork and a great team to work with altogether"</p>
        <cite>Tiz - 8020 Research</cite>
      </div>

    </div>
  </section>

  <!-- ── CTA FOOTER ── -->
  <section class="cta-footer">
    <h2>Let's Get Started!</h2>
    <a href="#" class="btn-green">Become an Affiliate</a>
  </section>

</body>
</html>