澳大利亚
选择国家...
澳大利亚
新加坡
丹麦
印度
阿联酋
德国
香港
菲律宾
美国
印度尼西亚
// 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 形容他的团队非常出色,并喜欢与一家领先的创新公司合作。 他喜欢钓鱼、风筝冲浪和潜水,也喜欢与家人一起探索珀斯的近海岛屿。
约翰纳森·威利斯上尉
