क्रिकेट स्पोर्ट्स बॉलीवुड राजनीति जॉब - एजुकेशन बिजनेस लाइफस्टाइल देश अंतरराष्ट्रीय टेक्नोलॉजी छत्तीसगढ़

---Advertisement---

CG Weather Update: बंगाल में बने सिस्टम का प्रभाव, रायपुर समेत कई जिलों में बारिश; बलरामपुर में गिरे ओले, देखें वीडियो-

On: फ़रवरी 24, 2026 12:08 अपराह्न
Follow Us:
cg weather update: बंगाल में बने सिस्टम का प्रभाव, रायपुर समेत कई जिलों में बारिश; बलरामपुर में गिरे ओले, देखें वीडियो
---Advertisement---

CG Weather Update: बंगाल की खाड़ी में बने लो प्रेशर एरिया का असर अब छत्तीसगढ़ में दिखाई देने लगा है। राजधानी रायपुर समेत प्रदेश के कई जिलों में सोमवार सुबह से बादल छाए रहे और कई स्थानों पर हल्की बारिश दर्ज की गई। वहीं बलरामपुर जिले के वाड्रफनगर विकासखंड में तेज आंधी-तूफान के साथ ओलावृष्टि हुई।. मौसम विभाग के अनुसार, प्रदेश के कुछ स्थानों पर बिजली गिरने की चेतावनी भी जारी की गई है। मौसम वैज्ञानिक बीके चिंधालोरे ने बताया कि अगले दो दिनों तक इसी तरह की स्थिति बने रहने की संभावना है। कहीं-कहीं बारिश के साथ आंधी-तूफान भी आ सकता है। हालांकि अगले सात दिनों में अधिकतम और न्यूनतम तापमान में विशेष बदलाव की संभावना नहीं है।. पहले देखिए इन तस्वीरों को…. 15 से 20 मिनट तक हुई ओलावृष्टि. बलरामपुर जिले के वाड्रफनगर विकासखंड में सोमवार दोपहर बाद अचानक मौसम ने करवट ली। तेज हवाओं और गरज-चमक के साथ करीब 15 से 20 मिनट तक लगातार ओले गिरते रहे। पूरे इलाके में सफेद परत जम गई, जिससे सड़कें, मकानों की छतें और खेत बर्फ जैसी दिखाई देने लगे।. अचानक बदले मौसम से जनजीवन प्रभावित हुआ। तेज हवाओं के कारण कई जगह पेड़-पौधे झुक गए। किसानों ने आशंका जताई है कि गेहूं, राई, सरसों और मौसमी सब्जियों की फसल को नुकसान पहुंच सकता है।

Join WhatsApp

Join Now

Join Telegram

Join Now

Leave a Comment

// Function to get current page info for sharing const currentUrl = window.location.href; const pageTitle = document.title; // --- 1. Follow Your Official Pages --- // These links go directly to the URLs you provided // Instagram Follow document.getElementById('wpliteInstagramFollow').addEventListener('click', function() { const instaUrl = 'https://www.instagram.com/worldprime.news?igsh=N3I0azl5ZTd1b3U5&utm_source=qr'; window.open(instaUrl, '_blank'); }); // Facebook Follow document.getElementById('wpliteFacebookFollow').addEventListener('click', function() { const fbUrl = 'https://www.facebook.com/share/1ATWDHQiYR/?mibextid=wwXIfr'; window.open(fbUrl, '_blank'); }); // --- 2. Share Current Page to Others --- // These remain as "Sharing" functions // WhatsApp Share document.getElementById('wpliteWhatsAppShare').addEventListener('click', function() { const whatsappUrl = 'https://api.whatsapp.com/send?text=' + encodeURIComponent(pageTitle + " " + currentUrl); window.open(whatsappUrl, '_blank'); }); // Twitter Share document.getElementById('wpliteTwitterShare').addEventListener('click', function() { const twitterUrl = 'https://twitter.com/intent/tweet?url=' + encodeURIComponent(currentUrl) + '&text=' + encodeURIComponent(pageTitle); window.open(twitterUrl, '_blank'); }); // --- 3. Mobile Native Share (The Floating Button) --- document.getElementById("mobileShareFloatingButton").addEventListener("click", function (e) { e.preventDefault(); if (navigator.share) { navigator.share({ title: pageTitle, url: currentUrl }) .then(() => console.log("Share successful")) .catch(err => console.error("Share failed", err)); } else { alert("Native sharing not supported. Use the icons below!"); } });