At the end of 1999, the Generalitat de Catalunya commissioned us an advertising campaign that warned the Catalans that, as of the year 2000, with Spain already within the European Union, very well manufactured articles would enter that would make the competition to ours. In short: we spoil. We create the following campaign: “The Feina Mal feta no future tea. The feina Ben feta no tea border. ” “The well -done work” became a phrase that people went on to use normally and is of that well done work that I want to talk about. Works from the Bassat collection exhibited in the Lonja de Zaragoza Javier Cebollada / Efe during my professional career I have been able to verify that “La Feina Ben Feta” is a universal motto that is venerated and applied beyond Catalonia, because the excellence and satisfaction of a good work always reward who performs it. Without going any further, I could ratify it a few weeks ago, on the occasion of the inauguration of our last contemporary art exhibition in Zaragoza. The excellence and the satisfaction of a good work always reward to those who carry out the mayor commissioned us, he also asked us to have a story and it occurred to me to propose an exhibition that explained how we built the Bassat collection, which seemed good. I agreed to be the commissioner of the exhibition, since only my wife and I know how we have built it. Luckily, I had the help of the director of our foundation and the artistic director, with whom I worked tirelessly to have it ready in less than two months. We had to choose the approximately 120 works that would fit in the fish market, distribute them in the different rooms and that the reason we have been collecting different works over 50 years was understood. Critics say that our collection is eclectic and it is true. It follows only the principle that we like the work, whether figurative or abstract. Lee also Luis Bassat went to Zaragoza a week before the inauguration to supervise how they hung the paintings we had selected. The head of the Lonja and her team, the Carpenteros Brigade, the Illuminators, the restorers who analyzed each painting and each sculpture, all have done a magnificent job. Also the Aragonese designer who has created a splendid catalog and has taken care of the placement of the informative posters in the lonja rooms, as well as a huge welcome panel. The art critic, also Aragon, has written a brilliant text for the catalog, the result of his visit to our collection in Barcelona. All this, the exhibition and the catalog, has been carried out at the highest level, so I am pleased to affirm that the well -done work can be found in Catalonia, in Zaragoza and where they are authentic professionals.
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);
// 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!