Em dash removal, nav/form/terms updates
- Replace all em dashes with hyphens site-wide (22 files) - Add Safety to nav - Remove Express Interest button from enterprise header (form is the path now) - Enterprise form: secondary headcount selection shows honest odds message; yes disables submit button - Terms §5: add network layer indemnification (patent pending 64/036,821); no proprietary names - Terms §4: Neuron Inference is live now, not Q3 2026
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// components/enterprise_terms.el — Enterprise Agreement page.
|
||||
// components/enterprise_terms.el - Enterprise Agreement page.
|
||||
// Returns complete HTML using the shared page shell from styles.el.
|
||||
|
||||
from styles import { page_open, page_close }
|
||||
@@ -64,8 +64,8 @@ fn enterprise_terms_body() -> String {
|
||||
+ p_last("Customer may not: (a) sublicense, resell, or distribute the Software to third parties; (b) reverse engineer, decompile, or attempt to extract source code or trained model weights; (c) use the Software to build a competing product; or (d) remove or obscure any proprietary notices. Private Cloud deployments may be deployed to Customer's infrastructure but may not be transferred or made available to entities other than Customer's own employees and contractors under appropriate confidentiality obligations.")
|
||||
) + section("3", "Data and Privacy",
|
||||
p("Neuron's architecture is designed to minimize data exposure. In private cloud and air-gapped deployments, no data leaves Customer's infrastructure. Neuron has no access to Customer data in these configurations.")
|
||||
+ p("In cloud-hosted deployments, Neuron processes Customer data solely to deliver the contracted services. Customer data is stored in an isolated tenant, is not commingled with other customers' data, and is not used for model training, analytics, or any purpose beyond service delivery. When Customer activates network features — including relay, peer-to-peer sync, or collaborative features — data required to operate those features may be transmitted to other network participants or Neuron infrastructure; such transmission is limited to the minimum required, excludes Customer's memory graph and conversation history unless Customer explicitly enables a sharing feature, and is used only to deliver the activated feature. Network features route data through Neuron's messaging backplane. That data is encrypted end-to-end — Neuron cannot read it — and is not stored or retained after transmission.")
|
||||
+ p("Customer owns all data processed through the platform. Customer data is not Customer's data in the legal sense of the term as used in data processing frameworks — Customer is the controller. Neuron is the processor. Upon termination, Customer data is returned or destroyed within 30 days at Customer's election. We do not retain copies.")
|
||||
+ p("In cloud-hosted deployments, Neuron processes Customer data solely to deliver the contracted services. Customer data is stored in an isolated tenant, is not commingled with other customers' data, and is not used for model training, analytics, or any purpose beyond service delivery. When Customer activates network features - including relay, peer-to-peer sync, or collaborative features - data required to operate those features may be transmitted to other network participants or Neuron infrastructure; such transmission is limited to the minimum required, excludes Customer's memory graph and conversation history unless Customer explicitly enables a sharing feature, and is used only to deliver the activated feature. Network features route data through Neuron's messaging backplane. That data is encrypted end-to-end - Neuron cannot read it - and is not stored or retained after transmission.")
|
||||
+ p("Customer owns all data processed through the platform. Customer data is not Customer's data in the legal sense of the term as used in data processing frameworks - Customer is the controller. Neuron is the processor. Upon termination, Customer data is returned or destroyed within 30 days at Customer's election. We do not retain copies.")
|
||||
+ p_last("Where required by applicable law, Neuron will execute a Data Processing Agreement (DPA) as a supplement to this Agreement. Contact enterprise@neurontechnologies.ai to initiate. Neuron will notify Customer within 72 hours of becoming aware of any confirmed breach affecting Customer data.")
|
||||
) + section("4", "Values Alignment",
|
||||
p("Neuron is built on the principle that AI should expand human capability, not replace it. We are selective about the organizations we work with.")
|
||||
@@ -110,7 +110,7 @@ fn enterprise_terms_body() -> String {
|
||||
+ p_last("The parties agree to attempt to resolve disputes through good-faith negotiation before initiating formal proceedings. If negotiation fails within 30 days of written notice of the dispute, disputes shall be resolved by binding arbitration under AAA Commercial Arbitration Rules in Wilmington, Delaware, except that either party may seek injunctive relief in court for IP or confidentiality violations without first arbitrating.")
|
||||
) + "
|
||||
|
||||
<!-- Neuron Aligned Partner Program — highlighted section -->
|
||||
<!-- Neuron Aligned Partner Program - highlighted section -->
|
||||
<div style=\"margin-bottom:3rem;padding:2rem 2.25rem;border:1.5px solid rgba(0,82,160,.35);background:rgba(0,82,160,.03)\">
|
||||
<div style=\"display:flex;align-items:baseline;gap:1rem;margin-bottom:1.25rem;border-bottom:1px solid rgba(0,82,160,.20);padding-bottom:0.75rem\">
|
||||
<span style=\"font-family:var(--body);font-size:0.75rem;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:var(--navy-65)\">§ 14</span>
|
||||
@@ -127,10 +127,10 @@ fn enterprise_terms_body() -> String {
|
||||
|
||||
<p style=\"font-family:var(--body);font-weight:400;font-size:0.9rem;color:var(--t1);line-height:1.6;margin-bottom:0.75rem\">Partners who execute the Partner Addendum receive:</p>
|
||||
<ul style=\"font-family:var(--body);font-weight:300;font-size:0.9rem;color:var(--t2);line-height:1.8;padding-left:1.25rem;margin-bottom:1.5rem\">
|
||||
<li style=\"margin-bottom:0.4rem\">Preferential per-seat pricing — specific discount terms are disclosed at the time of certification and reflected in the Order Form</li>
|
||||
<li style=\"margin-bottom:0.4rem\">Preferential per-seat pricing - specific discount terms are disclosed at the time of certification and reflected in the Order Form</li>
|
||||
<li style=\"margin-bottom:0.4rem\">Membership in the Neuron Aligned Partner Network, a private community of organizations that have made the same commitment</li>
|
||||
<li style=\"margin-bottom:0.4rem\">Optional public listing as a Neuron Aligned Partner — a signal to employees and the market that AI is being used to expand human capability, not eliminate it</li>
|
||||
<li style=\"margin-bottom:0.4rem\">Priority consideration in the enterprise roadmap — Aligned Partners are given more weight in feature prioritization and deployment planning</li>
|
||||
<li style=\"margin-bottom:0.4rem\">Optional public listing as a Neuron Aligned Partner - a signal to employees and the market that AI is being used to expand human capability, not eliminate it</li>
|
||||
<li style=\"margin-bottom:0.4rem\">Priority consideration in the enterprise roadmap - Aligned Partners are given more weight in feature prioritization and deployment planning</li>
|
||||
<li>Direct access to Neuron leadership for roadmap input and partnership discussions</li>
|
||||
</ul>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user