Landing page with animated tagline, dual CTA (adventure/express), and HeroSelector component (3 heroes: Recruiter, Client, Developer) with full keyboard accessibility (radiogroup, arrow nav, Enter confirm). Staggered CSS animations respecting prefers-reduced-motion. Bilingual FR/EN. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
82 lines
2.1 KiB
JSON
82 lines
2.1 KiB
JSON
{
|
|
"nav": {
|
|
"home": "Home",
|
|
"projects": "Projects",
|
|
"skills": "Skills",
|
|
"testimonials": "Testimonials",
|
|
"journey": "Journey",
|
|
"contact": "Contact",
|
|
"resume": "Quick Resume"
|
|
},
|
|
"common": {
|
|
"continue": "Continue",
|
|
"back": "Back",
|
|
"discover": "Discover",
|
|
"close": "Close",
|
|
"loading": "Loading...",
|
|
"language": "Language",
|
|
"back_home": "Back to home",
|
|
"back_to_adventure": "Back to the adventure"
|
|
},
|
|
"landing": {
|
|
"title": "Welcome to my universe",
|
|
"subtitle": "Passionate Full-Stack Developer",
|
|
"cta_adventure": "Start the adventure",
|
|
"cta_express": "Express mode (30s)"
|
|
},
|
|
"hero": {
|
|
"question": "Who are you, traveler?",
|
|
"select_label": "Select your profile",
|
|
"recruteur": {
|
|
"name": "Recruiter",
|
|
"description": "I'm looking for a talent to join my team"
|
|
},
|
|
"client": {
|
|
"name": "Client",
|
|
"description": "I have a project and I'm looking for the right developer"
|
|
},
|
|
"dev": {
|
|
"name": "Developer",
|
|
"description": "I'm curious to discover your work and skills"
|
|
}
|
|
},
|
|
"error": {
|
|
"404": "Oops! This page seems to have gotten lost in the code...",
|
|
"generic": "An unexpected error occurred. The Bug is investigating..."
|
|
},
|
|
"meta": {
|
|
"title": "Skycel - Célian's Portfolio",
|
|
"description": "Discover my interactive and gamified portfolio"
|
|
},
|
|
"footer": {
|
|
"copyright": "© {year} Célian — Skycel",
|
|
"built_with": "Built with Nuxt & Laravel"
|
|
},
|
|
"pages": {
|
|
"projects": {
|
|
"title": "Projects",
|
|
"description": "Discover my projects and achievements"
|
|
},
|
|
"skills": {
|
|
"title": "Skills",
|
|
"description": "My technical and soft skills"
|
|
},
|
|
"testimonials": {
|
|
"title": "Testimonials",
|
|
"description": "What people say about my work"
|
|
},
|
|
"journey": {
|
|
"title": "Journey",
|
|
"description": "My professional and personal journey"
|
|
},
|
|
"contact": {
|
|
"title": "Contact",
|
|
"description": "Get in touch with me"
|
|
},
|
|
"resume": {
|
|
"title": "Quick Resume",
|
|
"description": "The essentials at a glance"
|
|
}
|
|
}
|
|
}
|