CoolFace
Apppublic

humanfryo/Website-Portfolio

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
App README

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

  1. 1.Clone the repository
  2. 2.Navigate to the portfolio/ directory
  3. 3.Open index.html in your browser
  4. 4.Explore the case studies section

Development The portfolio uses a modular architecture:

  • โ€”Templates: Use templates/case-study-template.html for new case studies
  • โ€”Configuration: Modify scripts/case-study-config.js for settings
  • โ€”Styling: Follow the design system in docs/CASE-STUDY-STYLE-GUIDE.md
  • โ€”Implementation: See docs/CASE-STUDY-IMPLEMENTATION.md for 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