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

Uttarakhand government is dedicated to Matr Shakti: CM Dhami

33% women reservation will be implemented in cooperative societies:

Dehradun, Uttarakhand:

Women empowerment got a boost in CM Dhami government, now it has been decided to implement 33 percent women reservation in the cooperative societies of the state. Along with this, the Pushkar Singh Dhami government has again implemented 30 percent horizontal reservation in government jobs to the women of Uttarakhand. The current Chief Secretary of the state is also a woman.

Women have played an important role in the formation of a separate Uttarakhand state. In many migration-affected hill districts, the number of women is more than men. For this reason, women are also called the center of the folk life of the mountain.

Since the formation of Uttarakhand state, the ruling governments have taken many steps, the positive results of which are now beginning to come to the fore. A big positive change, talks of giving reservation to women in the bodies and three-tier panchayats are being seen and proposed. With this, women leadership is now emerging at various levels, which is a very positive and progressive indicator for the progress of the state.

Taking a big step towards women empowerment, the Dhami government has now decided to implement 33 percent women reservation in cooperative societies. Also, the Pushkar Singh Dhami government has again implemented 30 percent horizontal reservation in government jobs for the women of Uttarakhand.

The number of girl students is also increasing in education. The state government is encouraging girl education in many ways. For this, under the “Nanda Gauri Yojana”, assistance of Rs 12 thousand is being provided with the birth of a daughter and Rs 51 thousand on passing 12th. Along with this, Chief Minister Mahalakshmi Kit is also being made available on the birth of a daughter.

Every year, on the birthday of Veerangana “Teelu Rauteli”, the Dhami government gives the State Stree Shakti Teelu Rauteli Award to the women of Uttarakhand who have done notable work in various fields. Under this award, a sum of 51 thousand, a memento and a citation are given. The government is also going to start working women hostels in every district. Such hostels have already started in Dehradun, Haridwar where women living away from home get safe residential facilities at affordable rates.

To make women financially strong, the government is also giving exemption in stamp duty on buying property in the name of women. The government is also running Lakhpati Didi Yojana to improve the economic condition of women. In this, a target has been set to increase the annual income of every woman associated with self-help groups to more than one lakh. In this, women are being linked to livelihood by giving training in agricultural products, milk production, sewing embroidery as well as kitchen non-distribution, initial veterinary service, insurance scheme, digital transactions.

As a result of these schemes, more than one lakh women in the state have become lakhpatis. Now the state government has increased the target and has set a target of making a total of 2.50 lakh women Lakhpati Didi by 2026. Under the scheme, interest-free loan of up to Rs 5 lakh is being given to start the business of women self-help groups. Similarly, efforts are being made to increase the income of the groups under the Chief Minister’s Empowered Bahana Utsav Yojana.

I believe that all the above schemes have proved that the Dhami government is fully dedicated to the mother power. The government is always and continuously trying to strengthen the economic condition of women. For this, the Dhami government is also running many schemes through women’s groups. Along with this, loans are also being given to women for self-employment. Women’s reservation has also been implemented in government jobs. The Uniform Civil Code, which is going to be implemented soon in the state, will also play an important role in empowering women economically and socially.

If I say that the Dhami government is fully dedicated to women empowerment and progress, then it will not be an exaggeration. For this, thanks to Dhami government on behalf of the entire state and salute from my side.

Article written by and Editorial credit: State Bureau Chief Himanshu Nauriyal.

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