humanfryo/ai-developer-ux-designer
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
- Clone the repository
- Open
index.htmlin your browser - For the enhanced version, open
enhanced.html
Development To modify the Tailwind configuration, update the config in the HTML:
tailwind.config = {
theme: {
extend: {
// Your custom configuration
}
}
}