Static landing site for Lambda Symbolics OÜ, set in the Interlisp Paper
design language: Times New Roman, black ink on off-white paper, no flat
gray, and only a small inline script for the Autolith demo. The durable design context lives in .impeccable.md;
paper.css is the implementation canon.
- Hand-written HTML and one stylesheet (
paper.css) - No build step; the Autolith demo has a small inline playback script
- Local self-hosted "Times New Roman" fonts included in
fonts/ - Vercel static hosting (
vercel.json)
index.html: company pagecclsh.html: CCLSH product pageautolith.html: Autolith product pageautolith.png: paper-colored, 1-bit dithered Autolith mascotautolith/docs/: Autolith documentation pages, served under/autolith/docsrust-course.html: Rust course pagesoftware-repair.html: fixed-scope API, CI and import repair servicelisp-repair.html: fixed-scope Common Lisp repair service and quote enquiriesbookmark.html: unlinked printable bookmark sheet (/bookmark; not in the sitemap, noindex)cards.html: unlinked printable business card sheet (/cards; not in the sitemap, noindex)404.html: not-found pagepaper.css: Interlisp Paper stylesheettools/make-og.py: regeneratesog.png(Pillow + the repo Times New Roman faces)
python3 -m http.server 4173Then open http://localhost:4173.
Point Vercel at this repository/submodule and deploy as a static site.