alert("hello");
document.getElementById("english-flag").addEventListener("click", () => {
window.location.href = "https://github.com/efmaria4/resume/blob/main/index.html"; // Navigate to the English version
});
document.getElementById("greek-flag").addEventListener("click", () => {
window.location.href = "https://github.com/efmaria4/resume/blob/main/greek.html"; // Navigate to the Greek version
});