Plato Trillion — visual monitoring infrastructure landing page
Marketing landing page for Plato Trillion, a visual monitoring infrastructure company serving warehousing, logistics, events, and industrial operations.
A single-page static site — no build step, no framework, no dependencies.
index.html # Page markup + meta/SEO/structured data
styles.css # All styles (design tokens at top of file)
script.js # Mobile nav, scroll-reveal, footer year
favicon.svg # Brand mark
og-image.svg # Social share card
robots.txt # Crawl rules
sitemap.xml # Sitemap
It's a static site — open the file or run any static server:
# Python python3 -m http.server 8000 # or Node npx serve .
Then visit http://localhost:8000.
Pushed to GitHub and deployed on Vercel. Any push to the default branch triggers a production deploy automatically.
vercel # preview deploy vercel --prod # production deploy