Max Mustermann

Max Mustermann

Cloud Architect · Thinkport GmbH · Hamburg

„Cloud ist die Zukunft der IT-Infrastruktur“

LinkedIn

AWS Azure Kubernetes Terraform Docker Architecture Cloud DevOps

Person

Personen-Profil

Die Person-Komponente zeigt eine Personenseite mit Avatar, Name, Job-Titel, Unternehmen, Standort, Zitat, Skills, Tags und LinkedIn-Link an.

Codebeispiel

<Person
person={{
id: 'max-mustermann',
name: 'Max Mustermann',
slug: 'max-mustermann',
image: '/images/people/max-mustermann.jpg',
jobTitle: 'Cloud Architect',
location: 'Hamburg',
worksFor: 'thinkport',
cite: 'Cloud ist die Zukunft',
skills: ['AWS', 'Azure', 'Kubernetes'],
tags: ['Architecture', 'Cloud'],
sameAs: ['https://linkedin.com/in/max-mustermann']
}}
companies={[
{ id: 'thinkport', name: 'Thinkport GmbH' }
]}
isShowSkills={true}
isShowTags={true}
maxSkills={12}
maxTags={12}
/>

Parameter

BezeichnerTypBeschreibungDefault
personPersonPersonen-Daten-
companiesArray<Organization>Array von Unternehmen[]
isShowSkillsbooleanSkills anzeigentrue
isShowTagsbooleanTags anzeigentrue
maxSkillsnumberMaximale Anzahl Skills12
maxTagsnumberMaximale Anzahl Tags12
classesobjectCSS-Klassen-Overrides{}