CoolFace
Apppublic

humanfryo/ai-developer-ux-designer

sourceHugging Faceupdated 1y agoView on Hugging Face
2likes
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

๐Ÿ“ Project Structure portfolio/ โ”œโ”€โ”€ index.html # Main HTML file โ”œโ”€โ”€ styles.css # Core styles โ”œโ”€โ”€ script.js # JavaScript functionality โ”œโ”€โ”€ enhanced.html # Modern enhanced version โ”œโ”€โ”€ case-study.html # Detailed case study page โ”œโ”€โ”€ assets/ โ”‚ โ”œโ”€โ”€ images/ # Project images โ”‚ โ”œโ”€โ”€ icons/ # Custom icons โ”‚ โ””โ”€โ”€ docs/ # Resume and documents โ””โ”€โ”€ README.md # This file

๐Ÿ› ๏ธ Technologies Used

  • โ€”Frontend: HTML5, CSS3, JavaScript (ES6+)
  • โ€”Styling: Tailwind CSS, 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.Open index.html in your browser
  3. 3.For the enhanced version, open enhanced.html

Development To modify the Tailwind configuration, update the config in the HTML:

javascript
tailwind.config = {
  theme: {
    extend: {
      // Your custom configuration
    }
  }
}