feat: add new resume template "Scizor"

This commit is contained in:
Amruth Pillai
2026-05-13 01:07:35 +02:00
parent d251d602fb
commit 00dafd0c68
12 changed files with 795 additions and 717 deletions
+3 -3
View File
@@ -51,9 +51,9 @@
"@tanstack/react-form": "^1.32.0",
"@tanstack/react-hotkeys": "^0.10.0",
"@tanstack/react-query": "^5.100.10",
"@tanstack/react-router": "^1.169.8",
"@tanstack/react-router-ssr-query": "^1.166.18",
"@tanstack/react-start": "^1.167.71",
"@tanstack/react-router": "^1.169.2",
"@tanstack/react-router-ssr-query": "^1.166.12",
"@tanstack/react-start": "^1.167.65",
"@tiptap/extension-color": "^3.23.2",
"@tiptap/extension-highlight": "^3.23.2",
"@tiptap/extension-table": "^3.23.2",
Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.
@@ -109,4 +109,11 @@ export const templates = {
tags: ["Single-column", "ATS friendly", "Minimal", "Clean", "Modern", "Designer", "Content creator", "Whitespace"],
sidebarPosition: "none",
},
scizor: {
name: "Scizor",
description: msg`Single-column with uppercase section headings and a primary-color top rule on every page; polished for executive, consulting, or startup resumes.`,
imageUrl: "/templates/jpg/scizor.jpg",
tags: ["Single-column", "ATS friendly", "Uppercase headings", "Executive", "Consulting", "Startup"],
sidebarPosition: "none",
},
} as const satisfies Record<Template, TemplateMetadata>;