Skip to main content

Hero Section Component

The hero section displays as a fixed sidebar on desktop and an offcanvas menu on mobile devices. It contains the profile image, name, description, and social media links.

Desktop Sidebar Structure

The desktop version uses a fixed sidebar positioned on the right side of the screen.

HTML Structure

CSS Styling

Mobile Offcanvas Menu

On mobile devices (< 1200px), the sidebar is hidden and replaced with an offcanvas menu triggered by a hamburger button.

Offcanvas Button

Offcanvas Structure

Mobile CSS

Social Media Icons

Social icons are styled as circular buttons with hover effects.

Social Icon Styling

Layout Configuration

component
Fixed sidebar container visible on desktop (1200px+)
dimension
default:"340px"
Width of the sidebar on desktop
component
Hamburger menu button visible on mobile (< 1200px)
element
Profile image with circular border and hover scale effect
container
Flexbox container for social media links

Main Content Offset

The main content area is offset to accommodate the fixed sidebar on desktop.

Key Features

  • Fixed positioning on desktop for persistent visibility
  • Offcanvas menu on mobile using Bootstrap 5 components
  • Backdrop blur effect for modern glass-morphism look
  • Smooth transitions for hover and open/close animations
  • Responsive design with breakpoint at 1200px
  • Accessible with proper ARIA labels and semantic HTML