Add Timeline documentation pages (about, guide, tech)
3 new public pages matching the korrespond doc pattern: timeline-about.php (marketing), timeline-guide.php (user guide), timeline-tech.php (tech showcase). Hero images + 4 screenshots in assets/images/timeline/. Doc links added to timeline.php and preview.php?tool=timeline. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -574,6 +574,14 @@ $sample = $samples[$slug];
|
||||
<span style="color:rgba(255,255,255,0.4);">·</span>
|
||||
<a href="/korrespond-tech.php" style="color:#fff; opacity:0.85; font-size:0.88rem; text-decoration:none; border-bottom:1px solid rgba(255,255,255,0.4); padding-bottom:2px;">How it works</a>
|
||||
</div>
|
||||
<?php elseif ($slug === 'timeline'): ?>
|
||||
<div style="margin-top:1.5rem; padding-top:1.5rem; border-top:1px solid rgba(255,255,255,0.15); display:flex; gap:1rem; flex-wrap:wrap; justify-content:center;">
|
||||
<a href="/timeline-about.php" style="color:#fff; opacity:0.85; font-size:0.88rem; text-decoration:none; border-bottom:1px solid rgba(255,255,255,0.4); padding-bottom:2px;">About Timeline</a>
|
||||
<span style="color:rgba(255,255,255,0.4);">·</span>
|
||||
<a href="/timeline-guide.php" style="color:#fff; opacity:0.85; font-size:0.88rem; text-decoration:none; border-bottom:1px solid rgba(255,255,255,0.4); padding-bottom:2px;">User guide</a>
|
||||
<span style="color:rgba(255,255,255,0.4);">·</span>
|
||||
<a href="/timeline-tech.php" style="color:#fff; opacity:0.85; font-size:0.88rem; text-decoration:none; border-bottom:1px solid rgba(255,255,255,0.4); padding-bottom:2px;">How it works</a>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
<div class="lt-preview-cta__tools">
|
||||
|
||||
Reference in New Issue
Block a user