ok
Direktori : /home/importfo/public_html/inddigmedia.in/ |
Current File : /home/importfo/public_html/inddigmedia.in/blog_detail.php |
<!DOCTYPE html> <php lang="en"> <head lang="en"> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-64YTE8NFF4"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-64YTE8NFF4'); </script> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <title>Blog | Digital Media Marketing, Google Pramotion, Website Design, Website Development, SEO</title> <link rel="shortcut icon" sizes="180x180" href="img/favicon/favicon.png"> <meta name="description" content="Inddig Media Pvt Ltd an IT company in Ahmedabad, web development company Ahmedabad,Social Media Marketing in Ahmedabad. that provides professional, elegant, stand-out web sites for start-up to small to medium businesses and major, global corporations incorporating each client's unique personal touch or corporate branding."> <meta name="keywords" content="Social Media Marketing, Google Map Promotion, Web Design, Website Developing, Local SEO in Ahmadabad, Logo Design in Ahmadabad, Best IT Company in Ahmadabad"> <link rel="stylesheet" type="text/css" href="css/fonts.css"> <link rel="stylesheet" type="text/css" href="css/crumina-fonts.css"> <link rel="stylesheet" type="text/css" href="css/normalize.css"> <link rel="stylesheet" type="text/css" href="css/grid.css"> <link rel="stylesheet" type="text/css" href="css/base.css"> <link rel="stylesheet" type="text/css" href="css/blocks.css"> <link rel="stylesheet" type="text/css" href="css/layouts.css"> <link rel="stylesheet" type="text/css" href="css/modules.css"> <link rel="stylesheet" type="text/css" href="css/widgets-styles.css"> <link rel="stylesheet" type="text/css" href="css/ion.rangeSlider.css"> <!--Plugins styles--> <link rel="stylesheet" type="text/css" href="css/jquery.mCustomScrollbar.css"> <link rel="stylesheet" type="text/css" href="css/swiper.min.css"> <link rel="stylesheet" type="text/css" href="css/primary-menu.css"> <link rel="stylesheet" type="text/css" href="css/magnific-popup.css"> <link href='https://fonts.googleapis.com/css?family=Varela+Round' rel='stylesheet' type='text/css'> <style> p{ text-align : justify; } </style> </head> <body> <!-- Header --> <?php include("top1.php") ?> <!-- ... End Header --> <!-- Right-menu --> <?php include("popup.php") ?> <!-- ... End Right-menu --> <div class="content-wrapper"> <!-- Stunning header --> <!-- Main Slider --> <div class="container-full-width"> <div class="swiper-container main-slider" data-effect="fade" data-autoplay="4000"> <!-- Additional required wrapper --> <div class="swiper-wrapper"> <!-- Slides --> <div class="swiper-slide main-slider-bg-dark thumb-left" style="background-color:rgb(181 165 230 / 73%)"> <div class="container table"> <div class="row table-cell"> <div class="col-lg-5 table-cell"> <div class="slider-content"> <h3 class="slider-content-title" data-swiper-parallax=""> <span class="c-dark"> Blog Detail </span> </h3> <h6 class="slider-content-text" data-swiper-parallax=""> Stay up to date with our insightful blog, which features the most recent digital marketing trends, tips, and techniques. Find useful material to help your business expand and remain ahead of the competition. </h6> </div> </div> <div class="col-lg-7 table-cell"> <div class="slider-thumb" data-swiper-parallax="" data-swiper-parallax-duration=""> <img src="img/Blog.png" alt="slider"> </div> </div> </div> </div> </div> </div> </div> </div> <!-- ... End Main Slider --> <!-- End Stunning header --> <div class="container"> <div class="row medium-padding120"> <main class="main"> <?php include("admin/config.php"); if(isset($_GET['slug'])) { $slug=$_GET['slug']; } else { $slug=0; } $sql="SELECT * from blog where id='$slug' LIMIT 0 , 1 " ; $res=mysqli_query($db,$sql); $row=mysqli_fetch_array($res); $post_date=$row['post_date']; $post_by=$row['post_by']; $image=$row['image']; $post_desc=$row['post_desc']; ?> <div class="col-lg-8 col-md-8 col-sm-12 col-xs-12"> <article class="hentry post post-standard-details"> <div class="post-thumb"> <img src="admin/upload/<?php echo $row['image'];?>" alt="seo"> </div> <div class="post__content"> <h2 class="h2 post__title entry-title "> <a ><?php echo $row['title'];?></a> </h2> <div class="post-additional-info"> <div class="post__author author vcard"> <img src="img/avatar-b-details.png" alt="author"> Posted by <div class="post__author-name fn"> <a class="post__author-link"><?php echo $row['post_by'];?></a> </div> </div> <span class="post__date"> <i class="seoicon-clock"></i> <time class="published" datetime="2016-03-20 12:00:00"> <?php echo $row['post_date'];?> </time> </div> <div class="post__content-info"> <p class="post__text" style="trxt-align:justify"><?php echo $row['post_desc'];?> </p> </div> </div> </article> </div> <!-- End Post Details --> <!-- Sidebar--> <div class="col-lg-3 col-lg-offset-1 col-md-4 col-sm-12 col-xs-12"> <aside aria-label="sidebar" class="sidebar sidebar-right"> <div class="widget w-latest-news"> <div class="heading"> <h4 class="heading-title">Latest News</h4> <div class="heading-line"> <span class="short-line"></span> <span class="long-line"></span> </div> </div> <?php include("admin/config.php"); $sql="SELECT * from blog ORDER BY id DESC"; $res=mysqli_query($db,$sql); while($row=mysqli_fetch_array($res)) { ?> <div class="latest-news-wrap"> <div class="latest-news-item"> <div class="post-additional-info"> <span class="post__date"> <i class="seoicon-clock"></i> <time class="published" datetime="2016-04-23 12:00:00"> <?php echo $row['post_date']; ?> </time> </span> </div> <h5 class="post__title entry-title "> <a href="blog_detail.php?slug=<?php echo $row['id']; ?>"><?php echo $row['title'];?></a> </h5> </div> </div> <?php } ?> </div> </aside> </div> <!-- End Sidebar--> </main> </div> </div> </div> <!-- Footer --> <?php include("footer.php") ?> <!-- End Footer --> <!-- Overlay Search --> <!-- End Overlay Search --> <!-- Sign-in Form Popup --> <div class="window-popup"> <a href="#" class="popup-close js-popup-close cd-nav-trigger"> <i class="seosight-icon seoicon-delete"></i> </a> <div class="sign-in-popup"> <h5 class="title">Register to SeoSight</h5> <p>Sed diam nonummy nibh euismod tincidunt ut laoreet dolore magnais.</p> <form class="form-validate contact-form"> <div class="row"> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-12"> <input class="input-standard-grey" placeholder="First Name" type="text"> </div> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-12"> <input class="input-standard-grey" placeholder="Last Name" type="text"> </div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <input class="input-standard-grey" placeholder="Your Email" type="email"> <input class="input-standard-grey" placeholder="Your Password" type="password"> <select> <option value="MA">Male</option> <option value="FE">Female</option> </select> <div class="remember-wrap"> <div class="checkbox"> <input id="terms" type="checkbox" name="terms" value="terms"> <label for="terms">I accept the Terms and Conditions</label> </div> </div> <a href="#" class="btn btn-large btn--primary">Complete Registration!</a> </div> </div> </form> </div> </div> <!-- Sign-in Form Popup --> <svg style="display:none;"> <symbol id="arrow-left" viewBox="122.9 388.2 184.3 85"> <path d="M124.1,431.3c0.1,2,1,3.8,2.4,5.2c0,0,0.1,0.1,0.1,0.1l34.1,34.1c1.6,1.6,3.7,2.5,5.9,2.5s4.3-0.9,5.9-2.4 c1.6-1.6,2.4-3.7,2.4-5.9s-0.9-3.9-2.4-5.5l-19.9-19.5h11.1c1.5,0,2.7-1.5,2.7-3c0-1.5-1.2-3-2.7-3h-17.6c-1.1,0-2.1,0.6-2.5,1.6 c-0.4,1-0.2,2.1,0.6,2.9l24.4,24.4c0.6,0.6,0.9,1.3,0.9,2.1s-0.3,1.6-0.9,2.1c-0.6,0.6-1.3,0.9-2.1,0.9s-1.6-0.3-2.1-0.9 l-34.2-34.2c0,0,0,0,0,0c-0.6-0.6-0.8-1.4-0.9-1.9c0,0,0,0,0,0c0-0.2,0-0.4,0-0.6c0.1-0.6,0.3-1.1,0.7-1.6c0-0.1,0.1-0.1,0.2-0.2 l34.1-34.1c0.6-0.6,1.3-0.9,2.1-0.9s1.6,0.3,2.1,0.9c0.6,0.6,0.9,1.3,0.9,2.1s-0.3,1.6-0.9,2.1l-24.4,24.4c-0.8,0.8-1,2-0.6,3 c0.4,1,1.4,1.7,2.5,1.7h125.7c1.5,0,2.7-1,2.7-2.5c0-1.5-1.2-2.5-2.7-2.5H152.6l19.9-20.1c1.6-1.6,2.4-3.8,2.4-6s-0.9-4.4-2.4-6 c-1.6-1.6-3.7-2.5-5.9-2.5s-4.3,0.9-5.9,2.4l-34.1,34.1c-0.2,0.2-0.3,0.3-0.5,0.5c-1.1,1.2-1.8,2.8-2,4.4 C124.1,430.2,124.1,430.8,124.1,431.3C124.1,431.3,124.1,431.3,124.1,431.3z"></path> <path d="M283.3,427.9h14.2c1.7,0,3,1.3,3,3c0,1.7-1.4,3-3,3H175.1c-1.5,0-2.7,1.5-2.7,3c0,1.5,1.2,3,2.7,3h122.4 c4.6,0,8.4-3.9,8.4-8.5c0-4.6-3.8-8.5-8.4-8.5h-14.2c-1.5,0-2.7,1-2.7,2.5C280.7,426.9,281.8,427.9,283.3,427.9z"></path> </symbol> <symbol id="arrow-right" viewBox="122.9 388.2 184.3 85"> <path d="M305.9,430.2c-0.1-2-1-3.8-2.4-5.2c0,0-0.1-0.1-0.1-0.1l-34.1-34.1c-1.6-1.6-3.7-2.5-5.9-2.5c-2.2,0-4.3,0.9-5.9,2.4 c-1.6,1.6-2.4,3.7-2.4,5.9s0.9,4.1,2.4,5.7l19.9,19.6h-11.1c-1.5,0-2.7,1.5-2.7,3c0,1.5,1.2,3,2.7,3h17.6c1.1,0,2.1-0.7,2.5-1.7 c0.4-1,0.2-2.2-0.6-2.9l-24.4-24.5c-0.6-0.6-0.9-1.3-0.9-2.1s0.3-1.6,0.9-2.1c0.6-0.6,1.3-0.9,2.1-0.9c0.8,0,1.6,0.3,2.1,0.9 l34.2,34.2c0,0,0,0,0,0c0.6,0.6,0.8,1.4,0.9,1.9c0,0,0,0,0,0c0,0.2,0,0.4,0,0.6c-0.1,0.6-0.3,1.1-0.7,1.6c0,0.1-0.1,0.1-0.2,0.2 l-34.1,34.1c-0.6,0.6-1.3,0.9-2.1,0.9s-1.6-0.3-2.1-0.9c-0.6-0.6-0.9-1.3-0.9-2.1s0.3-1.6,0.9-2.1l24.4-24.4c0.8-0.8,1-1.9,0.6-2.9 c-0.4-1-1.4-1.6-2.5-1.6H158.1c-1.5,0-2.7,1-2.7,2.5c0,1.5,1.2,2.5,2.7,2.5h119.3l-19.9,20c-1.6,1.6-2.4,3.7-2.4,6s0.9,4.4,2.4,5.9 c1.6,1.6,3.7,2.5,5.9,2.5s4.3-0.9,5.9-2.4l34.1-34.1c0.2-0.2,0.3-0.3,0.5-0.5c1.1-1.2,1.8-2.8,2-4.4 C305.9,431.3,305.9,430.8,305.9,430.2C305.9,430.2,305.9,430.2,305.9,430.2z"></path> <path d="M146.7,433.9h-14.2c-1.7,0-3-1.3-3-3c0-1.7,1.4-3,3-3h122.4c1.5,0,2.7-1.5,2.7-3c0-1.5-1.2-3-2.7-3H132.4 c-4.6,0-8.4,3.9-8.4,8.5c0,4.6,3.8,8.5,8.4,8.5h14.2c1.5,0,2.7-1,2.7-2.5C149.3,434.9,148.1,433.9,146.7,433.9z"></path> </symbol> <symbol id="to-top" viewBox="0 0 32 32"> <path d="M17,22 L25.0005601,22 C27.7616745,22 30,19.7558048 30,17 C30,14.9035809 28.7132907,13.1085075 26.8828633,12.3655101 L26.8828633,12.3655101 C26.3600217,9.87224935 24.1486546,8 21.5,8 C20.6371017,8 19.8206159,8.19871575 19.0938083,8.55288165 C17.8911816,6.43144875 15.6127573,5 13,5 C9.13400656,5 6,8.13400656 6,12 C6,12.1381509 6.00400207,12.275367 6.01189661,12.4115388 L6.01189661,12.4115388 C4.23965876,13.1816085 3,14.9491311 3,17 C3,19.7614237 5.23249418,22 7.99943992,22 L16,22 L16,16 L12.75,19.25 L12,18.5 L16.5,14 L21,18.5 L20.25,19.25 L17,16 L17,22 L17,22 Z M16,22 L16,27 L17,27 L17,22 L16,22 L16,22 Z" id="cloud-upload"></path> </symbol> </svg> <!-- JS Script --> <script src="js/jquery-3.4.1.js"></script> <script src="js/js-plugins/crum-mega-menu.js"></script> <script src="js/js-plugins/swiper.jquery.min.js"></script> <script src="js/js-plugins/waypoints.js"></script> <script src="js/js-plugins/jquery.drawsvg.js"></script> <script src="js/js-plugins/jquery-countTo.js"></script> <script src="js/js-plugins/jquery.mousewheel.js"></script> <script src="js/js-plugins/jquery.mCustomScrollbar.js"></script> <script src="js/js-plugins/imagesLoaded.js"></script> <script src="js/js-plugins/jquery.magnific-popup.js"></script> <script src="js/js-plugins/jquery.matchHeight.js"></script> <script src="js/js-plugins/segment.js"></script> <script src="js/js-plugins/bootstrap.js"></script> <script src="js/js-plugins/jquery-circle-progress.js"></script> <script src="js/js-plugins/Headroom.js"></script> <script src="js/js-plugins/smooth-scroll.js"></script> <script src="js/js-plugins/jquery.nice-select.js"></script> <script src="js/js-plugins/fastClick.js"></script> <script src="js/js-plugins/form-actions.js"></script> <script src="js/js-plugins/velocity.js"></script> <script src="js/js-plugins/time-line.js"></script> <script src="js/js-plugins/ScrollMagic.min.js"></script> <script src="js/js-plugins/animation.velocity.min.js"></script> <script src="js/js-plugins/ajax-pagination.js"></script> <script src="js/js-plugins/donut-chart.js"></script> <script src="js/js-plugins/isotope.pkgd.min.js"></script> <script src="js/js-plugins/photo-gallery.js"></script> <script src="js/js-plugins/ion.rangeSlider.js"></script> <script src="js/js-plugins/leaflet.js"></script> <script src="js/js-plugins/MarkerClusterGroup.js"></script> <script src="js/main.js"></script> <!-- ...end JS Script --> </body> </php>