About Section Component
The about section contains the main bio, personal information, and a services grid showcasing available offerings.Section Structure
Personal Information Display
The personal info uses an unstyled list with bold labels.Services Grid Layout
The services section uses Bootstrap’s responsive grid system with a 2-column layout on small screens and above.Grid Structure
Service Card Components
Service Card Structure
Service Card Structure
Each service card contains:
- Icon (Tabler Icons)
- Title (h4 heading)
- Description (paragraph)
- Call-to-action button (external link)
Section Dividers
Horizontal rules are used to separate subsections.Typography Styling
The section uses custom typography defined in the CSS.Grid Configuration
class
Single column on extra small screens (< 576px)
class
Two columns on small screens and above (≥ 576px)
class
Flexbox layout with items aligned to the start
class
Padding bottom of 3rem for spacing between cards
Tabler Icons
Icons are implemented using Tabler Icons library.Responsive Behavior
- Desktop/Tablet: 2-column grid layout
- Mobile: Single column stack
- Typography: Font sizes reduce on smaller screens
Key Features
- Three subsections separated by horizontal dividers
- Responsive grid using Bootstrap utilities
- Icon integration with Tabler Icons
- Underline accent on section headings (blue bar)
- Call-to-action buttons for each service
- External links with proper
targetandrelattributes