오스트레일리아
국가 선택...
오스트레일리아
싱가포르
덴마크
인도
아랍 에미리트 연방
독일
홍콩
필리핀
미국
인도네시아
// Get current language from URL or HTML
function getCurrentLanguage() {
const languageCodes = ['ko', 'zh', 'ja'];
const pathSegments = window.location.pathname.split('/');
const pathLang = pathSegments.find(segment => languageCodes.includes(segment));
if (pathLang) return pathLang;
const htmlLang = document.documentElement.lang;
if (htmlLang && languageCodes.includes(htmlLang)) return htmlLang;
return 'en';
}
// Get current country from URL
function getCurrentCountry() {
const path = window.location.pathname;
const countries = ['australia', 'singapore', 'copenhagen', 'india', 'dubai', 'germany', 'hongkong', 'philippines', 'usa','indonesia'];
// Look for country name in URL
const currentCountry = countries.find(country =>
path.toLowerCase().includes(`/meet-the-team/${country}/`)
);
return currentCountry || '';
}
// Set the dropdown to current country
function setCurrentCountry() {
const currentCountry = getCurrentCountry();
const dropdown = document.getElementById('countryRedirect');
if (currentCountry && dropdown) {
dropdown.value = currentCountry;
}
}
function redirectToCountry(country) {
if (!country) return;
const baseUrl = 'https://www.synergymarinegroup.com';
const lang = getCurrentLanguage();
// Construct URL based on language
let url;
if (lang === 'en') {
url = `${baseUrl}/about/meet-the-team/${country}/`;
} else {
url = `${baseUrl}/${lang}/about/meet-the-team/${country}/`;
}
// Only redirect if we're going to a different country
if (country !== getCurrentCountry()) {
window.location.href = url;
}
}
// Set current country when page loads
document.addEventListener('DOMContentLoaded', setCurrentCountry);
리더십 팀
Johnathon은 호주와 뉴질랜드의 Synergy 지역 운영 관리자입니다. 14년간의 항해 끝에 2020년 해안으로 부임한 그는 그룹의 호주 진출을 이끌도록 선택되었습니다. Johnathon은 자신의 팀이 뛰어나다고 설명하며 선도적인 혁신 회사와 함께 일하는 것을 즐깁니다. 그는 낚시, 카이트서핑, 다이빙을 즐기며 가족과 함께 퍼스의 연안 섬을 탐험합니다.
조나단 윌리스 대위
