GitHub - saviour2/portfolio

Cloud & Security Portfolio

A modern, animated portfolio site built with HTML, CSS, and JavaScript (GSAP). Showcases cloud and security skills, projects, certifications, and contact info.

Features

  • JetBrains Mono font for a clean, developer look
  • Animated cloud and matrix backgrounds
  • Light/dark theme toggle
  • Sticky navbar
  • Responsive design
  • Project tabs (Completed, In Progress, Upcoming)
  • Resume download/view button
  • Contact form

File Structure

assets/
  css/
    style.css         # Main styles
    clouds.css        # Cloud/matrix rain styles
    jetbrains-mono.css# Font-face (if used)
  js/
    script.js         # Main JS (GSAP, theme, tabs, etc.)
  files/
    Saikat Das_CV.pdf # Resume
    JetBrainsMonoNL-Regular.ttf # Font
index.html            # Main HTML
README.md             # This file
.gitignore            # Git ignore rules

Setup & Usage

  1. Clone the repo:
    git clone https://github.com/saviour2/portfolio.git
    cd portfolio
  2. Open index.html in your browser (or use a local server for PDF viewing).
  3. Customize content in index.html, assets/css/style.css, and assets/js/script.js as needed.

Live Demo

You can deploy this on GitHub Pages or any static host.

Author

Saikat Das (saviour2)

License

MIT