{"id":127,"date":"2026-07-29T07:25:20","date_gmt":"2026-07-29T07:25:20","guid":{"rendered":"https:\/\/linkindustrial.fi\/etusivu\/"},"modified":"2026-07-31T11:12:42","modified_gmt":"2026-07-31T11:12:42","slug":"etusivu","status":"publish","type":"page","link":"https:\/\/linkindustrial.fi\/fi\/","title":{"rendered":"Etusivu"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"127\" class=\"elementor elementor-127 elementor-14\" data-elementor-post-type=\"page\">\n\t\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-c2034ca e-flex e-con-boxed e-con e-parent\" data-id=\"c2034ca\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-975d128 elementor-widget elementor-widget-html\" data-id=\"975d128\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Archivo:wght@400;500;600;700;800&family=Big+Shoulders+Display:wght@400;600;800;900&family=Martian+Mono:wght@400;500;600&display=swap\" rel=\"stylesheet\">\r\n\r\n<div style=\"position:fixed;inset:0;z-index:0;overflow:hidden;pointer-events:none\" aria-hidden=\"true\">\r\n  <canvas id=\"liSeqCanvas\" style=\"position:absolute;inset:0;width:100%;height:100%\"><\/canvas>\r\n  <div style=\"position:absolute;inset:0;background-image:linear-gradient(rgba(126,136,149,0.06) 1px, transparent 1px),linear-gradient(90deg, rgba(126,136,149,0.06) 1px, transparent 1px);background-size:80px 80px\"><\/div>\r\n  <div style=\"position:absolute;inset:0;background:linear-gradient(180deg, rgba(12,20,32,0.62) 0%, rgba(12,20,32,0.55) 45%, rgba(12,20,32,0.75) 100%)\"><\/div>\r\n<\/div>\r\n<style>\r\n  body { background: #0C1420 !important; }\r\n  .elementor-section, .elementor-widget-wrap, .elementor-column { position: relative; z-index: 1; }\r\n<\/style>\r\n\r\n<script>\r\n(function () {\r\n  var reduceMotion = window.matchMedia('(prefers-reduced-motion: reduce)').matches;\r\n  var PAGE = '.link-industrial-page, body'; \/\/ fallback to body if you didn't wrap sections in this class\r\n\r\n  \/\/ ---- 1) Scroll-scrubbed background sequence ----\r\n  var canvas = document.getElementById('liSeqCanvas');\r\n  var frames = [];\r\n  var FRAMES_BASE = '\/wp-content\/uploads\/link-industrial\/frames\/';\r\n\r\n  function drawFrame() {\r\n    if (!canvas || !frames.length) return;\r\n    var dpr = Math.min(window.devicePixelRatio || 1, 2);\r\n    var W = Math.round(window.innerWidth * dpr), H = Math.round(window.innerHeight * dpr);\r\n    if (canvas.width !== W || canvas.height !== H) { canvas.width = W; canvas.height = H; }\r\n    var doc = document.documentElement;\r\n    var max = doc.scrollHeight - window.innerHeight;\r\n    var f = max > 0 ? Math.min(1, Math.max(0, window.scrollY \/ max)) : 0;\r\n    var img = frames[Math.round(f * (frames.length - 1))];\r\n    var ctx = canvas.getContext('2d');\r\n    var s = Math.max(W \/ img.width, H \/ img.height);\r\n    var w = img.width * s, h = img.height * s;\r\n    ctx.drawImage(img, (W - w) \/ 2, (H - h) \/ 2, w, h);\r\n  }\r\n\r\n  async function setupFrames() {\r\n    try {\r\n      var res = await fetch(FRAMES_BASE + 'manifest.json');\r\n      var list = (await res.json()).frames || [];\r\n      if (!list.length) return;\r\n      frames = await Promise.all(list.map(function (src) {\r\n        return new Promise(function (ok) {\r\n          var img = new Image();\r\n          img.onload = function () { ok(img); };\r\n          img.onerror = function () { ok(null); };\r\n          img.src = FRAMES_BASE + src.split('\/').pop();\r\n        });\r\n      }));\r\n      frames = frames.filter(Boolean);\r\n      if (!frames.length) return;\r\n      if (reduceMotion) {\r\n        frames = [frames[Math.floor(frames.length \/ 2)]];\r\n        drawFrame();\r\n        window.addEventListener('resize', drawFrame);\r\n        return;\r\n      }\r\n      var ticking = false;\r\n      var onScroll = function () {\r\n        if (ticking) return;\r\n        ticking = true;\r\n        requestAnimationFrame(function () { ticking = false; drawFrame(); });\r\n      };\r\n      window.addEventListener('scroll', onScroll, { passive: true });\r\n      window.addEventListener('resize', onScroll);\r\n      drawFrame();\r\n    } catch (e) { \/* frames not uploaded yet *\/ }\r\n  }\r\n  setupFrames();\r\n\r\n  \/\/ ---- 2) Auto scroll-reveal for native Elementor widgets ----\r\n  \/\/ No per-widget setup required: headings get the clip-path \"emerge from\r\n  \/\/ background\" treatment, text\/button widgets get a simple fade-up. Runs\r\n  \/\/ once the page (and Elementor's DOM) is ready.\r\n  function initAnimations() {\r\n    document.querySelectorAll('.elementor-heading-title').forEach(function (h) {\r\n      h.setAttribute('data-li-reveal', '');\r\n    });\r\n    var revealTargets = Array.from(document.querySelectorAll('[data-li-reveal]'));\r\n    var fadeTargets = Array.from(document.querySelectorAll(\r\n      '.elementor-widget-text-editor .elementor-widget-container, ' +\r\n      '.elementor-widget-button .elementor-widget-container, ' +\r\n      '.elementor-widget-image .elementor-widget-container'\r\n    ));\r\n    var vh = window.innerHeight;\r\n\r\n    function isAboveFold(el) {\r\n      var r = el.getBoundingClientRect();\r\n      return r.top < vh * 0.92 && r.bottom > 0;\r\n    }\r\n\r\n    if (!reduceMotion) {\r\n      fadeTargets.forEach(function (el) {\r\n        el.style.transition = 'opacity .4s ease-out, transform .4s cubic-bezier(.22,1,.36,1)';\r\n        if (isAboveFold(el)) return;\r\n        el.style.opacity = '0';\r\n        el.style.transform = 'translateY(16px)';\r\n      });\r\n    }\r\n    var ioFade = new IntersectionObserver(function (entries) {\r\n      entries.forEach(function (e) {\r\n        if (e.isIntersecting) {\r\n          e.target.style.opacity = '1';\r\n          e.target.style.transform = 'none';\r\n          ioFade.unobserve(e.target);\r\n        }\r\n      });\r\n    }, { threshold: 0.12 });\r\n    fadeTargets.forEach(function (el) { ioFade.observe(el); });\r\n\r\n    \/\/ clip-path on the target itself makes browsers treat it as having no\r\n    \/\/ visible area, so IntersectionObserver must watch a plain (unclipped)\r\n    \/\/ wrapper instead \u2014 the widget's own .elementor-widget-heading container.\r\n    revealTargets.forEach(function (el) {\r\n      if (isAboveFold(el)) el.classList.add('is-revealed');\r\n    });\r\n    var ioReveal = new IntersectionObserver(function (entries) {\r\n      entries.forEach(function (e) {\r\n        if (e.isIntersecting) {\r\n          var t = e.target.__liTarget || e.target;\r\n          t.classList.add('is-revealed');\r\n          ioReveal.unobserve(e.target);\r\n        }\r\n      });\r\n    }, { threshold: 0.12 });\r\n    revealTargets.forEach(function (el) {\r\n      if (el.classList.contains('is-revealed')) return;\r\n      var wrap = el.closest('.elementor-widget-heading') || el;\r\n      wrap.__liTarget = el;\r\n      ioReveal.observe(wrap);\r\n    });\r\n  }\r\n  if (document.readyState === 'complete') { initAnimations(); }\r\n  else { window.addEventListener('load', initAnimations); }\r\n})();\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-7fbbe13 e-con-full e-flex e-con e-child\" data-id=\"7fbbe13\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-69a0904 elementor-widget elementor-widget-heading\" data-id=\"69a0904\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">WE LINK INDUSTRY.<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-49a80d9 li-on-image elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"49a80d9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p class=\"font-claude-response-body break-words whitespace-normal\" dir=\"ltr\"><span class=\"_animating_yu34g_10\" data-newtext-seq=\"51\">S\u00e4hk\u00f6asennus, automaatio ja <\/span><span class=\"_animating_yu34g_10\" data-newtext-seq=\"81\">k\u00e4ytt\u00f6\u00f6notto teollisille <\/span><span class=\"_animating_yu34g_10\" data-newtext-seq=\"110\">tuotantolinjoille. Kun linjan pit\u00e4\u00e4 <\/span><span class=\"_animating_yu34g_10\" data-newtext-seq=\"150\">py\u00f6ri\u00e4 kolmessa viikossa, se py\u00f6rii <\/span><span class=\"_animating_yu34g_10\" data-newtext-seq=\"185\">kolmessa viikossa.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-01d609f elementor-align-center li-hero-cta elementor-widget elementor-widget-button\" data-id=\"01d609f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:iikka.kallio@linkindustrial.fi\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">OTA YHTEYTT\u00c4<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-1fee039 e-flex e-con-boxed e-con e-parent\" data-id=\"1fee039\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-b7a9eac e-con-full e-flex e-con e-child\" data-id=\"b7a9eac\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e93d2df li-on-image elementor-widget elementor-widget-text-editor\" data-id=\"e93d2df\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>AIKATAULUSSA \u2014 <span style=\"color: #f39d4a\">WE LINK INDUSTRY<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-b52dec0 e-flex e-con-boxed e-con e-parent\" data-id=\"b52dec0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-60c4d73 e-con-full e-flex e-con e-child\" data-id=\"60c4d73\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-a269b40 e-con-full e-flex e-con e-child\" data-id=\"a269b40\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-e1c9682 e-con-full e-flex e-con e-child\" data-id=\"e1c9682\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-35a8bff elementor-widget elementor-widget-text-editor\" data-id=\"35a8bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<span style=\"font-family:&apos;Big Shoulders Display&apos;,sans-serif;font-size:28px;font-weight:600;color:#F39D4A\">01<\/span>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-a89b179 e-con-full e-flex e-con e-child\" data-id=\"a89b179\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7e5a543 elementor-widget elementor-widget-heading\" data-id=\"7e5a543\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">ASENNUKSESTA <br \/>K\u00c4YTT\u00d6\u00d6NOTTOON\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0a49784 li-on-image elementor-widget elementor-widget-text-editor\" data-id=\"0a49784\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>TAG \/ J\u00c4RJESTELM\u00c4 \/ LAAJUUS<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-5c13470 e-con-full e-flex e-con e-child\" data-id=\"5c13470\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-77904ae e-con-full li-glass-card e-flex e-con e-child\" data-id=\"77904ae\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a669a01 elementor-widget elementor-widget-text-editor\" data-id=\"a669a01\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div style=\"font-family: &apos;Martian Mono&apos;,monospace;font-size: 13px;letter-spacing: 0.16em;color: #f39d4a;margin-bottom: 16px\">E-01<\/div><div style=\"font-family: &apos;Big Shoulders Display&apos;,sans-serif;font-size: 21px;font-weight: bold;letter-spacing: 0.02em;margin-bottom: 16px\">S\u00c4HK\u00d6TY\u00d6T<\/div><p style=\"margin: 0 0 16px;font-size: 14px;line-height: 1.6;color: #bfc5cd\">Teollisuuden s\u00e4hk\u00f6asennus ja urakointi. Keskukset, kaapelointi, kentt\u00e4liit\u00e4nn\u00e4t \u2014 rakennettu omaan standardiimme, ei minimivaatimuksiin. <\/p><div style=\"font-family: &apos;Martian Mono&apos;,monospace;font-size: 11px;letter-spacing: 0.14em;color: #7e8895;padding-top: 12px\">ASENNUS \u00b7 URAKOINTI<\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-b1d2332 e-con-full li-glass-card e-flex e-con e-child\" data-id=\"b1d2332\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-200bb4c elementor-widget elementor-widget-text-editor\" data-id=\"200bb4c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div style=\"font-family: &apos;Martian Mono&apos;,monospace;font-size: 13px;letter-spacing: 0.16em;color: #f39d4a;margin-bottom: 16px\">A-02<\/div><div style=\"font-family: &apos;Big Shoulders Display&apos;,sans-serif;font-size: 21px;font-weight: bold;letter-spacing: 0.02em;margin-bottom: 16px\">AUTOMAATIO<\/div><p style=\"margin: 0 0 16px;font-size: 14px;line-height: 1.6;color: #bfc5cd\">PLC- ja instrumentointity\u00f6t. Siemens, Beckhoff, ABB, Danfoss, SEW \u2014 keskuksesta kentt\u00e4laitteeseen, kytkettyn\u00e4, merkittyn\u00e4 ja testattuna. <\/p><div style=\"font-family: &apos;Martian Mono&apos;,monospace;font-size: 11px;letter-spacing: 0.14em;color: #7e8895;padding-top: 12px\">PLC \u00b7 INSTRUMENTOINTI<\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-171855c e-con-full li-glass-card e-flex e-con e-child\" data-id=\"171855c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-58e378f elementor-widget elementor-widget-text-editor\" data-id=\"58e378f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div style=\"font-family: &apos;Martian Mono&apos;,monospace;font-size: 13px;letter-spacing: 0.16em;color: #f39d4a;margin-bottom: 16px\">N-03<\/div><div style=\"font-family: &apos;Big Shoulders Display&apos;,sans-serif;font-size: 21px;font-weight: bold;letter-spacing: 0.02em;margin-bottom: 16px\">VERKOT<\/div><p style=\"margin: 0 0 16px;font-size: 14px;line-height: 1.6;color: #bfc5cd\">Kentt\u00e4v\u00e4yl\u00e4- ja verkkokaapelointi rakennettu kest\u00e4m\u00e4\u00e4n tuotantolattia, ei toimiston kattoa.<\/p><div style=\"font-family: &apos;Martian Mono&apos;,monospace;font-size: 11px;letter-spacing: 0.14em;color: #7e8895;padding-top: 12px\">KUITU \u00b7 TEOLLISUUSETHERNET<\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-2e31c95 e-con-full e-flex e-con e-child\" data-id=\"2e31c95\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-51c4433 e-con-full li-glass-card e-flex e-con e-child\" data-id=\"51c4433\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dd0acc4 elementor-widget elementor-widget-text-editor\" data-id=\"dd0acc4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div style=\"font-family: &apos;Martian Mono&apos;,monospace;font-size: 13px;letter-spacing: 0.16em;color: #f39d4a;margin-bottom: 16px\">C-04<\/div><div style=\"font-family: &apos;Big Shoulders Display&apos;,sans-serif;font-size: 21px;font-weight: bold;letter-spacing: 0.02em;margin-bottom: 16px\">K\u00c4YTT\u00d6\u00d6NOTTO<\/div><p style=\"margin: 0 0 16px;font-size: 14px;line-height: 1.6;color: #bfc5cd\">Testaus ja k\u00e4ytt\u00f6\u00f6notto toimittamillemme asennuksille. Aikataulu sovitaan etuk\u00e4teen, ei neuvotella uudelleen lopussa. <\/p><div style=\"font-family: &apos;Martian Mono&apos;,monospace;font-size: 11px;letter-spacing: 0.14em;color: #7e8895;padding-top: 12px\">TESTAUS \u00b7 K\u00c4YTT\u00d6\u00d6NOTTO<\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3575ea5 e-con-full li-glass-card e-flex e-con e-child\" data-id=\"3575ea5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-be517c0 elementor-widget elementor-widget-text-editor\" data-id=\"be517c0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div style=\"font-family: &apos;Martian Mono&apos;,monospace;font-size: 13px;letter-spacing: 0.16em;color: #f39d4a;margin-bottom: 16px\">S-05<\/div><div style=\"font-family: &apos;Big Shoulders Display&apos;,sans-serif;font-size: 21px;font-weight: bold;letter-spacing: 0.02em;margin-bottom: 16px\">HUOLTO<\/div><p style=\"margin: 0 0 16px;font-size: 14px;line-height: 1.6;color: #bfc5cd\">Modernisaatiot, linjalaajenukset ja kunnossapito. Yleens\u00e4 sama porukka, joka asensi sen alun perin. <\/p><div style=\"font-family: &apos;Martian Mono&apos;,monospace;font-size: 11px;letter-spacing: 0.14em;color: #7e8895;padding-top: 12px\">KUNNOSSAPITO \u00b7 24\/7<\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-d6ede9a e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"d6ede9a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-a90f1d0 e-flex e-con-boxed e-con e-parent\" data-id=\"a90f1d0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-735d5fb e-con-full e-flex e-con e-child\" data-id=\"735d5fb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-669003e e-con-full e-flex e-con e-child\" data-id=\"669003e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-d1457a8 e-con-full e-flex e-con e-child\" data-id=\"d1457a8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-58ace41 elementor-widget elementor-widget-text-editor\" data-id=\"58ace41\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-family: &apos;Big Shoulders Display&apos;,sans-serif;font-size: 28px;font-weight: 600;color: #f39d4a\">02<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-d5fe655 e-con-full e-flex e-con e-child\" data-id=\"d5fe655\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-767feae elementor-widget elementor-widget-heading\" data-id=\"767feae\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">MITEN TOIMIMME<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-5a0fbec e-con-full e-flex e-con e-child\" data-id=\"5a0fbec\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-ce7097c e-con-full li-glass-card e-flex e-con e-child\" data-id=\"ce7097c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-177740e elementor-widget elementor-widget-text-editor\" data-id=\"177740e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div style=\"font-family: &apos;Martian Mono&apos;,monospace;font-size: 13px;letter-spacing: 0.16em;color: #f39d4a;margin-bottom: 16px\"> <\/div><div style=\"font-family: &apos;Big Shoulders Display&apos;,sans-serif;font-size: 21px;font-weight: bold;letter-spacing: 0.02em;margin-bottom: 16px\"><p class=\"font-claude-response-body break-words whitespace-normal\" dir=\"ltr\"><strong>AIKATAULU ON OSA TOIMITUSTA.<\/strong><\/p><\/div><p style=\"margin: 0 0 16px;font-size: 14px;line-height: 1.6;color: #bfc5cd\">Teollisuuden s\u00e4hk\u00f6asennus ja urakointi. Keskukset, kaapelointi, kentt\u00e4liit\u00e4nn\u00e4t \u2014 rakennettu omaan standardiimme, ei minimivaatimuksiin. <\/p><div style=\"font-family: &apos;Martian Mono&apos;,monospace;font-size: 11px;letter-spacing: 0.14em;color: #7e8895;padding-top: 12px\"> <\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-71355d8 e-con-full li-glass-card e-flex e-con e-child\" data-id=\"71355d8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-caa7e49 elementor-widget elementor-widget-text-editor\" data-id=\"caa7e49\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div style=\"font-family: &apos;Martian Mono&apos;,monospace;font-size: 13px;letter-spacing: 0.16em;color: #f39d4a;margin-bottom: 16px\"> <\/div><div style=\"font-family: &apos;Big Shoulders Display&apos;,sans-serif;font-size: 21px;font-weight: bold;letter-spacing: 0.02em;margin-bottom: 16px\"><p class=\"font-claude-response-body break-words whitespace-normal\" dir=\"ltr\"><strong>YKSI PROJEKTIP\u00c4\u00c4LLIKK\u00d6. NIMELT\u00c4. <\/strong><\/p><\/div><p style=\"margin: 0 0 16px;font-size: 14px;line-height: 1.6;color: #bfc5cd\">Tied\u00e4t kuka projektisi hoitaa ja tavoitat h\u00e4net suoraan. Puheluihin vastataan, my\u00f6s illalla. S\u00e4hk\u00f6posteihin samana p\u00e4iv\u00e4n\u00e4, ellei oltava syv\u00e4ll\u00e4 ty\u00f6maalla.  <\/p><div style=\"font-family: &apos;Martian Mono&apos;,monospace;font-size: 11px;letter-spacing: 0.14em;color: #7e8895;padding-top: 12px\"> <\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-218dc17 e-con-full li-glass-card e-flex e-con e-child\" data-id=\"218dc17\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c4ef918 elementor-widget elementor-widget-text-editor\" data-id=\"c4ef918\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div style=\"font-family: &apos;Martian Mono&apos;,monospace;font-size: 13px;letter-spacing: 0.16em;color: #f39d4a;margin-bottom: 16px\"> <\/div><div style=\"font-family: &apos;Big Shoulders Display&apos;,sans-serif;font-size: 21px;font-weight: bold;letter-spacing: 0.02em;margin-bottom: 16px\"><p class=\"font-claude-response-body break-words whitespace-normal\" dir=\"ltr\"><strong>TY\u00d6MAA J\u00c4TET\u00c4\u00c4N SIISTIKSI.<\/strong><\/p><\/div><p style=\"margin: 0 0 16px;font-size: 14px;line-height: 1.6;color: #bfc5cd\">Kentt\u00e4v\u00e4yl\u00e4- ja verkkokaapelointi rakennettu kest\u00e4m\u00e4\u00e4n tuotantolattia, ei toimiston kattoa.<\/p><div style=\"font-family: &apos;Martian Mono&apos;,monospace;font-size: 11px;letter-spacing: 0.14em;color: #7e8895;padding-top: 12px\"> <\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-e90e25d e-con-full li-glass-card e-flex e-con e-child\" data-id=\"e90e25d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66a90ce elementor-widget elementor-widget-text-editor\" data-id=\"66a90ce\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div style=\"font-family: &apos;Martian Mono&apos;,monospace;font-size: 13px;letter-spacing: 0.16em;color: #f39d4a;margin-bottom: 16px\"><\/div>\n<div style=\"font-family: &apos;Big Shoulders Display&apos;,sans-serif;font-size: 21px;font-weight: bold;letter-spacing: 0.02em;margin-bottom: 16px\">\n<p class=\"font-claude-response-body break-words whitespace-normal\" dir=\"ltr\"><strong>VIRHEET NOUSEVAT ESIIN V\u00c4LITT\u00d6M\u00c4STI.<\/strong><\/p>\n\n<\/div>\n<p style=\"margin: 0 0 16px;font-size: 14px;line-height: 1.6;color: #bfc5cd\">Jos jokin menee rikki, kuulet sen meilt\u00e4 ensin \u2014 yhdess\u00e4 sen kanssa, miten aiomme korjata sen. Se kirjataan sis\u00e4isesti, jotta seuraava porukka ei toista sit\u00e4. <\/p>\n\n<div style=\"font-family: &apos;Martian Mono&apos;,monospace;font-size: 11px;letter-spacing: 0.14em;color: #7e8895;padding-top: 12px\"><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-5e3d92e e-flex e-con-boxed e-con e-parent\" data-id=\"5e3d92e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-97bf664 e-con-full e-flex e-con e-child\" data-id=\"97bf664\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-8a6ceac e-con-full e-flex e-con e-child\" data-id=\"8a6ceac\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-b583ce8 e-con-full e-flex e-con e-child\" data-id=\"b583ce8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-8ca0f83 e-con-full e-flex e-con e-child\" data-id=\"8ca0f83\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b05c79c elementor-widget elementor-widget-text-editor\" data-id=\"b05c79c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-family: &apos;Big Shoulders Display&apos;,sans-serif;font-size: 28px;font-weight: 600;color: #f39d4a\">03<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-4903dc4 e-con-full e-flex e-con e-child\" data-id=\"4903dc4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-39294f4 elementor-widget elementor-widget-heading\" data-id=\"39294f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">LUKUINA<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d0020f2 elementor-widget-tablet__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"d0020f2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p class=\"font-claude-response-body break-words whitespace-normal\" dir=\"ltr\">Toimimme kaikkialla Euroopassa. Dokumentaatio suomeksi tai englanniksi, riippuen siit\u00e4, minne linja p\u00e4\u00e4tyy. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-343ca27 e-con-full e-flex e-con e-child\" data-id=\"343ca27\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-dee5a7c e-con-full li-glass-card e-flex e-con e-child\" data-id=\"dee5a7c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e9ea6e0 elementor-widget elementor-widget-text-editor\" data-id=\"e9ea6e0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div style=\"font-family:&apos;Big Shoulders Display&apos;,sans-serif;font-size:34px;font-weight:800;color:#F7B771;margin-bottom:8px\">15+<\/div><div style=\"font-family:&apos;Martian Mono&apos;,monospace;font-size:10px;letter-spacing:0.12em;color:#BFC5CD\">VUOTTA TEOLLISUUDESSA<\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-ede07ed e-con-full li-glass-card e-flex e-con e-child\" data-id=\"ede07ed\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0b7d448 elementor-widget elementor-widget-text-editor\" data-id=\"0b7d448\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div style=\"font-family:&apos;Big Shoulders Display&apos;,sans-serif;font-size:34px;font-weight:800;color:#F7B771;margin-bottom:8px\">200+<\/div><div style=\"font-family:&apos;Martian Mono&apos;,monospace;font-size:10px;letter-spacing:0.12em;color:#BFC5CD\">TOIMITETTUA PROJEKTIA<\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-cbff031 e-con-full li-glass-card e-flex e-con e-child\" data-id=\"cbff031\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-04a2d9e elementor-widget elementor-widget-text-editor\" data-id=\"04a2d9e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div style=\"font-family:&apos;Big Shoulders Display&apos;,sans-serif;font-size:34px;font-weight:800;color:#F7B771;margin-bottom:8px\">24\/7<\/div><div style=\"font-family:&apos;Martian Mono&apos;,monospace;font-size:10px;letter-spacing:0.12em;color:#BFC5CD\">ELINKAAREN TUKI<\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-8a0d376 e-flex e-con-boxed e-con e-parent\" data-id=\"8a0d376\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-4de8a52 e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"4de8a52\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-6b1314d e-con-full li-glass-card e-flex e-con e-child\" data-id=\"6b1314d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-024de9a elementor-widget elementor-widget-text-editor\" data-id=\"024de9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-family: &apos;Big Shoulders Display&apos;,sans-serif;font-size: 20px;font-weight: 600;color: #f39d4a\">04<\/span>      <span style=\"font-family: &apos;Archivo&apos;,sans-serif;font-size: 13px;font-weight: 600;letter-spacing: 0.1em;color: #7e8895\">KESKUSTELLAAN<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-01dd668 li-contact-link li-on-image elementor-widget elementor-widget-heading\" data-id=\"01dd668\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"mailto:iikka.kallio@linkindustrial.fi\">OTA YHTEYTT\u00c4.<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-55a8f37 li-on-image elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"55a8f37\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Kerro projektistasi \u2014 linja, laajuus ja p\u00e4iv\u00e4m\u00e4\u00e4r\u00e4, jolloin sen pit\u00e4\u00e4 py\u00f6ri\u00e4. Vastaamme 24 tunnin kuluessa. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cb8bda6 elementor-button-align-stretch elementor-widget elementor-widget-form\" data-id=\"cb8bda6\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Seuraava&quot;,&quot;step_previous_label&quot;:&quot;Edellinen&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"Uusi lomake\" aria-label=\"Uusi lomake\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"127\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"cb8bda6\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"\" \/>\n\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"queried_id\" value=\"127\"\/>\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-above\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-name\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tNimi\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Nimi\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-100 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-email\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tS\u00e4hk\u00f6posti\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"S\u00e4hk\u00f6posti\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-message elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-message\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tViesti\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<textarea class=\"elementor-field-textual elementor-field  elementor-size-sm\" name=\"form_fields[message]\" id=\"form-field-message\" rows=\"4\" placeholder=\"Viesti\"><\/textarea>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">\n\t\t\t\t\t<button class=\"elementor-button elementor-size-sm\" type=\"submit\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">L\u00e4het\u00e4<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/form>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>WE LINK INDUSTRY. S\u00e4hk\u00f6asennus, automaatio ja k\u00e4ytt\u00f6\u00f6notto teollisille tuotantolinjoille. Kun linjan pit\u00e4\u00e4 py\u00f6ri\u00e4 kolmessa viikossa, se py\u00f6rii kolmessa viikossa. OTA YHTEYTT\u00c4 AIKATAULUSSA \u2014 WE LINK INDUSTRY 01 ASENNUKSESTA K\u00c4YTT\u00d6\u00d6NOTTOON TAG \/ J\u00c4RJESTELM\u00c4 \/ LAAJUUS E-01S\u00c4HK\u00d6TY\u00d6T Teollisuuden s\u00e4hk\u00f6asennus ja urakointi. Keskukset, kaapelointi, kentt\u00e4liit\u00e4nn\u00e4t \u2014 rakennettu omaan standardiimme, ei minimivaatimuksiin. ASENNUS \u00b7 URAKOINTIA-02AUTOMAATIO PLC- ja instrumentointity\u00f6t. Siemens, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_thinkrank_schema_form_data":"","_thinkrank_selected_schema_type":"","_thinkrank_additional_schemas":"","_thinkrank_canonical_url":"","_thinkrank_og_title":"","_thinkrank_og_description":"","_thinkrank_og_image":"","_thinkrank_twitter_title":"","_thinkrank_twitter_description":"","_thinkrank_twitter_image":"","_thinkrank_imported_from":"","_thinkrank_focus_keywords":[],"_thinkrank_focus_keyword":"","_thinkrank_robots_meta_enabled":0,"_thinkrank_robots_meta":"","_thinkrank_advanced_robots_meta":"","_thinkrank_primary_category":0,"footnotes":""},"class_list":["post-127","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/linkindustrial.fi\/fi\/wp-json\/wp\/v2\/pages\/127","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linkindustrial.fi\/fi\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/linkindustrial.fi\/fi\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/linkindustrial.fi\/fi\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/linkindustrial.fi\/fi\/wp-json\/wp\/v2\/comments?post=127"}],"version-history":[{"count":13,"href":"https:\/\/linkindustrial.fi\/fi\/wp-json\/wp\/v2\/pages\/127\/revisions"}],"predecessor-version":[{"id":191,"href":"https:\/\/linkindustrial.fi\/fi\/wp-json\/wp\/v2\/pages\/127\/revisions\/191"}],"wp:attachment":[{"href":"https:\/\/linkindustrial.fi\/fi\/wp-json\/wp\/v2\/media?parent=127"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}