D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
shubmkcj
/
designpitara.com
/
Filename :
marketing-material-services.php
back
Copy
<?php include 'dash/config.php'; ?> <!doctype html> <html class="no-js" lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>Catalogue Design Services, Brochure Design Company Gurgaon</title> <meta name="robots" content="index,follow" /> <meta name="author" content="DesignPitara"> <meta name="description" content="Design Pitara helps Companies for all their marketing communication requirements as Catalogue Design Services, Brochure Design Services by industry experts"> <meta name="keywords" content="Catalogue Design Services, Brochure Design Services, Marketing Collateral, Marketing Materials, Communication Design, Marketing Material in Gurgaon "> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta property="og:title" content="Catalogue Design Services, Gurgaon India"/> <meta property="og:type" content="website"/> <meta property="og:description" content="Creative Agency for all your Design requirements."/> <meta property="og:url" content="https://designpitara.com/"/> <meta property="og:site_name" content="DesignPitara"/> <meta property="og:image" content="https://designpitara.com/img/logo_new.png"/> <link rel="canonical" href="https://designpitara.com/marketing-material-services" /> <!-- favicon --> <link rel="shortcut icon" type="image/x-icon" href="img/logo/favicon.ico"> <!-- all css here --> <!-- Gallery Css --> <link rel="stylesheet" href="css/gallery.css"> <!-- bootstrap v3.3.6 css --> <link rel="stylesheet" href="css/bootstrap.min.css"> <!-- owl.carousel css --> <link rel="stylesheet" href="css/owl.carousel.css"> <link rel="stylesheet" href="css/owl.transitions.css"> <!-- meanmenu css --> <link rel="stylesheet" href="css/meanmenu.min.css"> <!-- font-awesome css --> <link rel="stylesheet" href="css/font-awesome.min.css"> <link rel="stylesheet" href="css/icon.css"> <link rel="stylesheet" href="css/flaticon.css"> <!-- magnific css --> <link rel="stylesheet" href="css/magnific.min.css"> <!-- venobox css --> <link rel="stylesheet" href="css/venobox.css"> <!-- style css --> <link rel="stylesheet" href="style.css"> <!-- responsive css --> <link rel="stylesheet" href="css/responsive.css"> <!-- modernizr css --> <script src="js/vendor/modernizr-2.8.3.min.js"></script> </head> <body> <?php include 'inner-header.php'; ?> <!--End Consulting Form--> <!-- Start breadcumb Area --> <div class="page-area"> <div class="breadcumb-overlay"></div> <div class="container"> <div class="row"> <div class="col-md-12 col-sm-12 col-xs-12"> <div class="breadcrumb text-center"> <div class="section-headline white-headline"> <h3>Marketing Material Services</h3> </div> <ul class="breadcrumb-bg"> <li class="home-bread">Home</li> <li>Marketing Material </li> </ul> </div> </div> </div> </div> </div> <!-- End breadcumb Area --> <!-- End services Area --> <div class="single-services-page page-padding"> <div class="container"> <div class="row"> <?php include 'design-left-menu.php'; ?> <!-- End Right sidebar --> <!-- Start service page --> <div class="col-md-9 col-sm-8 col-xs-12"> <div class="row mar-row"> <div class="col-md-6 col-sm-12 col-xs-12"> <div class="single-well"> <h3>What Is Marketing Material</h3> <p>Do you run a company or brand? The branding and promotion can be a prominent part for its success. Graphic Design Services is the foundation part of your business. Hence, you need a trained and professional graphic design company who can take care of your all Designing requirements with providing eye-catching designs to keep your brand standout from the crowd.</p> <p>We are Gurgaon (Delhi) based Creative Agency who understand client’s requirements and always try to deliver unique design with our pro-strategy and “think out of box” attitude.</p> </div> </div> <!-- End single page --> <div class="col-md-6 col-sm-12 col-xs-12"> <div class="single-page"> <div class="page-img elec-page"> <img src="img/service/marketing_material.jpg" alt="marketing material"> </div> </div> </div> </div> <!-- end Row --> <div class="row mar-row"> <div class="col-md-12 col-sm-12 col-xs-12"> <div class="single-well"> <h4>A Professional Creative Agency can help you with all required Marketing materials including:</h4> <ul class="marker-list"> <li><b>Graphic Design : </b>We design any type of creative including Company Profile, exhibition posters, invitation, annual reports etc as in today’s world Customers judge your business in first instance only. Hence, professional graphic designer will provide credibility to your business and increase the perception of customers towards your business.</li> <li><b>Visiting Cards, Letterheads & Envelopes : </b> This is the important part of communication and a big way to create your corporate identity throughout the world and without paying anything it says a lot of things about your company and business.</li> <li><b>Infographic Design : </b>Infographic is all about minimizing the content into your Design; we design high-quality infographics as infographics have more probability to open and read as compared to text. Hence, our designers understand the ways to convey your ideas and data in the visually appealing manners.</li> <li><b>Advertisements : </b>Creative design plays a very important role in trade show, billboard and magazine. We create the unique advertisements with lively design that speaks for you & your brand.</li> <li><b>Presentation Design : </b>If you are making a pitch to grab a new prospect or tackling training sessions or seminar, then you must convey the required information in the visually compelling and impactful manner. Here, a good graphic design plays a major role.</li> <li><b>Packaging Design : </b>People judge product by its packaging. Packing gives the first impression in the mind of customer. Hence, your product packaging must have best in terms of looks and safety of your products which always impress customers or prospects.</li> </ul> </div> </div> </div> <!-- end Row --> </div> </div> <!-- Start Service area --> <div class="services-area area-padding" id="logos"> <div class="container"> <div class="text-center"> <h2>Our Portfolio</h2> </div> <section id="gallery"> <div class="container"> <div id="image-gallery"> <div class="row mar-row"> <?php /* Logo Image Start Here */ $sql = "select * from portofolio where category='Marketing Material' order by id desc"; $result = mysqli_query($conn,$sql); while($row = mysqli_fetch_array($result)){ ?> <div class="col-lg-3 col-md-6 col-sm-6 col-xs-12 image"> <div class="img-wrapper"> <a href="dash/upload/<?php echo $row['image'] ?>"><img src="dash/upload/<?php echo $row['image'] ?>" alt="<?php echo $row['alt'] ?>" class="img-responsive"></a> <div class="img-overlay"> <i class="fa fa-plus-circle" aria-hidden="true"></i> </div> </div> </div> <?php } ?> </div> </div> </div> </section> </div> </div> <!-- End Service area --> </div> </div> <!--Start Footer Area--> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js'></script> <script src='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js'></script> <script> // Gallery image hover $( ".img-wrapper" ).hover( function() { $(this).find(".img-overlay").animate({opacity: 1}, 600); }, function() { $(this).find(".img-overlay").animate({opacity: 0}, 600); } ); // Lightbox var $overlay = $('<div id="overlay"></div>'); var $image = $("<img>"); var $prevButton = $('<div id="prevButton"><i class="fa fa-chevron-left"></i></div>'); var $nextButton = $('<div id="nextButton"><i class="fa fa-chevron-right"></i></div>'); var $exitButton = $('<div id="exitButton"><i class="fa fa-times"></i></div>'); // Add overlay $overlay.append($image).prepend($prevButton).append($nextButton).append($exitButton); $("#gallery").append($overlay); // Hide overlay on default $overlay.hide(); // When an image is clicked $(".img-overlay").click(function(event) { // Prevents default behavior event.preventDefault(); // Adds href attribute to variable var imageLocation = $(this).prev().attr("href"); // Add the image src to $image $image.attr("src", imageLocation); // Fade in the overlay $overlay.fadeIn("slow"); }); // When the overlay is clicked $overlay.click(function() { // Fade out the overlay $(this).fadeOut("slow"); }); // When next button is clicked $nextButton.click(function(event) { // Hide the current image $("#overlay img").hide(); // Overlay image location var $currentImgSrc = $("#overlay img").attr("src"); // Image with matching location of the overlay image var $currentImg = $('#image-gallery img[src="' + $currentImgSrc + '"]'); // Finds the next image var $nextImg = $($currentImg.closest(".image").next().find("img")); // All of the images in the gallery var $images = $("#image-gallery img"); // If there is a next image if ($nextImg.length > 0) { // Fade in the next image $("#overlay img").attr("src", $nextImg.attr("src")).fadeIn(800); } else { // Otherwise fade in the first image $("#overlay img").attr("src", $($images[0]).attr("src")).fadeIn(800); } // Prevents overlay from being hidden event.stopPropagation(); }); // When previous button is clicked $prevButton.click(function(event) { // Hide the current image $("#overlay img").hide(); // Overlay image location var $currentImgSrc = $("#overlay img").attr("src"); // Image with matching location of the overlay image var $currentImg = $('#image-gallery img[src="' + $currentImgSrc + '"]'); // Finds the next image var $nextImg = $($currentImg.closest(".image").prev().find("img")); // Fade in the next image $("#overlay img").attr("src", $nextImg.attr("src")).fadeIn(800); // Prevents overlay from being hidden event.stopPropagation(); }); // When the exit button is clicked $exitButton.click(function() { // Fade out the overlay $("#overlay").fadeOut("slow"); }); </script> <?php include 'footer.php'; ?>