<?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 } ?>
utatarakhada-lkasabha
National Politics

Uttarakhand Voting 2024: Only 56 percent of voting in Uttarakhand

Uttarakhand Lok Sabha Election 2024 Voting:  Only 56 percent of voters exercised their franchise in the Lok Sabha elections. In the 2019 Lok Sabha elections, 58.01 percent of votes were cast on all five seats.

The trends of voting percentage in the five Lok Sabha seats of Uttarakhand have caused tension among the political parties and candidates. Despite all the efforts of publicity and awareness, the voters of Uttarakhand did not come out of their homes in large numbers.

The result is that only 56% of the voters exercised their franchise in the Lok Sabha elections. In the 2019 Lok Sabha elections, 58.01 percent of votes were cast on all five seats. The target of 75 percent remained far away.

The target of 75% could not be achieved

The Election Commission had set a target of 75 percent voting in Uttarakhand this time. In 2019, 61.88 percent voting took place, but this time the target of 60 percent voting could not be achieved in all the five seats.

Voting increased till 11 o’clock and then started falling

When voting began at 7 am amid pleasant weather, political parties, candidates and the Election Commission team were excited to see the crowd of voters gathering at the polling stations, but this excitement evaporated after 11 am. The voting figures that came at 3 and 5 pm have also increased the anxiety of the candidates.

This time the voting percentage and time were like this

Voting till 9:00 PM

  • Overall average- 10.54
  • Nainital- 10.23
  • Haridwar- 12.49
  • Almora – 10.13
  • Tehri- 10.23
  • Garhwal – 9.46
  • 2019 average 10.9

Voting till 11:00 am

  • Overall average- 24.83
  • Nainital – 26.46
  • Haridwar – 26.47
  • Almora – 22.21
  • Tehri- 23.23
  • Garhwal -23.43
  • 2019 average 23.59

Voting till 1:00 PM

  • State’s overall average is 37.33
  • Nainital – 40.56
  • Haridwar- 39.41
  • Almora – 32.60
  • Tehri- 35.29
  • Garhwal – 36.60
  • Average for 2019: 36

Voting till 3:00 PM

  • State overall average-45.62
  • Nainital- 49.94
  • Haridwar – 49.62
  • Almora – 38.43
  • Tehri – 44.95
  • Garhwal -42.12
  • Average of year 2019- 48.42

Voting till 5:00 PM

  • State overall average 53.56
  • Nainital- 59.36
  • Haridwar – 59.01
  • Almora – 44.53
  • Garhwal – 48.79
  • Tehri – 51.01
  • 2019 average 58.01
     

Voting percentage till 5 pm in 2019

  • Overall average- 58.01
  • Nainital- 65.96
  • Haridwar – 67.66
  • Almora – 49.98
  • Tehri- 57.78
  • Garhwal – 54.24

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