{"id":1126,"date":"2022-03-07T14:29:30","date_gmt":"2022-03-07T13:29:30","guid":{"rendered":"https:\/\/lorenzozanca.com\/projects\/?page_id=1126"},"modified":"2023-02-25T15:52:32","modified_gmt":"2023-02-25T14:52:32","slug":"da-pong","status":"publish","type":"page","link":"https:\/\/lorenzozanca.com\/projects\/da-pong\/","title":{"rendered":"Da Pong"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1126\" class=\"elementor elementor-1126\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c54ead7 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c54ead7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/lorenzozanca.com\\\/projects\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/Pro5_1.mp4&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-background-video-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<video class=\"elementor-background-video-hosted elementor-html5-video\" autoplay muted playsinline loop><\/video>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-66b31fd\" data-id=\"66b31fd\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b2cdc50 elementor-widget elementor-widget-shortcode\" data-id=\"b2cdc50\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-shortcode\"><style>\n\n:root {\n  --background: #ffffff;\n  --primary: #111111;\n  --secondary: #000000cb;\n  --alternative: #eaeaea;\n}\n\n\/* ------------------- COOKIES ------------------- *\/\n\n.normal-btn{\n    cursor: pointer;\n    font-size: 15px;\n    text-transform: uppercase;\n    padding: 10px 15px 10px 15px !important;\n    border-radius: 0 !important;\n    border: none;\n    transition: all 0.3s ease;\n}\n\n.normal-btn:hover{\n    background-color: var(--primary);\n    color: var(--background);\n}\n\n.cookies-new{\n    text-transform: none;\n    text-align: left;\n    color:#ffffff;\n    z-index: 10;\n    position: fixed;\n    right: 0;\n    width: 35vw;\n    padding: 2vw;\n    margin: 3vh;\n    font-size: 12px;\n    line-height: 1.7;\n    display: flex;\n    background-color: #000000cb;\n    bottom: -100%;\n    transition: all .3s ease-in-out;\n    justify-content: space-evenly;\n    flex-direction: column;\n    flex-wrap: nowrap;\n    align-content: flex-start;\n    align-items: flex-end;\n}\n\n.cookies-new p{\n    font-size: 13px;\n    width: 100%;\n    padding-top: 30px;\n    padding-bottom: 15px;\n}\n\n.cookies-new h3{\n    font-weight: 600;\n    text-transform:none;\n    font-size: 1.9em;\n    position: absolute;\n    top: 2vw;\n    left: 2vw;\n    margin-top: 15px;\n\tletter-spacing: normal;\n}\n\n.cookies-new a{\n    text-decoration: underline;\n}\n\n.cookies-new a:hover{\n    color: white;\n}\n\n.quit-cookies svg{\n    cursor: pointer;\n    width: 16px;\n    opacity: 0.6;\n    transition: all 0.3s ease;\n}\n\n.quit-cookies svg:hover{\n    opacity: 1;\n}\n\n.cookies-new.cookie-active{ bottom:0; }\n\n\n@media screen and (max-width: 600px) {\n    .cookies-new{\n        width: 80vw;\n        padding: 5vw;\n        margin: 5vw;\n    }\n\n    .cookies-new h3{\n        left:5vw;\n    }\n}\n\na {\n  display: inline-block;\n  color: inherit;\n  text-decoration: none;\n}\n\n.underline-menu, .underline {\n  padding-bottom: 3px;\n  width: calc(100%);\n  background-image: linear-gradient(transparent calc(100% - 1px), var(--primary) 10px);\n  background-repeat: no-repeat;\n  background-size: 0% 100%;\n  transition: background-size 0.3s;\n  background-position: left bottom;\n}\n\n.underline-menu:hover { background-size: calc(100% - 6px) 100%; }\n\n.underline:hover { background-size: 100% 100%; }\n\nul{\n  list-style-type: none;\n  padding:0;\n}\n\nli{ display: inline-block; }\n\n.menu{\n  color: var(--primary);\n  text-align: center;\n  text-transform: uppercase;\n  letter-spacing: 6px;\n  padding-top: 2vh;\n  z-index: 100;\n  position: fixed;\n  top: 0;\n  left: 0;\n  font-size: 13px;\n  width: 100vw; \n  height: 7vh;\n  transition: all 0.4s ease;\n  background-color: var(--background);\n}\n.menuItem{\n  left:50vw;\n  text-align:center;\n  margin: 0 20px;\n  padding-left: 5px;\n  padding-bottom: 3px;\n  text-decoration: none !important;\n}\n\n.menuItem:hover{\n  color: var(--primary) !important;\n}\n\n.mobileItem{\n  border: none;\n  letter-spacing: 6px;\n}\n\n.menumobile {\n  width: 100vw;\n  height: 10vh;\n  position: fixed;\n  z-index: 100;\n  top: 0;\n  left: 0;\n  background-color: var(--background);\n  transition: all 0.3s ease-in-out;\n}\n\n\n#overlay-button {\n    position: absolute;\n    top: 5vh;\n    width: 20vw;\n    left: 40vw;\n    padding-bottom: 26px;\n    z-index: 1200;\n    cursor: pointer;\n    user-select: none;\n}\n#overlay-button span {\n    height: 2px;\n    width: 35px;\n    border-radius:0px;\n    background-color: var(--primary);\n    position: relative;\n    display: flex;\n    transition: all 0.2s ease-in-out;\n    margin: auto;\n}\n#overlay-button span:before {\n    top: -10px;\n    visibility: visible;\n}\n#overlay-button span:after {\n    top: 10px;\n}\n#overlay-button span:before, #overlay-button span:after {\n    height: 2px;\n    width: 35px;\n    background-color: var(--primary);\n    position: absolute;\n    content: \"\";\n    transition: all 0.2s ease-in-out;\n}\n#overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {\n    background: var(--primary);\n}\n\ninput[type=checkbox] {\n    display: none;\n}\ninput[type=checkbox]:checked ~ #overlay {\n    visibility: visible;\n}\ninput[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {\n    background: transparent;\n}\ninput[type=checkbox]:checked ~ #overlay-button span:before {\n    transform: rotate(45deg) translate(7px, 7px);\n    opacity: 1;\n}\ninput[type=checkbox]:checked ~ #overlay-button span:after {\n    transform: rotate(-45deg) translate(7px, -7px);\n}\n  \n#overlay {\n    height: 100vh;\n    width: 100vw;\n    z-index: 1000;\n    visibility: hidden;\n    position: fixed;\n    top:0;\n    left: 0;\n    text-transform: uppercase;\n    background: var(--alternative);\n}\n#overlay.active {\n    visibility: visible;\n}\n#overlay ul {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    flex-direction: column;\n    text-align: center;\n    height: 100vh;\n    padding-left: 0;\n\tmargin: 0;\n    list-style-type: none;\n}\n#overlay ul li {\n    padding: 12px;\n}\n#overlay ul li a {\n    color: var(--primary);\n    text-decoration: none;\n    font-size: 18px;\n\tline-height: 1.2;\n}\n#overlay ul li a:hover {\n    color: #333332;\n}\n\n@media screen and (max-width: 921px) {\n    body { font-size: 4vw; }\n\n    .menumobile {  display: block !important; }\n\n    .menu { display: none !important; }\n}\n\n\/* ------------------- MENU ------------------- *\/\n<\/style>\n\n<script src=\"https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/3.6.0\/jquery.min.js\"><\/script>\n\n<div class=\"cookies-new\">\n    <div id=\"quit-cookies\" class=\"quit-cookies\">\n        <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M2.14599 2.8539C2.0995 2.80741 2.06263 2.75222 2.03747 2.69148C2.01231 2.63074 1.99936 2.56564 1.99936 2.4999C1.99936 2.43416 2.01231 2.36906 2.03747 2.30832C2.06263 2.24758 2.0995 2.19239 2.14599 2.1459C2.19248 2.09941 2.24767 2.06254 2.30841 2.03738C2.36915 2.01222 2.43425 1.99927 2.49999 1.99927C2.56573 1.99927 2.63083 2.01222 2.69157 2.03738C2.75231 2.06254 2.8075 2.09941 2.85399 2.1459L7.99999 7.2929L13.146 2.1459C13.1925 2.09941 13.2477 2.06254 13.3084 2.03738C13.3691 2.01222 13.4342 1.99927 13.5 1.99927C13.5657 1.99927 13.6308 2.01222 13.6916 2.03738C13.7523 2.06254 13.8075 2.09941 13.854 2.1459C13.9005 2.19239 13.9374 2.24758 13.9625 2.30832C13.9877 2.36906 14.0006 2.43416 14.0006 2.4999C14.0006 2.56564 13.9877 2.63074 13.9625 2.69148C13.9374 2.75222 13.9005 2.80741 13.854 2.8539L8.70699 7.9999L13.854 13.1459C13.9005 13.1924 13.9374 13.2476 13.9625 13.3083C13.9877 13.3691 14.0006 13.4342 14.0006 13.4999C14.0006 13.5656 13.9877 13.6307 13.9625 13.6915C13.9374 13.7522 13.9005 13.8074 13.854 13.8539C13.8075 13.9004 13.7523 13.9373 13.6916 13.9624C13.6308 13.9876 13.5657 14.0005 13.5 14.0005C13.4342 14.0005 13.3691 13.9876 13.3084 13.9624C13.2477 13.9373 13.1925 13.9004 13.146 13.8539L7.99999 8.7069L2.85399 13.8539C2.8075 13.9004 2.75231 13.9373 2.69157 13.9624C2.63083 13.9876 2.56573 14.0005 2.49999 14.0005C2.43425 14.0005 2.36915 13.9876 2.30841 13.9624C2.24767 13.9373 2.19248 13.9004 2.14599 13.8539C2.0995 13.8074 2.06263 13.7522 2.03747 13.6915C2.01231 13.6307 1.99936 13.5656 1.99936 13.4999C1.99936 13.4342 2.01231 13.3691 2.03747 13.3083C2.06263 13.2476 2.0995 13.1924 2.14599 13.1459L7.29299 7.9999L2.14599 2.8539Z\" fill=\"white\"\/>\n        <\/svg>            \n    <\/div>\n    <h3>Cookie Policy<\/h3>\n    <p>\n        Hi, and welcome! <br>\n        I use cookies on this website just to see how many people visits my portfolio. <br>\n        To find out more, read my <a href=\"https:\/\/lorenzozanca.com\/cookies\/\">Cookie Policy<\/a>.\n    <\/p>\n    <div>\n        <button id=\"accept-cookies\" class=\"normal-btn\">\n            GOT IT.\n        <\/button>\n    <\/div>\n<\/div>\n\n<nav class=\"menu\" id=\"navbar\">\n    <ul>\n      <li><a class=\"menuItem change\" href=\"https:\/\/lorenzozanca.com\/\"><span class=\"underline-menu\">Works<\/span><\/a><\/li>\n      <!-- <li><a class=\"menuItem change\" href=\"https:\/\/lorenzozanca.com\/projects\/\"><span class=\"underline-menu\">Portfolio<\/span><\/a><\/li> -->\n      <li><a class=\"menuItem change\" href=\"https:\/\/lorenzozanca.com\/resume\/\"><span class=\"underline-menu\">Resume<\/span><\/a><\/li>\n      <li><a class=\"menuItem change\" href=\"https:\/\/lorenzozanca.com\/contacts\/\"><span class=\"underline-menu\">Contacts<\/span><\/a><\/li>\n    <\/ul>\n<\/nav>\n  \n<div class=\"menumobile\" id=\"navmobile\" style=\"display: none;\">\n    <input type=\"checkbox\" id=\"overlay-input\" \/>\n    <label for=\"overlay-input\" id=\"overlay-button\"><span><\/span><\/label>\n    <nav id=\"overlay\">\n      <ul>\n        <li><a class=\"mobileItem change\" href=\"https:\/\/lorenzozanca.com\/\">Works<\/a><\/li>\n        <!-- <li><a class=\"mobileItem change\" href=\"https:\/\/lorenzozanca.com\/projects\/\">Portfolio<\/a><\/li> -->\n        <li><a class=\"mobileItem change\" href=\"https:\/\/lorenzozanca.com\/resume\/\">Resume<\/a><\/li>\n        <li><a class=\"mobileItem change\" href=\"https:\/\/lorenzozanca.com\/contacts\/\">Contacts<\/a><\/li>\n      <\/ul>\n    <\/nav>\n<\/div>\n\n<script>\n    const cookies = document.querySelector(\".cookies-new\");\n    const accetpt = document.getElementById(\"accept-cookies\");\n    const decline = document.getElementById(\"decline-cookies\");\n    const quit = document.getElementById(\"quit-cookies\");\n\n    accetpt.addEventListener(\"click\", () => {\n        cookies.classList.remove(\"cookie-active\");\n        localStorage.setItem(\"cookieBannerDisplayed\", \"true\");\n    });\n\n    quit.addEventListener(\"click\", () => {\n        cookies.classList.remove(\"cookie-active\");\n        localStorage.setItem(\"cookieBannerDisplayed\", \"true\");\n    });\n\n    setTimeout(() => {\n        if(!localStorage.getItem(\"cookieBannerDisplayed\")){\n            cookies.classList.add(\"cookie-active\");\n        }\n    }, 2000);\n\n<\/script>\n\n<script>\n\n    var prevScrollpos = window.pageYOffset;\n    var navbar = document.getElementById(\"navbar\");\n    var navmobile = document.getElementById(\"navmobile\");\n    \n    function menu() {\n      var currentScrollPos = window.pageYOffset;\n    \n      if(currentScrollPos > 5){\n        if (prevScrollpos >= currentScrollPos) {\n    \n        navmobile.style.top = \"0\";    \n        navbar.style.top = \"0\";\n        } else {\n          navbar.style.top = \"-100px\";\n          navmobile.style.top = \"-10vh\";\n        }\n      }\n      prevScrollpos = currentScrollPos;\n    }\n    \n    window.addEventListener(\"scroll\", menu);\n<\/script><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a880fe1 elementor-widget elementor-widget-heading\" data-id=\"a880fe1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Da Pong<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f32eb87 elementor-widget elementor-widget-heading\" data-id=\"f32eb87\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Revolutionising a game that today costs less than 20\u20ac by making it interactive and with at least a digital component.<\/h5>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-15943e9 elementor-widget elementor-widget-heading\" data-id=\"15943e9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/www.polimi.it\/\" target=\"_blank\">Powered by Politecnico di Milano<\/a><\/h4>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2bfcc4f elementor-section-content-bottom elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2bfcc4f\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-0172141\" data-id=\"0172141\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-a2ef829 elementor-reverse-tablet elementor-reverse-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a2ef829\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-0a6728c\" data-id=\"0a6728c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5b90f7e elementor-widget elementor-widget-heading\" data-id=\"5b90f7e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">The 2.0 beer pong to light up Saturday night<\/h1>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d52b0f0 elementor-widget elementor-widget-text-editor\" data-id=\"d52b0f0\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>A Beer Pong 2.0 with multiple upgrades, for a new and always different experience. A dynamic, innovative and socializer game for all the 18+ all over the world.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-c73e4e9\" data-id=\"c73e4e9\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-7e6e60d elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7e6e60d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-f786589\" data-id=\"f786589\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4d34112 elementor-section-content-bottom elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4d34112\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-85eebde\" data-id=\"85eebde\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-60dc8b0 elementor-widget elementor-widget-heading\" data-id=\"60dc8b0\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Concept<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-16ba537 elementor-widget elementor-widget-heading\" data-id=\"16ba537\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Dapong is a new way to play beer pong with a smart board able to move, store points and light up to give an interactive experience. <\/h1>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f76da56 elementor-section-content-bottom elementor-reverse-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"f76da56\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-45e6759\" data-id=\"45e6759\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-54b391c elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"54b391c\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-4ac7eeb\" data-id=\"4ac7eeb\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-b9fa834\" data-id=\"b9fa834\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f59e75 elementor-reverse-tablet elementor-reverse-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5f59e75\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-0cb33fd\" data-id=\"0cb33fd\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8e9813b elementor-widget elementor-widget-heading\" data-id=\"8e9813b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Hardware<\/h1>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2db0f35 elementor-widget elementor-widget-text-editor\" data-id=\"2db0f35\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Wireframe of the device: runs with a stepper motor, led rings and piezo sensors smart board able to move, store points and light up to give an interactive experience electrical. Configuration of the device on the right, the layout of the architecture developed during the lab and a focus on the Adafruit feather used<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b2a4fb1 elementor-section-content-bottom elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b2a4fb1\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-b47f7b2\" data-id=\"b47f7b2\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-0275a60 elementor-reverse-tablet elementor-reverse-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0275a60\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-526221c\" data-id=\"526221c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-35cf9ec elementor-widget elementor-widget-heading\" data-id=\"35cf9ec\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Software<\/h1>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-808b9fc elementor-widget elementor-widget-text-editor\" data-id=\"808b9fc\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>The application is designed to give extra power to the board adding: the organization of tournaments and plays; the colors setting and the management. The prototype works with the android broadcast and a bridge app<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-75c06b8\" data-id=\"75c06b8\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-40f79d6 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"40f79d6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-2917a43\" data-id=\"2917a43\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-df0b6dd elementor-section-content-bottom elementor-reverse-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"df0b6dd\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-ab8ef1c\" data-id=\"ab8ef1c\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-538d844 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"538d844\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-62a9ab3\" data-id=\"62a9ab3\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-0dbafe7\" data-id=\"0dbafe7\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-aecc278 elementor-reverse-tablet elementor-reverse-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"aecc278\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-c6139ac\" data-id=\"c6139ac\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5baae86 elementor-widget elementor-widget-heading\" data-id=\"5baae86\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Experience<\/h1>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0ac04b2 elementor-widget elementor-widget-text-editor\" data-id=\"0ac04b2\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>The experience starts when players place all the cups on the board.<br \/>Switching on and connecting the board to the mobile app, it&#8217;s time to choose between a single game or a tournament.<br \/>All the cups have a green light, but one \u2013 the bonus one \u2013 has a rainbow one by centring a glass.<br \/>The platform will start to rotate while the bonus glass stops the rotation. The first team which will finish the glasses will win the round.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-15avicx elementor-section-content-bottom elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"15avicx\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d52789c\" data-id=\"d52789c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-f119269 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"f119269\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-de7219f\" data-id=\"de7219f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-869b955 elementor-widget elementor-widget-heading\" data-id=\"869b955\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Watch the promo video<\/h4>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-1adaa69 elementor-widget elementor-widget-video\" data-id=\"1adaa69\" data-element_type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=IMyTrSmtNqk&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4b08600 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"4b08600\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c6a0925\" data-id=\"c6a0925\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4e228d8 elementor-widget elementor-widget-heading\" data-id=\"4e228d8\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Next Project<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-09b41f0 elementor-widget elementor-widget-heading\" data-id=\"09b41f0\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/lorenzozanca.com\/projects\/polimi-app\/\">Polimi App<\/a><\/h1>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-bfa1e49 elementor-section-content-bottom elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"bfa1e49\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a8b3cbe\" data-id=\"a8b3cbe\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c5277ef elementor-widget elementor-widget-heading\" data-id=\"c5277ef\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/lorenzozanca.com\/projects\/\">Return to projects Page<\/a><\/h4>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3e9ddf6 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"3e9ddf6\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e171d30\" data-id=\"e171d30\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-950ca49 elementor-widget elementor-widget-shortcode\" data-id=\"950ca49\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-shortcode\"><style>\n    .footerContainer {\n        width: 100vw;\n        background-color: #ffffff;\n        color: #111111;\n        padding-bottom: 5rem;\n        padding-top: 6rem;\n        display: flex;\n        justify-content: center;\n    }\n\n    .cmsFooter {\n        display: flex;\n        justify-content: center;\n        width: 1216px;\n        padding-left: 2rem;\n        padding-right: 2rem;\n        flex-direction: column;\n    }\n\n    .cmsFooter * {\n            border-bottom: none !important;\n    }\n    \n    .footerColumns {\n        display: flex;\n        flex-direction: row;\n    }\n\n    .footerColumn {\n        width: 100%;\n        display: flex;\n        flex-direction: column;\n        text-align: left;\n    }\n\n    .footerColumn h4 {\n        margin-top: 0;\n        margin-bottom: 1rem;\n        font-size: 16px !important;\n        font-weight: 400;\n        color: #9c9c9c;\n    }\n\n    .footerColumn a {\n        text-decoration: none !important;\n        color: #111111;\n        padding-bottom: 0.5rem;\n        font-size: 14px !important;\n        line-height: 1.8;\n\n    }\n\n    .footerColumn a:hover {\n        color: #555555;\n    }\n\n    @media screen and (max-width: 768px) {\n\n        .footerColumn h4 {\n            font-size: 14px !important;\n        }\n\n        .footerColumns {\n            flex-direction: column;\n        }\n\n        .footerColumn {\n            padding-bottom: 1.5rem;\n        }\n    }\n<\/style>\n\n<div class=\"footerContainer\">\n    <div class=\"cmsFooter\">\n        <div class=\"footerColumns\">\n            <div class=\"footerColumn\">\n                <div style=\"padding-bottom: 2rem;\">\n                    <a href=\"https:\/\/lorenzozanca.com\" style=\"width: 50px; height: 50px;\">\n                        <?xml version=\"1.0\" encoding=\"UTF-8\"?><svg id=\"Livello_1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n                            viewBox=\"0 0 512 512\">\n                            <defs>\n                                <style>\n                                    .cls-1 {\n                                        fill: none;\n                                        stroke: #fff;\n                                        stroke-miterlimit: 10;\n                                        stroke-width: 19px;\n                                    }\n                                <\/style>\n                            <\/defs>\n                            <rect width=\"512\" height=\"512\" \/>\n                            <polyline class=\"cls-1\" points=\"512 435.68 253.36 435.68 253.36 66.04\" \/>\n                            <circle class=\"cls-1\" cx=\"255.36\" cy=\"257\" r=\"127.04\" \/>\n                        <\/svg>\n                    <\/a>\n                <\/div>\n\n                <h4>\n                    Lorenzo Zanchetta\n                <\/h4>\n                <a href=\"https:\/\/lorenzozanca.com\/cookies\">\n                    Cookies policy\n                <\/a>\n            <\/div>\n            <div class=\"footerColumn\">\n            <\/div>\n            <div class=\"footerColumn\">\n                <h4>\n                    Main\n                <\/h4>\n                <a href=\"https:\/\/lorenzozanca.com\">\n                    Works\n                <\/a>\n                <a href=\"https:\/\/lorenzozanca.com\/resume\">\n                    Resume\n                <\/a>\n                <a href=\"https:\/\/lorenzozanca.com\/contacts\">\n                    Contacts\n                <\/a>\n            <\/div>\n            <div class=\"footerColumn\">\n                <h4>\n                    Projects\n                <\/h4>\n\n                <a href=\"https:\/\/lorenzozanca.com\/projects\/root\/\">\n                    Root\n                <\/a>\n\n\t\t\t\t<a href=\"https:\/\/lorenzozanca.com\/projects\/raffle-ai\/\">\n                    Raffle\n                <\/a>\n\n                <a href=\"https:\/\/lorenzozanca.com\/projects\/polimi-app\/\">\n                    Polimi App\n                <\/a>\n\t\t\t\t\n\t\t\t\t<a href=\"https:\/\/lorenzozanca.com\/projects\/innovation-launcher\/\">\n                    Innovation Launcher\n                <\/a>\n\n            <\/div>\n            <div class=\"footerColumn\">\n                <h4>\n                    Others\n                <\/h4>\n                <a href=\"https:\/\/lorenzozanca.com\/projects\/growmate\/\">\n                    Growmate\n                <\/a>\n                <a href=\"https:\/\/www.hyperlab.xyz\/\" target=\"_blank\">\n                    Hyperlab\n                <\/a>\n                <a href=\"https:\/\/lorenzozanca.com\/projects\/movel\/\">\n                    Movel\n                <\/a>\n                <a href=\"https:\/\/lorenzozanca.com\/projects\/da-pong\/\">\n                    Da Pong\n                <\/a>\n                <a href=\"https:\/\/lorenzozanca.com\/projects\/videos\">\n                    Videos\n                <\/a>\n            <\/div>\n        <\/div>\n\n    <\/div>\n<\/div><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Da Pong Revolutionising a game that today costs less than 20\u20ac by making it interactive and with at least a digital component. Powered by Politecnico di Milano The 2.0 beer pong to light up Saturday night A Beer Pong 2.0 with multiple upgrades, for a new and always different experience. A dynamic, innovative and socializer &hellip;<\/p>\n<p class=\"read-more\"> <a class=\"\" href=\"https:\/\/lorenzozanca.com\/projects\/da-pong\/\"> <span class=\"screen-reader-text\">Da Pong<\/span> Read More &raquo;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.8.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Da Pong | lorenzozanca.com<\/title>\n<meta name=\"description\" content=\"Lorenzo Zanchetta | My Projects | Welcome to my Portfolio, I&#039;m a Digital and Product Designer specialized in UX &amp; UI.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/lorenzozanca.com\/projects\/da-pong\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Da Pong | lorenzozanca.com\" \/>\n<meta property=\"og:description\" content=\"Lorenzo Zanchetta | My Projects | Welcome to my Portfolio, I&#039;m a Digital and Product Designer specialized in UX &amp; UI.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/lorenzozanca.com\/projects\/da-pong\/\" \/>\n<meta property=\"og:site_name\" content=\"lorenzozanca.com\" \/>\n<meta property=\"article:modified_time\" content=\"2023-02-25T14:52:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/lorenzozanca.com\/projects\/wp-content\/uploads\/2022\/03\/Cover.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/lorenzozanca.com\/projects\/da-pong\/\",\"url\":\"https:\/\/lorenzozanca.com\/projects\/da-pong\/\",\"name\":\"Da Pong | lorenzozanca.com\",\"isPartOf\":{\"@id\":\"https:\/\/lorenzozanca.com\/projects\/#website\"},\"datePublished\":\"2022-03-07T13:29:30+00:00\",\"dateModified\":\"2023-02-25T14:52:32+00:00\",\"description\":\"Lorenzo Zanchetta | My Projects | Welcome to my Portfolio, I'm a Digital and Product Designer specialized in UX & UI.\",\"breadcrumb\":{\"@id\":\"https:\/\/lorenzozanca.com\/projects\/da-pong\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/lorenzozanca.com\/projects\/da-pong\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/lorenzozanca.com\/projects\/da-pong\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Projects\",\"item\":\"https:\/\/lorenzozanca.com\/projects\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Da Pong\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/lorenzozanca.com\/projects\/#website\",\"url\":\"https:\/\/lorenzozanca.com\/projects\/\",\"name\":\"lorenzozanca.com\",\"description\":\"Design Portfolio of Lorenzo Zanchetta\",\"publisher\":{\"@id\":\"https:\/\/lorenzozanca.com\/projects\/#\/schema\/person\/ae9ade89b6d78f974aeec4d96e1a1de2\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/lorenzozanca.com\/projects\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/lorenzozanca.com\/projects\/#\/schema\/person\/ae9ade89b6d78f974aeec4d96e1a1de2\",\"name\":\"Lorenzo Zanchetta\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/lorenzozanca.com\/projects\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/lorenzozanca.com\/projects\/wp-content\/uploads\/2022\/03\/LorenzoZanchetta.jpg\",\"contentUrl\":\"https:\/\/lorenzozanca.com\/projects\/wp-content\/uploads\/2022\/03\/LorenzoZanchetta.jpg\",\"width\":400,\"height\":400,\"caption\":\"Lorenzo Zanchetta\"},\"logo\":{\"@id\":\"https:\/\/lorenzozanca.com\/projects\/#\/schema\/person\/image\/\"},\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/lorenzo-zanchetta-design\/\",\"https:\/\/www.pinterest.it\/lorenzozanca\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Da Pong | lorenzozanca.com","description":"Lorenzo Zanchetta | My Projects | Welcome to my Portfolio, I'm a Digital and Product Designer specialized in UX & UI.","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:\/\/lorenzozanca.com\/projects\/da-pong\/","og_locale":"en_US","og_type":"article","og_title":"Da Pong | lorenzozanca.com","og_description":"Lorenzo Zanchetta | My Projects | Welcome to my Portfolio, I'm a Digital and Product Designer specialized in UX & UI.","og_url":"https:\/\/lorenzozanca.com\/projects\/da-pong\/","og_site_name":"lorenzozanca.com","article_modified_time":"2023-02-25T14:52:32+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/lorenzozanca.com\/projects\/wp-content\/uploads\/2022\/03\/Cover.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/lorenzozanca.com\/projects\/da-pong\/","url":"https:\/\/lorenzozanca.com\/projects\/da-pong\/","name":"Da Pong | lorenzozanca.com","isPartOf":{"@id":"https:\/\/lorenzozanca.com\/projects\/#website"},"datePublished":"2022-03-07T13:29:30+00:00","dateModified":"2023-02-25T14:52:32+00:00","description":"Lorenzo Zanchetta | My Projects | Welcome to my Portfolio, I'm a Digital and Product Designer specialized in UX & UI.","breadcrumb":{"@id":"https:\/\/lorenzozanca.com\/projects\/da-pong\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/lorenzozanca.com\/projects\/da-pong\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/lorenzozanca.com\/projects\/da-pong\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Projects","item":"https:\/\/lorenzozanca.com\/projects\/"},{"@type":"ListItem","position":2,"name":"Da Pong"}]},{"@type":"WebSite","@id":"https:\/\/lorenzozanca.com\/projects\/#website","url":"https:\/\/lorenzozanca.com\/projects\/","name":"lorenzozanca.com","description":"Design Portfolio of Lorenzo Zanchetta","publisher":{"@id":"https:\/\/lorenzozanca.com\/projects\/#\/schema\/person\/ae9ade89b6d78f974aeec4d96e1a1de2"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/lorenzozanca.com\/projects\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/lorenzozanca.com\/projects\/#\/schema\/person\/ae9ade89b6d78f974aeec4d96e1a1de2","name":"Lorenzo Zanchetta","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/lorenzozanca.com\/projects\/#\/schema\/person\/image\/","url":"https:\/\/lorenzozanca.com\/projects\/wp-content\/uploads\/2022\/03\/LorenzoZanchetta.jpg","contentUrl":"https:\/\/lorenzozanca.com\/projects\/wp-content\/uploads\/2022\/03\/LorenzoZanchetta.jpg","width":400,"height":400,"caption":"Lorenzo Zanchetta"},"logo":{"@id":"https:\/\/lorenzozanca.com\/projects\/#\/schema\/person\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/in\/lorenzo-zanchetta-design\/","https:\/\/www.pinterest.it\/lorenzozanca\/"]}]}},"_links":{"self":[{"href":"https:\/\/lorenzozanca.com\/projects\/wp-json\/wp\/v2\/pages\/1126"}],"collection":[{"href":"https:\/\/lorenzozanca.com\/projects\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lorenzozanca.com\/projects\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lorenzozanca.com\/projects\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lorenzozanca.com\/projects\/wp-json\/wp\/v2\/comments?post=1126"}],"version-history":[{"count":64,"href":"https:\/\/lorenzozanca.com\/projects\/wp-json\/wp\/v2\/pages\/1126\/revisions"}],"predecessor-version":[{"id":2878,"href":"https:\/\/lorenzozanca.com\/projects\/wp-json\/wp\/v2\/pages\/1126\/revisions\/2878"}],"wp:attachment":[{"href":"https:\/\/lorenzozanca.com\/projects\/wp-json\/wp\/v2\/media?parent=1126"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}