Skip to content

Commit f34c860

Browse files
authored
Update index.html
1 parent aa131e7 commit f34c860

1 file changed

Lines changed: 47 additions & 5 deletions

File tree

index.html

Lines changed: 47 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,31 @@
438438

439439
.service-link:hover { border-bottom-color: var(--amber); }
440440

441+
/* Coming-soon link state — used on cards without a live subpage */
442+
.service-link-soon {
443+
display: inline-flex;
444+
align-items: center;
445+
gap: 8px;
446+
margin-top: 12px;
447+
font-family: var(--mono);
448+
font-size: 9px;
449+
letter-spacing: 2px;
450+
color: var(--muted);
451+
text-transform: uppercase;
452+
opacity: 0.55;
453+
pointer-events: none;
454+
user-select: none;
455+
}
456+
457+
.service-link-soon::before {
458+
content: '';
459+
display: inline-block;
460+
width: 5px; height: 5px;
461+
border-radius: 50%;
462+
background: var(--muted);
463+
opacity: 0.5;
464+
}
465+
441466
.work-strip {
442467
display: grid;
443468
grid-template-columns: 1fr 1fr;
@@ -681,12 +706,12 @@
681706

682707
<canvas id="hero-canvas"></canvas>
683708

684-
<!-- NAV — About added -->
709+
<!-- NAV — Services now links to /services/ hub -->
685710
<nav>
686711
<a href="/" class="nav-logo">AION<span>system</span></a>
687712
<ul class="nav-links">
688713
<li><a href="/simulators/">Simulators</a></li>
689-
<li><a href="#services">Services</a></li>
714+
<li><a href="/services/">Services</a></li>
690715
<li><a href="#stack">Stack</a></li>
691716
<li><a href="/certify/">Certify</a></li>
692717
<li><a href="/about/">About</a></li>
@@ -715,7 +740,7 @@ <h1 class="hero-name">
715740
<span>See the Work</span>
716741
<span class="cta-arrow"></span>
717742
</a>
718-
<a href="#services" class="cta-btn">
743+
<a href="/services/" class="cta-btn">
719744
<span>Engage Services</span>
720745
<span class="cta-arrow"></span>
721746
</a>
@@ -758,6 +783,8 @@ <h2 class="section-title">Services</h2>
758783
</div>
759784

760785
<div class="services-grid">
786+
787+
<!-- CARD 01 — Simulation Creation -->
761788
<div class="service-card">
762789
<div class="service-num">01 / Rapid Prototyping</div>
763790
<span class="service-icon"></span>
@@ -771,8 +798,10 @@ <h2 class="section-title">Services</h2>
771798
<span class="tag">HTML · No Dependencies</span>
772799
</div>
773800
<a href="/simulators/" class="service-link">View Simulators →</a>
801+
<div class="service-link-soon">Service Details Coming Soon</div>
774802
</div>
775803

804+
<!-- CARD 02 — AI Output Certification — LIVE at /services/ai-audit/ -->
776805
<div class="service-card">
777806
<div class="service-num">02 / AI Reliability Audit</div>
778807
<span class="service-icon">🔍</span>
@@ -784,9 +813,10 @@ <h2 class="section-title">Services</h2>
784813
<span class="tag">Failure Logging</span>
785814
<span class="tag">NIST AI RMF</span>
786815
</div>
787-
<a href="/certify/" class="service-link">Certification Tiers</a>
816+
<a href="/services/ai-audit/" class="service-link">Full Service Details</a>
788817
</div>
789818

819+
<!-- CARD 03 — Framework Engineering -->
790820
<div class="service-card">
791821
<div class="service-num">03 / Framework Design</div>
792822
<span class="service-icon"></span>
@@ -799,7 +829,17 @@ <h2 class="section-title">Services</h2>
799829
<span class="tag">Custom Frameworks</span>
800830
</div>
801831
<a href="https://github.com/AionSystem" target="_blank" rel="noopener" class="service-link">GitHub ↗</a>
832+
<div class="service-link-soon">Service Details Coming Soon</div>
802833
</div>
834+
835+
</div>
836+
837+
<!-- All Services CTA -->
838+
<div style="margin-top: 24px; display: flex; justify-content: flex-end;">
839+
<a href="/services/" class="cta-btn" style="display:inline-flex;">
840+
<span>All Services</span>
841+
<span class="cta-arrow"></span>
842+
</a>
803843
</div>
804844
</section>
805845

@@ -974,13 +1014,14 @@ <h3>Sovereign Trace Protocol</h3>
9741014
Certification is not installation. It is formal verification that a deployment meets the FROZEN-2.0 standard — immutable failure capture, transparent remediation, honest epistemic record. Four tiers. No negotiation on scope.<br><br>
9751015
Simulator tools carry the <strong style="color:#D4AF37;">AION Verified Simulator</strong> badge — citation-backed, red-teamed, peer-reviewed.<br><br>
9761016
<a href="/certify/">Verify a badge</a> &nbsp;·&nbsp;
1017+
<a href="/services/ai-audit/">Certification tiers</a> &nbsp;·&nbsp;
9771018
<a href="https://github.com/AionSystem/SOVEREIGN-TRACE-PROTOCOL/blob/(STP)/CERTIFICATION.md" target="_blank" rel="noopener">Full methodology ↗</a>
9781019
</p>
9791020
</div>
9801021
</div>
9811022
</section>
9821023

983-
<!-- FOOTER — About added -->
1024+
<!-- FOOTER -->
9841025
<footer>
9851026
<div class="footer-id">
9861027
<strong>AionSystem</strong> &nbsp;·&nbsp; Sheldon K. Salmon<br>
@@ -989,6 +1030,7 @@ <h3>Sovereign Trace Protocol</h3>
9891030
</div>
9901031
<ul class="footer-links">
9911032
<li><a href="/simulators/">Simulators</a></li>
1033+
<li><a href="/services/">Services</a></li>
9921034
<li><a href="/certify/">Certify</a></li>
9931035
<li><a href="/about/">About</a></li>
9941036
<li><a href="https://github.com/AionSystem" target="_blank" rel="noopener">GitHub ↗</a></li>

0 commit comments

Comments
 (0)