Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.01 KB

File metadata and controls

41 lines (29 loc) · 1.01 KB

Tiran Moskovitch -- Project Showcase

Static portfolio site showcasing 33+ private AI systems, security tools, and autonomous agents.

View

Open index.html in a browser, or deploy to GitHub Pages.

Deploy to GitHub Pages

git init
git add .
git commit -m "Initial showcase"
git remote add origin git@github.com:tiranmoskovitch-dev/showcase.git
git push -u origin main

Then enable GitHub Pages in repo Settings > Pages > Source: main branch, root folder.

Stack

  • Vanilla HTML / CSS / JS (no frameworks, no build step)
  • Inter + JetBrains Mono fonts (Google Fonts CDN)
  • Dark theme (#0d1117)
  • Responsive grid layout
  • Scroll-triggered animations via IntersectionObserver

What This Shows

  • Project capabilities and metrics (WHAT it does)
  • Tech stack badges
  • Status indicators
  • Public products with purchase links

What This Does NOT Show

  • Implementation details, algorithms, or architecture
  • API endpoints or internal routes
  • Prompt templates or detection logic
  • Source code or file structure