1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
import { headerSection } from './headerSection';
import { summarySection } from './summarySection';
import { educationSection } from './educationSection';
import { projectsSection } from './projectsSection';
import { workSection } from './workSection';
import { volunteerSection } from './volunteerSection';
import { awardsSection } from './awardsSection';
import { certificatesSection } from './certificatesSection';
import { publicationsSection } from './publicationsSection';
import { skillsSection } from './skillsSection';
import { languagesSection } from './languagesSection';
import { interestsSection } from './interestsSection';
import { referencesSection } from './referencesSection';
export const resumeSections = {
header: headerSection,
summary: summarySection,
education: educationSection,
projects: projectsSection,
work: workSection,
volunteer: volunteerSection,
awards: awardsSection,
certificates: certificatesSection,
publications: publicationsSection,
skills: skillsSection,
languages: languagesSection,
interests: interestsSection,
references: referencesSection,
};
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
August 15, 2024