Diff -- /var/www/vhosts/3dshawn.com/affiliate.3dshawn.com/TEMPLATES/webstls_signup.html
Diff

/var/www/vhosts/3dshawn.com/affiliate.3dshawn.com/TEMPLATES/webstls_signup.html

added on local at 2026-07-01 13:48:09

Added
+84
lines
Removed
-0
lines
Context
0
unchanged
Blobs
from
to 67d2a79f1cd5
Restore this content →
Unified diff
Naive LCS-based line diff. Additions in emerald, deletions in rose. Both sides decompressed live from BLOB_STORE.
1<!-- Marketing nav header is rendered by webstls_marketing.html. -->
2<div class="auth-shell">
3 <aside class="auth-side">
4 <div class="auth-side-glow"></div>
5 <div class="auth-side-content">
6
7 </div>
8 <div class="auth-side-content">
9 <div class="hero-pill" style="margin-bottom:18px"><span class="dot"></span> 14-day free trial</div>
10 <div class="auth-quote">Launch an affiliate program in minutes &mdash; no attribution code to write.</div>
11 <div class="auth-quote-attr" style="margin-bottom:24px">No credit card. Cancel anytime. Your models stay yours.</div>
12 </div>
13 </aside>
14
15 <main class="auth-main">
16 <div style="display:flex;justify-content:flex-end">
17 <a href="/login.cgi" class="text-sm text-secondary">Already have an account? <span class="text-brand fw-600">Sign in</span></a>
18 </div>
19
20 <div class="auth-form-wrap">
21 <h1 class="auth-title">Start your trial</h1>
22 <p class="auth-sub">Pick your plan now or later — you'll have full access for 14 days.</p>
23
24 [if:$error_msg]
25 <div class="banner danger" style="margin-bottom:18px">
26 <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="10"/><line x1="12" y1="8" x2="12" y2="12"/><line x1="12" y1="16" x2="12.01" y2="16"/></svg>
27 <div class="text-xs">$error_msg</div>
28 </div>
29 [/if]
30
31 <form method="POST" action="/signup.cgi" autocomplete="on">
32 <div aria-hidden="true" style="position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden"><label>Company website (leave blank)<input type="text" name="company_website" tabindex="-1" autocomplete="off" value=""></label></div>
33 <div class="form-group">
34 <label class="form-label">Display name</label>
35 <input class="input" type="text" name="display_name" value="$name_val" placeholder="Your name or company">
36 <div class="form-help">Shown to affiliates and on receipt emails.</div>
37 </div>
38
39 <div class="form-group">
40 <label class="form-label">Email <span class="req">*</span></label>
41 <input class="input" type="email" name="email" value="$email_val" placeholder="you\@studio.com" autocomplete="email" required>
42 </div>
43
44 <div class="form-group">
45 <label class="form-label">Password <span class="req">*</span></label>
46 <input class="input" type="password" name="password" placeholder="At least 8 characters" autocomplete="new-password" required minlength="8">
47 <div class="form-help">Stored as a salted, iterated SHA-256 hash. We never see your plaintext password.</div>
48 </div>
49
50 <div class="form-group">
51 <label class="form-label">Choose a plan</label>
52 <select class="select" name="plan_tier">
53 [loop:@plan_options]
54 <option value="[$loop1.value]"[$loop1.selected_attr]>[$loop1.label]</option>
55 [/loop]
56 </select>
57 </div>
58
59 <label class="checkbox" style="margin-bottom:18px">
60 <input type="checkbox" name="marketing_opt_in" value="1" checked> Email me product updates (optional)
61 </label>
62
63 <button type="submit" class="btn btn-primary btn-block btn-lg">Create my account →</button>
64 </form>
65
66 <div class="auth-foot">
67 By creating an account you agree to our <a href="terms.cgi">Terms of Service</a>, <a href="privacy.cgi">Privacy Policy</a>.
68 </div>
69 </div>
70 </main>
71</div>
72
73<footer class="site-foot">
74 <div class="foot-grid">
75 <div class="foot-col">
76 <div class="flex items-center gap-3 mb-2"><div class="brand-mark" style="width:32px;height:32px;font-size:15px">A<span style="color:#a78bfa">S</span></div><div class="brand-text"><span class="brand-name">AffSoft</span></div></div>
77 <p class="text-sm text-secondary" style="max-width:340px">The operating system for growth teams.</p>
78 </div>
79 <div class="foot-col"><h5>Platform</h5><ul><li><a href="features.cgi">Features</a></li><li><a href="tour.cgi">Tour</a></li><li><a href="why.cgi">Why AffSoft</a></li><li><a href="pricing.cgi">Pricing</a></li><li><a href="faq.cgi">FAQ</a></li></ul></div>
80 <div class="foot-col"><h5>Company</h5><ul><li><a href="about.cgi">About</a></li><li><a href="contact.cgi">Contact</a></li></ul></div>
81 <div class="foot-col"><h5>Legal &amp; Trust</h5><ul><li><a href="privacy.cgi">Privacy</a></li><li><a href="terms.cgi">Terms of Service</a></li></ul></div>
82 </div>
83 <div class="foot-bottom"><span>&copy; 2026 AffSoft All rights reserved.</span><span>Made for teams scaling referrals.</span></div>
84</footer>
Keyboard: j next diff k previous diff g top G bottom r restore c compile-check ? help