
Max Mustermann
Cloud Architect · Thinkport GmbH · Hamburg
„Cloud ist die Zukunft der IT-Infrastruktur“
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
<Personperson={{ 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
| Bezeichner | Typ | Beschreibung | Default |
|---|---|---|---|
| person | Person | Personen-Daten | - |
| companies | Array<Organization> | Array von Unternehmen | [] |
| isShowSkills | boolean | Skills anzeigen | true |
| isShowTags | boolean | Tags anzeigen | true |
| maxSkills | number | Maximale Anzahl Skills | 12 |
| maxTags | number | Maximale Anzahl Tags | 12 |
| classes | object | CSS-Klassen-Overrides | {} |