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

Noise Buds Aero Earbuds Price in India Rs 799 Launched with 45 Hour battery life sale tomorrow full details

[ad_1]

लोग इस्‍तेमाल करते हैं, लेकिन मोबाइल फोन पर वायर्ड हेडफोन लगाने का जमाना अब चला गया है! ईयरबड्स बहुत कम वक्‍त में आदत बन गए हैं। इन्‍हें पसंद करने की अहम वजह प्राइसिंग भी है। कंपनियां कम दाम में क्‍वॉलिटी मेंटेन करते हुए ईयरबड्स ला रही हैं। जानेमाने ब्रैंड नॉइज (Noise) ने ट्रू वायरलैस ईयरबड्स के रूप में  Noise Buds Aero को लॉन्‍च किया है। इनकी कीमत सिर्फ 799 रुपये है। कम कीमत के बावजूद ये ईयरबड्स 45 घंटों की बैटरी लाइफ ऑफर करते हैं और उन लोगों के लिए बेहतर हो सकते हैं, जिन्‍हें गेमिंग और म्‍यूजिक के लिए किफायती ईयरबड्स चाहिए।  
 

Noise Buds Aero की उपलब्धता

Noise Buds Aero को कल यानी 1 जुलाई को दोपहर 12 बजे से खरीदा जा सकेगा। ये चारकोल ब्लैक और स्नो वाइट कलर ऑप्‍शंस में आते हैं। सेल Myntra और gonoise.com पर होगी। 
 

Noise Buds Aero के फीचर्स

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

इन ईयरबड्स की एक और खूबी डेडिकेटेड गेमिंग मोड है, जिसे ऑन करने के बाद गेमिंग का एक्‍सपीरियंस शानदार होने का दावा है। इन-गेम एक्‍शन पर फौरन मिलते हैं, जिससे यूजर तुरंत फैसला ले पाता है। जैसाकि हमने बताया Noise Buds Aero के साथ यूजर को 45 घंटों की बैटरी लाइफ मिलती है। कंपनी का दावा है कि 10 मिनट की चार्जिंग में भी Noise Buds Aero 120 मिनट का प्‍लेटाइम दे देते हैं। 

इनमें हाइपरसिंक तकनीक दी गई है, जिसका मतलब है कि चार्जिंग केस के खुलते ही बड्स आपकी डिवाइस से पेयर हो जाते हैं। 799 रुपये के Noise Buds Aero को IPX5 रेटिंग मिली है, जिसका मतलब है कि ये पानी से होने वाले नुकसान से काफी हद तक बचे रहते हैं। चार्जिंग के लिए यूएसबी टाइप सी पोर्ट केस में मौजूद है। चार्जिंग भी फास्‍ट होती है।  
 

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