92 lines
2.5 KiB
JSON
92 lines
2.5 KiB
JSON
{
|
|
"infoModal": {
|
|
"title": "About this CV",
|
|
"description": "This interactive CV was built by myself with <strong>Go + HTMX</strong>, showcasing modern hypermedia architecture without heavy JavaScript frameworks.",
|
|
"techStack": {
|
|
"goHono": "Go + Hono",
|
|
"htmx": "HTMX",
|
|
"html5": "Semantic HTML5",
|
|
"css3": "Pure CSS3"
|
|
},
|
|
"viewSource": "View Project in Github",
|
|
"viewSourceSubtext": "Want to know how it's built?"
|
|
},
|
|
"shortcutsModal": {
|
|
"title": "Keyboard Shortcuts",
|
|
"description": "Use these keyboard shortcuts to navigate and control the CV more efficiently.",
|
|
"sections": {
|
|
"zoom": {
|
|
"title": "Zoom Control",
|
|
"zoomIn": {
|
|
"key": "Ctrl / Cmd + Plus",
|
|
"description": "Zoom in (+10%)"
|
|
},
|
|
"zoomOut": {
|
|
"key": "Ctrl / Cmd + Minus",
|
|
"description": "Zoom out (-10%)"
|
|
},
|
|
"zoomReset": {
|
|
"key": "Ctrl / Cmd + 0",
|
|
"description": "Reset zoom to 100%"
|
|
}
|
|
},
|
|
"viewControls": {
|
|
"title": "View Controls",
|
|
"toggleLength": {
|
|
"key": "Tab to Length",
|
|
"description": "Toggle CV length (Short/Long)"
|
|
},
|
|
"toggleLogos": {
|
|
"key": "Tab to Logos",
|
|
"description": "Show/hide company logos"
|
|
},
|
|
"toggleTheme": {
|
|
"key": "Tab to View",
|
|
"description": "Switch theme (Default/Clean)"
|
|
}
|
|
},
|
|
"navigation": {
|
|
"title": "Navigation",
|
|
"expandAll": {
|
|
"key": "Menu → Expand All",
|
|
"description": "Expand all CV sections"
|
|
},
|
|
"collapseAll": {
|
|
"key": "Menu → Collapse All",
|
|
"description": "Collapse all CV sections"
|
|
},
|
|
"scrollToTop": {
|
|
"key": "Click ↑ Button",
|
|
"description": "Scroll back to top"
|
|
}
|
|
},
|
|
"actions": {
|
|
"title": "Actions",
|
|
"print": {
|
|
"key": "Ctrl / Cmd + P",
|
|
"description": "Print or save as PDF"
|
|
},
|
|
"closeModal": {
|
|
"key": "ESC",
|
|
"description": "Close any open modal"
|
|
},
|
|
"showHelp": {
|
|
"key": "?",
|
|
"description": "Show this shortcuts help"
|
|
}
|
|
},
|
|
"browser": {
|
|
"title": "Browser Defaults",
|
|
"tab": {
|
|
"key": "Tab",
|
|
"description": "Navigate between controls"
|
|
},
|
|
"enter": {
|
|
"key": "Enter / Space",
|
|
"description": "Activate focused control"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|