14 lines
402 B
JSON
14 lines
402 B
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 Source Code"
|
||
|
|
}
|
||
|
|
}
|