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

Samsung Galaxy A14 4G price in india 13999 leaked with 6GB ram 5000mah battery 50MP camera more details

[ad_1]

Samsung Galaxy A14 4G बजट फोन भारत में जल्द लॉन्च हो सकता है। Samsung ने इस फोन के बारे में अभी ज्यादा कुछ जानकारी नहीं दी है। गैलेक्सी ए सीरीज का ये सबसे सस्ता स्मार्टफोन भी हो सकता है, ऐसी अफवाह है। अब लॉन्च से पहले इसे लेकर एक और रिपोर्ट आई है जिसमें इसकी लॉन्च डेट, प्राइस आदि का खुलासा किया गया है। फोन के ग्लोबल वेरिएंट की बात करें तो इसमें 6.6 इंच का डिस्प्ले मिलता है जिसमें 90Hz का रिफ्रेश रेट है। आइए जानते हैं, भारतीय वेरिएंट के बारे में क्या जानकारी सामने आई है। 
 

Samsung Galaxy A14 4G Price in India

Samsung Galaxy A14 4G भारत में अगले हफ्ते लॉन्च हो सकता है। यह कंपनी की ओर से गैलेक्सी सीरीज में बजट हैंडसेट बताया जा रहा है। Saminsider की एक रिपोर्ट में इसका प्राइस और लॉन्च डेट भी बता दिए गए हैं। फोन भारत में 13,999 रुपये में लॉन्च हो सकता है। इसके अलावा इसमें 4 जीबी रैम और 64 जीबी स्टोरेज के साथ ही एक वेरिएंट 128 जीबी स्टोरे में भी पेश किया जा सकता है। इसके 128 जीबी स्टोरेज वेरिएंट की कीमत 14,999 रुपये बताई गई है।  

Samsung Galaxy A14 4G को कंपनी मलेशिया में पहले ही लॉन्च कर चुकी है। कहा जा रहा है कि मलेशिया वाले वेरिएंट जैसे स्पेसिफिकेशन ही भारत वाले वेरिएंट में भी दिए जा सकते हैं। अगर इस कयास को आधार मानकर चलें तो इसमें 6.6 इंच की PLS LCD डिस्प्ले दी जा सकती है, जिसका रेजोल्यूशन 1080×2408 पिक्सल और रिफ्रेश रेट 90Hz हो सकता है। स्मार्टफोन ऑक्टा कोर MediaTek Helio G80 के साथ आ सकता है। ऑपरेटिंग सिस्टम के लिए यह एंड्रॉयड 13 पर बेस्ड One UI 5.0 के साथ आ सकता है। 

सैमसंग गैलेक्सी ए14 4जी में 50MP का मेन कैमरा, 2 मेगापिक्सल का सेकंडरी कैमरा, और 2 मेगापिक्सल का ही तीसरा लेंस भी मिल सकता है। सेल्फी के लिए इसमें फ्रंट की साइड 13MP का कैमरा दिया जा सकता है। कनेक्टिविटी के लिए इस फोन में वाई-फाई, ब्लूटूथ 5.1, जीपीएस, एनएफसी, 3.5mm हैडफोन जैक और यूएसबी टाइप सी पोर्ट दिया गया है। सैमसंग के इस फोन में 5,000mAh की बैटरी दी गई है जो कि 15W चार्जिंग को सपोर्ट करती है।
 

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