Nav, safety, pillars updates
- Nav: all section links are absolute (/#section) - fixes about page back-nav - Nav: add Environment link - Safety: "I built" not "we built"; crisis hotline announcement; crisis line coming - Pillars: rename Learns -> Sharpens with opaque copy that doesn't reveal mechanism
This commit is contained in:
+6
-5
@@ -11,11 +11,12 @@ fn nav() -> String {
|
||||
<div class=\"nav-inner\">
|
||||
<a href=\"/\" class=\"nav-logo\" aria-label=\"Neuron home\"><img src=\"/assets/brand/neuron-wordmark-on-light.png\" srcset=\"/assets/brand/neuron-wordmark-on-light@2x.png 2x\" alt=\"Neuron\" height=\"28\"></a>
|
||||
<div class=\"nav-links\">
|
||||
<a href=\"#how-it-works\" class=\"nav-link\">How it works</a>
|
||||
<a href=\"#mission\" class=\"nav-link\">Mission</a>
|
||||
<a href=\"#safety\" class=\"nav-link\">Safety</a>
|
||||
<a href=\"#pricing\" class=\"nav-link\">Pricing</a>
|
||||
<a href=\"#enterprise\" class=\"nav-link\">Enterprise</a>
|
||||
<a href=\"/#how-it-works\" class=\"nav-link\">How it works</a>
|
||||
<a href=\"/#mission\" class=\"nav-link\">Mission</a>
|
||||
<a href=\"/#safety\" class=\"nav-link\">Safety</a>
|
||||
<a href=\"/#environmental\" class=\"nav-link\">Environment</a>
|
||||
<a href=\"/#pricing\" class=\"nav-link\">Pricing</a>
|
||||
<a href=\"/#enterprise\" class=\"nav-link\">Enterprise</a>
|
||||
<a href=\"/about\" class=\"nav-link\">About</a>
|
||||
<a href=\"#share\" class=\"nav-link cta\">Share Neuron →</a>
|
||||
<a href=\"#pricing\" class=\"nav-cta\">Get Access</a>
|
||||
|
||||
+2
-2
@@ -24,9 +24,9 @@ fn pillars() -> String {
|
||||
|
||||
<div class=\"pillar-card card-dark reveal\" style=\"transition-delay:150ms\">
|
||||
<span class=\"pillar-numeral\" aria-hidden=\"true\">II</span>
|
||||
<h3 class=\"display-md pillar-title\">Learns</h3>
|
||||
<h3 class=\"display-md pillar-title\">Sharpens</h3>
|
||||
<div class=\"pillar-rule\"></div>
|
||||
<p class=\"pillar-body\">Gets better at you specifically. Not a generic assistant - yours. The longer you use it, the sharper it becomes. Neuron inference is live day one - a model purpose-built to work with your memory graph, your context, your way of thinking.</p>
|
||||
<p class=\"pillar-body\">The longer you use it, the sharper it gets. Every session builds on the last. Neuron inference is live day one - not a wrapper around someone else's model. Built for this. Built for you.</p>
|
||||
<p class=\"pillar-detail\">Specific to you</p>
|
||||
</div>
|
||||
|
||||
|
||||
+5
-2
@@ -31,7 +31,7 @@ fn safety() -> String {
|
||||
</p>
|
||||
|
||||
<p class=\"reveal\" style=\"transition-delay:280ms;font-family:var(--body);font-weight:300;font-size:1rem;color:var(--t2);line-height:1.8\">
|
||||
We built something different. We called it the Hard Bell.
|
||||
I built something different. I called it the Hard Bell.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@@ -69,9 +69,12 @@ fn safety() -> String {
|
||||
<p style=\"font-family:var(--body);font-weight:300;font-size:0.9375rem;color:var(--t2);line-height:1.8;margin-bottom:1rem\">
|
||||
<strong style=\"color:var(--t1);font-weight:500\">Required before you can use Neuron.</strong> You must designate a Hard Bell contact during setup - before anything else. This is not a settings page you visit later. It happens first.
|
||||
</p>
|
||||
<p style=\"font-family:var(--body);font-weight:300;font-size:0.9375rem;color:var(--t2);line-height:1.8\">
|
||||
<p style=\"font-family:var(--body);font-weight:300;font-size:0.9375rem;color:var(--t2);line-height:1.8;margin-bottom:1rem\">
|
||||
If you don't have someone to designate, you can use 988 - the Suicide & Crisis Lifeline - as your Hard Bell contact. The system will accept it. The point is that no one goes in without a line out.
|
||||
</p>
|
||||
<p style=\"font-family:var(--body);font-weight:300;font-size:0.9375rem;color:var(--t2);line-height:1.8\">
|
||||
I'm also establishing a Neuron crisis line - free, 24/7, staffed. Because I recognize that some people don't have anyone. The technology shouldn't make that worse. It should be the thing that catches you when nothing else does.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user