<?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 } ?>
PM-Modi-addressed-the-Sydney-Dialogue
Politics National Trending news

PM Modi addressed the Sydney Dialogue, gave the statement on cryptocurrency

Prime Minister Narendra Modi addressed the ‘Sydney Dialogue’ on Thursday and during this he also gave his opinion on cryptocurrency.

New Delhi: Prime Minister Narendra Modi on Thursday addressed the ‘Sydney Dialogue’ through video conferencing on the topic ‘Technology Development and Revolution in India’. During this, PM Modi said that it is giving new shape to international competition, power and leadership. It has ushered in a new era of opportunities for progress and prosperity.

‘Sydney Dialogue’ will be organized till 19 November

‘Sydney Dialogue’ is being organized from 17 to 19 November. It is an initiative of the ‘Australian Strategic Policy Institute’. Australian Prime Minister Scott Morrison and former Japanese Prime Minister Shinzo Abe will also deliver keynote speeches at the ‘Sydney Dialogue’.

Digital age is changing everything: PM Narendra Modi

PM Modi said, ‘It is a matter of great honor for the people of India that you have invited me to address the Sydney Dialogue. I see this as a recognition of India’s central role in the Indo-Pacific region and the emerging digital world. The digital age is changing everything around us. It has redefined politics, economy and society. It is raising new questions on sovereignty, governance, morality, law, rights and security. It is shaping international competitiveness, power and leadership.

Openness is the biggest strength of democracy: PM Modi

Addressing the Sydney Dialogue, PM Narendra Modi said, ‘From sea level to cyber and space, we also face new risks and new forms of conflicts in various threats. Tech has already become a major instrument of global competition and is the key to shaping the international order of the future. Tech and data are becoming the new weapons. The biggest strength of democracy is openness.

PM Modi also said on crypto currency in his address

PM Modi also gave his opinion on cryptocurrency during his address. He said, ‘It is important that all the democratic countries work together on cryptocurrency or bitcoin and ensure that it does not fall into the wrong hands, which can spoil our youth.’

Five important changes are happening in India: PM Modi

PM Modi said, ‘We are turning the challenges of the past into opportunities to leap into the future. Five important changes are taking place in India. We are building the world’s most comprehensive public information infrastructure. More than 1.3 billion Indians have a unique digital identity. We are on the way to connect 6 lakh villages with broadband. We have created the world’s most efficient Payment Infra- UPI. More than 800 million Indians use the Internet and 750 million people have smartphones. We are one of the largest consumers of data per capita and one of the countries in the world to provide cheap data. We are transforming the lives of people by using digital technology for governance, inclusion, empowerment, connectivity, benefit distribution and well-being.

‘Technology made rapid vaccination possible’

PM Modi said, ‘Everyone has heard about India’s financial inclusion, banking and digital payments revolution. Recently, we have used technology to deliver over 1.1 billion doses of vaccines to a vast country like India using Aarogya Setu and CoWin. We are also building a National Digital Health Mission to provide affordable and universal health care for our billion-plus people. Our ‘One Nation, One Card’ will benefit billions of workers anywhere in the country.

‘India has 3rd largest start-up eco-system’

The Prime Minister said, India has the third largest and fastest growing start-up eco-system in the world. New unicorns are arriving every few weeks, providing solutions in health and education for national security. India’s industry and service sector, even the agriculture sector, is undergoing massive digital transformation. We are also using digital technology for clean energy transition, resource conversion and biodiversity conservation.

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