您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

148 行
4.9KB

  1. <section class="hero" style="padding: 48px 0; border-radius: var(--radius-lg); overflow: hidden;">
  2. <div class="hero-grid" style="gap: 40px;">
  3. <div class="hero-copy">
  4. <span class="eyebrow">Election mail production made simple</span>
  5. <h1 style="font-size: clamp(2rem, 4vw, 3rem);">Accurate purple envelope addressing and USPS barcode preparation.</h1>
  6. <p class="hero-lead">
  7. Upload your voter or recipient list, select your production options,
  8. and receive a clear order total before submitting your job.
  9. </p>
  10. <div class="hero-actions">
  11. <a class="button button-primary" href="#services">View services</a>
  12. <a class="button button-secondary" href="#process">See how it works</a>
  13. </div>
  14. <ul class="trust-list" aria-label="Service benefits">
  15. <li>Secure data handling</li>
  16. <li>Address formatting and validation</li>
  17. <li>Intelligent Mail barcode preparation</li>
  18. </ul>
  19. </div>
  20. <div class="hero-visual" style="min-height: 320px;">
  21. <div class="envelope-card" style="width: min(100%, 420px);"></div>
  22. </div>
  23. </div>
  24. </section>
  25. <section class="service-strip" aria-label="Service highlights" style="border-radius: var(--radius-md); margin: 24px 0;">
  26. <div class="service-strip-grid">
  27. <div>
  28. <strong>Address cleanup</strong>
  29. <span>Standardized mailing fields</span>
  30. </div>
  31. <div>
  32. <strong>USPS barcode setup</strong>
  33. <span>IMb-ready production data</span>
  34. </div>
  35. <div>
  36. <strong>Inkjet addressing</strong>
  37. <span>Clear, machine-readable output</span>
  38. </div>
  39. <div>
  40. <strong>Proof approval</strong>
  41. <span>Review before production begins</span>
  42. </div>
  43. </div>
  44. </section>
  45. <section id="request-order" class="cta-section" style="padding: 40px 0;">
  46. <div class="cta-card">
  47. <div>
  48. <span class="eyebrow">Ready to get started?</span>
  49. <h2>Request an order and we'll email you a secure link to continue.</h2>
  50. </div>
  51. <a class="button button-light" href="<%= H(Routes().AppURL & "request-order") %>">Request an order</a>
  52. </div>
  53. </section>
  54. <section id="services" style="padding: 48px 0;">
  55. <div class="section-heading">
  56. <span class="eyebrow">Complete production support</span>
  57. <h2>Everything needed to prepare your ballot envelopes.</h2>
  58. <p>
  59. Choose only the services you need, from basic addressing to a
  60. complete data-processing and mailing workflow.
  61. </p>
  62. </div>
  63. <div class="card-grid" style="grid-template-columns: repeat(2, 1fr);">
  64. <article class="feature-card">
  65. <span class="feature-number">01</span>
  66. <h3>Recipient addressing</h3>
  67. <p>
  68. Print recipient names, delivery addresses, city, state, ZIP Code,
  69. return-service endorsements, and optional identifiers.
  70. </p>
  71. </article>
  72. <article class="feature-card">
  73. <span class="feature-number">02</span>
  74. <h3>Barcode preparation</h3>
  75. <p>
  76. Prepare and print Intelligent Mail barcode data using the mailing
  77. fields and identifiers supplied for your project.
  78. </p>
  79. </article>
  80. <article class="feature-card">
  81. <span class="feature-number">03</span>
  82. <h3>List processing</h3>
  83. <p>
  84. Review column structure, remove obvious formatting problems,
  85. standardize capitalization, and identify incomplete records.
  86. </p>
  87. </article>
  88. <article class="feature-card">
  89. <span class="feature-number">04</span>
  90. <h3>Proof and production</h3>
  91. <p>
  92. Receive a digital sample for approval before the full envelope
  93. run enters production.
  94. </p>
  95. </article>
  96. </div>
  97. </section>
  98. <section id="process" class="section-muted" style="padding: 48px 0; border-radius: var(--radius-md);">
  99. <div class="section-heading centered">
  100. <span class="eyebrow">Simple four-step workflow</span>
  101. <h2>From uploaded list to completed order.</h2>
  102. </div>
  103. <div class="process-grid">
  104. <div class="process-step">
  105. <span>1</span>
  106. <h3>Enter job details</h3>
  107. <p>Provide quantity, envelope specifications, and due date.</p>
  108. </div>
  109. <div class="process-step">
  110. <span>2</span>
  111. <h3>Upload your files</h3>
  112. <p>Add recipient data, artwork, instructions, or a sample envelope.</p>
  113. </div>
  114. <div class="process-step">
  115. <span>3</span>
  116. <h3>Approve your proof</h3>
  117. <p>Review the address placement and sample barcode before printing.</p>
  118. </div>
  119. <div class="process-step">
  120. <span>4</span>
  121. <h3>Production begins</h3>
  122. <p>Your approved job is addressed, checked, packed, and delivered.</p>
  123. </div>
  124. </div>
  125. </section>
  126. <section class="cta-section" style="padding: 0 0 48px;">
  127. <div class="cta-card">
  128. <div>
  129. <span class="eyebrow">Need a custom production quote?</span>
  130. <h2>Large quantities and special ballot configurations are welcome.</h2>
  131. </div>
  132. <a class="button button-light" href="mailto:orders@example.com">Request pricing</a>
  133. </div>
  134. </section>

Powered by TurnKey Linux.