feat(layout): add animated promotional side rails
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"Nav": {
|
||||
"home": "Home",
|
||||
"about": "About",
|
||||
"blog": "Blog",
|
||||
"agenda": "Weekly Agenda",
|
||||
@@ -12,6 +13,10 @@
|
||||
"socialLinks": "Social Links",
|
||||
"others": "Others",
|
||||
"animationResources": "Animation Resources",
|
||||
"links": "Links",
|
||||
"mediaKit": "Media Kit",
|
||||
"references": "References",
|
||||
"volunteerCommunity": "Volunteering & Community",
|
||||
"backToMenu": "Back to menu",
|
||||
"menu": "Menu",
|
||||
"mobileMenu": "Mobile Menu",
|
||||
@@ -35,6 +40,58 @@
|
||||
"sponsors": "Sponsors"
|
||||
}
|
||||
},
|
||||
"LayoutPromos": {
|
||||
"leftRailLabel": "Featured content",
|
||||
"rightRailLabel": "Partnerships and contact",
|
||||
"slideNavigationLabel": "Promotional slides",
|
||||
"slideCta": "Go to slide {slide}",
|
||||
"slideStatus": "Slide {current} of {total}",
|
||||
"weeklyEyebrow": "This week",
|
||||
"weeklyTitle": "Have you read this week's agenda?",
|
||||
"weeklyFallback": "Weekly developments from software, technology, design, and artificial intelligence.",
|
||||
"weeklyCta": "Read the agenda",
|
||||
"projectsTitle": "Curious how I build my projects?",
|
||||
"projectsDescription": "Explore the decisions, architecture, and outcomes behind selected products through detailed case studies.",
|
||||
"projectsCta": "Explore projects",
|
||||
"latestPostEyebrow": "New post",
|
||||
"latestPostTitle": "What's new on the blog?",
|
||||
"latestPostFallback": "Read my latest notes on software and product development.",
|
||||
"latestPostCta": "Read the post",
|
||||
"anatomyTitle": "Have you watched JavaScript Anatomy?",
|
||||
"anatomyDescription": "Explore my series explaining JavaScript concepts through concise 1-4 minute landscape videos.",
|
||||
"anatomyCta": "Watch the series",
|
||||
"youtubeEyebrow": "YouTube",
|
||||
"youtubeTitle": "Join a community of 8K+ people.",
|
||||
"youtubeDescription": "Watch practical videos about software, artificial intelligence, and product development.",
|
||||
"youtubeCta": "Visit the channel",
|
||||
"designSystemEyebrow": "Poyraz UI",
|
||||
"designSystemTitle": "Explore the design system behind this site.",
|
||||
"designSystemDescription": "See the components, design decisions, and live examples I use across the portfolio.",
|
||||
"designSystemCta": "Open the docs",
|
||||
"communityEyebrow": "Community",
|
||||
"communityTitle": "What do I do beyond writing code?",
|
||||
"communityDescription": "Explore my workshops, hackathons, mentoring, and volunteer community work.",
|
||||
"communityCta": "Community work",
|
||||
"referencesEyebrow": "References",
|
||||
"referencesTitle": "What do the people I work with say?",
|
||||
"referencesDescription": "Read feedback from teammates and people I have built products with.",
|
||||
"referencesCta": "Read references",
|
||||
"sponsorsEyebrow": "Sponsors",
|
||||
"sponsorsTitle": "These brands have sponsored my work so far.",
|
||||
"sponsorsDescription": "Would you like to introduce your brand to my software and technology-focused audience?",
|
||||
"sponsorsCta": "Become a sponsor",
|
||||
"contactTitle": "Have an idea? Let's build it together.",
|
||||
"contactDescription": "Reach out directly for a project, partnership, or content idea.",
|
||||
"contactCta": "Get in touch",
|
||||
"linkedinEyebrow": "LinkedIn",
|
||||
"linkedinTitle": "Follow my professional journey.",
|
||||
"linkedinDescription": "I share my projects, technical experiences, and notes from the industry on LinkedIn.",
|
||||
"linkedinCta": "Visit LinkedIn",
|
||||
"instagramEyebrow": "Instagram",
|
||||
"instagramTitle": "Technology, in a shorter format.",
|
||||
"instagramDescription": "Follow for concise technical videos, moments from events, and a look behind my creative process.",
|
||||
"instagramCta": "Follow on Instagram"
|
||||
},
|
||||
"About": {
|
||||
"title": "About me",
|
||||
"contactCta": "Contact me",
|
||||
@@ -134,12 +191,17 @@
|
||||
"copied": "Copied"
|
||||
},
|
||||
"Links": {
|
||||
"title": "My links",
|
||||
"desc": "Here you can find all my social accounts, portfolio pages, and quick access links in one place. Open and share directly.",
|
||||
"socialLinks": "Social media links",
|
||||
"quickLinks": "Quick access",
|
||||
"quickLinksDesc": "Frequently used projects, resources, and resume",
|
||||
"allLinks": "All Links",
|
||||
"allLinksDesc": "Pages, resources, and social profiles",
|
||||
"selectCategory": "Select category",
|
||||
"allCategories": "All categories",
|
||||
"searchPlaceholder": "Search links... github, medium, /blog",
|
||||
"searchAriaLabel": "Search links",
|
||||
"empty": "No links found matching the selected filter.",
|
||||
"categories": {
|
||||
"navigation": "Pages",
|
||||
|
||||
Reference in New Issue
Block a user