2025-11-09 21:03:39 +00:00
{
"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"
} ,
2025-11-10 19:19:41 +00:00
"viewSource" : "View Project in Github" ,
"viewSourceSubtext" : "Want to know how it's built?"
2025-11-15 15:59:54 +00:00
} ,
"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)"
} ,
2025-11-15 18:42:35 +00:00
"toggleIcons" : {
"key" : "Tab to Icons" ,
"description" : "Show/hide company icons"
2025-11-15 15:59:54 +00:00
} ,
"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"
}
}
}
2025-11-09 21:03:39 +00:00
}
}