feat: complete phase 3 career workspace
This commit is contained in:
@@ -79,6 +79,10 @@ public static class CvVariantResolver
|
||||
["certifications"] = CertificationSection(profile, settings),
|
||||
["languages"] = LanguageSection(profile),
|
||||
["interests"] = TagSection("interests", "Interests", profile.Interests),
|
||||
["awards"] = BulletSection("awards", "Awards", profile.Awards),
|
||||
["publications"] = BulletSection("publications", "Publications", profile.Publications),
|
||||
["organisations"] = BulletSection("organisations", "Organisations", profile.Organisations),
|
||||
["references"] = BulletSection("references", "References", profile.References),
|
||||
};
|
||||
|
||||
// OtherSections from the master profile become body sections keyed other:<n>.
|
||||
|
||||
Reference in New Issue
Block a user