The president of the hospitality of Spain, José Luis Yzuel, has died after a long disease, as confirmed to Europa Press in sources of the hospitality employer. Yzuel, born in Sariñena (Huesca), was president of the hospitality employer since 2017.
The last time he was re -elected to the position was in June 2021. The agency that represents more than 270,000 companies had summoned an assembly on March 18 to designate José Luis Álvarez Almeida as the new president. Fourth Generation Highter, considered that his professional relationship was marked since his birth. “I was born in a hotel in Sariñena.” From 1984 to 2009 I work in Zaragoza and held awarding the cafeteria of the Treasury Delegation, while also maintaining the granting of the Zaragoza Yacht Club, after having small concessions and other businesses, such as a catering company. In recent years he was an entrepreneur with several establishments in franchise of the Tagliala in Madrid and Zaragoza, managed a farm of events and banquets in Zaragoza and the La López concert hall in Zaragozayzuel began its connection with the associative world in 2001 presiding over the Association of Restaurants of Zaragoza, integrated within the Horeca Zaragoza Hospitality Federation the year 2017 in which it makes the leap to the state employer. In parallel he was a member of the Plenary of the Chamber of Commerce of Zaragoza and president of the Confederation of Hospitality and Tourism Entrepreneurs of Aragon until a few years ago. At the state level he was a member of the Board of Directors of CEOE, vice president of the Tourism Commission of CEOE, vice president of Sabea España, a member of the Spanish Tourism Council, member of the Council of the Chamber of Spain and several organizing committees of fairs and congresses of the sector. That after the death of Yzuel, the vice presidents, as established by the statutes of the organization, assume the acting presidency until the general elections that were planned for March 18. (Tagstotranslate) Companies
News kiosk Latest Posts
// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts
// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);
// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);
News kiosk Latest Posts
// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;
// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `
${description} Read more
`;
// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}
// Call the function to fetch and display the latest posts
fetchLatestPosts();
News kiosk- Are You Making These Common Mistakes? Click below to Learn More
Secret That Everyone Is Talking About
If you want to dive deeper into the topic, click on Read More:
Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!