/
/
home
/
u523034047
/
domains
/
idsautomation.in
/
public_html
Server: in-mum-web1112.main-hosting.eu (62.72.28.111)
You: 216.73.216.60
PHP 8.3.16
Dir:
/home/u523034047/domains/idsautomation.in/public_html
Edit:
/home/u523034047/domains/idsautomation.in/public_html/join-now.php
<?php include('admin/conn.php'); if(isset($_POST['sub'])) { $name = $_POST['name2']; $email = $_POST['email2']; $mobile = $_POST['mobile2']; $description = $_POST['description2']; // File details $fileName = $_FILES['file']['name']; $fileTmp = $_FILES['file']['tmp_name']; $fileSize = $_FILES['file']['size']; $fileType = $_FILES['file']['type']; $ext = strtolower(pathinfo($fileName, PATHINFO_EXTENSION)); // Allowed (PDF Only) $allowedExts = array("pdf"); // Max size 5 MB $maxSize = 5 * 1024 * 1024; if(in_array($ext, $allowedExts) && $fileSize <= $maxSize) { if($fileSize > 0 && $_FILES['file']['error'] == 0) { // New unique filename $newName = time() . "_" . $fileName; $uploadPath = "Career/" . $newName; // Move file to folder if(move_uploaded_file($fileTmp, $uploadPath)) { // Insert into DB $sql = "INSERT INTO send_resume (name,email,mobile,position,resume) VALUES ('$name','$email','$mobile','$description','$newName')"; mysqli_query($connection, $sql); // ===== Email with Resume Link Only ===== $resumeLink = "https://idsautomation.in/Career/" . $newName; $to = "shailendra@idsautomation.in"; $subject = "New Resume Submission"; $message = " <h3>New Resume Received</h3> <p><strong>Name:</strong> $name</p> <p><strong>Email:</strong> $email</p> <p><strong>Mobile:</strong> $mobile</p> <p><strong>Position:</strong> $description</p> <p><strong>Resume Link:</strong> <a href='$resumeLink' target='_blank'>Click here to view resume</a></p> "; $headers = "From: ".$email."\r\n"; $headers .= "MIME-Version: 1.0\r\n"; $headers .= "Content-type: text/html; charset=UTF-8\r\n"; mail($to, $subject, $message, $headers); header("Location: thank-you.php"); exit(); } else { echo "File upload failed!"; } } else { echo "File error!"; } } else { echo "❌ Only PDF allowed and size must be under 5 MB."; } } ?> <!DOCTYPE html> <html lang="en-US" id="html"> <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> <head> <meta charset="UTF-8" /> <meta name='viewport' content='width=device-width, initial-scale=1.0' /> <meta http-equiv='X-UA-Compatible' content='IE=edge' /> <link rel="profile" href="https://gmpg.org/xfn/11" /> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <!-- This site is optimized with the Yoast SEO plugin v19.7.2 - https://yoast.com/wordpress/plugins/seo/ --> <title>Join Now | Automation & Controls Experts</title><link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Open%20Sans%3A600i%2C300%2C400%2C700%7CMontserrat%3A600%2C300%7CMontserrat%3A300%7COpen%20Sans%3A600i%2C300%2C400%2C700%7CMontserrat%3A300%2C600&display=swap" /><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open%20Sans%3A600i%2C300%2C400%2C700%7CMontserrat%3A600%2C300%7CMontserrat%3A300%7COpen%20Sans%3A600i%2C300%2C400%2C700%7CMontserrat%3A300%2C600&display=swap" media="print" onload="this.media='all'" /><noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open%20Sans%3A600i%2C300%2C400%2C700%7CMontserrat%3A600%2C300%7CMontserrat%3A300%7COpen%20Sans%3A600i%2C300%2C400%2C700%7CMontserrat%3A300%2C600&display=swap" /></noscript> <meta name="description" content="IDS Automation of La Crosse, WI creates custom automated control solutions for your manufacturing or robotics equipment." /> <link rel="canonical" href="join-now.php" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="IDS Automation | Automation & Controls Experts" /> <meta property="og:description" content="IDS Automation of La Crosse, WI creates custom automated control solutions for your manufacturing or robotics equipment." /> <meta property="og:url" content="join-now.php" /> <meta property="og:site_name" content="IDS Automation" /> <meta property="article:modified_time" content="2020-07-28T14:06:20+00:00" /> <meta property="og:image" content="wp-content/uploads/bb-plugin/cache/scada-headworks-landscape.png" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:label1" content="Est. reading time" /> <meta name="twitter:data1" content="4 minutes" /> <link rel='dns-prefetch' href='http://cdnjs.cloudflare.com/' /> <link rel='dns-prefetch' href='http://fonts.googleapis.com/' /> <link href='https://fonts.gstatic.com/' crossorigin rel='preconnect' /> <link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/foundation-icons.woff" as="font" type="font/woff2" crossorigin="anonymous"> <link rel="preload" href="wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin="anonymous"> <link rel="preload" href="wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin="anonymous"> <link rel="preload" href="wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin="anonymous"> <style> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='wp-includes/css/dist/block-library/style.min3000.css?ver=b06a522bbedafeb9d2b4ade87c0fbe41' media='all' /> <style id='wp-block-library-theme-inline-css'> .wp-block-audio figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio figcaption{color:hsla(0,0%,100%,.65)}.wp-block-code{border:1px solid #ccc;border-radius:4px;font-family:Menlo,Consolas,monaco,monospace;padding:.8em 1em}.wp-block-embed figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed figcaption{color:hsla(0,0%,100%,.65)}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:hsla(0,0%,100%,.65)}.wp-block-image figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-image figcaption{color:hsla(0,0%,100%,.65)}.wp-block-pullquote{border-top:4px solid;border-bottom:4px solid;margin-bottom:1.75em;color:currentColor}.wp-block-pullquote__citation,.wp-block-pullquote cite,.wp-block-pullquote footer{color:currentColor;text-transform:uppercase;font-size:.8125em;font-style:normal}.wp-block-quote{border-left:.25em solid;margin:0 0 1.75em;padding-left:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;position:relative;font-style:normal}.wp-block-quote.has-text-align-right{border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote.has-text-align-center{border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote.is-style-plain{border:none}.wp-block-search .wp-block-search__label{font-weight:700}:where(.wp-block-group.has-background){padding:1.25em 2.375em}.wp-block-separator.has-css-opacity{opacity:.4}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto}.wp-block-separator.has-alpha-channel-opacity{opacity:1}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:100px}.wp-block-separator.has-background:not(.is-style-dots){border-bottom:none;height:1px}.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){height:2px}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{padding:.5em;border:1px solid;word-break:normal}.wp-block-table figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video figcaption{color:hsla(0,0%,100%,.65)}.wp-block-template-part.has-background{padding:1.25em 2.375em;margin-top:0;margin-bottom:0} </style> <style id='global-styles-inline-css'> body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} </style> <link rel='stylesheet' id='arve-main-css' href='wp-content/plugins/advanced-responsive-video-embedder/build/main2c5d.css?ver=54d2e76056851d3b806e' media='all' /> <link rel='stylesheet' id='font-awesome-5-css' href='wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/css/all.min3371.css?ver=2.6.0.2' media='all' /> <link rel='stylesheet' id='foundation-icons-css' href='https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/foundation-icons3371.css?ver=2.6.0.2' media='all' /> <link rel='stylesheet' id='jquery-bxslider-css' href='wp-content/plugins/bb-plugin/css/jquery.bxslider3371.css?ver=2.6.0.2' media='all' /> <link rel='stylesheet' id='fl-builder-layout-12-css' href='wp-content/uploads/bb-plugin/cache/12-layoutf570.css?ver=82058e995c85599e29b955fa3d74a28e' media='all' /> <link rel='stylesheet' id='fl-builder-layout-bundle-c0078cb9fb3199abf426b6cf050e2a6e-css' href='wp-content/uploads/bb-plugin/cache/c0078cb9fb3199abf426b6cf050e2a6e-layout-bundle01f1.css?ver=2.6.0.2-1.4.3.2' media='all' /> <link rel='stylesheet' id='jquery-magnificpopup-css' href='wp-content/plugins/bb-plugin/css/jquery.magnificpopup.min3371.css?ver=2.6.0.2' media='all' /> <link rel='stylesheet' id='base-css' href='wp-content/themes/bb-theme/css/base.minad17.css?ver=1.7.11' media='all' /> <link rel='stylesheet' id='fl-automator-skin-css' href='wp-content/uploads/bb-theme/skin-626f1752442f0ad17.css?ver=1.7.11' media='all' /> <link rel='stylesheet' id='ds-child-theme-css' href='wp-content/themes/ds-bb-child/style3000.css?ver=b06a522bbedafeb9d2b4ade87c0fbe41' media='all' /> <link rel='stylesheet' id='pp-animate-css' href='wp-content/plugins/bbpowerpack/assets/css/animate.min9d52.css?ver=3.5.1' media='all' /> <script async="async" src='wp-content/plugins/advanced-responsive-video-embedder/build/main2c5d.js?ver=54d2e76056851d3b806e' id='arve-main-js'></script> <script src='wp-includes/js/jquery/jquery.minaf6c.js?ver=3.6.0' id='jquery-core-js'></script> <script src='wp-includes/js/jquery/jquery-migrate.mind617.js?ver=3.3.2' id='jquery-migrate-js'></script> <script src='wp-includes/js/imagesloaded.min3000.js?ver=b06a522bbedafeb9d2b4ade87c0fbe41' id='imagesloaded-js'></script> <link rel="https://api.w.org/" href="wp-json/index.html" /><link rel="alternate" type="application/json" href="wp-json/wp/v2/pages/12.json" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="xmlrpc0db0.html?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="wp-includes/wlwmanifest.xml" /> <!-- Stream WordPress user activity plugin v3.9.1 --> <link rel="apple-touch-icon" sizes="180x180" href="wp-content/themes/ds-bb-child/favicons/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="wp-content/themes/ds-bb-child/favicons/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="wp-content/themes/ds-bb-child/favicons/favicon-16x16.png"> <link rel="manifest" href="wp-content/themes/ds-bb-child/favicons/site.html"> <link rel="mask-icon" href="wp-content/themes/ds-bb-child/favicons/safari-pinned-tab.svg" color="#5bbad5"> <link rel="shortcut icon" href="wp-content/themes/ds-bb-child/favicons/favicon.ico"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="theme-color" content="#ffffff"> <style>.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style> <style id="wp-custom-css"> /* misc */ a.fl-button { text-transform:uppercase !important; } /* covers some odd space between header and main content */ #fl-main-content { margin-top:-5px; } /* header right */ .fl-node-5ecfe9d0dd003 .fl-icon-text br { display:none } .contact-row-1 { display:block; line-height:1.2; color:#333333; } .contact-row-2 { display:block; line-height:1.2; color:#777; } /* main nav */ .fl-node-5eced28420d8d ul.menu > li:first-of-type > a { padding-left:0; } .fl-node-5eced28420d8d .menu > li.current-menu-item > a { background-color:transparent; } .fl-builder-content .fl-node-5eced28420d8d .sub-menu > li > a { color:#333333; text-transform:none; font-family:"Open Sans",sans-serif; font-weight:400; border-bottom:1px solid #eee; } .fl-node-5eced28420d8d .menu li li { border-top:none; } .fl-builder-content .fl-node-5eced28420d8d .sub-menu { border-top:14px solid #000; } .fl-builder-content .fl-node-5eced28420d8d .sub-menu > li > a:hover { background:#ff0000; color:#fff; } .fl-builder-content .fl-node-5eced28420d8d .fl-menu-mobile-flyout .sub-menu > li > a { color:#fff; } /* search */ .fl-node-5ecfe71c8d527 input[type=search] { background-color:rgba(255,255,255,0.2); border:none; color:#aaa; background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 18.711l-6.044-6.044a7.782 7.782 0 0 0 1.688-4.845c0-2.089-.822-4.044-2.288-5.533C11.866.822 9.91 0 7.822 0S3.778.822 2.29 2.289A7.801 7.801 0 0 0 0 7.822c0 2.09.822 4.045 2.289 5.534a7.801 7.801 0 0 0 5.533 2.288c1.778 0 3.467-.6 4.845-1.688L18.71 20 20 18.711zM3.578 12.067c-2.334-2.334-2.334-6.156 0-8.49a5.968 5.968 0 0 1 4.244-1.755c1.6 0 3.111.622 4.245 1.756 2.333 2.333 2.333 6.155 0 8.489a5.968 5.968 0 0 1-4.245 1.755c-1.6 0-3.11-.622-4.244-1.755z' fill='%235D5D5D'/%3E%3C/svg%3E"); background-repeat:no-repeat; background-position:94% 7px } /* services row */ .fl-node-5ed12acd5a298 h3 { border-bottom:3px solid #ff0000; } .fl-node-5ed12acd5a298 .fl-callout-text { padding-top:30px; } /* grid */ .fl-node-5ed6c08b4269e .pp-post-tile-left, .fl-node-5ed6c08b4269e .pp-post-tile-right .pp-post-tile-small { border:1px solid #ccc; } .fl-node-5ed134919434b { border:1px solid #ccc; overflow:hidden; } .fl-node-5ed1349194427 > .fl-col-content { height:473px; overflow:hidden; } /* force box heights in grid */ .fl-node-5ed6c6a99f702, .fl-node-5ed6c90243463 { height:237px; overflow:hidden; } .fl-node-5ed6c77a4d602, .fl-node-5ed6c90827672 { height:236px; overflow:hidden; } /* about us row */ .fl-node-5ed15620289d6 .fl-callout-icon-above-title .fl-icon { height:80px; } .fl-node-5ed155479d15d .fl-icon i { position:relative; top:-14px; } .fl-node-5ed1550e5bbf6 .fl-icon i { position:relative; top:6px; } /* testimonials */ .fl-node-5ed16dd557c4a .bx-wrapper { height:150px !important; } .fl-node-5ed15c395d2df .fl-builder-module-template { padding:0; } .fl-node-5ed15c395d2df .bx-wrapper .bx-pager { text-align:left; } .fl-testimonials a:hover { color:#fff !important; } /* case studies row */ .fl-node-5ed165a941c89 p { margin:0 0 30px 0; } .fl-node-5ed165a941c89 img { display:inline-block; margin-right:10px; } /* home contact row */ .fl-node-5ed173944bb8c .gform_widget { padding:20px 40px; border:9px solid #f7f7f9; } .fl-node-5ed173944bb8c .gform_widget input[type=submit] { padding:15px 30px; } .fl-node-5ed173944bb8c .fl-widget { border:1px solid #eee; } .fl-node-5ed173944bb8c .gform_widget .gform_wrapper .top_label input.medium { width:100%; } /* case studies archive */ .pp-content-grid-post .pp-content-category-list, .pp-content-carousel-post .pp-content-category-list { border-top:none; margin-top:0; padding-top:0; } /* footer */ .fl-node-5ed181a030062 .fl-photo-content img { opacity:0.4; } .fl-node-5ed11f32b6d17 { overflow: hidden; } /* search results */ body.search .fl-node-5f19af825914e .fl-post-feed-post { margin-bottom:40px; padding-bottom:40px; } /* Put some padding above/below on mobile navigation menu */ #always-mm .fl-menu-mobile-flyout ul li a { padding: 15px 15px; } /* Industries page */ .all-industries-grid .fl-module-content { height:240px; } @media (max-width: 1125px) { /* shrink navigation padding to reach mobile breakpoint */ #always-mm ul.menu > li:first-of-type > a { padding-right: 15px; } #always-mm .menu a { padding-left: 15px; padding-right: 15px; } } @media (max-width:1050px) { .fl-builder-content .fl-node-5ed0049a0b5b4 a.fl-button { display:none; } /* grid separated */ .fl-node-5ed1349194427 > .fl-col-content { height:auto; } .fl-node-5ed1349194427 > .fl-col-content { border-right:none; } .fl-node-5ed1349194427 { height:auto; width:100% !important; float:none !important; border:none; border-bottom:1px solid #ccc; } .fl-node-5ed1349194427 > .fl-col-content { padding:0; /* grid left */ } .fl-node-5ed6c6725003a { width:50%; } .fl-node-5ed134919442b { width:50%; } .fl-node-5ed6c6a99f702 .fl-module-content, .fl-node-5ed6c90243463 .fl-module-content { height:237px; } .fl-node-5ed6c77a4d602 .fl-module-content, .fl-node-5ed6c90827672 .fl-module-content { height:237px; } } @media (max-width: 1100px) { .fl-node-5ed16dd557c4a .bx-wrapper { height:auto !important; } } @media (max-width: 1000px) { .fl-node-5ecfe9d0dd0b0, .fl-node-5ecfe9d0dd0b3 { width:50%; } } @media (max-width: 900px) { .fl-node-5ed126fadd7ed { width:35%; } .fl-node-5ed126fadd7f1 { width:65%; } } @media (max-width: 768px) { /* Force nav menu to stay 2 columns */ #ia-nav-row .ia-nav-col { clear: none; float: left; width: 95px !important; } #ia-nav-row .ia-nav-col .fl-module-content { margin-right: 0; } #ia-nav-row .ia-search-col { clear: none; float: right; width: calc( 100% - 95px ) !important; } .fl-builder-content .fl-node-5eced28420d8a { width:40% !important; } .fl-builder-content .fl-node-5eced28420d8b { width:60% !important; } .address-col .fl-module-content { margin-bottom:0; } .contact-col .fl-module-content{ margin-top:0; } .fl-node-5eced28420d8d .fl-menu { text-align:center; position:relative; top:-10px; } /* home page */ /* hero */ .fl-node-5ed11d474f18a > .fl-row-content-wrap { padding:50px; } .fl-col.fl-node-5ed11d4751a8b.fl-col-small { max-width:100%; } /* services */ .fl-node-5ed126fadd7ed { width:35%; } .fl-node-5ed1270ab5976.fl-module-heading .fl-heading { text-align:center; } .fl-node-5ed1270ab5976.fl-module-heading .fl-heading br { display:none; } .fl-node-5ed126fadd7ed > .fl-col-content { border:none; } .fl-node-5ed1279987db4 .fl-rich-text { text-align:center; } .fl-node-5ed126fadd7f1 { width:65%; } /* grid rows */ .fl-node-5ed131aaaf8ce.fl-col-has-cols { padding-left:10px; padding-right:10px; } .fl-node-5ed134919434b .fl-col-small:not(.fl-col-small-full-width) { max-width:100%; } .fl-node-5ed1349194427 > .fl-col-content { border-right:none; } .fl-node-5ed6c6a99f702 .fl-module-content { border-right:none; border-bottom:1px solid #ccc; } .fl-node-5ed6c77a4d602 .fl-module-content { border-right:none; border-bottom:1px solid #ccc; } .fl-node-5ed6c90243463 .fl-module-content { border-top:1px solid #ccc; } /* about us */ .fl-node-5ed1562028bd5 > .fl-col-content { border:none; } /* quote */ .fl-node-5ed16e989792d > .fl-module-content p { font-size:24px; } /* contact */ .fl-node-5ed173944bb8c .gform_widget { padding:15px; } } @media (max-width: 500px) { .fl-builder-content .fl-node-5eced28420d8a { width:100% !important; float:none; } .fl-node-5ecfe5057f092 .fl-photo { text-align:center; } .fl-builder-content .fl-node-5eced28420d8b { display:none; } } </style> </head> <body class="home page-template-default page page-id-12 fl-builder fl-theme-builder-header fl-theme-builder-header-sitewide-header fl-theme-builder-footer fl-theme-builder-footer-sitewide-footer fl-framework-base fl-preset-default fl-full-width fl-search-active" itemscope="itemscope" itemtype="https://schema.org/WebPage"> <div class="fl-page"> <header class="fl-builder-content fl-builder-content-71 fl-builder-global-templates-locked" data-post-id="71" data-type="header" data-sticky="1" data-sticky-on="" data-sticky-breakpoint="medium" data-shrink="1" data-overlay="0" data-overlay-bg="transparent" data-shrink-image-height="50px" role="banner" itemscope="itemscope" itemtype="http://schema.org/WPHeader"> <?php include ('menu.php');?> </header> <div id="fl-main-content" class="fl-page-content" itemprop="mainContentOfPage" role="main"> <div class="fl-content-full container"> <div class="row"> <div class="fl-content col-md-12"> <article class="fl-post post-12 page type-page status-publish hentry" id="fl-post-12" itemscope="itemscope" itemtype="https://schema.org/CreativeWork"> <div class="fl-post-content clearfix" itemprop="text"> <div class="fl-builder-content fl-builder-content-12 fl-builder-content-primary fl-builder-global-templates-locked" data-post-id="12"> <div class="fl-row fl-row-full-width fl-row-bg-none fl-node-5ed131aaa5ad0" data-node="5ed131aaa5ad0"> <div class="fl-row-content-wrap"> <div class="fl-row-content fl-row-fixed-width fl-node-content"> <div class="fl-col-group fl-node-5ed131aaaf7d9" data-node="5ed131aaaf7d9"> <div class="fl-col fl-node-5ed131aaaf8ce fl-col-has-cols" data-node="5ed131aaaf8ce"> <div class="fl-col-content fl-node-content"> <div class="fl-col-group fl-node-5ed134919434b fl-col-group-nested" data-node="5ed134919434b"> <div class="fl-col fl-node-5ed1349194427 fl-col-small fl-animation fl-slide-in-left" data-node="5ed1349194427" data-animation-delay="0" data-animation-duration="1"> <div class="fl-col-content fl-node-content"><div class="fl-module fl-module-rich-text fl-node-5ed134a33a47f" data-node="5ed134a33a47f"> <div class="fl-module-content fl-node-content"> <div class="fl-rich-text"> <h2>Drop a Resume</h2><div class="fl-module fl-module-html fl-node-5ed17767b0db6" data-node="5ed17767b0db6"> <div class="fl-module-content fl-node-content"> <div class="fl-html"> <div style="width:55px;border-bottom:3px solid red;"></div></div> </div> </div> <p>(Microsoft Word or PDF only (Max. 5MB))</p> </div> </div> </div> </div> </div> <div class="fl-row fl-row-full-width fl-row-bg-none fl-node-5ed16f9be07f4" data-node="5ed16f9be07f4"> <div class="fl-row-content-wrap"> <div class="fl-row-content fl-row-fixed-width fl-node-content"> <div class="fl-col-group fl-node-5ed16f9c04e20" data-node="5ed16f9c04e20"> <div class="fl-col fl-node-5ed16f9c04f67 fl-col-small" data-node="5ed16f9c04f67"> <div class="fl-col-content fl-node-content"><div class="fl-module fl-module-heading fl-node-5ed177471989b" data-node="5ed177471989b"> <div class="fl-module-content fl-node-content"> <h2 class="fl-heading"> <span class="fl-heading-text"> </span> </h2> </div> </div> <div class="fl-module fl-module-widget fl-node-5ed173944bb8c" data-node="5ed173944bb8c"> <div class="fl-module-content fl-node-content"> <div class="fl-widget"> <div class="widget gform_widget"><link rel='stylesheet' id='gforms_reset_css-css' href='wp-content/plugins/gravityforms/legacy/css/formreset.mind047.css?ver=2.6.7' media='all' /> <link rel='stylesheet' id='gforms_formsmain_css-css' href='wp-content/plugins/gravityforms/legacy/css/formsmain.mind047.css?ver=2.6.7' media='all' /> <link rel='stylesheet' id='gforms_ready_class_css-css' href='wp-content/plugins/gravityforms/legacy/css/readyclass.mind047.css?ver=2.6.7' media='all' /> <link rel='stylesheet' id='gforms_browsers_css-css' href='wp-content/plugins/gravityforms/legacy/css/browsers.mind047.css?ver=2.6.7' media='all' /> <script src='wp-includes/js/dist/vendor/regenerator-runtime.min3937.js?ver=0.13.9' id='regenerator-runtime-js'></script> <script src='wp-includes/js/dist/vendor/wp-polyfill.min2c7c.js?ver=3.15.0' id='wp-polyfill-js'></script> <script src='wp-includes/js/dist/dom-ready.min9aec.js?ver=d996b53411d1533a84951212ab6ac4ff' id='wp-dom-ready-js'></script> <script src='wp-includes/js/dist/hooks.mincbb5.js?ver=c6d64f2cb8f5c6bb49caca37f8828ce3' id='wp-hooks-js'></script> <script src='wp-includes/js/dist/i18n.min771a.js?ver=ebee46757c6a411e38fd079a7ac71d94' id='wp-i18n-js'></script> <script id='wp-i18n-js-after'> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); </script> <script src='wp-includes/js/dist/a11y.min416f.js?ver=a38319d7ba46c6e60f7f9d4c371222c5' id='wp-a11y-js'></script> <script defer='defer' src='wp-content/plugins/gravityforms/js/jquery.json.mind047.js?ver=2.6.7' id='gform_json-js'></script> <script id='gform_gravityforms-js-extra'> var gform_i18n = {"datepicker":{"days":{"monday":"Mon","tuesday":"Tue","wednesday":"Wed","thursday":"Thu","friday":"Fri","saturday":"Sat","sunday":"Sun"},"months":{"january":"January","february":"February","march":"March","april":"April","may":"May","june":"June","july":"July","august":"August","september":"September","october":"October","november":"November","december":"December"},"firstDay":0,"iconText":"Select date"}}; var gf_legacy_multi = []; var gform_gravityforms = {"strings":{"invalid_file_extension":"This type of file is not allowed. Must be one of the following:","delete_file":"Delete this file","in_progress":"in progress","file_exceeds_limit":"File exceeds size limit","illegal_extension":"This type of file is not allowed.","max_reached":"Maximum number of files reached","unknown_error":"There was a problem while saving the file on the server","currently_uploading":"Please wait for the uploading to complete","cancel":"Cancel","cancel_upload":"Cancel this upload","cancelled":"Cancelled"},"vars":{"images_url":"https:\/\/www.industrialautomation.us\/wp-content\/plugins\/gravityforms\/images"}}; var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2,"code":"USD"},"base_url":"https:\/\/www.industrialautomation.us\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/www.industrialautomation.us\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved. The content contains the link to return and complete the form."}}; </script> <script defer='defer' src='wp-content/plugins/gravityforms/js/gravityforms.mind047.js?ver=2.6.7' id='gform_gravityforms-js'></script> <script defer='defer' src='wp-content/plugins/gravityforms/js/jquery.maskedinput.mind047.js?ver=2.6.7' id='gform_masked_input-js'></script> <script defer='defer' src='wp-content/plugins/gravityforms/js/placeholders.jquery.mind047.js?ver=2.6.7' id='gform_placeholder-js'></script> <script type="text/javascript"></script> <div class='gf_browser_unknown gform_wrapper home-contact_wrapper gform_legacy_markup_wrapper' id='gform_wrapper_1' > <form method='post' enctype='multipart/form-data' id='gform_1' class='home-contact gform_legacy_markup' > <div class='gform_body gform-body'><ul id='gform_fields_1' class='gform_fields top_label form_sublabel_below description_below'> <li id="field_1_5" class="gfield field_sublabel_below field_description_below hidden_label gfield_visibility_visible" data-js-reload="field_1_5"><label class='gfield_label' for='input_1_5' >Name</label> <div class='ginput_container ginput_container_text'> <input placeholder="Enter Name" name="name2" required class="form-control" aria-required="true" type="text"> </div></li> <li id="field_1_2" class="gfield field_sublabel_below field_description_below hidden_label gfield_visibility_visible" data-js-reload="field_1_2"><label class='gfield_label' for='input_1_2' >Email</label><div class='ginput_container ginput_container_email'> <input placeholder="Email" name="email2" class="form-control" required aria-required="true" type="text"> </div></li> <li id="field_1_3" class="gfield field_sublabel_below field_description_below hidden_label gfield_visibility_visible" data-js-reload="field_1_3"><label class='gfield_label' for='input_1_3' >Phone</label><div class='ginput_container ginput_container_phone'><input placeholder="Phone" name="mobile2" class="form-control" required type="text"/></div></li> <li id="field_1_4" class="gfield field_sublabel_below field_description_below hidden_label gfield_visibility_visible" data-js-reload="field_1_4"><label class='gfield_label' for='input_1_4' >Untitled</label><div class='ginput_container ginput_container_textarea'> <textarea placeholder="Post for Apply" rows="1" class="form-control" name="description2" ></textarea></div></li> <li id="field_1_4" data-js-reload="field_1_4"><label class='gfield_label' for='input_1_4' >(Microsoft PDF only (Max. 5MB)) allowed.</label> <div class='ginput_container ginput_container_textarea'> <input type="file" name="file" value=""></div></li> </ul></div> <div class='gform_footer top_label'> <button type="sub" name="sub" style="color:red; background-color:#555555; border: none; color: white; padding: 10px 15px; text-align: center; text-decoration: none; display: inline-block; font-size: 14px; margin: 4px 2px; cursor: pointer;" data-loading-text="Please wait...">Send Resume</button> <input type="Reset" style="color:red; background-color:#555555; border: none; color: white; padding: 10px 15px; text-align: center; text-decoration: none; display: inline-block; font-size: 14px; margin: 4px 2px; cursor: pointer;" name="sub1" value="Reset"> </div> <div class="fl-module fl-module-button fl-node-5ed6cadc9ca1f" data-node="5ed6cadc9ca1f"> <div class="fl-module-content fl-node-content"> <div class="fl-button-wrap fl-button-width-auto fl-button-left"> <a href="Career.php" target="_self" class="fl-button" role="button"> <span class="fl-button-text">View All Jobs</span> </a> </div> </div> </div></form> </div></div></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div><!-- .fl-post-content --> </article> <!-- .fl-post --> </div> </div> </div> </div><!-- .fl-page-content --> <footer class="fl-builder-content fl-builder-content-98 fl-builder-global-templates-locked" data-post-id="98" data-type="footer" itemscope="itemscope" itemtype="http://schema.org/WPFooter"><div class="fl-row fl-row-full-width fl-row-bg-photo fl-node-5ed11f32b6d0e fl-row-bg-overlay" data-node="5ed11f32b6d0e"> <?php include ('footer.php');?> </footer> </div><!-- .fl-page --> <script src='wp-content/plugins/bb-plugin/js/jquery.waypoints.min3371.js?ver=2.6.0.2' id='jquery-waypoints-js'></script> <script src='wp-content/plugins/bb-plugin/js/jquery.easing.minad05.js?ver=1.4' id='jquery-easing-js'></script> <script src='wp-content/plugins/bb-plugin/js/jquery.fitvids.min62ea.js?ver=1.2' id='jquery-fitvids-js'></script> <script src='wp-content/plugins/bb-plugin/js/jquery.bxslider.min3371.js?ver=2.6.0.2' id='jquery-bxslider-js'></script> <script src='wp-content/plugins/bbpowerpack/assets/js/isotope.pkgd.min41fe.js?ver=3.0.1' id='jquery-isotope-js'></script> <script src='wp-content/uploads/bb-plugin/cache/12-layoutaefe.js?ver=6f634c5d56f19d9aee8420cc323a151b' id='fl-builder-layout-12-js'></script> <script src='wp-content/plugins/bb-plugin/js/jquery.ba-throttle-debounce.min3371.js?ver=2.6.0.2' id='jquery-throttle-js'></script> <script src='wp-content/uploads/bb-plugin/cache/5af92e14c52efa008c05c155985a58da-layout-bundle01f1.js?ver=2.6.0.2-1.4.3.2' id='fl-builder-layout-bundle-5af92e14c52efa008c05c155985a58da-js'></script> <script src='wp-content/plugins/bb-plugin/js/jquery.magnificpopup.min3371.js?ver=2.6.0.2' id='jquery-magnificpopup-js'></script> <script id='fl-automator-js-extra'> var themeopts = {"medium_breakpoint":"992","mobile_breakpoint":"768"}; </script> <script src='wp-content/themes/bb-theme/js/theme.minad17.js?ver=1.7.11' id='fl-automator-js'></script> <script> gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 1) {if(typeof Placeholders != 'undefined'){ Placeholders.enable(); }jQuery('#input_1_3').mask('(999) 999-9999').bind('keypress', function(e){if(e.which == 13){jQuery(this).blur();} } );} } );jQuery(document).bind('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); </script> <script> gform.initializeOnLoaded( function() { jQuery(document).trigger('gform_post_render', [1, 1]) } ); </script> <script></script></body> </html>
Ukuran: 40.5 KB