<%= data.name %>
<%= data.title %>
📧 <%= data.email %> | 📞 <%= data.phone %> | 📍 <%= data.location %>
Summary
<%= data.summary %>
Technical Skills
<% data.skills.forEach(s=>{ %>
<%= s %>
<% }) %>
Soft Skills
<% data.soft_skills.forEach(s=>{ %>
<%= s %>
<% }) %>
Languages
<% data.languages.forEach(l=>{ %>
<%= l %>
<% }) %>
Education
<% data.education.forEach(e=>{ %>
<%= e.degree %>
<%= e.institute %> | <%= e.year %>
<% }) %>
Experience
<% data.experience.forEach(exp=>{ %>
<%= exp.role %> — <%= exp.company %>
<%= exp.duration %>
<%= exp.description %>
<% }) %>
Projects
<% data.projects.forEach(p=>{ %>
<%= p.title %>
<%= p.description %>
<% p.tech_stack.forEach(t=>{ %>
<%= t %>
<% }) %>
<% }) %>
Certifications
<% data.certifications.forEach(c=>{ %>
🏅 <%= c %>
<% }) %>
Achievements
<% data.achievements.forEach(a=>{ %>
⭐ <%= a %>
<% }) %>
Important Links
🔗 GitHub: <%= data.someImportantUrls.GitHub %>
🔗 LinkedIn: <%= data.someImportantUrls.LinkedIn %>
🔗 Portfolio: <%= data.someImportantUrls.Portfolio %>