Section Types
The API provides multiple section types via thesection query parameter. Each section renders different content and has specific dimensions.
Top Section
The header section displays navigation, contribution count, and your name/brand. Section Value:top
Dimensions: 100% width × 20px height
Example Request:
- “Connect with me” label (left)
- Contribution count with shine effect (center, hidden on mobile)
- Your name/brand (right)
Main Section
The default section showing your contribution graph and bio text. Section Value: omit the section parameter or empty string Dimensions: 100% width × 310px height Example Request:- Animated contribution heatmap with scrolling animation
- Bio text: “Aidre Cabrera—an autodidact aspirant who loves coding, writing, and learning.”
- Year labels with date information
- Location-aware content (city and country from request)
- 6-row contribution grid
- 24px dot size with 5px gaps
- 5 intensity levels (0-4) with themed colors
- Smooth horizontal scrolling animation
- Character-by-character fade-in for bio text
Link Sections
Social media and website link buttons with animated arrows.Resume Link
Section Value:link-resume
Dimensions: 100px × 18px
Example Request:
Website Link
Section Value:link-website
Dimensions: 100px × 18px
Example Request:
LinkedIn Link
Section Value:link-linkedin
Dimensions: 100px × 18px
Example Request:
Facebook Link
Section Value:link-facebook
Dimensions: 100px × 18px
Example Request:
Instagram Link
Section Value:link-instagram
Dimensions: 100px × 20px (slightly taller)
Example Request:
Twitter Link
Section Value:link-twitter
Dimensions: 100px × 18px
Example Request:
- Shine text effect
- Rotating arrow animation (↗)
- Staggered fade-in based on index
- Random animation delays for variety
Fallback Section
Special section for Firefox browser compatibility with simplified content. Section Value:fallback
Dimensions: 420px × 180px
Example Request:
- Bio text with character-by-character fade-in
- Browser compatibility hint message
- Optimized for Firefox rendering
Complete Example
Here’s a full GitHub README using all sections:Section Summary
| Section | Parameter Value | Width | Height | Use Case |
|---|---|---|---|---|
| Top | top | 100% | 20px | Header navigation |
| Main | (empty) | 100% | 310px | Main profile content |
| Resume Link | link-resume | 100px | 18px | Resume button |
| Website Link | link-website | 100px | 18px | Website button |
| LinkedIn Link | link-linkedin | 100px | 18px | LinkedIn button |
| Facebook Link | link-facebook | 100px | 18px | Facebook button |
| Instagram Link | link-instagram | 100px | 20px | Instagram button |
| Twitter Link | link-twitter | 100px | 18px | Twitter button |
| Fallback | fallback | 420px | 180px | Firefox compatibility |