{set.title}
\n- \n {set.skills.map((skill) => (\n
- {skill} \n ))}\n
{ "version": 3, "sources": ["css-module-js:./resume_page.scss", "../../../app/resume/resume_page.tsx"], "sourcesContent": ["import \"./resume_page.scss\";\n const mappedNames = {\"resume\":\"_resume_12sgn_11\",\"header\":\"_header_12sgn_44\",\"id\":\"_id_12sgn_59\",\"contact\":\"_contact_12sgn_79\",\"section\":\"_section_12sgn_84\",\"section-head\":\"_section-head_12sgn_96\",\"experiences\":\"_experiences_12sgn_117\",\"details\":\"_details_12sgn_134\",\"experience-head\":\"_experience-head_12sgn_137\",\"team\":\"_team_12sgn_151\",\"time\":\"_time_12sgn_155\",\"education\":\"_education_12sgn_160\",\"title\":\"_title_12sgn_160\",\"school\":\"_school_12sgn_163\",\"date\":\"_date_12sgn_166\",\"skill-sets\":\"_skill-sets_12sgn_170\",\"skills\":\"_skills_12sgn_175\",\"volunteering\":\"_volunteering_12sgn_197\"};\n\n function mapName(name) {\n if (!(name in mappedNames)) {\n // throw new Error(\"Unknown class name '\" + name + \"'.\");\n return null;\n }\n\n return mappedNames[name];\n }\n\n export default function(...args) {\n const results = [];\n for (const arg of args) {\n if (typeof arg === \"string\") {\n const mappedName = mapName(arg);\n if (mappedName) results.push(mappedName);\n } else if (typeof arg === \"object\") {\n for (const [name, active] of Object.entries(arg)) {\n const mappedName = mappedNames[name];\n if (active && mappedName) results.push(mappedName);\n }\n }\n }\n\n return results.join(\" \");\n }\n ", "import { h, Fragment, FunctionComponent } from \"preact\";\nimport { Page } from \"../layout/page\";\n\nimport css from \"./resume_page.scss\";\n\nexport const ResumePage: FunctionComponent = () => {\n const experienceItems = EXPERIENCES.map((exp) => (\n