Valentina GUK is a 21-year-old artist from Kharkov, working under the pseudonym Sun. She studied at the local, but did not graduate him.
After a full -scale invasion of the Armed Forces of the Russian Federation to Ukraine, the GUK remained in her hometown. During one of the shelling of Kharkov, a balcony in the artist’s apartment was knocked out by an explosive wave. The next day, Valentina returned home, saw fragments of glass scattered everywhere-and came up with an art object: from these fragments she collected a mosaic. Over time, the artist decided to turn a single experience into a permanent project dedicated to Kharkov and his inhabitants. After shelling of the city, she comes to a place destroyed or damaged by Russian blows, collects glass fragments and makes mosaics from them. HUK places his works directly on the facades of the affected buildings or next to them. There are already six such works on the streets of Kharkov. Another appeared in the city of Izum. This is how the creative process of Valentina works. The waterman of labor is a former apartment building built by order of the Russia insurance company in 1916. The complex, designed by the St. Petersburg architect Hippolytus Preterro, occupies a whole quarter and is divided into three-room yards. After the Russian strike in the center of Kharkov, on March 2, 2022, the building was seriously injured. (Tagstotranslate) News
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!