Skip to content

Hopline-AI/limitless-slides

Repository files navigation

अनंत (Anant) - Limitless Slides

This folder contains the Slidev-compatible presentation for the Anant Limitless inference engine.

Files

  • slides.md - The main Slidev presentation file
  • logo.png - The Anant logo (use with filter: invert on light backgrounds)

Usage with Slidev

  1. Install Slidev globally:
npm i -g @slidev/cli
  1. Navigate to this folder and run:
slidev slides.md
  1. Or create a new Slidev project and copy these files:
npm init slidev
cp slides.md ./slides.md
cp logo.png ./public/slides/logo.png

Brand Colors (from brands.json)

Token Value Description
Paper (Background) #FAF7F5 Warm, blush-tinted off-white
Ink (Text) #2A2220 Deep warm brown-black
Primary (Terracotta) #C65D52 Earthy, strong, high-contrast
Secondary (Clay) #E6B89C Muted Clay/Saffron for highlights
Accent Tech (Indigo) #2E3A59 Deep Indigo for code blocks
Success (Banyan Green) #4A6C4F Muted green for success states
Error (Red Clay) #B33E3E Deep red for errors

Fonts

  • Sans: Inter, Tiro Devanagari Hindi
  • Serif: Tiro Devanagari Hindi (for headings/logo)
  • Mono: JetBrains Mono (for code)

Customization

Edit slides.md to customize content. The presentation uses inline Tailwind CSS with the brand colors hardcoded.

For global theme changes, add a custom CSS file:

/* style.css */
:root {
  --slidev-theme-primary: #C65D52;
  --slidev-theme-background: #FAF7F5;
}

Then import in your slides:

---
css: style.css
---

About

Pitch Deck for Anant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors