Skip to content

Commit bddb3ac

Browse files
committed
site: refine homepage copy and divider styling
1 parent 527c626 commit bddb3ac

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

assets/scss/_styles_project.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,12 @@ a.sf-feature-card:hover .sf-card-link {
585585
border-color: $scale-light transparent transparent transparent !important;
586586
}
587587

588+
// On the homepage, the second content band transitions into the pale section.
589+
// Make that divider explicitly pale so it doesn't drift with theme/domain quirks.
590+
body.td-home .td-box--2 .text-center.td-arrow-down::before {
591+
border-color: $scale-pale transparent transparent transparent !important;
592+
}
593+
588594
.td-box--dark .text-center.td-arrow-down::before {
589595
border-color: $scale-dark transparent transparent transparent !important;
590596
}

content/en/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,12 @@ let required_skill = factory
122122

123123
<div class="sf-status-card">
124124
<p class="sf-section-label">Public technical surface</p>
125-
<h2>Proof before pitch</h2>
126-
<p>The library surface stays visible: docs, APIs, tutorials, companion crates, and open source code you can inspect before you commit to anything.</p>
125+
<h2>Everything important is visible</h2>
126+
<p>The docs, APIs, tutorials, and source are public, so you can evaluate SolverForge from the technical surface itself.</p>
127127
<ul class="sf-feature-list">
128128
<li>CLI-first onboarding with generated project scaffolds</li>
129129
<li>Reference walkthroughs for scheduling and routing-adjacent workflows</li>
130-
<li>Open code, public docs, and ecosystem crates that make the surface legible</li>
130+
<li>Open-source crates and reference docs you can verify directly</li>
131131
</ul>
132132
<p class="sf-inline-links">
133133
<a href="/docs/overview/">Project overview</a>

0 commit comments

Comments
 (0)