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

Astronomy Picture of the Day 22 april 2023 hubble telescope capture amazing stellar nursery 1000 light years away

[ad_1]

NASA ने तारों की नर्सरी की अद्भुत फोटो शेयर की है। इसे रिफ्लेक्शन नेब्युला (reflection nebula) के रूप में देखा जा सकता है। ये नेब्युला तब बनते हैं जब किसी तारे के पास मौजूद धूल का बादल उसकी रोशनी को बिखेर देता है या उसे रिफ्लेक्ट करता है। नासा ने इस अद्भुत फोटो को 22 अप्रैल के लिए एस्ट्रॉनॉमी पिक्चर ऑफ द डे (Astronomy Picture of the Day) के तौर पर शेयर किया है। तारों की नर्सरी का ये नजारा इतना खूबसूरत है जिस पर यकीन करना मुश्किल हो जाए। 

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

नासा ने इस फोटो को हबल स्पेस टेलीस्कोप (Hubble Space Telescope) से कैप्चर किया है। यहां जो धूल का बादल दिखाई दे रहा है वो बनते हुए तारों से निकलने वाली गैस का बना हो सकता है। NGC 1333 स्टेलर नर्सरी में सैकड़ों तारे मौजूद हैं जिनमें से कुछ केवल 10 लाख साल पुराने ही हैं। यहां पर बहुत से तारे तो धूल के नीचे ढके हुए बताए गए हैं। 

इस वातावरण के बारे में नासा का कहना है कि यह ठीक वैसा ही है, जैसा हमारे सूर्य ने 4.5 बिलियन साल पहले बनाया होगा। इसके अलावा इस इमेज को इसलिए भी खास बताया गया है क्योंकि यह स्पेस टेलीस्कोप के लॉन्च की 33वीं वर्षगांठ के मौके पर रिलीज की गई है। 
 

लेटेस्ट टेक न्यूज़, स्मार्टफोन रिव्यू और लोकप्रिय मोबाइल पर मिलने वाले एक्सक्लूसिव ऑफर के लिए गैजेट्स 360 एंड्रॉयड ऐप डाउनलोड करें और हमें गूगल समाचार पर फॉलो करें।

संबंधित ख़बरें

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