{"id":704,"date":"2025-01-19T16:19:18","date_gmt":"2025-01-19T14:19:18","guid":{"rendered":"https:\/\/nickkonas.com\/?page_id=704"},"modified":"2025-03-13T20:58:24","modified_gmt":"2025-03-13T18:58:24","slug":"guess-who","status":"publish","type":"page","link":"https:\/\/nickkonas.com\/el\/guess-who\/","title":{"rendered":"Guess Who"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"704\" class=\"elementor elementor-704\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9ad41a9 e-flex e-con-boxed e-con e-parent\" data-id=\"9ad41a9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-242a8ed elementor-widget elementor-widget-html\" data-id=\"242a8ed\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n\/* Existing CSS *\/\r\nbody {\r\n    font-family: 'Arial', sans-serif;\r\n    margin: 0;\r\n    padding: 0;\r\n    overflow: hidden;\r\n    background: linear-gradient(45deg, #e8d7ff, #dfffd6);\r\n    background-size: 400% 400%;\r\n    animation: gradientBG 10s ease infinite;\r\n}\r\n\r\nnav {\r\n    text-align: center;\r\n    padding: 10px 0;\r\n}\r\n\r\nul {\r\n    list-style-type: none;\r\n    margin: 0;\r\n    padding: 0;\r\n}\r\n\r\nli {\r\n    display: inline-block;\r\n    margin-right: 20px;\r\n}\r\n\r\na {\r\n    text-decoration: none;\r\n    color: black;\r\n    font-size: 18px;\r\n    padding: 10px;\r\n    border-radius: 5px;\r\n    transition: background-color 0.3s ease;\r\n}\r\n\r\na:hover {\r\n    background-color: #555;\r\n}\r\n\r\n@keyframes gradientBG {\r\n    0% {\r\n        background-position: 0% 50%;\r\n    }\r\n    50% {\r\n        background-position: 100% 50%;\r\n    }\r\n    100% {\r\n        background-position: 0% 50%;\r\n    }\r\n}\r\n\r\nheader {\r\n    color: black;\r\n    text-align: center;\r\n    padding: 20px;\r\n    border-bottom: 2px solid #fff; \r\n}\r\n\r\nh1 {\r\n    margin: 0;\r\n    font-size: 36px;\r\n    text-transform: uppercase; \r\n    letter-spacing: 2px; \r\n}\r\n\r\nh1:hover {\r\n    transform: scale(1.05);\r\n    transition: transform 0.3s ease-in-out;\r\n}\r\n\r\nh2 {\r\n    text-align: center;\r\n}\r\n\r\nsection {\r\n    display: flex;\r\n    justify-content: space-around;\r\n    align-items: center;\r\n    height: 80vh;\r\n}\r\n\r\n.box {\r\n    text-align: center;\r\n    padding: 20px;\r\n    background-color: rgba(255, 255, 255, 0.8);\r\n    border-radius: 10px;\r\n    width: 15%;\r\n    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n    transition: transform 0.3s ease-in-out;\r\n}\r\n\r\n.box:hover {\r\n    transform: scale(1.1);\r\n}\r\n\r\n.content {\r\n    height: 80vh;\r\n    overflow-y: auto;\r\n}\r\n\r\n.box img {\r\n    max-width: 100%;\r\n    max-height: 100%;\r\n    display: block; \r\n    margin: 0 auto; \r\n}\r\n\r\n@keyframes fadeIn {\r\n    from {\r\n        opacity: 0;\r\n    }\r\n    to {\r\n        opacity: 1;\r\n    }\r\n}\r\n\r\n.fade-in {\r\n    animation: fadeIn 1s ease-in-out;\r\n}\r\n\r\nbody {\r\n    overflow-y: scroll; \r\n}\r\n\r\n.content {\r\n    height: 80vh; \r\n    overflow-y: auto; \r\n}\r\n\r\n\/* Media Query for Smaller Screens *\/\r\n@media (max-width: 768px) {\r\n    section {\r\n        flex-direction: column; \/* Stack elements vertically *\/\r\n        height: auto; \/* Allow dynamic height *\/\r\n    }\r\n\r\n    .box {\r\n        width: 80%; \/* Adjust width for smaller screens *\/\r\n        margin-bottom: 20px; \/* Add spacing between boxes *\/\r\n    }\r\n}\r\n\r\n#color-palette {\r\n    text-align: center;\r\n    margin-top: 50px;\r\n}\r\n\r\n#color-palette h2 {\r\n    color: #333;\r\n}\r\n\r\n.color-box {\r\n    position: relative;\r\n    width: 50px;\r\n    height: 50px;\r\n    margin: 10px;\r\n    display: inline-block;\r\n    border-radius: 5px;\r\n    overflow: hidden;\r\n}\r\n\r\n.color-box::after {\r\n    content: attr(data-color);\r\n    position: absolute;\r\n    top: 100%;\r\n    left: 50%;\r\n    transform: translateX(-50%) translateY(-100%);\r\n    background: rgba(0, 0, 0, 0.7);\r\n    color: white;\r\n    padding: 5px;\r\n    border-radius: 3px;\r\n    font-size: 12px;\r\n    opacity: 0;\r\n    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;\r\n}\r\n\r\n.color-box:hover::after {\r\n    opacity: 1;\r\n    transform: translateX(-50%) translateY(-120%);\r\n}\r\n\r\n.color-box::before {\r\n    content: '';\r\n    position: absolute;\r\n    top: 0;\r\n    left: 0;\r\n    right: 0;\r\n    bottom: 0;\r\n    border: 2px solid #333; \r\n    border-radius: 5px;\r\n    opacity: 0;\r\n    transition: opacity 0.3s ease-in-out;\r\n}\r\n\r\n.color-box:hover::before {\r\n    opacity: 1;\r\n}\r\n\r\n\r\n#3d-display {\r\n    text-align: center;\r\n    margin-top: 50px;\r\n}\r\n\r\n#3d-display h2 {\r\n    color: #333;\r\n}\r\n\r\n.board-game-box {\r\n    perspective: 500px; \r\n    perspective-origin: center;\r\n    margin-top: 20px; \r\n}\r\n\r\n.board-game-box img {\r\n    width: 100%;\r\n    max-width: 600px; \r\n    transform: rotateY(20deg) rotateX(10deg);\r\n    transform-origin: center;\r\n    transition: transform 0.5s ease-in-out;\r\n}\r\n\r\n.board-game-box:hover img {\r\n    transform: rotateY(0deg) rotateX(0deg);\r\n}\r\n\r\n\r\n#info-display {\r\n    text-align: center;\r\n    margin-top: 50px;\r\n}\r\n\r\n#info-display h2 {\r\n    color: #333;\r\n}\r\n\r\n.info-container {\r\n    position: relative;\r\n    display: inline-block;\r\n}\r\n\r\n.info-text {\r\n    max-width: 200px;\r\n    margin: 0 auto;\r\n    padding: 20px;\r\n    border: 2px solid #ddd;\r\n    border-radius: 8px;\r\n    background-color: #f9f9f9;\r\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\r\n    white-space: nowrap;\r\n    font-size: 18px;\r\n    transition: box-shadow 0.3s ease-in-out;\r\n}\r\n<\/style>\r\n\r\n<body>\r\n\r\n    <script>\r\n        function copyToClipboard(hexColor) {\r\n            const input = document.createElement('input');\r\n            input.value = hexColor;\r\n            document.body.appendChild(input);\r\n            input.select();\r\n            document.execCommand('copy');\r\n            document.body.removeChild(input);\r\n            alert(`Copied: ${hexColor}`);\r\n        }\t\t\r\n    <\/script>\r\n\t\r\n  \r\n\t\r\n\t\r\n\t\r\n\t<nav>\r\n        <ul>\r\n            <li><a href=\"https:\/\/nickkonas.com\/el\/guess-who\/\">\u0391\u03c1\u03c7\u03b9\u03ba\u03ae<\/a><\/li>\r\n            <li><a href=\"https:\/\/nickkonas.com\/el\/guess-who-chars\/\">Characters<\/a><\/li>\r\n\t\t\t<li><a href=\"https:\/\/www.templatemaker.nl\/en\/matchbox\/\" target=\"_blank\"> Box Template<\/a><\/li>\r\n        <\/ul>\r\n    <\/nav>\r\n\t\r\n\t\r\n    <section>\r\n        <div class=\"box fade-in\">\r\n            <img decoding=\"async\" src=\"https:\/\/nickkonas.com\/wp-content\/uploads\/2025\/01\/f1.jpg\" alt=\"Image 1\">\r\n            <h2>Face Card<\/h2>\r\n            <p>\u039a\u03ac\u03b8\u03b5 \u03c0\u03b1\u03af\u03ba\u03c4\u03b7\u03c2 \u03c0\u03b1\u03af\u03c1\u03bd\u03b5\u03b9 \u03ad\u03bd\u03b1 \u03c3\u03b5\u03c4 \u03ba\u03b1\u03c1\u03c4\u03ce\u03bd Face.<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"box fade-in\">\r\n            <img decoding=\"async\" src=\"https:\/\/nickkonas.com\/wp-content\/uploads\/2025\/01\/m0.jpg\" alt=\"Image 2\">\r\n            <h2>Mystery Card<\/h2>\r\n            <p>\u039a\u03c1\u03b1\u03c4\u03ae\u03c3\u03c4\u03b5 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7\u03bd \u03ba\u03ac\u03c1\u03c4\u03b1 \u03bc\u03c5\u03c3\u03c4\u03b9\u03ba\u03ae \u03ba\u03b1\u03c4\u03ac \u03c4\u03b7 \u03b4\u03b9\u03ac\u03c1\u03ba\u03b5\u03b9\u03b1 \u03c4\u03bf\u03c5 \u03c0\u03b1\u03b9\u03c7\u03bd\u03b9\u03b4\u03b9\u03bf\u03cd.<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"box fade-in\">\r\n            <img decoding=\"async\" src=\"https:\/\/nickkonas.com\/wp-content\/uploads\/2025\/01\/f2.jpg\" alt=\"Image 3\">\r\n            <h2>Face Card<\/h2>\r\n            <p>\u039a\u03ac\u03b8\u03b5 \u03c0\u03b1\u03af\u03ba\u03c4\u03b7\u03c2 \u03c0\u03b1\u03af\u03c1\u03bd\u03b5\u03b9 \u03ad\u03bd\u03b1 \u03c3\u03b5\u03c4 \u03ba\u03b1\u03c1\u03c4\u03ce\u03bd Face.<\/p>\r\n        <\/div>\r\n    <\/section>\r\n\t\r\n     <h2>\u039a\u03ac\u03bd\u03c4\u03b5 \u03b5\u03c1\u03c9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03bc\u03b1\u03bd\u03c4\u03ad\u03c8\u03b5\u03c4\u03b5 \u03c4\u03bf\u03bd \u039c\u03c5\u03c3\u03c4\u03ae\u03c1\u03b9\u03bf \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03ae\u03c1\u03b1 \u03c4\u03bf\u03c5 \u03b1\u03bd\u03c4\u03b9\u03c0\u03ac\u03bb\u03bf\u03c5 \u03c3\u03b1\u03c2 \u03c0\u03c1\u03b9\u03bd \u03bc\u03b1\u03bd\u03c4\u03ad\u03c8\u03b5\u03b9 \u03c4\u03bf\u03bd \u03b4\u03b9\u03ba\u03cc \u03c3\u03b1\u03c2!<\/h2>\r\n\r\n\t\r\n    <section id=\"color-palette\">\r\n\t\t<div class=\"color-box\" onclick=\"copyToClipboard('#ffc8dd')\" style=\"background-color: #ffc8dd;\" data-color=\"#ffc8dd\"><\/div>\r\n\t\t<div class=\"color-box\" onclick=\"copyToClipboard('#bde0fe')\" style=\"background-color: #bde0fe;\" data-color=\"#bde0fe\"><\/div>\r\n\t\t<div class=\"color-box\" onclick=\"copyToClipboard('#cdb4db')\" style=\"background-color: #cdb4db;\" data-color=\"#cdb4db\"><\/div>\r\n\t\t<div class=\"color-box\" onclick=\"copyToClipboard('#fff1e6')\" style=\"background-color: #fff1e6;\" data-color=\"#fff1e6\"><\/div>\r\n    <\/section>\r\n\t\r\n\t<h2>\u0391\u03bd \u03bc\u03b1\u03bd\u03c4\u03ad\u03c8\u03b5\u03b9\u03c2 \u03c3\u03c9\u03c3\u03c4\u03ac \u03c4\u03bf\u03bd \u039c\u03c5\u03c3\u03c4\u03ae\u03c1\u03b9\u03bf \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03ae\u03c1\u03b1 \u03c4\u03bf\u03c5 \u03b1\u03bd\u03c4\u03b9\u03c0\u03ac\u03bb\u03bf\u03c5 \u03c3\u03bf\u03c5, \u03ba\u03b5\u03c1\u03b4\u03af\u03b6\u03b5\u03b9\u03c2! \u0391\u03bd \u03bc\u03b1\u03bd\u03c4\u03ad\u03c8\u03b5\u03b9\u03c2 \u03bb\u03ac\u03b8\u03bf\u03c2, \u03bf \u03b1\u03bd\u03c4\u03af\u03c0\u03b1\u03bb\u03cc\u03c2 \u03c3\u03bf\u03c5 \u03ba\u03b5\u03c1\u03b4\u03af\u03b6\u03b5\u03b9!<\/h2>\r\n\r\n\t<section id=\"3d-display\">\r\n\t\t<div class=\"board-game-box\">\r\n            <img decoding=\"async\" src=\"https:\/\/nickkonas.com\/wp-content\/uploads\/2025\/01\/logo.png\" alt=\"Box\">\r\n        <\/div>\r\n    <\/section>\r\n\t\r\n    <p class=\"info-text fade-in\">Card: 5.5 x 9 cm<br>Box: 18 x 9 x 1 cm <br>40 \u03ba\u03ac\u03c1\u03c4\u03b5\u03c2 \u03c0\u03c1\u03bf\u03c3\u03ce\u03c0\u03bf\u03c5<br>\r\n20 \u03ba\u03ac\u03c1\u03c4\u03b5\u03c2 \u03bc\u03c5\u03c3\u03c4\u03b7\u03c1\u03af\u03bf\u03c5<\/p>\r\n<\/body>\r\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\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Home Characters Box Template Face Card \u039a\u03ac\u03b8\u03b5 \u03c0\u03b1\u03af\u03ba\u03c4\u03b7\u03c2 \u03c0\u03b1\u03af\u03c1\u03bd\u03b5\u03b9 \u03ad\u03bd\u03b1 \u03c3\u03b5\u03c4 \u03ba\u03b1\u03c1\u03c4\u03ce\u03bd Face. Mystery Card \u039a\u03c1\u03b1\u03c4\u03ae\u03c3\u03c4\u03b5 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7\u03bd \u03ba\u03ac\u03c1\u03c4\u03b1 \u03bc\u03c5\u03c3\u03c4\u03b9\u03ba\u03ae \u03ba\u03b1\u03c4\u03ac \u03c4\u03b7 \u03b4\u03b9\u03ac\u03c1\u03ba\u03b5\u03b9\u03b1 \u03c4\u03bf\u03c5 \u03c0\u03b1\u03b9\u03c7\u03bd\u03b9\u03b4\u03b9\u03bf\u03cd. Face Card \u039a\u03ac\u03b8\u03b5 \u03c0\u03b1\u03af\u03ba\u03c4\u03b7\u03c2 \u03c0\u03b1\u03af\u03c1\u03bd\u03b5\u03b9 \u03ad\u03bd\u03b1 \u03c3\u03b5\u03c4 \u03ba\u03b1\u03c1\u03c4\u03ce\u03bd Face. \u039a\u03ac\u03bd\u03c4\u03b5 \u03b5\u03c1\u03c9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03bc\u03b1\u03bd\u03c4\u03ad\u03c8\u03b5\u03c4\u03b5 \u03c4\u03bf\u03bd \u039c\u03c5\u03c3\u03c4\u03ae\u03c1\u03b9\u03bf \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03ae\u03c1\u03b1 \u03c4\u03bf\u03c5 \u03b1\u03bd\u03c4\u03b9\u03c0\u03ac\u03bb\u03bf\u03c5 \u03c3\u03b1\u03c2 \u03c0\u03c1\u03b9\u03bd \u03bc\u03b1\u03bd\u03c4\u03ad\u03c8\u03b5\u03b9 \u03c4\u03bf\u03bd \u03b4\u03b9\u03ba\u03cc \u03c3\u03b1\u03c2! \u0391\u03bd \u03bc\u03b1\u03bd\u03c4\u03ad\u03c8\u03b5\u03b9\u03c2 \u03c3\u03c9\u03c3\u03c4\u03ac \u03c4\u03bf\u03bd \u039c\u03c5\u03c3\u03c4\u03ae\u03c1\u03b9\u03bf [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-704","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Guess Who - Nickkonas - Personal Portfolio<\/title>\n<meta name=\"description\" content=\"Check out my design work for Guess Who, a project that merges graphic design, branding, and interactive creativity into a unique experience.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/nickkonas.com\/el\/guess-who\/\" \/>\n<meta property=\"og:locale\" content=\"el_GR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Guess Who - Nickkonas - Personal Portfolio\" \/>\n<meta property=\"og:description\" content=\"Check out my design work for Guess Who, a project that merges graphic design, branding, and interactive creativity into a unique experience.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nickkonas.com\/el\/guess-who\/\" \/>\n<meta property=\"og:site_name\" content=\"Nickkonas - Personal Portfolio\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/profile.php?id=100015576303979\" \/>\n<meta property=\"article:modified_time\" content=\"2025-03-13T18:58:24+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nickkonas.com\/wp-content\/uploads\/2025\/01\/f1.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u0395\u03ba\u03c4\u03b9\u03bc\u03ce\u03bc\u03b5\u03bd\u03bf\u03c2 \u03c7\u03c1\u03cc\u03bd\u03bf\u03c2 \u03b1\u03bd\u03ac\u03b3\u03bd\u03c9\u03c3\u03b7\u03c2\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 \u03bb\u03b5\u03c0\u03c4\u03ac\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/nickkonas.com\\\/guess-who\\\/\",\"url\":\"https:\\\/\\\/nickkonas.com\\\/guess-who\\\/\",\"name\":\"Guess Who - Nickkonas - Personal Portfolio\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/nickkonas.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/nickkonas.com\\\/guess-who\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/nickkonas.com\\\/guess-who\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/nickkonas.com\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/f1.jpg\",\"datePublished\":\"2025-01-19T14:19:18+00:00\",\"dateModified\":\"2025-03-13T18:58:24+00:00\",\"description\":\"Check out my design work for Guess Who, a project that merges graphic design, branding, and interactive creativity into a unique experience.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/nickkonas.com\\\/guess-who\\\/#breadcrumb\"},\"inLanguage\":\"el\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/nickkonas.com\\\/guess-who\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"el\",\"@id\":\"https:\\\/\\\/nickkonas.com\\\/guess-who\\\/#primaryimage\",\"url\":\"https:\\\/\\\/nickkonas.com\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/f1.jpg\",\"contentUrl\":\"https:\\\/\\\/nickkonas.com\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/f1.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/nickkonas.com\\\/guess-who\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/nickkonas.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Guess Who\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/nickkonas.com\\\/#website\",\"url\":\"https:\\\/\\\/nickkonas.com\\\/\",\"name\":\"Nickkonas - Personal Portfolio\",\"description\":\"Explore a showcase of creativity, web development projects, design expertise, and animations crafted with precision and style.\",\"publisher\":{\"@id\":\"https:\\\/\\\/nickkonas.com\\\/#\\\/schema\\\/person\\\/e93114fac03e4052982afdcbd1316524\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/nickkonas.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"el\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/nickkonas.com\\\/#\\\/schema\\\/person\\\/e93114fac03e4052982afdcbd1316524\",\"name\":\"Nickkonas\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"el\",\"@id\":\"https:\\\/\\\/nickkonas.com\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/nickkonas.png\",\"url\":\"https:\\\/\\\/nickkonas.com\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/nickkonas.png\",\"contentUrl\":\"https:\\\/\\\/nickkonas.com\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/nickkonas.png\",\"width\":802,\"height\":315,\"caption\":\"Nickkonas\"},\"logo\":{\"@id\":\"https:\\\/\\\/nickkonas.com\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/nickkonas.png\"},\"sameAs\":[\"https:\\\/\\\/nickkonas.com\",\"https:\\\/\\\/www.facebook.com\\\/profile.php?id=100015576303979\",\"https:\\\/\\\/www.instagram.com\\\/nikos_disfa\\\/\",\"https:\\\/\\\/www.youtube.com\\\/@Nickkonas\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Guess Who - Nickkonas - Personal Portfolio","description":"Check out my design work for Guess Who, a project that merges graphic design, branding, and interactive creativity into a unique experience.","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:\/\/nickkonas.com\/el\/guess-who\/","og_locale":"el_GR","og_type":"article","og_title":"Guess Who - Nickkonas - Personal Portfolio","og_description":"Check out my design work for Guess Who, a project that merges graphic design, branding, and interactive creativity into a unique experience.","og_url":"https:\/\/nickkonas.com\/el\/guess-who\/","og_site_name":"Nickkonas - Personal Portfolio","article_publisher":"https:\/\/www.facebook.com\/profile.php?id=100015576303979","article_modified_time":"2025-03-13T18:58:24+00:00","og_image":[{"url":"https:\/\/nickkonas.com\/wp-content\/uploads\/2025\/01\/f1.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"\u0395\u03ba\u03c4\u03b9\u03bc\u03ce\u03bc\u03b5\u03bd\u03bf\u03c2 \u03c7\u03c1\u03cc\u03bd\u03bf\u03c2 \u03b1\u03bd\u03ac\u03b3\u03bd\u03c9\u03c3\u03b7\u03c2":"2 \u03bb\u03b5\u03c0\u03c4\u03ac"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/nickkonas.com\/guess-who\/","url":"https:\/\/nickkonas.com\/guess-who\/","name":"Guess Who - Nickkonas - Personal Portfolio","isPartOf":{"@id":"https:\/\/nickkonas.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/nickkonas.com\/guess-who\/#primaryimage"},"image":{"@id":"https:\/\/nickkonas.com\/guess-who\/#primaryimage"},"thumbnailUrl":"https:\/\/nickkonas.com\/wp-content\/uploads\/2025\/01\/f1.jpg","datePublished":"2025-01-19T14:19:18+00:00","dateModified":"2025-03-13T18:58:24+00:00","description":"Check out my design work for Guess Who, a project that merges graphic design, branding, and interactive creativity into a unique experience.","breadcrumb":{"@id":"https:\/\/nickkonas.com\/guess-who\/#breadcrumb"},"inLanguage":"el","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nickkonas.com\/guess-who\/"]}]},{"@type":"ImageObject","inLanguage":"el","@id":"https:\/\/nickkonas.com\/guess-who\/#primaryimage","url":"https:\/\/nickkonas.com\/wp-content\/uploads\/2025\/01\/f1.jpg","contentUrl":"https:\/\/nickkonas.com\/wp-content\/uploads\/2025\/01\/f1.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/nickkonas.com\/guess-who\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/nickkonas.com\/"},{"@type":"ListItem","position":2,"name":"Guess Who"}]},{"@type":"WebSite","@id":"https:\/\/nickkonas.com\/#website","url":"https:\/\/nickkonas.com\/","name":"Nickkonas - Personal Portfolio","description":"Explore a showcase of creativity, web development projects, design expertise, and animations crafted with precision and style.","publisher":{"@id":"https:\/\/nickkonas.com\/#\/schema\/person\/e93114fac03e4052982afdcbd1316524"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nickkonas.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"el"},{"@type":["Person","Organization"],"@id":"https:\/\/nickkonas.com\/#\/schema\/person\/e93114fac03e4052982afdcbd1316524","name":"Nickkonas","image":{"@type":"ImageObject","inLanguage":"el","@id":"https:\/\/nickkonas.com\/wp-content\/uploads\/2024\/12\/nickkonas.png","url":"https:\/\/nickkonas.com\/wp-content\/uploads\/2024\/12\/nickkonas.png","contentUrl":"https:\/\/nickkonas.com\/wp-content\/uploads\/2024\/12\/nickkonas.png","width":802,"height":315,"caption":"Nickkonas"},"logo":{"@id":"https:\/\/nickkonas.com\/wp-content\/uploads\/2024\/12\/nickkonas.png"},"sameAs":["https:\/\/nickkonas.com","https:\/\/www.facebook.com\/profile.php?id=100015576303979","https:\/\/www.instagram.com\/nikos_disfa\/","https:\/\/www.youtube.com\/@Nickkonas"]}]}},"rttpg_featured_image_url":null,"rttpg_author":{"display_name":"Nickkonas","author_link":"https:\/\/nickkonas.com\/el\/author\/admin\/"},"rttpg_comment":0,"rttpg_category":null,"rttpg_excerpt":"Home Characters Box Template Face Card \u039a\u03ac\u03b8\u03b5 \u03c0\u03b1\u03af\u03ba\u03c4\u03b7\u03c2 \u03c0\u03b1\u03af\u03c1\u03bd\u03b5\u03b9 \u03ad\u03bd\u03b1 \u03c3\u03b5\u03c4 \u03ba\u03b1\u03c1\u03c4\u03ce\u03bd Face. Mystery Card \u039a\u03c1\u03b1\u03c4\u03ae\u03c3\u03c4\u03b5 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7\u03bd \u03ba\u03ac\u03c1\u03c4\u03b1 \u03bc\u03c5\u03c3\u03c4\u03b9\u03ba\u03ae \u03ba\u03b1\u03c4\u03ac \u03c4\u03b7 \u03b4\u03b9\u03ac\u03c1\u03ba\u03b5\u03b9\u03b1 \u03c4\u03bf\u03c5 \u03c0\u03b1\u03b9\u03c7\u03bd\u03b9\u03b4\u03b9\u03bf\u03cd. Face Card \u039a\u03ac\u03b8\u03b5 \u03c0\u03b1\u03af\u03ba\u03c4\u03b7\u03c2 \u03c0\u03b1\u03af\u03c1\u03bd\u03b5\u03b9 \u03ad\u03bd\u03b1 \u03c3\u03b5\u03c4 \u03ba\u03b1\u03c1\u03c4\u03ce\u03bd Face. \u039a\u03ac\u03bd\u03c4\u03b5 \u03b5\u03c1\u03c9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03bc\u03b1\u03bd\u03c4\u03ad\u03c8\u03b5\u03c4\u03b5 \u03c4\u03bf\u03bd \u039c\u03c5\u03c3\u03c4\u03ae\u03c1\u03b9\u03bf \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03ae\u03c1\u03b1 \u03c4\u03bf\u03c5 \u03b1\u03bd\u03c4\u03b9\u03c0\u03ac\u03bb\u03bf\u03c5 \u03c3\u03b1\u03c2 \u03c0\u03c1\u03b9\u03bd \u03bc\u03b1\u03bd\u03c4\u03ad\u03c8\u03b5\u03b9 \u03c4\u03bf\u03bd \u03b4\u03b9\u03ba\u03cc \u03c3\u03b1\u03c2! \u0391\u03bd \u03bc\u03b1\u03bd\u03c4\u03ad\u03c8\u03b5\u03b9\u03c2 \u03c3\u03c9\u03c3\u03c4\u03ac \u03c4\u03bf\u03bd \u039c\u03c5\u03c3\u03c4\u03ae\u03c1\u03b9\u03bf&hellip;","_links":{"self":[{"href":"https:\/\/nickkonas.com\/el\/wp-json\/wp\/v2\/pages\/704","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nickkonas.com\/el\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nickkonas.com\/el\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nickkonas.com\/el\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nickkonas.com\/el\/wp-json\/wp\/v2\/comments?post=704"}],"version-history":[{"count":19,"href":"https:\/\/nickkonas.com\/el\/wp-json\/wp\/v2\/pages\/704\/revisions"}],"predecessor-version":[{"id":819,"href":"https:\/\/nickkonas.com\/el\/wp-json\/wp\/v2\/pages\/704\/revisions\/819"}],"wp:attachment":[{"href":"https:\/\/nickkonas.com\/el\/wp-json\/wp\/v2\/media?parent=704"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}