<?php /** * The header for our theme * * This is the template that displays all of the <head> section and everything up until <div id="content"> * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Markup */ $GLOBALS['markup_theme_options'] = markup_get_options_value(); global $markup_theme_options; $enable_slider = absint($markup_theme_options['markup_enable_slider']); $enable_box = $markup_theme_options['markup_enable_promo']; ?> <!doctype html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php //wp_body_open hook from WordPress 5.2 if ( function_exists( 'wp_body_open' ) ) { wp_body_open(); }else { do_action( 'wp_body_open' ); } ?> <div id="page" class="site "> <a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'markup' ); ?></a> <?php /** * Hook - markup_action_header. * * @hooked markup_add_main_header - 10 */ do_action( 'markup_action_header' ); ?> <?php if ($enable_slider == 1 && (is_home() || is_front_page())) { ?> <section class="slider-wrapper"> <?php /* * Slider Section Hook */ do_action('markup_action_slider'); ?> </section> <?php } ?> <?php if ($enable_box == 1 && (is_home() || is_front_page() ) ) { ?> <section class="promo-slider-wrapper"> <?php /* * Boxes Section Hook */ do_action('markup_action_boxes'); ?> </section> <?php } ?>
Uncategorized

Sachin Tendulkar lodged FIR in Mumbai took action on his fake voice going viral on internet | सचिन तेंदुलकर ने मुंबई में दर्ज करवाई FIR, इंटरनेट पर वायरल हो रही उनकी नकली आवाज पर लिया एक्शन

[ad_1]

Sachin Tendulkar- India TV Hindi

Image Source : GETTY
सचिन तेंदुलकर

भारत के पूर्व क्रिकेटर सचिन तेंदुलकर ने मुंबई क्राइम ब्रांच में FIR दर्ज करवाई है। उन्होंने उनके नाम, उनके अवाज और उनकी तस्वीर का गलत इस्तेमाल करने के लिए शिकायत की है। दरअसल पिछले कुछ दिनों से सचिन तेंदुलकर के नकली आवाज और उनकी तस्वीर इंटरनेट पर काफी ज्यादा वायरल हो रही है। इसमें काफी ज्यादा अभद्र भाषाओं का इस्तेमाल किया गया है। अब इस मुद्दे पर सचिन तेंदुलकर का पहला रिएक्शन सामने आया है। पिछले कई दिनों से इंटरनेट पर मीम के रूप में सचिन के आवाज में काफी गलत वीडियो बनाई गई है। जिसके कारण आज अंत में उन्हें एक्शन लेना पड़ा है। सचिन आम तौर पर खुद को कॉन्ट्रोवर्सी के काफी ज्यादा दूर रखते हैं, लेकिन इस बार उनकी छवी को इसके कारण काफी ज्यादा हानि हो रही थी।

सचिन ने इन घाराओं के तहत लिया एक्शन

मुंबई क्राइम ब्रांच में सचिन तेंदुलकर ने कंप्लेन दर्ज करवाया है। मुंबई क्राइम ब्रांच सेल ने अग्यात लोगों के खिलाफ आईपीसी की घारा 426, 465 और 500 के तहत कंप्लेन दर्ज किया है। शुक्रवार को सचिन तेंदुलकर ने अपने सोशल मीडिया पर एक पोस्ट करते हुए लिखा था कि जैसे-जैसे डिजिटल टेक्नोलॉजी बढ़ती हैं और अधिक लोगों को सशक्त बनाती हैं, हमें एक समाज के रूप में एक साथ काम करने की जरूरत है, ताकि लोगों तक सही इंफॉर्मेशन और जानकारी पहुंचाई जा सके। हमने देखा है कि सचिन तेंदुलकर की विशेषताओं को गलत तरीके से इंटरनेट पर फैलाया जा रहा है। हमने साइबर सेल विभाग के पास एक आधिकारिक शिकायत दर्ज कराई है और इसे सोशल मीडिया प्लेटफॉर्म पर उजागर किया है जहां इस तरह के भ्रामक विज्ञापन फैलाए जा रहे हैं।

महान क्रिकेटर हैं सचिन

सचिन तेंदुलकर भारत के महान क्रिकेटर हैं। उन्हें इस खेल का भगवान भी माना जाता है। उन्होंने न जाने कितने महान रिकॉर्ड बनाए हैं, जिसे तोड़ पाना काफी ज्यादा मुश्किल काम है। सचिन को भारत में ही नहीं बल्कि पूरी दुनिया में माना जाता है। ऐसे में उन्हें लेकर सोशल मीडिया पर मजाक बनाना काफी ज्यादा गलत है। सचिन ने इस मुद्दे पर एक्शन लेकर बहुत सही काम किया है।

Latest Cricket News

India TV पर हिंदी में ब्रेकिंग न्यूज़ Hindi News देश-विदेश की ताजा खबर, लाइव न्यूज अपडेट और स्‍पेशल स्‍टोरी पढ़ें और अपने आप को रखें अप-टू-डेट। Cricket News in Hindi के लिए क्लिक करें खेल सेक्‍शन



[ad_2]

Source link

<?php /** * The template for displaying the footer * * Contains the closing of the #content div and all content after. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Markup */ global $markup_theme_options; $copyright = wp_kses_post($markup_theme_options['markup-footer-copyright']); if ( is_active_sidebar('footer-1') || is_active_sidebar('footer-2') || is_active_sidebar('footer-3') || is_active_sidebar('footer-4') ) { $count = 0; for ( $i = 1; $i <= 4; $i++ ) { if ( is_active_sidebar( 'footer-' . $i ) ) { $count++; } } $footer_col= 4; if( $count == 4 ) { $footer_col= 4; } elseif( $count == 3) { $footer_col= 3; } elseif( $count == 2) { $footer_col= 2; } elseif( $count == 1) { $footer_col= 1; } } ?> <div class="footer-full-width"> <?php if ( is_active_sidebar( 'full-width-footer' ) ){ dynamic_sidebar( 'full-width-footer' ); } ?> </div> <div class="footer-wrap"> <div class="container"> <div class="row"> <?php for ( $i = 1; $i <= 4 ; $i++ ){ if ( is_active_sidebar( 'footer-' . $i ) ) { ?> <div class="footer-col-<?php echo absint( $footer_col ); ?>"> <div class="footer-top-box wow fadeInUp"> <?php dynamic_sidebar( 'footer-' . $i ); ?> </div> </div> <?php } } ?> </div> </div> <footer class="site-footer"> <div class="container"> <div class="row"> <div class="col-sm-6"> <div class="copyright"> <?php echo wp_kses_post( $copyright ); ?> <span class="sep"> | </span> <?php /* translators: 1: Theme name, 2: Theme author. */ printf( esc_html__( 'Theme: %1$s by %2$s.', 'markup' ), 'Markup', '<a href="https://www.templatesell.com/">Template Sell</a>' ); ?> </div> </div> <div class="col-sm-6"> <div class="footer-menu"> <?php wp_nav_menu( array( 'theme_location' => 'footer', 'menu_id' => 'footer-menu', 'menu_class' => 'footer-menu', ) ); ?> </div> </div> </div> </div> </footer> <?php do_action('markup_go_to_top_hook'); ?> </div> </div><!-- #page --> <?php wp_footer(); ?> </body> </html>