Skip to content

Commit 4ea4b66

Browse files
feat: add ledger theme card to landing page
1 parent 79f9ca8 commit 4ea4b66

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,24 @@ <h2 class="section-title">10 distinctive themes</h2>
598598
</div>
599599
</div>
600600
</div>
601+
<div class="theme-card">
602+
<div class="theme-card-preview preview-ledger">
603+
<span style="font-family:Georgia,serif;">&#8356; General Ledger</span>
604+
<span class="preview-label">ledger</span>
605+
</div>
606+
<div class="theme-card-body">
607+
<div class="theme-card-name">The General Ledger</div>
608+
<div class="theme-card-desc">Accounting ledger aesthetic for CPAs and finance writers. Ruled-line background, columnar post list, debit/credit table classes, print-ready.</div>
609+
<div class="theme-card-footer">
610+
<span class="theme-price">$49</span>
611+
<span class="theme-status status-available">Available</span>
612+
</div>
613+
<div class="theme-card-actions">
614+
<a class="btn-demo" href="https://csswitch.github.io/jekyll-ledger-theme/" target="_blank" rel="noopener">Live demo &#8594;</a>
615+
<a class="btn-buy" href="https://gumroad.com/l/csswitch-ledger" target="_blank" rel="noopener">Buy $49</a>
616+
</div>
617+
</div>
618+
</div>
601619

602620
</div>
603621
</div>

0 commit comments

Comments
 (0)