{"id":6650,"date":"2025-11-30T06:11:27","date_gmt":"2025-11-30T05:11:27","guid":{"rendered":"https:\/\/paperwise.eu\/together-we-celebrate-5-years-of-connection\/"},"modified":"2026-03-17T10:09:16","modified_gmt":"2026-03-17T09:09:16","slug":"together-we-celebrate-5-years-of-connection","status":"publish","type":"post","link":"https:\/\/paperwise.eu\/en\/together-we-celebrate-5-years-of-connection\/","title":{"rendered":"Together we celebrate 5 years of connection"},"content":{"rendered":"\n<section class=\"section-hero-paperwise text-color-light\" >\n    <div class=\"hero-background \" style=\"background-image: url('https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/paperwise-eco-friendly-paper-board-agri-waste-anniversary.jpg');\">\n\n        \n        <div class=\"container-fluid h-100 pt-4 pb-4\">\n            <div class=\"row h-100\">\n                <div class=\"col-12 d-flex align-items-end\">\n                    <div class=\"hero-content\">\n                                                    <h1 class=\"hero-title\">\n                                <span class=\"hero-title-highlight\">Together we celebrate 5<\/span> years of connection                            <\/h1>\n                        \n                        \n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n<script src=\"https:\/\/www.youtube.com\/iframe_api\"><\/script>\n<script src=\"https:\/\/player.vimeo.com\/api\/player.js\"><\/script>\n<script>\ndocument.addEventListener('DOMContentLoaded', function() {\n    \/\/ Vimeo can run immediately since the SDK loads synchronously enough\n    const heroVideos = document.querySelectorAll('.hero-video-wrapper iframe');\n    heroVideos.forEach(iframe => {\n        if (iframe.src.includes('vimeo.com')) {\n            const player = new Vimeo.Player(iframe);\n            player.getDuration().then(duration => {\n                player.on('timeupdate', data => {\n                    if (data.seconds >= duration - 1) {\n                        player.setCurrentTime(0).then(() => player.play());\n                    }\n                });\n            });\n        }\n    });\n\n    \/\/ Collect YouTube iframes to initialize once the API is ready\n    window._ytHeroIframes = document.querySelectorAll('.hero-video-wrapper iframe[src*=\"youtube.com\"]');\n});\n\n\/\/ This is called automatically by the YouTube API once it's fully loaded\nwindow.onYouTubeIframeAPIReady = function() {\n    if (!window._ytHeroIframes) return;\n\n    window._ytHeroIframes.forEach(iframe => {\n        const videoId = iframe.src.match(\/embed\\\/([^?&]+)\/)[1];\n        const parent = iframe.parentNode;\n        iframe.remove();\n\n        const ytDiv = document.createElement('div');\n        ytDiv.id = 'yt-hero-' + Math.floor(Math.random() * 10000);\n        ytDiv.classList.add('hero-video');\n        parent.appendChild(ytDiv);\n\n        new YT.Player(ytDiv.id, {\n            videoId: videoId,\n            playerVars: {\n                autoplay: 1,\n                controls: 0,\n                loop: 1,\n                playlist: videoId,\n                mute: 1,\n                modestbranding: 1,\n                disablekb: 1,\n                playsinline: 1\n            },\n            events: {\n                onReady: function(event) {\n                    const duration = event.target.getDuration();\n                    setInterval(() => {\n                        const current = event.target.getCurrentTime();\n                        if (current >= duration - 1) {\n                            event.target.seekTo(0);\n                            event.target.playVideo();\n                        }\n                    }, 800);\n                }\n            }\n        });\n    });\n};\n<\/script>\n<section id=\"section-text-block_6d6682dd28f2ac080cc82831d8db5a75\" class=\"section section-text\">\n    <div class=\"container\">\n        <div class=\"section-text__wrapper text-align-left\">\n\n            \n                            <div class=\"section-text__content\">\n                    <p>It&#8217;s our birthday, and we&#8217;re treating you! That is why, in collaboration with PaperWise customers <a href=\"https:\/\/www.vanhulley.com\/\">Van Hulley<\/a>, <a href=\"https:\/\/dutchharvest.org\/nl\/\">Dutch Harvest<\/a>, <a href=\"https:\/\/www.aphyta.com\/\">Aphyta<\/a>, <a href=\"https:\/\/www.vanmooi.nl\/\">Mooi Graphic Studio<\/a>, <a href=\"https:\/\/www.illu-ster.nl\/\">Illu-Ster<\/a>, <a href=\"https:\/\/www.vaneigendeeg.nl\/\">Van Eigen Deeg<\/a>, and <a href=\"https:\/\/paperontherocks.com\/nl\/\">Paper on the Rocks<\/a>, we have put together a number of wonderful gifts as a thank you to our PaperWise fans. We are giving these away via <a href=\"https:\/\/www.facebook.com\/PaperWise.WiseWithWaste\">Facebook<\/a> and <a href=\"https:\/\/www.instagram.com\/paperwise\/\">Instagram<\/a>. Hip hip hooray for 5 years of connection!  <\/p>\n                <\/div>\n            \n        <\/div>\n    <\/div>\n<\/section>\n\n<div class=\"section-full-width-image-wrapper\">\n    <section class=\"section-full-width-image section-full-width-image height-medium parallax-enabled\" >\n                    <div class=\"image-container\">\n                <img decoding=\"async\" src=\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/paperwise-sustainable-paper-board-agri-waste-anniversary-give-away-1.jpg\"\n                     alt=\"\"\n                     class=\"full-width-image\"\n                     loading=\"lazy\">\n            <\/div>\n            <\/section>\n\n    <\/div>\n\n<script>\n(function() {\n    const parallaxSection = document.querySelector('.section-full-width-image.parallax-enabled');\n    if (!parallaxSection) return;\n\n    const parallaxImage = parallaxSection.querySelector('.full-width-image');\n    if (!parallaxImage) return;\n\n    function updateParallax() {\n        const rect = parallaxSection.getBoundingClientRect();\n        const windowHeight = window.innerHeight;\n\n        \/\/ Check if section is in viewport\n        if (rect.bottom > 0 && rect.top < windowHeight) {\n            \/\/ Calculate scroll progress (0 to 1) relative to viewport\n            const scrollProgress = (windowHeight - rect.top) \/ (windowHeight + rect.height);\n\n            \/\/ Move image from -20% to +20% based on scroll progress\n            const movement = (scrollProgress - 0.5) * 40; \/\/ -20 to +20\n\n            parallaxImage.style.transform = `translate3d(0, ${movement}%, 0)`;\n        }\n    }\n\n    \/\/ Throttle scroll event for better performance\n    let ticking = false;\n    window.addEventListener('scroll', function() {\n        if (!ticking) {\n            window.requestAnimationFrame(function() {\n                updateParallax();\n                ticking = false;\n            });\n            ticking = true;\n        }\n    });\n\n    \/\/ Initial call\n    updateParallax();\n})();\n<\/script>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":6651,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[173],"tags":[165],"class_list":["post-6650","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news","tag-organization"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Together we celebrate 5 years of connection - Paperwise<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/paperwise.eu\/en\/together-we-celebrate-5-years-of-connection\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Together we celebrate 5 years of connection - Paperwise\" \/>\n<meta property=\"og:url\" content=\"https:\/\/paperwise.eu\/en\/together-we-celebrate-5-years-of-connection\/\" \/>\n<meta property=\"og:site_name\" content=\"Paperwise\" \/>\n<meta property=\"article:published_time\" content=\"2025-11-30T05:11:27+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-17T09:09:16+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/paperwise-eco-friendly-paper-board-agri-waste-anniversary.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2200\" \/>\n\t<meta property=\"og:image:height\" content=\"900\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"romano\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"romano\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/paperwise.eu\/en\/together-we-celebrate-5-years-of-connection\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/paperwise.eu\/en\/together-we-celebrate-5-years-of-connection\/\"},\"author\":{\"name\":\"romano\",\"@id\":\"https:\/\/paperwise.eu\/en\/#\/schema\/person\/8795b3f325bbd0bd99ae85bbea26ad2e\"},\"headline\":\"Together we celebrate 5 years of connection\",\"datePublished\":\"2025-11-30T05:11:27+00:00\",\"dateModified\":\"2026-03-17T09:09:16+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/paperwise.eu\/en\/together-we-celebrate-5-years-of-connection\/\"},\"wordCount\":6,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/paperwise.eu\/en\/together-we-celebrate-5-years-of-connection\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/paperwise-eco-friendly-paper-board-agri-waste-anniversary.jpg\",\"keywords\":[\"Organization\"],\"articleSection\":[\"News\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/paperwise.eu\/en\/together-we-celebrate-5-years-of-connection\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/paperwise.eu\/en\/together-we-celebrate-5-years-of-connection\/\",\"url\":\"https:\/\/paperwise.eu\/en\/together-we-celebrate-5-years-of-connection\/\",\"name\":\"Together we celebrate 5 years of connection - Paperwise\",\"isPartOf\":{\"@id\":\"https:\/\/paperwise.eu\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/paperwise.eu\/en\/together-we-celebrate-5-years-of-connection\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/paperwise.eu\/en\/together-we-celebrate-5-years-of-connection\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/paperwise-eco-friendly-paper-board-agri-waste-anniversary.jpg\",\"datePublished\":\"2025-11-30T05:11:27+00:00\",\"dateModified\":\"2026-03-17T09:09:16+00:00\",\"author\":{\"@id\":\"https:\/\/paperwise.eu\/en\/#\/schema\/person\/8795b3f325bbd0bd99ae85bbea26ad2e\"},\"breadcrumb\":{\"@id\":\"https:\/\/paperwise.eu\/en\/together-we-celebrate-5-years-of-connection\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/paperwise.eu\/en\/together-we-celebrate-5-years-of-connection\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/paperwise.eu\/en\/together-we-celebrate-5-years-of-connection\/#primaryimage\",\"url\":\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/paperwise-eco-friendly-paper-board-agri-waste-anniversary.jpg\",\"contentUrl\":\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/paperwise-eco-friendly-paper-board-agri-waste-anniversary.jpg\",\"width\":2200,\"height\":900},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/paperwise.eu\/en\/together-we-celebrate-5-years-of-connection\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/paperwise.eu\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Together we celebrate 5 years of connection\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/paperwise.eu\/en\/#website\",\"url\":\"https:\/\/paperwise.eu\/en\/\",\"name\":\"Paperwise\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/paperwise.eu\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/paperwise.eu\/en\/#\/schema\/person\/8795b3f325bbd0bd99ae85bbea26ad2e\",\"name\":\"romano\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/1088d66ec0cbb86d1f51d63deb3022acd3d470c3fa7de3b2bf2b7898ed286a14?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1088d66ec0cbb86d1f51d63deb3022acd3d470c3fa7de3b2bf2b7898ed286a14?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1088d66ec0cbb86d1f51d63deb3022acd3d470c3fa7de3b2bf2b7898ed286a14?s=96&d=mm&r=g\",\"caption\":\"romano\"},\"url\":\"https:\/\/paperwise.eu\/en\/author\/romano\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Together we celebrate 5 years of connection - Paperwise","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/paperwise.eu\/en\/together-we-celebrate-5-years-of-connection\/","og_locale":"en_US","og_type":"article","og_title":"Together we celebrate 5 years of connection - Paperwise","og_url":"https:\/\/paperwise.eu\/en\/together-we-celebrate-5-years-of-connection\/","og_site_name":"Paperwise","article_published_time":"2025-11-30T05:11:27+00:00","article_modified_time":"2026-03-17T09:09:16+00:00","og_image":[{"width":2200,"height":900,"url":"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/paperwise-eco-friendly-paper-board-agri-waste-anniversary.jpg","type":"image\/jpeg"}],"author":"romano","twitter_card":"summary_large_image","twitter_misc":{"Written by":"romano"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/paperwise.eu\/en\/together-we-celebrate-5-years-of-connection\/#article","isPartOf":{"@id":"https:\/\/paperwise.eu\/en\/together-we-celebrate-5-years-of-connection\/"},"author":{"name":"romano","@id":"https:\/\/paperwise.eu\/en\/#\/schema\/person\/8795b3f325bbd0bd99ae85bbea26ad2e"},"headline":"Together we celebrate 5 years of connection","datePublished":"2025-11-30T05:11:27+00:00","dateModified":"2026-03-17T09:09:16+00:00","mainEntityOfPage":{"@id":"https:\/\/paperwise.eu\/en\/together-we-celebrate-5-years-of-connection\/"},"wordCount":6,"commentCount":0,"image":{"@id":"https:\/\/paperwise.eu\/en\/together-we-celebrate-5-years-of-connection\/#primaryimage"},"thumbnailUrl":"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/paperwise-eco-friendly-paper-board-agri-waste-anniversary.jpg","keywords":["Organization"],"articleSection":["News"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/paperwise.eu\/en\/together-we-celebrate-5-years-of-connection\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/paperwise.eu\/en\/together-we-celebrate-5-years-of-connection\/","url":"https:\/\/paperwise.eu\/en\/together-we-celebrate-5-years-of-connection\/","name":"Together we celebrate 5 years of connection - Paperwise","isPartOf":{"@id":"https:\/\/paperwise.eu\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/paperwise.eu\/en\/together-we-celebrate-5-years-of-connection\/#primaryimage"},"image":{"@id":"https:\/\/paperwise.eu\/en\/together-we-celebrate-5-years-of-connection\/#primaryimage"},"thumbnailUrl":"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/paperwise-eco-friendly-paper-board-agri-waste-anniversary.jpg","datePublished":"2025-11-30T05:11:27+00:00","dateModified":"2026-03-17T09:09:16+00:00","author":{"@id":"https:\/\/paperwise.eu\/en\/#\/schema\/person\/8795b3f325bbd0bd99ae85bbea26ad2e"},"breadcrumb":{"@id":"https:\/\/paperwise.eu\/en\/together-we-celebrate-5-years-of-connection\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/paperwise.eu\/en\/together-we-celebrate-5-years-of-connection\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/paperwise.eu\/en\/together-we-celebrate-5-years-of-connection\/#primaryimage","url":"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/paperwise-eco-friendly-paper-board-agri-waste-anniversary.jpg","contentUrl":"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/paperwise-eco-friendly-paper-board-agri-waste-anniversary.jpg","width":2200,"height":900},{"@type":"BreadcrumbList","@id":"https:\/\/paperwise.eu\/en\/together-we-celebrate-5-years-of-connection\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/paperwise.eu\/en\/"},{"@type":"ListItem","position":2,"name":"Together we celebrate 5 years of connection"}]},{"@type":"WebSite","@id":"https:\/\/paperwise.eu\/en\/#website","url":"https:\/\/paperwise.eu\/en\/","name":"Paperwise","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/paperwise.eu\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/paperwise.eu\/en\/#\/schema\/person\/8795b3f325bbd0bd99ae85bbea26ad2e","name":"romano","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/1088d66ec0cbb86d1f51d63deb3022acd3d470c3fa7de3b2bf2b7898ed286a14?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/1088d66ec0cbb86d1f51d63deb3022acd3d470c3fa7de3b2bf2b7898ed286a14?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1088d66ec0cbb86d1f51d63deb3022acd3d470c3fa7de3b2bf2b7898ed286a14?s=96&d=mm&r=g","caption":"romano"},"url":"https:\/\/paperwise.eu\/en\/author\/romano\/"}]}},"_links":{"self":[{"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/posts\/6650","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/comments?post=6650"}],"version-history":[{"count":1,"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/posts\/6650\/revisions"}],"predecessor-version":[{"id":6653,"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/posts\/6650\/revisions\/6653"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/media\/6651"}],"wp:attachment":[{"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/media?parent=6650"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/categories?post=6650"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/tags?post=6650"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}