๐ Live Demo: https://saketh562.github.io/breaking-bad-tribute/
A fully responsive, chemistry-themed tribute website for the iconic TV series Breaking Bad. Features modern web design with periodic table elements, glowing effects, and an immersive user experience across all devices.
- Chemistry-Themed Aesthetic: Periodic table elements (Br, Ba, He, Ce, Au, Fe, Hg) integrated throughout
- Animated Elements: Pulsing glow effects, bouncing scroll indicators, smooth transitions
- Interactive Character Cards: Hover effects with image zoom and profile overlays
- Responsive Navigation: Chemistry-inspired nav bar with beaker icons and Br/Ba elements
- Dynamic Backgrounds: Character-specific background images on individual pages
- Green Glow Effects: Authentic Breaking Bad color scheme (#47A025, #00ff41)
- Fully Responsive Design: Optimized for all devices from 320px to 2560px+
- Mobile-First Approach: Progressive enhancement from mobile to desktop
- CSS Grid & Flexbox: Modern layout techniques for flexible, responsive designs
- CSS Animations: Keyframe animations for enhanced user interaction
- Semantic HTML5: Proper structure with sections, nav, footer elements
- Cross-Browser Compatible: Works on Chrome, Firefox, Safari, Edge
- Print Styles: Optimized for printing with dedicated print media queries
- Landscape Orientation Support: Special styles for landscape mobile/tablet views
- Mobile Phones: 320px - 480px (iPhone SE, Samsung Galaxy, etc.)
- Small Tablets: 481px - 768px (iPad Mini, Android tablets)
- Tablets: 769px - 1024px (iPad, iPad Pro)
- Laptops: 1025px - 1440px (MacBook, Windows laptops)
- Desktops: 1441px+ (Large monitors, 4K displays)
@media (max-width: 480px) /* Extra Small Devices */
@media (min-width: 481px) and (max-width: 768px) /* Small Tablets */
@media (min-width: 769px) and (max-width: 1024px) /* Tablets */
@media (min-width: 1025px) and (max-width: 1440px) /* Laptops */
@media (min-width: 1441px) /* Extra Large Desktops */
@media (max-width: 768px) and (orientation: landscape) /* Landscape Mobile */
@media print /* Print Styles */- Hero Section: Animated Breaking Bad title with Br/Ba periodic elements
- About Section: Series information with highlighted text and character links
- Statistics Cards: Periodic table styled cards showing seasons, episodes, awards
- Character Grid: 5 interactive character cards with hover effects
- Walter White (walter.html) - "Heisenberg"
- Jesse Pinkman (jesse.html) - "Captain Cook"
- Saul Goodman (saul.html) - "Better Call Saul"
- Hank Schrader (hank.html) - "ASAC Schrader"
- Gus Fring (gus.html) - "The Chicken Man"
Each character page includes:
- Character-specific background image
- Satirical biographical content
- Life lessons section with numbered badges
- Legal disclaimer with caution styling
- HTML5: Semantic markup, viewport meta tags
- CSS3: Advanced styling with modern features
- CSS Grid Layout
- Flexbox
- CSS Custom Properties (Variables)
- CSS Animations & Transitions
- Media Queries
- Pseudo-elements (::before, ::after)
- Backdrop Filters
- Linear Gradients
- Box Shadows & Text Shadows
- Mobile-First Design: Base styles for mobile, enhanced for larger screens
- Progressive Enhancement: Core functionality works everywhere, enhanced features on capable devices
- Component-Based Styling: Reusable CSS classes (.periodic-element, .character-card, .stat-card)
- BEM-like Naming: Clear, descriptive class names
BreakingBad/
โโโ index.html # Homepage
โโโ walter.html # Walter White character page
โโโ jesse.html # Jesse Pinkman character page
โโโ saul.html # Saul Goodman character page
โโโ hank.html # Hank Schrader character page
โโโ gus.html # Gus Fring character page
โโโ style.css # Main stylesheet with responsive design
โโโ Character-page.css # Character pages stylesheet with responsive design
โโโ images/ # Image assets directory
โ โโโ breaking-bad-title.gif
โ โโโ walter-white-1.jpg
โ โโโ walter-white-2.jpg
โ โโโ jesse-pinkman-1.jpg
โ โโโ jesse-pinkman-2.jpg
โ โโโ saul-goodman-1.jpg
โ โโโ saul-goodman-2.jpg
โ โโโ hank-1.jpg
โ โโโ hank-2.jpg
โ โโโ gus-fring-1.jpg
โ โโโ gus-fring-2.jpg
โโโ README.md # Project documentation
โ Clean Code: Well-organized, commented CSS with clear section separators โ Responsive Design: 7+ media queries covering all device sizes โ Performance: Optimized images, efficient CSS, smooth animations โ Accessibility: Semantic HTML, proper heading hierarchy, alt text for images โ Cross-Browser: Works on all modern browsers โ Version Control Ready: Organized file structure suitable for Git โ Documentation: Comprehensive README with setup instructions
- Keyframe animations (@keyframes pulse-glow, bounce-arrow, fade-in-up)
- Complex selectors and pseudo-elements
- CSS Grid with responsive auto-fit columns
- Flexbox for flexible layouts
- Custom hover effects with transform and scale
- Gradient backgrounds with rgba transparency
- Box-shadow layering for depth effects
- Backdrop filters for glassmorphism
- Print-specific styling
- Color theory and consistent theming
- Visual hierarchy and typography
- Spacing and layout rhythm
- Interactive hover states
- Animation timing and easing
- Responsive image handling
- Mobile-first approach
- Clone or Download the project files
- Open
index.htmlin a web browser - Test Responsiveness:
- Use browser DevTools (F12)
- Toggle device toolbar (Ctrl+Shift+M)
- Test different device sizes
1. Right-click โ Inspect (or F12)
2. Click device toggle icon (Ctrl+Shift+M)
3. Select different devices from dropdown
4. Test portrait and landscape orientations
- Upload to web hosting or GitHub Pages
- Access URL from mobile devices
- Test on iOS and Android
Key Achievements:
- Built fully responsive website supporting 5+ device categories
- Implemented 450+ lines of CSS media queries for optimal responsiveness
- Created interactive UI with 6+ CSS animations and hover effects
- Designed chemistry-themed interface with periodic table elements
- Achieved cross-device compatibility (mobile, tablet, laptop, desktop)
Technical Skills Demonstrated:
- HTML5, CSS3, Responsive Web Design
- CSS Grid, Flexbox, Animations
- Mobile-First Development
- Cross-Browser Compatibility
- UI/UX Design Principles
- Performance Optimization
| Browser | Version | Status |
|---|---|---|
| Chrome | Latest | โ Fully Supported |
| Firefox | Latest | โ Fully Supported |
| Safari | Latest | โ Fully Supported |
| Edge | Latest | โ Fully Supported |
- JavaScript interactivity (character filter, search)
- Dark/Light mode toggle
- Episode guide section
- Quote carousel
- Video integration
- Accessibility improvements (ARIA labels, keyboard navigation)
- Performance optimization (lazy loading images)
- PWA features (offline support, installable)
This is a fan tribute website created for educational purposes. Breaking Bad and all related characters are property of AMC and Sony Pictures Television.
Saket Portfolio Project - Fully Responsive Breaking Bad Tribute Website
Technologies: HTML5 | CSS3 | Responsive Design | Mobile-First Development Status: Production Ready โ Responsive: Yes โ (320px - 2560px+) Last Updated: 2025
