Skip to content

Author Bio

The author bio presents the article author in a landscape card format — a round avatar alongside the author’s name, a short biography, and links to their website and LinkedIn profile. It appears at the bottom of blog and research articles as a post footer, and can also be used on dedicated author pages.

The card uses a horizontal layout on desktop that stacks vertically and centers on mobile. This component uses naluma design system tokens (Literata headings, Plus Jakarta Sans body, warm earth palette).


Desktop — landscape layout

JE

Dr. Julia Engel

Audiologin und Tinnitus-Forscherin mit über 15 Jahren Erfahrung. Spezialisiert auf kognitive Verhaltenstherapie bei chronischem Tinnitus und Entwicklung digitaler Therapieansätze.

Mobile — stacked layout (375px)

JE

Dr. Julia Engel

Audiologin und Tinnitus-Forscherin mit über 15 Jahren Erfahrung. Spezialisiert auf kognitive Verhaltenstherapie bei chronischem Tinnitus und Entwicklung digitaler Therapieansätze.


The component follows BEM naming under the block .tinnitus-author-bio:

ClassElementPurpose
.tinnitus-author-bioBlockCard container with border
__avatarChildRound author image (initials placeholder)
__contentChildText content wrapper
__nameChildAuthor name heading
__descriptionChildShort biography (3-line max)
__linksChildLink row container
__linkChildIndividual social link (icon + text)
__link-iconChildSVG icon within a link

Modifiers: --mobile (stacked layout), --small (60px avatar), --centered (center-aligned content and links).


PropertyValue
Displayflex (row)
Gap20px
Padding24px
Border radius8px
Background#FFFFFF (--semantic-color-surface-card)
Border1px solid (--semantic-color-border-subtle)

PropertyDesktopMobile
Size80 × 80px60 × 60px
Border radius50%50%
Background
--semantic-color-action-primary
Text color--primitive-color-white
Font size28px22px
Font weight600600
PropertyValue
Font familyLiterata, Georgia, serif (--primitive-font-family-heading)
Font size18px
Font weight600
Color
#3D2E2A (--semantic-color-text-primary)
Line height1.4
PropertyValue
Font familyPlus Jakarta Sans, system-ui, sans-serif
Font size14px
Font weight400
Color
#3D2E2A (--semantic-color-text-primary)
Line height1.6
Max lines3 (-webkit-line-clamp: 3)
PropertyValue
Font size13px
Font weight500
Color
--semantic-color-action-primary
Hover color--semantic-color-action-primary-hover
Gap (icon to text)4px
Gap (between links)16px

BreakpointLayout
≥640pxHorizontal: avatar left, content right
≤639pxVertical: avatar centered above content, text centered

  • Avatar is required. Use a round photo when available; fall back to initials on the primary action color background.
  • Bio should be concise. Keep the biography to 2–3 sentences. The component enforces a 3-line clamp — longer text will be truncated with ellipsis.
  • At least one link is expected. Show website and/or LinkedIn. If neither exists, omit the links row entirely rather than showing empty space.
  • Link icons use currentColor. Both SVG icons inherit the link text color, ensuring consistent colour on hover.