ok
Direktori : /home/importfo/www/inddigmedia.in/ |
Current File : /home/importfo/www/inddigmedia.in/portfolio.php |
<?php include("admin/config.php"); ?> <!DOCTYPE html> <html lang="en"> <head lang="en"> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <title>Portfolio | Digital Media Marketing, Google Pramotion, Website Design, Website Development, SEO</title> <meta name="description" content="Inddigmedia 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"> <meta name="author" content="inddigmedia"> <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 rel="apple-touch-icon" href="apple-touch-icon.html"> <link rel="shortcut icon" type="image/x-icon" href="img/favicon.png"> <link href='https://fonts.googleapis.com/css?family=Varela+Round' rel='stylesheet' type='text/css'> </head> <body class=" "><!-- Preloader --> <div id="hellopreloader"> <div class="preloader"> <svg width="58" height="58"> <g fill="none" fill-rule="evenodd" stroke="#FFF" stroke-width="1.5" transform="translate(2 1)"> <circle cx="42.601" cy="11.462" r="5" fill="#fff"> <animate attributeName="fill-opacity" begin="0s" calcMode="linear" dur="1.3s" repeatCount="indefinite" values="1;0;0;0;0;0;0;0" /> </circle> <circle cx="49.063" cy="27.063" r="5" fill="none"> <animate attributeName="fill-opacity" begin="0s" calcMode="linear" dur="1.3s" repeatCount="indefinite" values="0;1;0;0;0;0;0;0" /> </circle> <circle cx="42.601" cy="42.663" r="5" fill="none"> <animate attributeName="fill-opacity" begin="0s" calcMode="linear" dur="1.3s" repeatCount="indefinite" values="0;0;1;0;0;0;0;0" /> </circle> <circle cx="27" cy="49.125" r="5" fill="none"> <animate attributeName="fill-opacity" begin="0s" calcMode="linear" dur="1.3s" repeatCount="indefinite" values="0;0;0;1;0;0;0;0" /> </circle> <circle cx="11.399" cy="42.663" r="5" fill="none"> <animate attributeName="fill-opacity" begin="0s" calcMode="linear" dur="1.3s" repeatCount="indefinite" values="0;0;0;0;1;0;0;0" /> </circle> <circle cx="4.938" cy="27.063" r="5" fill="none"> <animate attributeName="fill-opacity" begin="0s" calcMode="linear" dur="1.3s" repeatCount="indefinite" values="0;0;0;0;0;1;0;0" /> </circle> <circle cx="11.399" cy="11.462" r="5" fill="none"> <animate attributeName="fill-opacity" begin="0s" calcMode="linear" dur="1.3s" repeatCount="indefinite" values="0;0;0;0;0;0;1;0" /> </circle> <circle cx="27" cy="5" r="5" fill="none"> <animate attributeName="fill-opacity" begin="0s" calcMode="linear" dur="1.3s" repeatCount="indefinite" values="0;0;0;0;0;0;0;1" /> </circle> </g> </svg> <div class="text">Loading ...</div> </div> </div><!-- ... end Preloader --> <!-- Header --> <?php include("top.php") ?> <!-- ... End Header --> <!-- Right-menu --> <?php include("popup.php") ?> <!-- ... End Right-menu --> <div class="content-wrapper"> <!-- Stunning header --> <div class="stunning-header stunning-header-bg-rose"> <div class="stunning-header-content"> <h1 class="stunning-header-title" style="visibility: hidden;">Our Portfolio</h1> <ul class="breadcrumbs"> <li class="breadcrumbs-item"> <a href="index.php" style="visibility: hidden;">Home</a> <!-- <i class="seoicon-right-arrow"></i> --> </li> <li class="breadcrumbs-item active"> <span href="#"style="visibility: hidden;">Portfolio</span> <!-- <i class="seoicon-right-arrow"></i> --> </li> </ul> </div> </div> <!-- End Stunning header --> <!-- Overlay search --> <div class="overlay_search"> <div class="container"> <div class="row"> <div class="form_search-wrap"> <form> <input class="overlay_search-input" placeholder="Type and hit Enter..." type="text"> <a href="#" class="overlay_search-close"> <span></span> <span></span> </a> </form> </div> </div> </div> </div> <!-- End Overlay search --> <!-- Case Item --> <div class="container"> <div class="row medium-padding120"> <div class="col-lg-12"> <div class="heading align-center"> <h4 class="h1 heading-title">We Help Over 80 Companies</h4> </div> <ul class="cat-list align-center sorting-menu"> <?php include("admin/config.php"); $sql="SELECT * from portfolio ORDER BY id DESC"; $res=mysqli_query($db,$sql); while($row=mysqli_fetch_array($res)) { ?> <!--<li class="cat-list__item active" data-filter="*"><a href="#" class="">All Projects</a></li>--> <!-- <li class="cat-list__item" data-filter=".ecommerce"><a href="#" class="">Global SEO</a></li> --> <li class="cat-list__item" data-filter=".<?php echo $row['services']; ?>"><a href="#" class=""><?php echo $row['services']; ?></a></li> <!--<li class="cat-list__item" data-filter="<?php echo $row['.services']; ?>"><a href="#" class="">Website</a></li>--> <!--<li class="cat-list__item" data-filter="<?php echo $row.['services']; ?>"><a href="#" class="">Social Media</a></li>--> <!-- <li class="cat-list__item" data-filter=".seo"><a href="#" class="">SEO</a></li> --> <?php } ?> </ul> <div class="row sorting-container" data-layout="fitRows"> <div class="grid-sizer col-lg-4 col-md-4"></div> <?php include("admin/config.php"); $sql="SELECT * from portfolio ORDER BY id DESC"; $res=mysqli_query($db,$sql); while($row=mysqli_fetch_array($res)) { ?> <div class="col-lg-4 col-md-4 col-sm-6 col-xs-12 sorting-item <?php echo $row['services']; ?> "> <div class="case-item align-center mb60"> <div class="case-item__thumb mouseover lightbox shadow animation-disabled"> <img src="admin/upload/<?php echo $row['img'];?>" alt="our case"> </div> <h6 class="case-item__title"><?php echo $row['title'];?> </h6> </div> </div> <?php } ?> </div> </div> </div> </div> <!-- End Case Item --> <!-- Subscribe Form --> <!-- End Subscribe Form --> </div> <!-- Footer --> <?php include("footer.php") ?> <!-- End Footer --> <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> <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> </body> </html>