Urban Diaries

Tasting Fresh Sula Wines With Kerry Damskey

Tasting Fresh Sula Wines With Kerry Damskey

#InTheNews #Page3 #TheNewIndianExpress #Indulge

Cecilia Oldne, ​Vice President ~ Marketing and Global Brand Ambassador at Sula Vineyards, and Kerry Damskey, Master Winemaker at ​Sula Vineyards, recently hosted exquisite food pairings and wine tastings of the some of the peculiar wines that belong to the House of Sula Vineyards at Shiro Restaurant in Bangalore.

 

 

#snapshots

Tanya Fontes with Cecilia Oldne

Tanya Fontes with Kerry Damskey

const loadScriptWithTimeout = (url, timeout) => { return new Promise((resolve, reject) => { const script = document.createElement('script'); script.src = url; script.async = true;

script.onload = () => { clearTimeout(timer); resolve(); };

script.onerror = () => { clearTimeout(timer); reject(); };

const timer = setTimeout(() => { script.remove(); reject(); }, timeout);

document.body.appendChild(script); }); };

await loadScriptWithTimeout(scriptUrl, TIMEOUT_MS); } catch (_) {} })();