ADVERTISEMENT

Syrians gather in capital in defiance after airstrikes

Published Apr 14, 2018 02:52 pm
By The Associated Press DAMASCUS, Syria — Hundreds of Syrians gathered at landmark squares in the Syrian capital Saturday, honking their car horns, flashing victory signs and waving Syrian flags in scenes of defiance that followed unprecedented joint airstrikes by the United States, France and Britain. Syrian government supporters chant slogans against U.S. President Trump during demonstrations following a wave of U.S., British and French military strikes to punish President Bashar Assad for suspected chemical attack against civilians, in Damascus, Syria, Saturday, April 14, 2018. Hundreds of Syrians are demonstrating in a landmark square in the Syrian capital, waving victory signs and honking their car horns in a show of defiance. (AP Photo/Hassan Ammar) Syrian government supporters chant slogans against US President Trump during demonstrations following a wave of US, British and French military strikes to punish President Bashar Assad for suspected chemical attack against civilians, in Damascus, Syria, Saturday, April 14, 2018. Hundreds of Syrians are demonstrating in a landmark square in the Syrian capital, waving victory signs and honking their car horns in a show of defiance. (AP Photo/Hassan Ammar) A few hours earlier, before sunrise, loud explosions jolted Damascus and the sky turned orange as Syrian air defense units fired surface-to-air missiles in response to three waves of military strikes meant to punish President Bashar Assad for his alleged use of chemical weapons. Associated Press reporters saw smoke rising from east Damascus and what appeared to be a fire light up the sky. From a distance, US missiles hitting suburbs of the capital sounded like thunder. Shortly after the one-hour attack ended, vehicles with loudspeakers roamed the streets of Damascus blaring nationalist songs. "Good souls will not be humiliated," Syria's presidency tweeted after the airstrikes began. Immediately after the attack, hundreds of residents began gathering in the landmark Omayyad square of the Syrian capital. Many waved Syrian, Russian and Iranian flags. Some clapped their hands and danced, other drove in convoys, honking their horns in defiance. "We are your men, Bashar," they shouted. Syrian state TV broadcast live from the square where a large crowd of civilians mixed with men in uniforms, including an actor, lawmakers and other figures. "Good morning steadfastness," one broadcaster said. US President Donald Trump announced Friday night that the three allies had launched military strikes to punish Syrian Assad for alleged chemical weapons use and to prevent him from doing it again. Trump said Washington is prepared to "sustain" pressure on Assad until he ends what the president called a criminal pattern of killing his own people with internationally banned chemical weapons. The Syrian government has repeatedly denied any use of banned weapons. A fact-finding team of inspectors from the international chemical weapons watchdog was in Damascus and had been expected to head to the town of Douma on Saturday, scene of the suspected chemical weapons attack that killed more than 40 people. Syrian TV said three civilians were wounded in one of the US-led strikes on a military base in Homs, although the attack was aborted by derailing the incoming missile. It said another attack with "a number of missiles" targeting a scientific research center destroyed a building and caused other material damage but no human losses. The network says the building in the research center included an educational center and labs. It said earlier that the attacks targeted a scientific research center in Barzeh, near Damascus, and an army depot near Homs. Syrian media reported that air defenses had hit 13 incoming rockets south of Damascus. It said the The attack began at 4 a.m. (0100 GMT) with missiles hitting the eastern suburbs of Damascus, shaking the grounds from a distance. The sky looked orange over eastern Damascus apparently as a result of fires caused by the missiles hitting Syria. Air defense units fired surface-to-air missiles from different directions toward incoming missiles.  
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.