Profile | Who is Steve Witkoff, the personal friend Trump has sent to negotiate with Russia? The special envoy of the United States for the Middle East, Steve Witkoff, is already in Moscow for its foreseeable meeting with senior Russian officials, in which he hopes to discuss the proposal of a 30 -day truce in Ukraine, launched by his country last Tuesday and already approved by the Ukraine part. Russia, on the other hand, has refused to comment on the proposal until the US does not explain the details.
But who is Witkoff? Chosen by the president of the United States, Donald Trump, as his special envoy for the Middle East in November 2024, is a personal friend and companion golfer of the Republican for 40 years. They met in a early morning of 1986 in a New York sandwichería when Witkoff went to buy food for the team with which he was promoting a real estate project in which Trump also participated, which he coincidentally found there. Lawyer by profession and billionaire promoter of real estate, specialized in the right to property by Trump himself. Despite having been designated as a special envoy for the Middle East, he has been very involved in the negotiations on war in Ukraine, even more than Kieth Kellog, the person who designated Trump for that region. Kellog was not at the meeting in Saudi Arabia, Witkoff yes. His prominence in Trump’s foreign policy has to do with his friendship with the president, but also with the results he has achieved in the region for which the Republican signed him. He pressed the accelerator to get the fire in Gaza, and even, as reported by the Wall Street Journal, directly pressed to Israeli Prime Minister, Benjamín Netanyahu, to rush to accept a truce. “The president has been a great friend for Israel. It’s time for Israel to return it, ”Witkoff told Netanyahu, according to the WSJ. All this has made Trump consider him as a person of results, according to The Guardian, and explains his current prominence in war negotiations, both in the Middle East and in Ukraine. (Tagstotranslate) Ukraine
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!