{"id":806,"date":"2025-11-23T01:13:28","date_gmt":"2025-11-23T00:13:28","guid":{"rendered":"https:\/\/adell-trading.hiseo.cz\/?page_id=806"},"modified":"2026-03-10T23:14:28","modified_gmt":"2026-03-10T22:14:28","slug":"historie","status":"publish","type":"page","link":"https:\/\/adell-games.com\/en\/historie\/","title":{"rendered":"History"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"806\" class=\"elementor elementor-806\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-301d2df e-con-full firefly-container e-flex e-con e-parent\" data-id=\"301d2df\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;pyramids&quot;}\">\n\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 1000 100\" preserveaspectratio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M761.9,44.1L643.1,27.2L333.8,98L0,3.8V0l1000,0v3.9\"\/>\n<\/svg>\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4d9c9f2 e-con-full e-flex e-con e-child\" data-id=\"4d9c9f2\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3367e29 elementor-widget elementor-widget-html\" data-id=\"3367e29\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n  \/* Rodi\u010d s ID firefly-container mus\u00ed b\u00fdt pozi\u010dn\u011b kontextov\u00fd *\/\n  #firefly-container {\n    position: relative;\n  }\n\n  \/* Vlo\u017een\u00fd p\u0159ekryv pro canvas (automaticky se vytvo\u0159\u00ed skriptem) *\/\n  #firefly-container .firefly-canvas {\n    position: absolute;\n    inset: 0;\n    z-index: 0;               \/* obsah sekce z\u016fstane nad t\u00edm *\/\n    pointer-events: none;     \/* neblokuje klik\u00e1n\u00ed na tla\u010d\u00edtka apod. *\/\n    overflow: hidden;\n  }\n\n  #firefly-container .firefly-canvas canvas {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    filter: blur(1px);\n  }\n<\/style>\n\n<script>\n(function($){\n  \/\/ Spus\u0165 po inicializaci Elementoru (funguje i p\u0159i AJAX na\u010d\u00edt\u00e1n\u00ed)\n  $(window).on('elementor\/frontend\/init', function () {\n    \/\/ Po\u010dkej kr\u00e1tce, a\u0165 je DOM hotov\u00fd\n    setTimeout(initFireflies, 150);\n  });\n\n  function initFireflies(){\n    const container = document.getElementById('firefly-container');\n    if (!container) return;\n\n    \/\/ Pokud wrapper je\u0161t\u011b neexistuje, vytvo\u0159 ho a p\u0159idej jako prvn\u00ed d\u00edt\u011b rodi\u010de\n    let wrapper = container.querySelector('.firefly-canvas');\n    if (!wrapper) {\n      wrapper = document.createElement('div');\n      wrapper.className = 'firefly-canvas';\n      wrapper.innerHTML = '<canvas><\/canvas>';\n      container.prepend(wrapper);\n    }\n\n    const canvas = wrapper.querySelector('canvas');\n    const c = canvas.getContext('2d');\n\n    \/\/ Velikost = rozm\u011bry rodi\u010de (ne lev\u00e9ho sloupce)\n    function sizeToContainer(){\n      const r = container.getBoundingClientRect();\n      canvas.width = Math.max(1, Math.floor(r.width));\n      canvas.height = Math.max(1, Math.floor(r.height));\n    }\n    sizeToContainer();\n\n    \/\/ Reaguj na resize i zm\u011bny layoutu v Elementoru\n    const ro = new ResizeObserver(sizeToContainer);\n    ro.observe(container);\n    window.addEventListener('resize', sizeToContainer);\n\n    class Firefly {\n      constructor(){ this.reset(); }\n      reset(){\n        this.x = Math.random()*canvas.width;\n        this.y = Math.random()*canvas.height;\n        this.s = Math.random()*2;\n        this.ang = Math.random()*Math.PI*2;\n        this.v = (this.s*this.s)\/4;\n      }\n      move(){\n        this.x += this.v * Math.cos(this.ang);\n        this.y += this.v * Math.sin(this.ang);\n        this.ang += Math.random()*(Math.PI\/9) - (Math.PI\/18);\n        if (this.x<0 || this.x>canvas.width || this.y<0 || this.y>canvas.height) this.reset();\n      }\n      show(){\n        c.beginPath();\n        c.arc(this.x, this.y, this.s, 0, Math.PI*2);\n        c.fillStyle = '#fddba3';\n        c.fill();\n      }\n    }\n\n    const fireflies = Array.from({length: 80}, () => new Firefly());\n\n    function animate(){\n      c.clearRect(0,0,canvas.width,canvas.height);\n      fireflies.forEach(f => { f.move(); f.show(); });\n      requestAnimationFrame(animate);\n    }\n    animate();\n  }\n})(jQuery);\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bdece98 elementor-widget elementor-widget-heading\" data-id=\"bdece98\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">We make the world<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e14a08d elementor-headline--style-rotate elementor-widget elementor-widget-animated-headline\" data-id=\"e14a08d\" data-element_type=\"widget\" data-settings=\"{&quot;headline_style&quot;:&quot;rotate&quot;,&quot;animation_type&quot;:&quot;slide-down&quot;,&quot;rotating_text&quot;:&quot;Z\\u00c1BAVY!\\nV\\u00ddHER!\\nADRENALINU!\\n\\u0160T\\u011aST\\u00cd!\\nVZRU\\u0160EN\\u00cd!&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;rotate_iteration_delay&quot;:2500}\" data-widget_type=\"animated-headline.default\">\n\t\t\t\t\t\t\t<h3 class=\"elementor-headline elementor-headline-animation-type-slide-down\">\n\t\t\t\t<span class=\"elementor-headline-dynamic-wrapper elementor-headline-text-wrapper\">\n\t\t\t\t\t<span class=\"elementor-headline-dynamic-text elementor-headline-text-active\">\n\t\t\t\tFUN!\t\t\t<\/span>\n\t\t\t\t\t<span class=\"elementor-headline-dynamic-text\">\n\t\t\t\tWIN!\t\t\t<\/span>\n\t\t\t\t\t<span class=\"elementor-headline-dynamic-text\">\n\t\t\t\tADRENALINE!\t\t\t<\/span>\n\t\t\t\t\t<span class=\"elementor-headline-dynamic-text\">\n\t\t\t\tHAPPY!\t\t\t<\/span>\n\t\t\t\t\t<span class=\"elementor-headline-dynamic-text\">\n\t\t\t\tRELEASE!\t\t\t<\/span>\n\t\t\t\t\t\t<\/span>\n\t\t\t\t<\/h3>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ec41ad6 e-con-full e-flex e-con e-child\" data-id=\"ec41ad6\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_ken_burns&quot;:&quot;yes&quot;,&quot;background_slideshow_ken_burns_zoom_direction&quot;:&quot;out&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3410707 elementor-absolute animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3410707\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_direction&quot;:&quot;negative&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.05000000000000000277555756156289135105907917022705078125,&quot;sizes&quot;:[]},&quot;_animation&quot;:&quot;zoomIn&quot;,&quot;_animation_delay&quot;:1000,&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1536\" height=\"1065\" src=\"https:\/\/adell-games.com\/wp-content\/uploads\/2025\/11\/Asset-31-1536x1065.webp\" class=\"attachment-1536x1536 size-1536x1536 wp-image-424\" alt=\"\" srcset=\"https:\/\/adell-games.com\/wp-content\/uploads\/2025\/11\/Asset-31-1536x1065.webp 1536w, https:\/\/adell-games.com\/wp-content\/uploads\/2025\/11\/Asset-31-300x208.webp 300w, https:\/\/adell-games.com\/wp-content\/uploads\/2025\/11\/Asset-31-1024x710.webp 1024w, https:\/\/adell-games.com\/wp-content\/uploads\/2025\/11\/Asset-31-768x533.webp 768w, https:\/\/adell-games.com\/wp-content\/uploads\/2025\/11\/Asset-31-2048x1420.webp 2048w\" sizes=\"(max-width: 1536px) 100vw, 1536px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-102a839 elementor-invisible elementor-widget elementor-widget-image\" data-id=\"102a839\" data-element_type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_direction&quot;:&quot;negative&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.1000000000000000055511151231257827021181583404541015625,&quot;sizes&quot;:[]},&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;_animation&quot;:&quot;zoomIn&quot;,&quot;_animation_delay&quot;:600,&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1536\" height=\"1000\" src=\"https:\/\/adell-games.com\/wp-content\/uploads\/2025\/11\/Asset-16-1536x1000.png\" class=\"attachment-1536x1536 size-1536x1536 wp-image-438\" alt=\"\" srcset=\"https:\/\/adell-games.com\/wp-content\/uploads\/2025\/11\/Asset-16-1536x1000.png 1536w, https:\/\/adell-games.com\/wp-content\/uploads\/2025\/11\/Asset-16-300x195.webp 300w, https:\/\/adell-games.com\/wp-content\/uploads\/2025\/11\/Asset-16-1024x666.png 1024w, https:\/\/adell-games.com\/wp-content\/uploads\/2025\/11\/Asset-16-768x500.png 768w, https:\/\/adell-games.com\/wp-content\/uploads\/2025\/11\/Asset-16-2048x1333.png 2048w\" sizes=\"(max-width: 1536px) 100vw, 1536px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7daf6eb elementor-absolute elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7daf6eb\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_direction&quot;:&quot;negative&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.200000000000000011102230246251565404236316680908203125,&quot;sizes&quot;:[]},&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;_animation&quot;:&quot;zoomIn&quot;,&quot;_animation_delay&quot;:400,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1536\" height=\"936\" src=\"https:\/\/adell-games.com\/wp-content\/uploads\/2025\/11\/Asset-42-1536x936.webp\" class=\"attachment-1536x1536 size-1536x1536 wp-image-425\" alt=\"\" srcset=\"https:\/\/adell-games.com\/wp-content\/uploads\/2025\/11\/Asset-42-1536x936.webp 1536w, https:\/\/adell-games.com\/wp-content\/uploads\/2025\/11\/Asset-42-300x183.webp 300w, https:\/\/adell-games.com\/wp-content\/uploads\/2025\/11\/Asset-42-1024x624.webp 1024w, https:\/\/adell-games.com\/wp-content\/uploads\/2025\/11\/Asset-42-768x468.webp 768w, https:\/\/adell-games.com\/wp-content\/uploads\/2025\/11\/Asset-42-2048x1248.webp 2048w\" sizes=\"(max-width: 1536px) 100vw, 1536px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-45d0b45 elementor-absolute e-transform elementor-invisible elementor-widget elementor-widget-image\" data-id=\"45d0b45\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_direction&quot;:&quot;negative&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.40000000000000002220446049250313080847263336181640625,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:26,&quot;sizes&quot;:[]},&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:6,&quot;sizes&quot;:[]},&quot;_animation&quot;:&quot;zoomIn&quot;,&quot;_animation_delay&quot;:200,&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1536\" height=\"1238\" src=\"https:\/\/adell-games.com\/wp-content\/uploads\/2025\/11\/Asset-75-1536x1238.webp\" class=\"attachment-1536x1536 size-1536x1536 wp-image-436\" alt=\"\" srcset=\"https:\/\/adell-games.com\/wp-content\/uploads\/2025\/11\/Asset-75-1536x1238.webp 1536w, https:\/\/adell-games.com\/wp-content\/uploads\/2025\/11\/Asset-75-300x242.webp 300w, https:\/\/adell-games.com\/wp-content\/uploads\/2025\/11\/Asset-75-1024x825.webp 1024w, https:\/\/adell-games.com\/wp-content\/uploads\/2025\/11\/Asset-75-768x619.webp 768w, https:\/\/adell-games.com\/wp-content\/uploads\/2025\/11\/Asset-75-2048x1651.webp 2048w\" sizes=\"(max-width: 1536px) 100vw, 1536px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Tvo\u0159\u00edme sv\u011bt Z\u00c1BAVY! V\u00ddHER! ADRENALINU! \u0160T\u011aST\u00cd! VZRU\u0160EN\u00cd!<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-806","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/adell-games.com\/en\/wp-json\/wp\/v2\/pages\/806","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/adell-games.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/adell-games.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/adell-games.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/adell-games.com\/en\/wp-json\/wp\/v2\/comments?post=806"}],"version-history":[{"count":0,"href":"https:\/\/adell-games.com\/en\/wp-json\/wp\/v2\/pages\/806\/revisions"}],"wp:attachment":[{"href":"https:\/\/adell-games.com\/en\/wp-json\/wp\/v2\/media?parent=806"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}