diff --git a/data/themes.json b/data/themes.json index d500641..e013c1d 100644 --- a/data/themes.json +++ b/data/themes.json @@ -24,6 +24,12 @@ "description": "Two-column layout, Black, grey, and white color scheme, Minimalist and clean.", "author": "Riya Halbhavi" }, + { + "id": "cosmic", + "name": "Cosmic", + "description": "Two-column layout, Immersive starry backdrop, Glowing elements, Monospace typography.", + "author": "Riya Halbhavi" + }, { "id": "resume-opus-5", "name": "Opus 5", diff --git a/resume/cosmic.hbs b/resume/cosmic.hbs new file mode 100644 index 0000000..985a3d8 --- /dev/null +++ b/resume/cosmic.hbs @@ -0,0 +1,524 @@ + + + + + +{{displayName}} — Resume + + + + +
+ + +
+ {{#summary}} +
+

Summary

+

Experienced full stack developer specializing in React, Node.js, and cloud architecture. Passionate about open source, developer tooling, and building products that make developers' lives easier. Speaker at 10+ conferences, maintainer of 3 popular open source projects with 15K+ combined GitHub stars.

+
+ {{/summary}} + + {{#has skills}} +
+

Skills

+ {{#skills}} +
+ {{category}}: +
+ {{#items}}{{name}}{{/items}} +
+
+ {{/skills}} +
+ {{/has}} + + {{#has languages}} +
+

Languages

+
+ {{#languages}} + {{language}} ({{proficiency}}) + {{/languages}} +
+
+ {{/has}} + + {{#has interests}} +
+

Interests

+
+ {{#interests}} + {{.}} + {{/interests}} +
+
+ {{/has}} + + {{#has experience}} +
+

Experience

+ {{#experience}} +
+

{{role}}

+

{{company}} | {{fmtDate startDate}} — {{fmtDate endDate}}

+ {{#description}}

{{description}}

{{/description}} + {{#has highlights}}
    {{#highlights}}
  • {{.}}
  • {{/highlights}}
{{/has}} +
+ {{/experience}} +
+ {{/has}} + + {{#has education}} +
+

Education

+ {{#education}} +
+

{{degree}}{{#field}} in {{field}}{{/field}}

+

{{institution}} | {{fmtDate startDate}} — {{fmtDate endDate}}

+
+ {{/education}} +
+ {{/has}} + + {{#has projects}} +
+

Projects

+ {{#projects}} +
+

{{name}}

+ {{#tagline}}

{{tagline}}

{{/tagline}} + {{#description}}

{{description}}

{{/description}} + {{#has techStack}} +

Tech: {{join techStack ", "}}

+ {{/has}} +

+ {{#liveUrl}}Live Demo{{/liveUrl}} + {{#if repoUrl}}{{#if liveUrl}} | {{/if}}Source Code{{/if}} +

+
+ {{/projects}} +
+ {{/has}} + + {{#has certifications}} +
+

Certifications

+ {{#certifications}} +
+

{{name}} — {{issuer}}

+

{{fmtDate date}}

+
+ {{/certifications}} +
+ {{/has}} + + {{#has publications}} +
+

Publications

+ {{#publications}} +
+

{{title}} — {{publisher}}

+

{{fmtDate date}}

+
+ {{/publications}} +
+ {{/has}} + + {{#has talks}} +
+

Talks

+ {{#talks}} +
+

{{title}} — {{event}}

+

{{fmtDate date}} | {{location}}

+

+ {{#slidesUrl}}Slides{{/slidesUrl}} + {{#if videoUrl}}{{#if slidesUrl}} | {{/if}}Video{{/if}} +

+
+ {{/talks}} +
+ {{/has}} + + {{#has awards}} +
+

Awards

+ {{#awards}} +
+

{{title}} — {{issuer}}

+

{{date}}

+ {{#if description}}

{{description}}

{{/if}} +
+ {{/awards}} +
+ {{/has}} + + {{#has volunteer}} +
+

Volunteer

+ {{#volunteer}} +
+

{{role}}

+

{{organization}} | {{fmtDate startDate}} – {{fmtDate endDate}}

+ {{#if description}}

{{description}}

{{/if}} +
+ {{/volunteer}} +
+ {{/has}} + + {{#has testimonials}} +
+

Testimonials

+ {{#testimonials}} +
+
"{{quote}}"
+ — {{author}}, {{role}} · {{company}} +
+ {{/testimonials}} +
+ {{/has}} + +
+
+ + + + + \ No newline at end of file diff --git a/resume/cosmic.png b/resume/cosmic.png new file mode 100644 index 0000000..2ad2ddf Binary files /dev/null and b/resume/cosmic.png differ