Remove ISO 27001 certification claims

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
root
2026-01-12 20:33:56 +00:00
parent f495ee23c2
commit d8622b7f9e
7 changed files with 993 additions and 16 deletions

View File

@@ -527,8 +527,6 @@ document.addEventListener('DOMContentLoaded', function() {
return; // Keep as is, don't animate currency
} else if (originalText.includes('99.8%')) {
animateNumber(stat, 0, 99.8, '%');
} else if (originalText.includes('ISO 27001')) {
return; // Keep as is, don't animate certification
}
});
}

991
assets/js/main.min.js vendored

File diff suppressed because one or more lines are too long