<?xml version="1.0" encoding="UTF-8"?>
<!--
  TEMPLATE - copy to <slug>.xml (lowercase letters/digits/dashes only) to add a reseller.
  The page is then reachable at:  modix-configurator.html?rs=<slug>  and  home2.html?rs=<slug>
  The slug is remembered in the visitor's browser, so every later visit and the lead
  form stay branded even without the parameter.

  IMPORTANT - two more steps to fully activate a reseller:
  1. Add the slug + destination email(s) to the $RESELLERS map in verify.php
     (lead routing is server-side on purpose: a public XML must not control email destinations).
  2. Put the logo files in images/resellers/ (one for light headers, one for dark headers).
-->
<reseller>
  <!-- Display name shown if the logo fails to load -->
  <name>Reseller Name</name>
  <!-- The header logo links here -->
  <website>https://www.example.com</website>
  <!-- Small line under/next to the logo -->
  <tagline>Authorized Modix Reseller</tagline>

  <logo-light>images/resellers/SLUG-on-light.svg</logo-light>
  <logo-dark>images/resellers/SLUG-on-dark.svg</logo-dark>

  <color-primary>#e85d26</color-primary>
  <color-dark>#d44f1a</color-dark>
  <color-light>#f8734a</color-light>
  <!-- Text color on top of color-primary (buttons): #ffffff for dark brands, #111111 for light/yellow brands -->
  <color-on-primary>#ffffff</color-on-primary>
</reseller>
