fix year calc

This commit is contained in:
2025-07-04 22:38:51 +02:00
parent a6d1a0dfe4
commit 4c2a35829d
5 changed files with 12 additions and 4 deletions

View File

@ -158,6 +158,14 @@ document.addEventListener('DOMContentLoaded', function() {
var hoursEl = document.getElementById('hours-coded');
if (yearsEl) yearsEl.textContent = years + '+';
if (hoursEl) hoursEl.textContent = hoursCoded.toLocaleString() + '+';
// Update text content with {years} placeholder
var textElements = document.querySelectorAll('p, h1, h2, h3, h4, h5, h6, span, div');
textElements.forEach(function(element) {
if (element.textContent.includes('{years}')) {
element.textContent = element.textContent.replace(/{years}/g, years);
}
});
});
// Interactive Design Showcase
document.addEventListener('DOMContentLoaded', function() {

View File

@ -159,7 +159,7 @@
"What is your pricing structure?": "Wie ist Ihre Preisstruktur?",
"Why Choose Kobelly?": "Warum Kobelly wählen?",
"Why Choose Me": "Warum mich wählen",
"With over 10 years of experience in web development, I specialize in creating fast, responsive, and user-friendly websites that help small businesses grow online.": "Mit über 10 Jahren Erfahrung in der Webentwicklung bin ich spezialisiert auf die Erstellung schneller, responsiver und benutzerfreundlicher Websites, die kleinen Unternehmen helfen, online zu wachsen.",
"With over {years} years of experience in web development, I specialize in creating fast, responsive, and user-friendly websites that help small businesses grow online.": "Mit über {years} Jahren Erfahrung in der Webentwicklung bin ich spezialisiert auf die Erstellung schneller, responsiver und benutzerfreundlicher Websites, die kleinen Unternehmen helfen, online zu wachsen.",
"Years Experience": "Jahre Erfahrung",
"Yes! We offer various maintenance packages to keep your website secure, updated, and running smoothly. We also provide technical support and content updates.": "Ja! Wir bieten verschiedene Wartungspakete an, um Ihre Website sicher, aktuell und reibungslos am Laufen zu halten. Wir bieten auch technischen Support und Inhaltsaktualisierungen.",
"Yes, we specialize in working with small businesses and entrepreneurs. We understand your unique needs and budget constraints.": "Ja, wir sind spezialisiert auf die Arbeit mit kleinen Unternehmen und Unternehmern. Wir verstehen Ihre einzigartigen Bedürfnisse und Budgetbeschränkungen.",

View File

@ -159,7 +159,7 @@
"What is your pricing structure?": "What is your pricing structure?",
"Why Choose Kobelly?": "Why Choose Kobelly?",
"Why Choose Me": "Why Choose Me",
"With over 10 years of experience in web development, I specialize in creating fast, responsive, and user-friendly websites that help small businesses grow online.": "With over 10 years of experience in web development, I specialize in creating fast, responsive, and user-friendly websites that help small businesses grow online.",
"With over {years} years of experience in web development, I specialize in creating fast, responsive, and user-friendly websites that help small businesses grow online.": "With over {years} years of experience in web development, I specialize in creating fast, responsive, and user-friendly websites that help small businesses grow online.",
"Years Experience": "Years Experience",
"Yes! We offer various maintenance packages to keep your website secure, updated, and running smoothly. We also provide technical support and content updates.": "Yes! We offer various maintenance packages to keep your website secure, updated, and running smoothly. We also provide technical support and content updates.",
"Yes, we specialize in working with small businesses and entrepreneurs. We understand your unique needs and budget constraints.": "Yes, we specialize in working with small businesses and entrepreneurs. We understand your unique needs and budget constraints.",

View File

@ -159,7 +159,7 @@
"What is your pricing structure?": "Quelle est votre structure de tarification ?",
"Why Choose Kobelly?": "Pourquoi choisir Kobelly ?",
"Why Choose Me": "Pourquoi me choisir",
"With over 10 years of experience in web development, I specialize in creating fast, responsive, and user-friendly websites that help small businesses grow online.": "Avec plus de 10 ans d'expérience en développement web, je me spécialise dans la création de sites web rapides, responsifs et conviviaux qui aident les petites entreprises à croître en ligne.",
"With over {years} years of experience in web development, I specialize in creating fast, responsive, and user-friendly websites that help small businesses grow online.": "Avec plus de {years} ans d'expérience en développement web, je me spécialise dans la création de sites web rapides, responsifs et conviviaux qui aident les petites entreprises à croître en ligne.",
"Years Experience": "Années d'expérience",
"Yes! We offer various maintenance packages to keep your website secure, updated, and running smoothly. We also provide technical support and content updates.": "Oui ! Nous offrons divers forfaits de maintenance pour maintenir votre site web sécurisé, à jour et en bon fonctionnement. Nous fournissons également un support technique et des mises à jour de contenu.",
"Yes, we specialize in working with small businesses and entrepreneurs. We understand your unique needs and budget constraints.": "Oui, nous nous spécialisons dans le travail avec les petites entreprises et entrepreneurs. Nous comprenons vos besoins uniques et contraintes budgétaires.",

View File

@ -159,7 +159,7 @@
"What is your pricing structure?": "Wat is uw prijsstructuur?",
"Why Choose Kobelly?": "Waarom Kobelly kiezen?",
"Why Choose Me": "Waarom mij kiezen",
"With over 10 years of experience in web development, I specialize in creating fast, responsive, and user-friendly websites that help small businesses grow online.": "Met meer dan 10 jaar ervaring in webontwikkeling ben ik gespecialiseerd in het maken van snelle, responsieve en gebruiksvriendelijke websites die kleine bedrijven helpen om online te groeien.",
"With over {years} years of experience in web development, I specialize in creating fast, responsive, and user-friendly websites that help small businesses grow online.": "Met meer dan {years} jaar ervaring in webontwikkeling ben ik gespecialiseerd in het maken van snelle, responsieve en gebruiksvriendelijke websites die kleine bedrijven helpen om online te groeien.",
"Years Experience": "Jaar ervaring",
"Yes! We offer various maintenance packages to keep your website secure, updated, and running smoothly. We also provide technical support and content updates.": "Ja! We bieden verschillende onderhoudspakketten aan om uw website veilig, up-to-date en soepel te laten draaien. We bieden ook technische ondersteuning en content updates.",
"Yes, we specialize in working with small businesses and entrepreneurs. We understand your unique needs and budget constraints.": "Ja, we zijn gespecialiseerd in het werken met kleine bedrijven en ondernemers. We begrijpen uw unieke behoeften en budgetbeperkingen.",