D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
shubmkcj
/
designpitara.com
/
Filename :
infographic-resume.php
back
Copy
<!doctype html> <html class="no-js" lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>Infographic Resume | Customised Infographic Resume, Gurgaon</title> <meta name="robots" content="index,follow" /> <meta name="author" content="DesignPitara"> <meta name="description" content="Get you standard CV into attractive Infographic resume."> <meta name="keywords" content="Infographic Resume, Business Infographic, Resume Designer, CV Designer."> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta property="og:title" content="Infographic Resume by Professionals"/> <meta property="og:type" content="website"/> <meta property="og:description" content="Get your CV into Infographic Resume to get noticed by recruiters"/> <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/infographic-resume" /> <!-- favicon --> <link rel="shortcut icon" type="image/x-icon" href="img/logo/favicon.ico"> <!-- all css here --> <!-- 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> <!-- google recaptcha --> <script src="https://www.google.com/recaptcha/api.js"></script> </head> <body> <?php include 'inner-header.php'; ?> <!-- 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>Infographic Resume</h3> </div> <ul class="breadcrumb-bg"> <li class="home-bread">Home</li> <li>Infographic Resume</li> </ul> </div> </div> </div> </div> </div> <!-- End breadcumb Area --> <!-- about-area start --> <div class="about-area page-padding"> <div class="container"> <div class="row"> <!-- column end --> <div class="about-content"> <p>An Infographic resume will make a difference; it helps you to stand out from the crowd. It shows all your information graphically which attract the recruiter as it is boring to read all the details mentioned in the detailed resume and it minimize the time of recruiters to understand the highlights of your resume. It increased the visibility of your resume which means the more possibilities to get an interview call.</p> </div> <!-- column end --> <div class="col-md-4 col-sm-4 col-xs-4 mt-4"> <img src="img/infographic/Infographic_Resume_Design_Services_Gurgaon_India.jpg" alt="Infographic Resume Design Services Gurgaon India"> </div> <div class="col-md-4 col-sm-4 col-xs-4 mt-4"> <img src="img/infographic/Infographic_Resume_Design_Services_India.jpg" alt="Infographic Resume Design Services India"> </div> <div class="col-md-4 col-sm-4 col-xs-4 mt-4 resumebg"> <form action="" method="post" enctype="multipart/form-data"> <div class="form-group"> <label>Name</label> <input type="text" class="form-control" name="name" required> </div> <div class="form-group"> <label>Phone No.</label> <input type="tel" class="form-control" name="phone" pattern="^\d{4}\d{4}\d{2}$" required> </div> <div class="form-group"> <label>E-mail Id</label> <input type="text" class="form-control" name="email" required> </div> <div class="form-group"> <label>Message</label> <textarea class="form-control" name="message" rows="5" ></textarea> </div> <div class="form-group"> <label>Browse Resume</label> <input type="file" class="from-control" name="blog_img" required> </div> <div class=""> <div class="g-recaptcha recaptcha_size" data-sitekey="6Lcsmr4UAAAAADlMKSq0TSFphIUl49qObVBzLDsG" style="transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;" data-callback="verifyCaptcha"></div> <div id="g-recaptcha-error"></div> </div> <div class="form-group"> <button class="btn btn-primary" type="submit" name="submit">Submit</button> </div> </form> </div> </div> </div> </div> <!-- about-area end --> <!-- Modal --> <div class="modal fade" id="myModal" role="dialog"> <div class="modal-dialog"> <!-- Modal content--> <div class="modal-content"> <div class="modal-header"> </div> <div class="modal-body"> <h6>Thank you for showing your interest in our services</h6> <p>Our team will contact you shorlty</p> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Ok</button> </div> </div> </div> </div> <script> window.onload = function() { var $recaptcha = document.querySelector('#g-recaptcha-response'); if($recaptcha) { $recaptcha.setAttribute("required", "required"); } }; </script> <?php include 'footer.php'; ?> <?php if(isset($_POST['submit'])){ $name = $_POST['name']; $phone = $_POST['phone']; $email = $_POST['email']; $message = $_POST['message']; if(isset($_FILES["blog_img"]) && $_FILES['blog_img']['size'] != 0){ /* Rename Image */ $time_now=mktime(date('h')+5,date('i')+30,date('s')); $serialNo = date('dmYHis', $time_now); $targetDirectory = "infographic/"; /* Explode Extension*/ $temp = explode(".", $_FILES["blog_img"]["name"]); $extension = end($temp); $copyPath = $targetDirectory.$name.$serialNo.".".$extension; if(file_exists($copyPath)){ unlink($copyPath); } /* New Name Given Here */ $signatureImageName = $name.$serialNo.".".$extension; move_uploaded_file($_FILES["blog_img"]["tmp_name"], $copyPath); } //recipient $to = 'contact@designpitara.com'; //sender $from = 'contact@designpitara.com'; $fromName = 'DesignPitara'; //email subject $subject = 'Infographic Resume'; //attachment file path echo $file = "infographic/$signatureImageName"; //email body content $htmlContent = '<div style="padding:10px;"> <div style=""> Name = '.$name.' </div> <div style=""> Phone = '.$phone.' </div> <div style=""> E-mail = '.$email.' </div> <div style=""> Message = '.$message.' </div> </div>'; //header for sender info $headers = "From: $fromName"." <".$from.">"; //boundary $semi_rand = md5(time()); $mime_boundary = "==Multipart_Boundary_x{$semi_rand}x"; //headers for attachment $headers .= "\nMIME-Version: 1.0\n" . "Content-Type: multipart/mixed;\n" . " boundary=\"{$mime_boundary}\""; //multipart boundary $message = "--{$mime_boundary}\n" . "Content-Type: text/html; charset=\"UTF-8\"\n" . "Content-Transfer-Encoding: 7bit\n\n" . $htmlContent . "\n\n"; //preparing attachment if(!empty($file) > 0){ if(is_file($file)){ $message .= "--{$mime_boundary}\n"; $fp = @fopen($file,"rb"); $data = @fread($fp,filesize($file)); @fclose($fp); $data = chunk_split(base64_encode($data)); $message .= "Content-Type: application/octet-stream; name=\"".basename($file)."\"\n" . "Content-Description: ".basename($file)."\n" . "Content-Disposition: attachment;\n" . " filename=\"".basename($file)."\"; size=".filesize($file).";\n" . "Content-Transfer-Encoding: base64\n\n" . $data . "\n\n"; } } $message .= "--{$mime_boundary}--"; $returnpath = "-f" . $from; //send email $mail = @mail($to, $subject, $message, $headers, $returnpath); if($mail == true){ echo "<script type='text/javascript'> $(window).on('load',function(){ $('#myModal').modal('show'); }); </script>"; }else{ echo "<script>alert('Error !')</script>"; } } ?>