International Day of Yoga marked in Amman with focus on humanity

International Day of Yoga marked  in Amman with focus on humanity

AMMAN — Spreading their yoga mats on the morning grass and performing in unison, nearly 70 people joined the Indian embassy’s celebration to mark the eighth International Yoga Day in Amman on Tuesday.

Acknowledging yoga’s “universal appeal”, the United Nations proclaimed June 21 as the annual International Day of Yoga in 2014, with this year’s theme as “Yoga for Humanity”.

Speaking at the event hosted at his residence in Amman, India’s Ambassador to Jordan Anwar Haleem highlighted yoga’s role in “rejuvenating the body” and maintaining comfort.

“In India, we look at yoga not only as a physical exercise but also as a part of culture, ethics and civilisational core values,” he said.

Also speaking during the event, former deputy prime minister Jawad Anani and Chairman of the Jordanian-Asia and Oceania Parliamentary Friendship Association Abdel Rahim Al Maaiah highlighted the diversity of India and the cultural ties between the countries.

Jordanian yoga teacher Eman Suhiemat led the demonstration, which consisted of basic poses and breathing exercises.

Speaking to The Jordan Times, Suhiemat said that yoga was not very popular when she started practising in 2012, but it is gaining more popularity worldwide and in Jordan.

“Many people do yoga at first for health reasons, especially for stress relief, and over time eventually it becomes part of their lifestyle,” said Suhiemat, who is also a yoga teacher trainer.

For Sara Barghout, a Jordanian English teacher, yoga means “longevity and ease of movement”.

According to Barghout, many people grew accustomed to yoga during the COVID-imposed lockdown when they tried to start new exercise habits.

“I feel like yoga is the place where I can escape for an hour or two during the day, where I can’t worry about the day. I just clear my mind and I relax. I feel better at the end of it,” the young yoga enthusiast said.

As for Shiva, a yoga teacher from India who prefers to go by his first name, the discipline aspect of the practice is the one he values the most.

“I have done lots of sports. I was becoming stiff, and at the same time I was also getting an inflated ego. Yoga gives you sense of humility and is a way of life,” he said.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });