CINXE.COM

privacy | Careers at Aalberts IPS

<!DOCTYPE html> <html lang="en-us"><head><script>addEventListener('DOMContentLoaded', (_) => {var scriptTag = document.createElement('script'); scriptTag.type = 'text/javascript'; const scriptVal =`(function (w, d, s, l, i) {w[l] = w[l] || []; w[l].push({"gtm.start": new Date().getTime(), event: "gtm.js",});var f = d.getElementsByTagName(s)[0],j = d.createElement(s),dl = l != "dataLayer" ? "&l=" + l : "";j.async = true; j.src ="https://www.googletagmanager.com/gtm.js?id=" + i + dl; f.parentNode.insertBefore(j, f); })(window, document, "script", "dataLayer", "GTM-NQBNC6D");`;scriptTag.innerHTML = scriptVal; fetch("/api/cookie-consent").then((response) => response.json()) .then((data) => {if (data !== "necessary") {document.head.appendChild(scriptTag);}})});</script><script>fetch("/api/cookie-consent").then((response) => response.json()) .then((data) => {var scriptTag = document.createElement('script'); scriptTag.type = 'text/javascript'; const granted = (values) => data !== "necessary" && values.includes(data) ? "granted" : "denied"; const scriptVal =`gtag('consent', 'update', {'ad_storage': '${granted(["marketing"])}', 'ad_user_data': '${granted(["marketing"])}', 'ad_personalization': '${granted(["marketing"])}', 'analytics_storage': '${granted(["statistics", "marketing"])}', 'wait_for_update': 2000 });`;scriptTag.innerHTML = scriptVal; document.head.appendChild(scriptTag);})</script><script>function onClickSettings () { const consentCards = document.querySelector("#consent-cards"); const openSettingsLink = document.querySelector("#settings-link"); const submitBtn = document.querySelector("#submit-button"); const body = document.querySelector("body"); const consentMsgs = document.querySelectorAll(".selected-consent-msg"); openSettingsLink.classList.toggle("visible"); consentCards.classList.toggle("visible"); consentMsgs.forEach(e => { e.classList.toggle("visible"); }) if (window.innerWidth < 768) { body.classList.toggle("no-scroll") } } function onClickCheckBox (index, adjustSubmit) { const cookieModal = document.querySelector(".cookie-modal"); const cookieConsentForm = cookieModal && cookieModal.querySelector("#consent-form") const allCheckboxes = cookieModal && cookieModal.querySelectorAll(".form-checkbox"); const arrayFromCheckboxes = Array.from(allCheckboxes); const hiddenInput = cookieModal && cookieModal.querySelector("#hidden-input"); const submitButton = cookieModal && cookieModal.querySelector("#submit-button"); if (!arrayFromCheckboxes.length) return; const currentCheckbox = arrayFromCheckboxes[index] const previousCheckbox = arrayFromCheckboxes[index - 1] && arrayFromCheckboxes[index - 1] || arrayFromCheckboxes[0] const isChecked = currentCheckbox.checked // set hidden input with value of the clicked card const hiddenInputValue = isChecked && currentCheckbox.value || previousCheckbox.value hiddenInput.setAttribute("value", hiddenInputValue); hiddenInput.value = hiddenInputValue; // Select checkbox and all preceding ones const arrayFromCheckboxes_ = arrayFromCheckboxes.map((checkbox, i) => { const currentCheckbox = i === index; const nextCheckbox = arrayFromCheckboxes[i + 1] && arrayFromCheckboxes[i + 1].checked; // Set first checkbox always true if (i === 0) return checkbox.checked = true; // Set all previous checkboxes to true if (i < index && !checkbox.checked) return checkbox.checked = true; // Set all next checkboxes to false if (i > index && checkbox.checked) return checkbox.checked = false; }); // Set "is-full-consent" class on submit button if last checkbox is selected adjustSubmit && submitButton.classList.toggle( "is-full-consent", (arrayFromCheckboxes.slice(-1)[0]).checked ) return arrayFromCheckboxes_ } function onClickDeclineAll () { const cookieModal = document.querySelector(".cookie-modal"); const cookieConsentForm = cookieModal && cookieModal.querySelector("#consent-form") onClickCheckBox(0, false); cookieConsentForm && cookieConsentForm.submit(); } function onClickAcceptAll () { const cookieModal = document.querySelector(".cookie-modal"); const cookieConsentForm = cookieModal && cookieModal.querySelector("#consent-form") const inputs = cookieModal && cookieModal.querySelectorAll("#consent-form .form-checkbox") inputs.forEach((input) => { input.checked = true; }) const hiddenInput = cookieModal && cookieModal.querySelector("#hidden-input"); hiddenInput.setAttribute("value", "marketing"); hiddenInput.value = "marketing"; cookieConsentForm && cookieConsentForm.submit(); } addEventListener('DOMContentLoaded', (event) => { fetch(`/api/show-cookie-modal`) .then((response) => response.json()) .then((showCookieModal) => { const cookieModal = document.querySelector(".cookie-modal"); return showCookieModal && cookieModal && cookieModal.classList.add("open"); }); });</script><script>var dimensions ={ dimension1: "",dimension2: "UnitedStates", dimension3: "en-us", dimension4: "Industrie", dimension5: "Large", dimension6: "FiftyOneToFiveHundred", dimension7: "WorldWide", dimension8: ["banner","content-group","content-group","content-group","content-group"], dimension9: "", dimension10: "", dimension11: "", dimension12: "", dimension13: "Necessary"};var _paq = window._paq = window._paq || []; // Initial page load _paq.push(['trackEvent', "Website visit", "Website visit", "Website visit", "Website visit", dimensions ]);(function() {var u="https://analytics.floydhamilton.tech/"; _paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setSiteId', '1']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);})(); // Scroll tracking var maxScrollHeight = document.documentElement.scrollHeight - document.documentElement.clientHeight; var percentagesArr = Array.from({ length: 20 }, (_, index) => (index + 1) * 5); const showed = {}; let timeout; let previousPercentage; window.addEventListener("scroll", function (event) {var scrollVal = this.scrollY; var scrollPercentage = Math.round(scrollVal / maxScrollHeight * 100); let currentPercentage = 0; let i = 0; while(percentagesArr[i] <= scrollPercentage) {currentPercentage = percentagesArr[i++];} if (previousPercentage !== currentPercentage) {clearTimeout(timeout); timeout = currentPercentage !== 0 && !showed[currentPercentage]? setTimeout(() => {showed[currentPercentage] = true; _paq.push(['trackEvent', "ScrollDepth", "ScrollDepth", "ScrollDepth", currentPercentage, dimensions]); }, 2000): null;previousPercentage = currentPercentage;}}); window.addEventListener("resize", () => {maxScrollHeight = document.documentElement.scrollHeight - document.documentElement.clientHeight;})</script><script>window.dataLayer = window.dataLayer || []; (function checkConsent () { const dataLayerObj = {"event":"cms_page_loaded"}; fetch(`/api/cookie-consent`) .then((response) => response.json()) .then((data) => { window.dataLayer.push({...dataLayerObj, consent: data})}) .catch(() => { window.dataLayer.push({...dataLayerObj, consent: "necessary"})}); })(); </script><script>window.dataLayer = window.dataLayer || []; window.gtag_enable_tcf_support = true; function gtag() { dataLayer.push(arguments); } gtag('consent', 'default', {'ad_storage': "denied", 'ad_user_data': "denied", 'ad_personalization': "denied", 'analytics_storage': "denied", 'functionality_storage': "granted", 'security_storage': "granted", 'wait_for_update': 2000 });</script><script type="text/javascript">function uuidv4() {return ([1e7] + -1e3 + -4e3 + -8e3 + -1e11).replace(/[018]/g, (c) =>(c ^ (crypto.getRandomValues(new Uint8Array(1))[0] & (15 >> (c / 4)))).toString(16));} function formatDate(dateString, showTime) {try {var date = new Date(dateString + "Z");} catch {var date = new Date(dateString)}; date.setMinutes(date.getMinutes()); const formattedDate = date.getDate() + "-" + (date.getMonth() + 1) + "-" + date.getFullYear(); const formattedTime = date.getHours().toString().padStart(2, "0") + ":" + date.getMinutes().toString().padStart(2, "0"); if (showTime) {return formattedDate + " " + formattedTime;} else {return formattedDate;};}</script><script type="text/javascript">var _ss = _ss || []; _ss.push(['_setDomain', 'https://koi-3QNT06OZAU.marketingautomation.services/net']); _ss.push(['_setAccount', 'KOI-4J53GTATUQ']); _ss.push(['_trackPageView']); window._pa = window._pa || {}; (function() {var ss = document.createElement('script'); ss.type = 'text/javascript'; ss.async = true; ss.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'koi-3QNT06OZAU.marketingautomation.services/client/ss.js?ver=2.4.0'; var scr = document.getElementsByTagName('script')[0]; scr.parentNode.insertBefore(ss, scr);})();</script><link rel="canonical" href="https://careersaalberts-ips.us/privacy"><link rel="icon" type="image/png" href="https://careersaalberts-ips.us/static/images/icon-16x16.png" sizes="16x16"><link rel="icon" type="image/png" href="https://careersaalberts-ips.us/static/images/icon-32x32.png" sizes="32x32"><link rel="preload" as="script" href="/static/js/components-en-us.js?v=21.1.53"><link rel="preload" as="style" href="/static/css/site.css?v=21.1.53"><link rel="stylesheet" media="all" href="/static/css/site.css?v=21.1.53"><meta charset="UTF-8"><meta name="author" content><meta name="description" content><meta name="viewport" content="width=device-width,initial-scale=1"> <title>privacy | Careers at Aalberts IPS</title> </head> <body><div class="page"><header class="header bg-white "><div class="header-wrapper"><div class="header-container"><div class="link link-menu-toggle"><div class="link-icon" aria-label="Open submenu"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 20.1 19.1" x="0px" y="0px" style="enable-background:new 0 0 20.1 19.1;"><path d="M0,7h20v2H0V7z M0,0h20v2H0V0z M3.3,19H2.5v-2.4c0-0.3-0.1-0.5-0.2-0.7c-0.1-0.1-0.3-0.2-0.5-0.2 c-0.3,0-0.6,0.1-0.7,0.3c-0.1,0.2-0.2,0.6-0.2,1V19H0v-3.9h0.6l0.1,0.5h0c0.1-0.2,0.3-0.3,0.5-0.4C1.5,15.1,1.7,15,2,15 c0.6,0,1,0.2,1.2,0.6h0.1c0.1-0.2,0.3-0.3,0.5-0.4C3.9,15.1,4.2,15,4.4,15c0.5,0,0.8,0.1,1,0.4c0.2,0.2,0.3,0.6,0.3,1.1V19H4.9v-2.4 c0-0.3-0.1-0.5-0.2-0.7c-0.1-0.1-0.3-0.2-0.5-0.2c-0.3,0-0.6,0.1-0.7,0.3c-0.1,0.2-0.2,0.5-0.2,0.9V19z M9,19.1 c-0.6,0-1.1-0.2-1.4-0.5C7.2,18.2,7,17.7,7,17.1c0-0.6,0.2-1.1,0.5-1.5C7.8,15.2,8.3,15,8.8,15c0.5,0,0.9,0.2,1.2,0.5 c0.3,0.3,0.4,0.7,0.4,1.3v0.4H7.9c0,0.4,0.1,0.7,0.3,0.9c0.2,0.2,0.5,0.3,0.8,0.3c0.2,0,0.4,0,0.6-0.1c0.2,0,0.4-0.1,0.6-0.2v0.7 C10.1,18.9,9.9,19,9.7,19C9.5,19,9.2,19.1,9,19.1z M8.8,15.7c-0.3,0-0.5,0.1-0.6,0.2c-0.2,0.2-0.3,0.4-0.3,0.7h1.8 c0-0.3-0.1-0.6-0.2-0.7C9.3,15.8,9.1,15.7,8.8,15.7z M15.2,19h-0.8v-2.4c0-0.3-0.1-0.5-0.2-0.7c-0.1-0.1-0.3-0.2-0.6-0.2 c-0.3,0-0.6,0.1-0.8,0.3c-0.2,0.2-0.2,0.6-0.2,1V19h-0.8v-3.9h0.6l0.1,0.5h0c0.1-0.2,0.3-0.3,0.5-0.4c0.2-0.1,0.5-0.2,0.7-0.2 c0.9,0,1.4,0.5,1.4,1.4V19z M19.4,19l-0.1-0.5h0c-0.1,0.2-0.3,0.3-0.5,0.4c-0.2,0.1-0.5,0.2-0.7,0.2c-0.5,0-0.8-0.1-1.1-0.4 c-0.2-0.2-0.3-0.6-0.3-1.1v-2.5h0.8v2.4c0,0.3,0.1,0.5,0.2,0.7c0.1,0.1,0.3,0.2,0.6,0.2c0.3,0,0.6-0.1,0.8-0.3 c0.2-0.2,0.2-0.6,0.2-1v-1.9h0.8V19H19.4z" /></path></svg></div><div class="link-icon"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 18 26.07"><polygon points="15.46,15.78 16.88,14.36 10.43,7.89 16.88,1.41 15.46,0 9.01,6.47 2.54,0 1.12,1.41 7.6,7.89 1.12,14.36 2.54,15.78 9.01,9.3 " /></polygon><path d="M10.1,24.1c0,0.47-0.08,0.81-0.24,1.02c-0.16,0.2-0.4,0.3-0.74,0.3c-0.25,0-0.44-0.07-0.56-0.22 c-0.12-0.15-0.18-0.36-0.18-0.65v-2.33H7.57v2.47c0,0.46,0.11,0.81,0.34,1.04c0.23,0.23,0.57,0.34,1.03,0.34 c0.26,0,0.5-0.05,0.7-0.15c0.21-0.1,0.37-0.24,0.48-0.41h0.04l0.11,0.5h0.63v-3.78H10.1V24.1z" /></path><rect x="4.65" y="20.68" width="0.8" height="5.32" /></rect><path d="M2.36,24.11c-0.14-0.1-0.37-0.21-0.68-0.33c-0.37-0.14-0.61-0.26-0.72-0.34c-0.11-0.08-0.16-0.18-0.16-0.3 c0-0.24,0.21-0.36,0.64-0.36c0.28,0,0.62,0.08,1.03,0.25l0.26-0.61c-0.4-0.18-0.82-0.27-1.26-0.27c-0.45,0-0.8,0.09-1.07,0.27 C0.13,22.6,0,22.85,0,23.17c0,0.27,0.08,0.49,0.23,0.66c0.15,0.17,0.45,0.34,0.89,0.51c0.22,0.09,0.4,0.16,0.52,0.23 c0.13,0.07,0.22,0.13,0.27,0.2c0.05,0.06,0.08,0.14,0.08,0.24c0,0.3-0.25,0.45-0.74,0.45c-0.38,0-0.8-0.1-1.24-0.31v0.69 c0.31,0.15,0.71,0.23,1.21,0.23c0.5,0,0.89-0.1,1.16-0.29c0.27-0.2,0.4-0.48,0.4-0.85c0-0.18-0.03-0.34-0.1-0.47 C2.61,24.32,2.5,24.21,2.36,24.11z" /></path><rect x="13.05" y="22.22" width="0.8" height="3.78" /></rect><path d="M17.41,25.42c-0.16,0-0.28-0.05-0.38-0.14c-0.1-0.09-0.14-0.24-0.14-0.43v-2.02h1.08v-0.61h-1.08v-0.84h-0.5l-0.27,0.8 l-0.55,0.29v0.36h0.52v2.04c0,0.8,0.38,1.2,1.14,1.2c0.15,0,0.29-0.01,0.43-0.04c0.14-0.02,0.26-0.06,0.35-0.1v-0.6 C17.8,25.39,17.61,25.42,17.41,25.42z" /></path><path d="M13.46,20.77c-0.15,0-0.26,0.04-0.34,0.12C13.04,20.96,13,21.07,13,21.22c0,0.14,0.04,0.24,0.12,0.32 c0.08,0.08,0.19,0.12,0.34,0.12c0.14,0,0.25-0.04,0.33-0.12c0.08-0.08,0.12-0.19,0.12-0.32c0-0.14-0.04-0.25-0.12-0.33 C13.71,20.81,13.6,20.77,13.46,20.77z" /></path></svg></div></div><div class="logo"><a href="https://careersaalberts-ips.us"><img alt="Aalberts Integrated Piping Systems logo" src="https://careersaalberts-ips.us/static/images/logo.png" /></a></div><nav class="nav nav-menu" aria-label="Main navigation"><div class="close-menu" aria-label="Close submenu"><div class="close-icon"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 13.44 13.44"><polygon points="13.44,11.31 8.84,6.72 13.43,2.12 11.31,0 6.72,4.6 2.12,0 0,2.12 4.6,6.72 0,11.31 2.12,13.44 6.72,8.84 11.31,13.43 " /></polygon></svg></div></div><a class="link link-underline" href="https://careersaalberts-ips.us/vacancies">our vacancies</a><div class="header-item-with-dropdown " tabindex="0"><div class="link header-item-with-dropdown-toggle"><span class="link-label">find your path</span><span class="link-icon"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 19 11"><path id="Path" d="M16.76,0L9.5,6.8L2.24,0L0,2.1L9.5,11L19,2.1L16.76,0z" /></path></svg></span></div><nav class="dropdown-menu"><div class="dropdown-container"><ul class="dropdown-columns"><li class="dropdown-column"><ul class="dropdown-top-level"><li class="dropdown-menu-item"><a class="link link-underline with-link" href="https://careersaalberts-ips.us/manufacturing-and-logistics">manufacturing &amp; logistics</a></li><li class="dropdown-menu-item"><a class="link link-underline with-link" href="https://careersaalberts-ips.us/engineering-and-technical">engineering &amp; technical</a></li><li class="dropdown-menu-item"><a class="link link-underline with-link" href="https://careersaalberts-ips.us/corporate">corporate</a></li></ul></li></ul></div></nav></div><a class="link link-underline" href="https://careersaalberts-ips.us/employee-spotlight">employee spotlight</a><div class="header-item-with-dropdown " tabindex="0"><div class="link header-item-with-dropdown-toggle"><span class="link-label">working at aalberts ipsa</span><span class="link-icon"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 19 11"><path id="Path" d="M16.76,0L9.5,6.8L2.24,0L0,2.1L9.5,11L19,2.1L16.76,0z" /></path></svg></span></div><nav class="dropdown-menu"><div class="dropdown-container"><ul class="dropdown-columns"><li class="dropdown-column"><ul class="dropdown-top-level"><li class="dropdown-menu-item"><a class="link link-underline with-link" href="https://careersaalberts-ips.us/who-we-are">who we are</a></li><li class="dropdown-menu-item"><a class="link link-underline with-link" href="https://careersaalberts-ips.us/learning-and-development">learning &amp; development</a></li></ul></li></ul></div></nav></div></nav><nav class="nav nav-actions"><div class="link link-job-alert"><a class="link-page" href="https://careersaalberts-ips.us/job-alert" title="Go to the jobalert page" aria-label="Go to the jobalert page"><div class="link-icon"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 43.2 42.24" style="enable-background:new 0 0 43.2 42.24;" xml:space="preserve"><path d="M41.95,30c-3.04-2.57-5.78-6.33-5.78-10.31v-5.61C36.17,6.32,29.86,0,22.1,0C14.34,0,7.03,6.32,7.03,14.08v5.61 c0,3.98-2.74,7.74-5.8,10.32C0.45,30.68,0,31.66,0,32.69c0,1.94,1.58,3.52,3.52,3.52h11.2c0.7,3.44,3.74,6.03,7.38,6.03 c3.64,0,6.68-2.6,7.38-6.03h10.2c1.94,0,3.52-1.58,3.52-3.52C43.2,31.66,42.75,30.68,41.95,30z M22.1,39.23 c-1.96,0-3.62-1.26-4.24-3.02h8.49C25.72,37.96,24.06,39.23,22.1,39.23z M39.68,33.19H3.52c-0.27,0-0.5-0.23-0.5-0.5 c0-0.2,0.11-0.33,0.18-0.39c3.72-3.14,6.85-7.74,6.85-12.61v-5.61c0-6.1,5.96-11.06,12.05-11.06c6.09,0,11.05,4.96,11.05,11.06v5.61 c0,4.87,3.13,9.47,6.85,12.62c0.07,0.06,0.18,0.18,0.18,0.38C40.18,32.96,39.95,33.19,39.68,33.19z" /></path></svg></div></a></div><div class="link link-favorites hidden" id="favorites-page-link"><a class="link-page" href="https://careersaalberts-ips.us/vacancies/favorites" title="Favorites overview" aria-label="View my favorite vacancies"><div class="link-icon"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 46.13 42.21" style="enable-background:new 0 0 46.13 42.21;" xml:space="preserve"><path d="M23.06,42.21c-0.98,0-1.92-0.36-2.65-1.02c-1.73-1.55-3.4-3-4.87-4.28c-4.44-3.87-8.24-7.18-10.93-10.5 C1.47,22.54,0,18.82,0,14.74c0-3.99,1.35-7.69,3.81-10.41C6.32,1.54,9.78,0,13.54,0c2.83,0,5.42,0.91,7.7,2.71 c0.65,0.51,1.26,1.09,1.83,1.73c0.57-0.64,1.18-1.21,1.83-1.73C27.17,0.91,29.76,0,32.59,0c3.76,0,7.21,1.54,9.73,4.33l0,0 c2.45,2.72,3.81,6.42,3.81,10.41c0,4.09-1.46,7.8-4.61,11.68c-2.7,3.32-6.5,6.63-10.9,10.47l-0.32,0.28 c-1.4,1.22-2.96,2.58-4.58,4.03C24.98,41.85,24.04,42.21,23.06,42.21z M13.54,2.94c-2.91,0-5.59,1.19-7.54,3.36 c-1.96,2.18-3.05,5.17-3.05,8.44c0,3.38,1.26,6.5,3.95,9.82c2.53,3.12,6.24,6.35,10.53,10.09c1.52,1.33,3.2,2.79,4.94,4.34 c0.39,0.35,0.99,0.35,1.38,0c1.63-1.45,3.2-2.83,4.61-4.05l0.33-0.28c4.3-3.74,8.01-6.98,10.54-10.1c2.7-3.33,3.95-6.45,3.95-9.83 c0-3.26-1.08-6.26-3.05-8.43c-1.95-2.16-4.63-3.36-7.54-3.36c-2.15,0-4.13,0.7-5.87,2.08c-0.9,0.71-1.73,1.6-2.45,2.62l-1.2,1.7 l-1.2-1.7c-0.73-1.03-1.55-1.91-2.45-2.62C17.67,3.64,15.69,2.94,13.54,2.94z"></path></svg></div><div class="hidden link-counter"><span>0</span></div></a></div></nav></div></div></header><div class="page-wrapper with-header"><div class="row hide-in-css no-margin layout-1 row-gutter full-width-background " style=" "><div class="row-wrapper"><div class="col col-md-12" style=""><div class="banner banner-default banner-sm has-overlay"><div class="banner-wrapper"><div class="banner-content banner-vertical-align-bottom"><div class="headings"><h1 class="heading heading-one text-align-left ">privacy policy</h1></div></div><div class="banner-background banner-focus-center-center"><div class="image-overlay overlay" style="background: rgba(0,0,0,0.3)"></div><div class="image"><div class="image-wrapper"><picture><source media="(min-width: 1180px)" srcset="/static/uploads/3131-header-ip-s-3-min.png# 1180w" sizes="100vw"><source media="(min-width: 768px)" srcset="/static/uploads/17-staf-management.jpg# 768w" sizes="100vw"><source media="(min-width: 400px)" srcset="/static/uploads/17-staf-management.jpg# 400w" sizes="100vw"><img src="/static/uploads/17-staf-management.jpg" title="" alt="privacy statement"></picture></div></div></div></div></div></div></div></div><div class="row hide-in-css no-margin layout-1 row-gutter " style=" "><div class="row-wrapper"><div class="col col-md-12" style=""><div class="group group-vertical-align-center "><div class="spacer spacer-size-lg" style=""></div></div></div></div></div><div class="row hide-in-css no-margin layout-1 row-gutter " style=" "><div class="row-wrapper"><div class="col col-md-12" style=""><div class="group group-vertical-align-top "><div class="text text-align-left "><div data-rte-doc="true"><div class="plain-text">Aalberts integrated piping systems is the controller of the processing of all personal data collected through the website. Aalberts integrated piping systems respects your privacy and complies with the provisions of the GDPR and the Dutch data protection regulations. Aalberts integrated piping systems does not collect or process personal data through the functional cookies placed by Aalberts integrated piping systems. Aalberts integrated piping systems only processes personal data that a user voluntarily provides to Aalberts integrated piping systems, by means of registering on the website for a service provided by the website, sending information via the contact form and other requests or messages by the user via the website. Aalberts integrated piping systems’ primary purpose in gathering and transferring these personal data will be to provide a user with all services of the website, with ease of use of the website and to answer questions of the users.</div></div></div><div class="spacer spacer-size-lg" style=""></div></div></div></div></div><div class="row hide-in-css no-margin layout-1 row-gutter " style=" "><div class="row-wrapper"><div class="col col-md-12" style=""><div class="group group-vertical-align-top "><h2 class="heading heading-two text-align-left ">transfer, storage and processing of data</h2><div class="text text-align-left "><div data-rte-doc="true"><div class="plain-text">The transfer, storage and processing of data collected through this website is secured by means of current, usual technical measures. Aalberts integrated piping systems may transfer your personal data to its group companies. Aalberts integrated piping systems may also provide your personal data to third parties, which will only process your personal data according to instructions of Aalberts integrated piping systems and under the responsibility of Aalberts integrated piping systems. Aalberts integrated piping systems will not provide your personal data to any other third parties, unless there is a legal obligation to do so.</div></div></div><div class="spacer spacer-size-lg" style=""></div></div></div></div></div><div class="row hide-in-css no-margin layout-1 row-gutter " style=" "><div class="row-wrapper"><div class="col col-md-12" style=""><div class="group group-vertical-align-top "><h2 class="heading heading-two text-align-left ">access, correction and removal</h2><div class="text text-align-left "><div data-rte-doc="true"><div class="plain-text">You can request Aalberts integrated piping systems to provide access to the personal data it has collected about you at any time. You can also request Aalberts integrated piping systems to correct or to delete such personal data. Please send an email to info@aalberts-am.com in case you have any questions concerning anything on this page. </div><div class="plain-text"> </div><div class="plain-text">This Privacy Policy may be changed over time. Such changes shall be effective immediately upon the posting of the modified Privacy Policy. Users of the Website are advised to regularly read the Privacy Policy for possible changes.</div></div></div><div class="spacer spacer-size-lg" style=""></div></div></div></div></div></div><div class="cookie-modal bg-color-3"><div class="cookie-body"><div class="cookie-info"><h2 class="title">This website uses cookies</h2><p class="description">We, and third parties, use cookies on our website. We use cookies to ensure that our website functions properly, to store your preferences, to gain insight into visitor behavior, but also for marketing and social media purposes (showing personalized advertisements). By clicking 'Accept', you agree to the use of all cookies. In our Cookie Statement. you can read more about the cookies we use and save or change your preferences. By clicking 'Refuse' you only agree to the use of functional cookies.</p><form action="/api/cookie-consent" method="post" id="consent-form"><input hidden id="hidden-input" name="consent" value="functional"><div class="card-container row" id="consent-cards"><div class="col col-sm-4"><label class="disabled card"><div class="top"><input class="form-checkbox" type="checkbox" onClick="onClickCheckBox(0, true)" value="functional" checked><div class="checkbox"><svg version="1.1" x="0px" y="0px" viewBox="0 0 499.03 385.45"><path d="M490.51,47.56L451.46,8.52C445.79,2.84,439.04,0,431.23,0c-7.8,0-14.55,2.84-20.23,8.52L181.36,238.15l-93.34-93.35 c-5.68-5.68-12.43-8.52-20.23-8.52c-7.81,0-14.55,2.84-20.23,8.52L8.52,183.85C2.84,189.53,0,196.27,0,204.08 c0,7.81,2.84,14.55,8.52,20.23l152.62,152.62c5.68,5.68,12.43,8.52,20.23,8.52c7.81,0,14.55-2.83,20.23-8.52L490.51,88.02 c5.67-5.68,8.52-12.42,8.52-20.23S496.19,53.24,490.51,47.56z" /></path></svg></div><h2 class="card-title">Functional</h2></div><div class="card-description">Functional cookies ensure that this website can remember information that influences the behavior and design of the website, such as which vacancies are your favorites.</div></label></div><div class="col col-sm-4"><label class="card"><div class="top"><input class="form-checkbox" type="checkbox" onClick="onClickCheckBox(1, true)" value="statistics"><div class="checkbox"><svg version="1.1" x="0px" y="0px" viewBox="0 0 499.03 385.45"><path d="M490.51,47.56L451.46,8.52C445.79,2.84,439.04,0,431.23,0c-7.8,0-14.55,2.84-20.23,8.52L181.36,238.15l-93.34-93.35 c-5.68-5.68-12.43-8.52-20.23-8.52c-7.81,0-14.55,2.84-20.23,8.52L8.52,183.85C2.84,189.53,0,196.27,0,204.08 c0,7.81,2.84,14.55,8.52,20.23l152.62,152.62c5.68,5.68,12.43,8.52,20.23,8.52c7.81,0,14.55-2.83,20.23-8.52L490.51,88.02 c5.67-5.68,8.52-12.42,8.52-20.23S496.19,53.24,490.51,47.56z" /></path></svg></div><h2 class="card-title">Statistics</h2></div><div class="card-description">Statistical cookies help us understand how visitors use this website by collecting and reporting data anonymously.</div></label></div><div class="col col-sm-4"><label class="card"><div class="top"><input class="form-checkbox" id="marketing-checkbox" type="checkbox" onClick="onClickCheckBox(2, true)" value="marketing"><div class="checkbox"><svg version="1.1" x="0px" y="0px" viewBox="0 0 499.03 385.45"><path d="M490.51,47.56L451.46,8.52C445.79,2.84,439.04,0,431.23,0c-7.8,0-14.55,2.84-20.23,8.52L181.36,238.15l-93.34-93.35 c-5.68-5.68-12.43-8.52-20.23-8.52c-7.81,0-14.55,2.84-20.23,8.52L8.52,183.85C2.84,189.53,0,196.27,0,204.08 c0,7.81,2.84,14.55,8.52,20.23l152.62,152.62c5.68,5.68,12.43,8.52,20.23,8.52c7.81,0,14.55-2.83,20.23-8.52L490.51,88.02 c5.67-5.68,8.52-12.42,8.52-20.23S496.19,53.24,490.51,47.56z" /></path></svg></div><h2 class="card-title">Marketing</h2></div><div class="card-description">Marketing cookies are used on this site to possibly play videos via YouTube. Also to display relevant advertisements while visiting other websites.</div></label></div></div><div class="btn-row"><div class="link color-1 visible" id="settings-link" onClick="onClickSettings()">Change settings</div><button class="btn btn-outline border-color-2 color-2 visible" type="submit" value="default" id="submit-button"><span class="btn-label selected-consent-msg visible">Decline</span><span class="btn-label selected-consent-msg">Accept selected cookies</span></button><button class="visible btn bg-color-1 color-white" onClick="onClickAcceptAll()" value="default" id="accept-all"><span class="btn-label">Accept</span></button></div><a class="link cookie-declaration" href="https://careersaalberts-ips.us/cookies">Read more in the cookie statement</a></a></form></div></div></div><footer class="footer bg-white" aria-label="Useful links"><div class="footer-container"><div class="nav-footer"><nav class="nav nav-social"><a class="link" href="https://www.instagram.com/aalbertsipsa/" target="_blank" title="Visit our Instagram page" aria-label="Visit our Instagram page"><div class="link-icon"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 20 20"><path d="M14.017 0h-8.07A5.954 5.954 0 0 0 0 5.948v8.07a5.954 5.954 0 0 0 5.948 5.947h8.07a5.954 5.954 0 0 0 5.947-5.948v-8.07A5.954 5.954 0 0 0 14.017 0zm3.94 14.017a3.94 3.94 0 0 1-3.94 3.94h-8.07a3.94 3.94 0 0 1-3.939-3.94v-8.07a3.94 3.94 0 0 1 3.94-3.939h8.07a3.94 3.94 0 0 1 3.939 3.94v8.07z" /></path><path d="M9.982 4.819A5.17 5.17 0 0 0 4.82 9.982a5.17 5.17 0 0 0 5.163 5.164 5.17 5.17 0 0 0 5.164-5.164A5.17 5.17 0 0 0 9.982 4.82zm0 8.319a3.155 3.155 0 1 1 0-6.31 3.155 3.155 0 0 1 0 6.31z" /></path><circle cx="15.156" cy="4.858" r="1.237" /></circle></svg></div></a><a class="link" href="https://www.linkedin.com/showcase/aalberts-integrated-piping-systems-americas/" target="_blank" title="Visit our LinkedIn page" aria-label="Visit our LinkedIn page"><div class="link-icon"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 13.8 13.2"><path d="M13.8,8.1v5.1h-3V8.4c0-1.2-0.4-2-1.5-2C8.5,6.4,8,7,7.8,7.5C7.7,7.7,7.7,8,7.7,8.2v5h-3 c0,0,0-8.1,0-8.9h3v1.3l0,0l0,0l0,0C8.1,5,8.8,4.1,10.4,4.1C12.4,4.1,13.8,5.4,13.8,8.1z M1.7,0C0.7,0,0,0.7,0,1.5 C0,2.4,0.6,3,1.6,3l0,0c1,0,1.7-0.7,1.7-1.5S2.7,0,1.7,0z M0.2,13.2h3V4.3h-3V13.2z" /></path></svg></div></a><a class="link" href="https://www.facebook.com/profile.php?id=100075886005349" target="_blank" title="Visit our Facebook page" aria-label="Visit our Facebook page"><div class="link-icon"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 7.5 16.2"><path d="M7.1,8.1H4.9v8.1H1.6V8.1H0V5.2h1.6V3.4C1.6,2.1,2.2,0,5,0h2.5v2.8H5.6c-0.3,0-0.7,0.1-0.7,0.8v1.6 h2.5L7.1,8.1z" /></path></svg></div></a></nav></div><div class="nav-footer"><nav class="nav nav-cms-pages"><a class="link" href="https://careersaalberts-ips.us/privacy">privacy</a><a class="link" href="https://careersaalberts-ips.us/cookies">cookies</a></nav></div><div class="nav-footer"><div class="corporate-link"><a class="link" href="https://aalberts-ips.com/" target="_blank" title="Go to the corporate website" aria-label="Go to the corporate website">Aalberts IPS<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 12 12" xml:space="preserve"><path d="M10.7,10.7H1.3V1.3H6V0H1.3C0.6,0,0,0.6,0,1.3v9.3c0,0.4,0.1,0.7,0.4,0.9S1,12,1.3,12h9.3c0.4,0,0.7-0.1,0.9-0.4S12,11,12,10.7V6h-1.3L10.7,10.7L10.7,10.7z M7.3,0v1.3h2.4L3.2,7.9l0.9,0.9l6.6-6.6v2.4H12V0H7.3z" /></svg></path></svg></a></div></div></div></footer><script src="/static/js/components-en-us.js?v=21.1.53"></script><script src="/static/tmp/autogen-vCKgQxUc.js"></script></div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10