humanfryo/Website-Portfolio
0
Srihari Narayan Rajashekar - Portfolio Website
๐ Overview A modern, accessible, and AI-themed portfolio website showcasing my work as an AI Product Developer and UX Designer. Built with a focus on performance, accessibility, and stunning visual design.
๐จ Features
- Modern Design: Glassmorphism, gradients, and smooth animations
- Fully Accessible: WCAG 2.2 compliant with screen reader support
- Dark Mode: Automatic and manual dark mode switching
- Responsive: Mobile-first design that looks great on all devices
- Performance Optimized: Lazy loading, optimized assets, and smooth animations
- SEO Ready: Proper meta tags and structured data
- Interactive Elements: Hover effects, scroll animations, and micro-interactions
- Modular Architecture: Clean, organized codebase with comprehensive documentation
๐ Project Structure
portfolio/
โโโ index.html # Main portfolio page
โโโ case-studies.html # Case studies index page
โโโ case-studies/
โ โโโ collective-roots-apg.html # Complete case study
โ โโโ vanishing-seattle.html # Future case study
โ โโโ mooody-ai.html # Future case study
โ โโโ ai-job-market.html # Future case study
โโโ templates/
โ โโโ case-study-template.html # Reusable template
โโโ styles/
โ โโโ case-study-core.css # Core styles
โ โโโ case-study-enhanced.css # Enhanced features
โโโ scripts/
โ โโโ case-study-core.js # Core functionality
โ โโโ case-study-enhanced.js # Advanced features
โ โโโ case-study-config.js # Configuration system
โโโ docs/
โ โโโ CASE-STUDY-IMPLEMENTATION.md # Implementation guide
โ โโโ CASE-STUDY-STYLE-GUIDE.md # Design system
โ โโโ CASE-STUDY-COMPLETE-SUMMARY.md # Complete documentation
โโโ assets/
โโโ case-studies/
โโโ collective-roots/ # Project assets
โโโ [other projects]/ # Future project assets๐ ๏ธ Technologies Used
- Frontend: HTML5, CSS3, JavaScript (ES6+)
- Styling: CSS Grid, Flexbox, Custom CSS animations
- Icons: Font Awesome 6
- Fonts: Inter, Space Grotesk (Google Fonts)
- Tools: Figma for design, VS Code for development
๐ Getting Started
- Clone the repository
- Navigate to the
portfolio/directory - Open
index.htmlin your browser - Explore the case studies section
Development The portfolio uses a modular architecture:
- Templates: Use
templates/case-study-template.htmlfor new case studies - Configuration: Modify
scripts/case-study-config.jsfor settings - Styling: Follow the design system in
docs/CASE-STUDY-STYLE-GUIDE.md - Implementation: See
docs/CASE-STUDY-IMPLEMENTATION.mdfor detailed instructions
๐ Documentation Comprehensive documentation is available in the docs/ directory:
- Implementation Guide: Step-by-step instructions for adding content
- Style Guide: Complete design system and component library
- Complete Summary: Full system overview and architecture
๐ฏ Case Studies
- Collective Roots APG (Live): AI-powered community platform
- Vanishing Seattle (Coming Soon): Urban development tracking
- Mooody AI (Coming Soon): Emotion recognition platform
- AI Job Market Analysis (Coming Soon): Employment trends dashboard
Version 2.0 - Modular Architecture
