<?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

Sri Lanka suffered a setback in the World Cup qualifiers Wanindu Hasaranga was strongly reprimanded by ICC | वर्ल्ड कप क्वालीफायर में श्रीलंका को लगा झटका, वानिंदु हसरंगा को लगाई गई तगड़ी फटकार

[ad_1]

Wanindu Hasaranga- India TV Hindi

Image Source : GETTY
Wanindu Hasaranga

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

हसरंगा से हो गई भुल

श्रीलंका के खिलाड़ी वानिंदु हसरंगा को क्वींस स्पोर्ट्स क्लब में नीदरलैंड के खिलाफ आईसीसी पुरुष क्रिकेट विश्व कप क्वालीफायर मैच के दौरान आईसीसी आचार संहिता के लेवल 1 का उल्लंघन करने के लिए फटकार लगाई गई है। हसरंगा को शुक्रवार को खिलाड़ियों और खिलाड़ी सहायता कर्मियों के लिए आईसीसी आचार संहिता के अनुच्छेद 2.2 का उल्लंघन करते हुए पाया गया, जो “एक अंतर्राष्ट्रीय मैच के दौरान क्रिकेट उपकरण या कपड़े, ग्राउंड उपकरण या फिक्स्चर और फिटिंग के दुरुपयोग” से संबंधित है।

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

लेवल 1 का लगा जुर्माना

हसरंगा के खिलाफ आरोप ऑन-फील्ड अंपायर मार्टिन सैगर्स और ग्रेग ब्रैथवेट, तीसरे अंपायर जयारमन मदनगोपाल और चौथे अंपायर आसिफ याकूब ने लगाए थे। लेवल 1 के उल्लंघनों में न्यूनतम जुर्माना आधिकारिक फटकार, अधिकतम जुर्माना खिलाड़ी की मैच फीस का 50 प्रतिशत और एक या दो अवगुण अंक होते हैं।

Latest Cricket News



[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>