Files
kopyl.dev.v2/src/lib/en.json
Anatoly Kopyl 5de68bf11a
All checks were successful
Deploy / build-and-publish (push) Successful in 6m52s
Deploy / deploy (push) Successful in 35s
Yandex workplace
2025-08-20 21:32:34 +03:00

61 lines
2.1 KiB
JSON

{
"anatoly_kopyl": "Anatoly Kopyl",
"hero": {
"subtitle": "Attention to detail in development of non-standard solutions of any complexity"
},
"about": {
"h": "About me",
"text": "<p>Fullstack developer from St. Petersburg.</p> <p>I&nbsp;like to&nbsp;explore new technologies, find unusual approaches to&nbsp;solving problems and work at&nbsp;the intersection of&nbsp;fields.</p>",
"career_value": "Yandex",
"masters_value": "ITMO"
},
"projects": {
"h": "Projects",
"link_types": {
"website": "Website",
"chrome": "Chrome Web Store",
"github": "Github"
},
"pure_city": {
"name": "Pure City",
"description": "Website of&nbsp;a&nbsp;cleaning company with high standards and a&nbsp;wide range of&nbsp;services."
},
"vk_mute": {
"name": "VK Mute",
"description": "A&nbsp;Chromium extension that allows you to&nbsp;hide unwanted messages in&nbsp;Vkontakte group chats."
},
"tpk_artel": {
"name": "TPK Artel",
"description": "Website of&nbsp;a&nbsp;company providing construction, installation, maintenance and a&nbsp;host of&nbsp;other services."
},
"games": {
"name": "My games",
"description": "A&nbsp;site with games that I&nbsp;ve developed a&nbsp;long time ago using Lua. Some of&nbsp;them&nbsp;I ported to&nbsp;Wasm and made them playable from a&nbsp;browser."
},
"musanthrope": {
"name": "Musanthrope x PAYDAY 2",
"description": "A landing page for a PAYDAY 2 mod with soundtrack mashups by Musanthrope."
},
"vk_adult": {
"name": "VK Adult",
"description": "A&nbsp;Chromium extension that brings unsafe search back."
}
},
"contact": {
"h": "Contact me",
"email": "Email",
"name": "Your name",
"message": "Message",
"submit": "Submit",
"submitted": "Message successfully sent!",
"errors": {
"required": "Required field",
"email": "Enter a valid email"
}
},
"footer": {
"made_with": "Made with SvelteKit and Tailwind",
"go_back": "Go back in time"
}
}