Update homepage copy to mention LTspice alongside ngspice

This commit is contained in:
Ryan Malloy 2026-03-05 22:31:31 -07:00
parent 9781c9e676
commit b96f11b4af
2 changed files with 4 additions and 4 deletions

View File

@ -49,7 +49,7 @@ import { Icon } from 'astro-icon/components';
</div> </div>
</div> </div>
<p class="pipeline-desc"> <p class="pipeline-desc">
Run ngspice simulations with one click Run simulations with one click — ngspice or LTspice
</p> </p>
</div> </div>

View File

@ -19,7 +19,7 @@ try {
<NotebookLayout <NotebookLayout
title="SpiceBook" title="SpiceBook"
description="Write SPICE netlists, run ngspice simulations, and visualize waveforms in a single document." description="Write SPICE netlists, simulate with ngspice or LTspice, and visualize waveforms in a single document."
canonicalPath="/" canonicalPath="/"
> >
<style> <style>
@ -38,7 +38,7 @@ try {
Circuit Simulation Notebooks Circuit Simulation Notebooks
</h1> </h1>
<p class="mt-4 text-lg text-slate-400 max-w-xl leading-relaxed"> <p class="mt-4 text-lg text-slate-400 max-w-xl leading-relaxed">
Write SPICE netlists, run ngspice simulations, and visualize waveforms in a single document. Write SPICE netlists, simulate with ngspice or LTspice, and visualize waveforms in a single document.
</p> </p>
<div class="flex items-center gap-3 mt-8"> <div class="flex items-center gap-3 mt-8">
<a <a
@ -168,7 +168,7 @@ try {
New Notebook New Notebook
</a> </a>
<p class="text-sm text-slate-500 mt-6"> <p class="text-sm text-slate-500 mt-6">
Built on ngspice · Part of <a href="https://warehack.ing" class="text-slate-400 hover:text-slate-300 underline underline-offset-2">warehack.ing</a> Built on ngspice &amp; LTspice · Part of <a href="https://warehack.ing" class="text-slate-400 hover:text-slate-300 underline underline-offset-2">warehack.ing</a>
</p> </p>
</div> </div>
</footer> </footer>