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

---Advertisement---

7 दिन में फिर रफ्तार पकड़ेगा मानसून:अभी राजस्थान-गुजरात समेत कई राज्यों में कमजोर; यूपी-बिहार समेत 18 राज्यों में बारिश का रेड अलर्ट

On: जुलाई 13, 2026 5:05 पूर्वाह्न
Follow Us:
red and white modern breaking news youtube thumbnail
---Advertisement---

राजस्थान, गुजरात और उत्तर-पश्चिम भारत के कई हिस्सों में बीते 3-4 दिनों में कमजोर पड़ा मानसून 20 जुलाई से फिर रफ्तार पकड़ेगा। सैटेलाइट इमेज में पूर्वी, मध्य और पूर्वोत्तर भारत के ऊपर घने बादल दिखाई दे रहे हैं। मौसम विभाग के मुताबिक, बांग्लादेश और पूर्वोत्तर के ऊपर बने चक्रवाती सिस्टम और पश्चिमी विक्षोभ (वेस्टर्न डिस्टर्बेंस) के कारण अगले कुछ दिनों में बारिश की गतिविधियां तेज होंगी। मौसम विभाग ने आज उत्तर प्रदेश, बिहार समेत 18 राज्यों में बारिश का रेड अलर्ट जारी किया है। वहीं उत्तराखंड, हिमाचल प्रदेश, पश्चिम बंगाल, पूर्वोत्तर राज्यों और पूर्वी उत्तर प्रदेश में अगले 6-7 दिनों तक कई जगह अच्छी से भारी बारिश होने का अनुमान है। उत्तराखंड में लैंडस्लाइड से 126 सड़कें बंद उत्तराखंड में लगातार बारिश के कारण कई जगह लैंडस्लाइड हुई है। 2 नेशनल हाईवे समेत 126 सड़कें बंद हैं। स्यानाचट्टी के पास ऋषिकेश-यमुनोत्री हाईवे रविवार को लगातार तीसरे दिन भी बंद रहा। हरियाणा में हिमाचल से आ रहे पानी के कारण यमुना और मारकंडा नदी में पानी बढ़ गया है। इससे कई गांवों में बाढ़ जैसे हालात हैं। दिल्ली में बारिश से यमुना का जलस्तर बढ़ गया है। रविवार को यमुना नदी में नहाने गए 4 बच्चे तेज बहाव में बह गए। देशभर से मौसम की 6 तस्वीरें… देशभर के मौसम के बारे में जानने के लिए नीचे ब्लॉग से गुजर जाइए…

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!"); } });