feat(cv): rebuild professional resume studio

This commit is contained in:
cesnimda
2026-08-24 20:21:23 +02:00
parent dca5daa1a2
commit 367b70681a
27 changed files with 827 additions and 187 deletions
@@ -49,6 +49,14 @@ public sealed class StructuredCvContact
public string? Location { get; set; }
public string? Website { get; set; }
public string? LinkedIn { get; set; }
public string? GitHub { get; set; }
public List<StructuredCvLink> Links { get; set; } = new();
}
public sealed class StructuredCvLink
{
public string? Label { get; set; }
public string? Url { get; set; }
}
public sealed class StructuredCvJob