ADVERTISEMENT

Kyiv says 2 Russian ships hit in Crimea strikes

Published Mar 24, 2024 10:18 am

KYIV, Ukraine - Ukraine claimed Sunday to have hit two Russian military ships stationed at the annexed peninsula of Crimea in overnight strikes, as it suffered another night of "massive" Russian aerial attacks.

AFP__20240324__34M79XQ__v1__Preview__UkraineRussiaConflictWarAttackShooting.jpg
In this video grab taken from a handout footage released by Ukrainian Presidential Press Service on March 23, 2024, Ukraine's President Volodymyr Zelensky delivers his evening address in Kyiv. Ukraine's President Volodymyr Zelensky on March 23, 2024 accused Russia's President Vladimir Putin of seeking to "shift the blame" onto Kyiv for the Moscow concert hall attack that killed 133 people.(AFP PHOTO / UKRAINIAN PRESIDENTIAL PRESS SERVICE)

Ukraine's ally and neighbour Poland said a Russian cruise missile headed for western Ukraine breached its airspace overnight, after it had put its armed forces on high alert amid intense Russian aviation activity.

"The Ukrainian Armed Forces successfully struck the amphibious landing ships Yamal and Azov, a communications centre, and a number of the Black Sea Fleet's infrastructure sites," the Ukrainian armed forces' strategic communications centre said Sunday.

Moscow-installed officials on the peninsula, which Russia seized in 2014, said their forces had repelled a major Ukrainian aerial attack late Saturday night.

"It was the most massive attack in recent times," the Russian-appointed governor of Sevastopol, Mikhail Razvozhayev, said in a Telegram post.

He said a 65-year-old man was killed and four people injured. He did not mention any damage to Russian war ships.

Footage shared on social media showed a large blast in the city, sending a fireball and plume of black smoke into the air, as well as what appeared to be Russian air defences intercepting incoming projectiles.

Ukraine has claimed to have destroyed around a third of Russia's Black Sea Fleet since the start of the war, usually in attacks at night using sea-based drones packed with explosives.

Satellite images show Russia has moved much of the fleet further east, to the port of Novorossiysk, amid the spate of attacks.

Moscow also recently replaced its navy chief.

- 'Goal of destroying Kyiv' -

Ukraine's capital Kyiv and the western region of Lviv also came under a "massive" Russian air attack early Sunday, officials said, though no casualties were reported.

Ukraine's air force said Russia had fired 29 cruise missiles and 28 drones at its territory overnight.

It said it had downed 18 of the missiles and 25 drones.

Russia has significantly escalated its air attacks against Ukraine in recent days, in what it says is retaliation for a wave of Ukrainian strikes on its border regions.

In the early hours of Friday, Moscow launched its largest aerial barrages against Ukraine's energy sector since the start of the war, firing almost 90 missiles and 60 drones.

Russia has also resumed targeting Kyiv, carrying out its first strikes at the city since early February.

Russia "does not give up its goal of destroying Kyiv at any cost," Sergiy Popko, head of the city's military administration, said on Telegram.

- Polish airspace breach -

US Ambassador to Ukraine Bridget Brink also noted the increased frequency of recent attacks.

"Russia continues to indiscriminately launch drones and missiles with no regard for millions of civilians, violating international law," Brink wrote on X.

Poland's army said Sunday that one of the Russian missiles fired at western Ukraine had entered its airspace.

"Polish airspace was breached by one of the cruise missiles fired in the night by the air forces... of the Russian Federation," the army posted on X.

"The object flew through Polish airspace above the village of Oserdow (Lublin province) and stayed for 39 seconds," it said.

The country's Armed Forces Operational Command (RSZ) had said earlier that its forces were on a heightened state of readiness because of the "intensive long-range aviation activity of the Russian Federation tonight" and the missile attacks in Ukraine.

Poland, which has been a staunch ally of its neighbour Ukraine since Russia invaded in February 2022, said Sunday that it would demand an explanation from Moscow.

- Territorial gains -

On the battlefield, Russian forces are seeking to press their advantage in manpower and ammunition as Kyiv faces delays of additional Western aid.

Moscow claimed Saturday to have seized a village on the western outskirts of Bakhmut in eastern Ukraine.

Its capture last month of Adviivka, near the Russian-held stronghold of Donetsk, was the first major territorial gain made by Russia since the devastated city of Bakhmut was seized 10 months ago.

Russian President Vladimir Putin hailed that success as a sign that Russian forces were back on the offensive.

Related Tags

world news
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.