オーストラリア
国を選択...
オーストラリア
シンガポール
デンマーク
インド
アラブ首長国連邦
ドイツ
香港
フィリピン
米国
インドネシア
// 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);
リーダーシップチーム
ジョナソンは、オーストラリアとニュージーランドのシナジーの地域オペレーションマネージャーです。 14年間の船乗りの後、2020年に上陸し、グループのオーストラリアへの拡大を主導するために選ばれました。 ジョナソンは、彼のチームを傑出していると表現し、革新的なリーディングカンパニーと仕事をすることを楽しんでいます。 彼は釣り、カイトサーフィン、ダイビングを楽しんでいるだけでなく、家族と一緒にパースの沖合の島々を探索しています。
ジョナソン・ウィリス大尉
