feat(cv): rebuild professional resume studio
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user