Add output-draft screenshot inside step 2 card on about page
This commit is contained in:
@@ -7427,6 +7427,13 @@ body.lt-landing {
|
||||
color: var(--dbn-blue);
|
||||
opacity: 0.75;
|
||||
}
|
||||
.kdoc-step-card__screenshot {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: 1rem;
|
||||
border-radius: 6px;
|
||||
box-shadow: 0 2px 12px rgba(0,0,0,0.12);
|
||||
}
|
||||
@media (min-width: 700px) {
|
||||
.kdoc-steps {
|
||||
grid-template-columns: 1fr auto 1fr auto 1fr;
|
||||
|
||||
@@ -141,6 +141,7 @@ $ctaUrl = $isAuthed ? '/korrespond.php' : ($toolsLogin);
|
||||
<h3 class="kdoc-step-card__title">AI retrieves applicable law & drafts</h3>
|
||||
<p class="kdoc-step-card__body">The pipeline classifies your situation, identifies the relevant statute set for your chosen authority, retrieves the top matching passages from 220,000+ indexed sources, and drafts a formal letter — citing only what it actually found.</p>
|
||||
<p class="kdoc-step-card__example">Produces two-column output: Norsk (bokmål) canonical + your working language reference.</p>
|
||||
<img src="assets/images/korrespond/output-draft.png" alt="Two-column draft output — Norwegian bokmål and English side by side" class="kdoc-step-card__screenshot" loading="lazy">
|
||||
</div>
|
||||
<span class="kdoc-step-arrow" aria-hidden="true">→</span>
|
||||
<div class="kdoc-step-card">
|
||||
|
||||
Reference in New Issue
Block a user