Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.43 KB

File metadata and controls

55 lines (36 loc) · 1.43 KB

buggerman.github.io

Personal portfolio and developer website for buggerman.

About

This is a modern, responsive portfolio website showcasing software development projects and skills. Built with clean HTML5, CSS3, and JavaScript, optimized for performance and accessibility.

Features

  • Responsive Design: Works seamlessly across desktop, tablet, and mobile devices
  • Modern Styling: Clean, professional design with smooth animations
  • Performance Optimized: Fast loading with minimal dependencies
  • SEO Ready: Proper meta tags and semantic HTML structure
  • Accessibility: Built with accessibility best practices

Projects Featured

  • YT Leechr: A feature-rich PyQt6 GUI application for yt-dlp with queue management and cross-platform support

Technology Stack

  • HTML5
  • CSS3 (with CSS Custom Properties)
  • Vanilla JavaScript
  • Font Awesome icons
  • GitHub Pages deployment

Local Development

  1. Clone the repository:

    git clone https://github.com/buggerman/buggerman.github.io.git
  2. Open index.html in your browser or serve with a local server:

    python3 -m http.server 8000
    # or
    npx serve .

Deployment

This site is automatically deployed to GitHub Pages when changes are pushed to the main branch.

Live Site: https://buggerman.github.io

License

MIT License - feel free to use this as a template for your own portfolio.


Built with ❤️ by buggerman