{"id":1309,"date":"2026-02-10T12:27:13","date_gmt":"2026-02-10T12:27:13","guid":{"rendered":"https:\/\/jarralmobiletyre.co.uk\/uk\/gaming\/?page_id=1309"},"modified":"2026-02-10T12:27:15","modified_gmt":"2026-02-10T12:27:15","slug":"daisy-harrison","status":"publish","type":"page","link":"https:\/\/jarralmobiletyre.co.uk\/uk\/gaming\/daisy-harrison\/","title":{"rendered":"Daisy Harrison"},"content":{"rendered":"\n<style>\n        .dh-wrapper {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 25px;\n        }\n\n        .dh-hero-banner {\n            background: linear-gradient(135deg, #10b981 0%, #059669 35%, #047857 100%);\n            border-radius: 28px;\n            padding: 70px 45px;\n            text-align: center;\n            color: white;\n            margin-bottom: 45px;\n            box-shadow: 0 25px 50px rgba(16, 185, 129, 0.12);\n            position: relative;\n            overflow: hidden;\n        }\n\n        .dh-hero-banner::after {\n            content: '';\n            position: absolute;\n            top: -60%;\n            right: -60%;\n            width: 220%;\n            height: 220%;\n            background: conic-gradient(from 0deg, rgba(255,255,255,0.08) 0%, transparent 50%, rgba(255,255,255,0.08) 100%);\n            animation: dh-rotate 12s linear infinite;\n        }\n\n        @keyframes dh-rotate {\n            from { transform: rotate(0deg); }\n            to { transform: rotate(360deg); }\n        }\n\n        .dh-avatar-img {\n            width: 150px;\n            height: 150px;\n            border-radius: 50%;\n            border: 7px solid rgba(255,255,255,0.25);\n            margin: 0 auto 30px;\n            display: block;\n            object-fit: cover;\n            position: relative;\n            z-index: 1;\n        }\n\n        .dh-primary-name {\n            font-size: 3.4rem;\n            font-weight: 200;\n            margin-bottom: 12px;\n            position: relative;\n            z-index: 1;\n            letter-spacing: -0.02em;\n        }\n\n        .dh-role-title {\n            font-size: 1.5rem;\n            opacity: 0.92;\n            margin-bottom: 25px;\n            font-weight: 500;\n            position: relative;\n            z-index: 1;\n        }\n\n        .dh-intro-text {\n            font-size: 1.12rem;\n            opacity: 0.88;\n            max-width: 650px;\n            margin: 0 auto;\n            position: relative;\n            z-index: 1;\n            line-height: 1.6;\n        }\n\n        \/* Metrics Display *\/\n        .dh-metrics-display {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 25px;\n            margin-bottom: 45px;\n        }\n\n        .dh-metric-box {\n            background: white;\n            border-radius: 18px;\n            padding: 35px 25px;\n            text-align: center;\n            box-shadow: 0 10px 35px rgba(0,0,0,0.04);\n            border: 2px solid rgba(16, 185, 129, 0.08);\n            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n            position: relative;\n            overflow: hidden;\n        }\n\n        .dh-metric-box::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 5px;\n            background: linear-gradient(90deg, #10b981, #059669, #047857);\n            opacity: 0;\n            transition: opacity 0.4s ease;\n        }\n\n        .dh-metric-box:hover {\n            transform: translateY(-12px);\n            box-shadow: 0 20px 55px rgba(16, 185, 129, 0.12);\n        }\n\n        .dh-metric-box:hover::before {\n            opacity: 1;\n        }\n\n        .dh-metric-value {\n            font-size: 2.6rem;\n            font-weight: 700;\n            color: #059669;\n            display: block;\n            margin-bottom: 10px;\n        }\n\n        .dh-metric-desc {\n            color: #64748b;\n            font-size: 1rem;\n            font-weight: 600;\n        }\n\n        .dh-expertise-showcase {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n            gap: 25px;\n            margin-bottom: 35px;\n        }\n\n        .dh-expertise-panel {\n            background: white;\n            border-radius: 20px;\n            padding: 30px;\n            box-shadow: 0 12px 40px rgba(0,0,0,0.04);\n            border-top: 5px solid #059669;\n            text-align: center;\n            transition: all 0.4s ease;\n            position: relative;\n        }\n\n        .dh-expertise-panel:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 18px 50px rgba(5, 150, 105, 0.15);\n        }\n\n        .dh-expertise-symbol {\n            width: 52px;\n            height: 52px;\n            background: linear-gradient(135deg, #10b981, #059669);\n            border-radius: 14px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 18px;\n        }\n\n        .dh-expertise-label {\n            font-size: 1.25rem;\n            font-weight: 700;\n            color: #1e293b;\n            margin-bottom: 12px;\n        }\n\n        .dh-expertise-detail {\n            color: #64748b;\n            font-size: 1rem;\n            line-height: 1.6;\n        }\n\n        .dh-content-blocks {\n            display: grid;\n            gap: 35px;\n            margin-bottom: 35px;\n        }\n\n        .dh-content-block {\n            background: white;\n            border-radius: 24px;\n            padding: 40px;\n            box-shadow: 0 15px 45px rgba(0,0,0,0.03);\n            border-left: 6px solid #059669;\n            transition: all 0.4s ease;\n        }\n\n        .dh-content-block:hover {\n            transform: translateX(10px);\n            box-shadow: 0 25px 65px rgba(0,0,0,0.06);\n        }\n\n        .dh-block-header {\n            display: flex;\n            align-items: center;\n            gap: 15px;\n            margin-bottom: 25px;\n        }\n\n        .dh-block-symbol {\n            width: 36px;\n            height: 36px;\n            background: linear-gradient(135deg, #10b981, #059669);\n            border-radius: 10px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n        }\n\n        .dh-block-heading {\n            font-size: 1.5rem;\n            font-weight: 700;\n            color: #1e293b;\n        }\n\n        .dh-block-text p {\n            margin-bottom: 18px;\n            color: #475569;\n            font-size: 1.08rem;\n        }\n\n        .dh-block-text p:last-child {\n            margin-bottom: 0;\n        }\n\n        \/* Career Journey *\/\n        .dh-career-journey {\n            background: white;\n            border-radius: 24px;\n            padding: 45px;\n            box-shadow: 0 15px 45px rgba(0,0,0,0.03);\n            margin-bottom: 35px;\n        }\n\n        .dh-journey-header {\n            display: flex;\n            align-items: center;\n            gap: 15px;\n            margin-bottom: 35px;\n        }\n\n        .dh-journey-symbol {\n            width: 36px;\n            height: 36px;\n            background: linear-gradient(135deg, #10b981, #059669);\n            border-radius: 10px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .dh-journey-heading {\n            font-size: 1.6rem;\n            font-weight: 700;\n            color: #1e293b;\n        }\n\n        .dh-journey-step {\n            display: flex;\n            gap: 25px;\n            margin-bottom: 30px;\n            padding-bottom: 30px;\n            border-bottom: 1px solid #f1f5f9;\n            position: relative;\n        }\n\n        .dh-journey-step:last-child {\n            border-bottom: none;\n            margin-bottom: 0;\n            padding-bottom: 0;\n        }\n\n        .dh-journey-period {\n            flex: 0 0 160px;\n            font-weight: 700;\n            color: #059669;\n            font-size: 1rem;\n            padding-top: 3px;\n        }\n\n        .dh-journey-info {\n            flex: 1;\n        }\n\n        .dh-journey-org {\n            font-weight: 700;\n            color: #1e293b;\n            margin-bottom: 6px;\n            font-size: 1.15rem;\n        }\n\n        .dh-journey-role {\n            color: #64748b;\n            line-height: 1.5;\n        }\n\n        \/* Responsive Adjustments *\/\n        @media (max-width: 768px) {\n            .dh-hero-banner {\n                padding: 50px 25px;\n                border-radius: 20px;\n            }\n\n            .dh-primary-name {\n                font-size: 2.8rem;\n            }\n\n            .dh-avatar-img {\n                width: 130px;\n                height: 130px;\n            }\n\n            .dh-metrics-display {\n                grid-template-columns: repeat(2, 1fr);\n            }\n\n            .dh-expertise-showcase {\n                grid-template-columns: 1fr;\n            }\n\n            .dh-journey-step {\n                flex-direction: column;\n                gap: 12px;\n            }\n\n            .dh-journey-period {\n                flex: none;\n            }\n\n            .dh-content-block, .dh-career-journey {\n                padding: 30px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .dh-metrics-display {\n                grid-template-columns: 1fr;\n            }\n            \n            .dh-wrapper {\n                padding: 18px;\n            }\n        }\n    <\/style>\n    <div class=\"dh-wrapper\">\n        <!-- Hero Banner -->\n        <div class=\"dh-hero-banner\">\n            <img decoding=\"async\" src=\"https:\/\/freespinnodeposit.com\/wp-content\/uploads\/2025\/08\/daisy-harrison.webp\" alt=\"Daisy Harrison\" class=\"dh-avatar-img\">\n            <h1 class=\"dh-primary-name\">Daisy Harrison<\/h1>\n            <h2 class=\"dh-role-title\">Content Editor &#038; Casino Expert<\/h2>\n            <p class=\"dh-intro-text\">A Casino.org North American team member with over 9 years of experience in the iGaming industry, on a mission to find you the best casinos and bonuses.<\/p>\n        <\/div>\n\n        <!-- Metrics Display -->\n        <div class=\"dh-metrics-display\">\n            <div class=\"dh-metric-box\">\n                <span class=\"dh-metric-value\">9+<\/span>\n                <span class=\"dh-metric-desc\">Years in iGaming<\/span>\n            <\/div>\n            <div class=\"dh-metric-box\">\n                <span class=\"dh-metric-value\">1,500+<\/span>\n                <span class=\"dh-metric-desc\">Articles Written<\/span>\n            <\/div>\n            <div class=\"dh-metric-box\">\n                <span class=\"dh-metric-value\">300+<\/span>\n                <span class=\"dh-metric-desc\">Casino Games Tested<\/span>\n            <\/div>\n            <div class=\"dh-metric-box\">\n                <span class=\"dh-metric-value\">9<\/span>\n                <span class=\"dh-metric-desc\">Markets Covered<\/span>\n            <\/div>\n        <\/div>\n\n        <!-- Expertise Showcase -->\n        <div class=\"dh-expertise-showcase\">\n            <div class=\"dh-expertise-panel\">\n                <div class=\"dh-expertise-symbol\">\n                    <svg width=\"26\" height=\"26\" viewBox=\"0 0 24 24\" fill=\"white\">\n                        <path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/>\n                    <\/svg>\n                <\/div>\n                <h4 class=\"dh-expertise-label\">Slots Expert<\/h4>\n                <p class=\"dh-expertise-detail\">Daisy&#8217;s passion for slot games shines through &#8211; trust her reviews and recommendations<\/p>\n            <\/div>\n            <div class=\"dh-expertise-panel\">\n                <div class=\"dh-expertise-symbol\">\n                    <svg width=\"26\" height=\"26\" viewBox=\"0 0 24 24\" fill=\"white\">\n                        <path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\/>\n                    <\/svg>\n                <\/div>\n                <h4 class=\"dh-expertise-label\">Canada Specialist<\/h4>\n                <p class=\"dh-expertise-detail\">In-depth casino and games guides for Canadian players<\/p>\n            <\/div>\n            <div class=\"dh-expertise-panel\">\n                <div class=\"dh-expertise-symbol\">\n                    <svg width=\"26\" height=\"26\" viewBox=\"0 0 24 24\" fill=\"white\">\n                        <path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 3c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm0 14.2c-2.5 0-4.71-1.28-6-3.22.03-1.99 4-3.08 6-3.08 1.99 0 5.97 1.09 6 3.08-1.29 1.94-3.5 3.22-6 3.22z\"\/>\n                    <\/svg>\n                <\/div>\n                <h4 class=\"dh-expertise-label\">Content Management<\/h4>\n                <p class=\"dh-expertise-detail\">Managing 30+ main pages with expert insights and trusted recommendations<\/p>\n            <\/div>\n            <div class=\"dh-expertise-panel\">\n                <div class=\"dh-expertise-symbol\">\n                    <svg width=\"26\" height=\"26\" viewBox=\"0 0 24 24\" fill=\"white\">\n                        <path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM4 12c0-.61.08-1.21.21-1.78L9.66 15.66c-1.66-.41-3.01-1.76-3.42-3.42L4 12zm14.79-1.78c.13.57.21 1.17.21 1.78l-2.24.05c-.41-1.66-1.76-3.01-3.42-3.42L18.79 10.22zM12 4c.61 0 1.21.08 1.78.21L8.34 9.66C9.99 9.25 11.34 7.9 11.76 6.24L12 4z\"\/>\n                    <\/svg>\n                <\/div>\n                <h4 class=\"dh-expertise-label\">Global Markets<\/h4>\n                <p class=\"dh-expertise-detail\">Experience across North American, UK, European, MENA, and Asian markets<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Main Content Blocks -->\n        <div class=\"dh-content-blocks\">\n            <div class=\"dh-content-block\">\n                <div class=\"dh-block-header\">\n                    <div class=\"dh-block-symbol\">\n                        <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"white\">\n                            <path d=\"M12 2a10 10 0 100 20 10 10 0 000-20Zm1 14h-2v-2h2v2Zm0-4h-2V6h2v6Z\"\/>\n                        <\/svg>\n                    <\/div>\n                    <h3 class=\"dh-block-heading\">What Makes Daisy an Expert?<\/h3>\n                <\/div>\n                <div class=\"dh-block-text\">\n                    <p>Daisy has spent 9 years reviewing online casinos and has picked up plenty of insider knowledge along the way. In that time, she&#8217;s written for some of the top online gambling affiliate sites, including Online-Slot.co.uk and VegasSlotsOnline. Now she brings her expertise to Casino.org where she works across the US and Canadian markets.<\/p>\n                    <p><strong>Her Mission:<\/strong> &#8220;I&#8217;ve always loved writing (stories, diaries, shopping lists&#8230;) but the beauty of this role is that I get to help people too. The online gambling world can be a bit of a minefield if you&#8217;re not used to it. Here, however, I can use my expertise to enable players to make better choices.&#8221;<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Career Journey -->\n        <div class=\"dh-career-journey\">\n            <div class=\"dh-journey-header\">\n                <div class=\"dh-journey-symbol\">\n                    <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"white\">\n                        <path d=\"M20 6h-2.18c.11-.31.18-.65.18-1a2.996 2.996 0 0 0-5.5-1.65l-.5.67-.5-.68C10.96 2.54 10.05 2 9 2 7.34 2 6 3.34 6 5c0 .35.07.69.18 1H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2z\"\/>\n                    <\/svg>\n                <\/div>\n                <h3 class=\"dh-journey-heading\">Professional Experience<\/h3>\n            <\/div>\n\n            <div class=\"dh-journey-step\">\n                <div class=\"dh-journey-period\">Jan 2024 \u2013 Present<\/div>\n                <div class=\"dh-journey-info\">\n                    <div class=\"dh-journey-org\">Casino.org<\/div>\n                    <div class=\"dh-journey-role\">Content Editor<\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"dh-journey-step\">\n                <div class=\"dh-journey-period\">Oct 2021 \u2013 Jan 2024<\/div>\n                <div class=\"dh-journey-info\">\n                    <div class=\"dh-journey-org\">Time2Play Media<\/div>\n                    <div class=\"dh-journey-role\">Content Manager<\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"dh-journey-step\">\n                <div class=\"dh-journey-period\">Jul 2019 \u2013 Oct 2021<\/div>\n                <div class=\"dh-journey-info\">\n                    <div class=\"dh-journey-org\">Blexr<\/div>\n                    <div class=\"dh-journey-role\">Content Executive<\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"dh-journey-step\">\n                <div class=\"dh-journey-period\">Sep 2011 \u2013 Jul 2014<\/div>\n                <div class=\"dh-journey-info\">\n                    <div class=\"dh-journey-org\">University of Sheffield<\/div>\n                    <div class=\"dh-journey-role\">Bachelor of Arts (English Literature and Philosophy)<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n","protected":false},"excerpt":{"rendered":"<p>Daisy Harrison Content Editor &#038; Casino Expert A Casino.org North American team member with over 9 years of experience in the iGaming industry, on a mission to find you the best casinos and bonuses. 9+ Years in iGaming 1,500+ Articles Written 300+ Casino Games Tested 9 Markets Covered Slots Expert Daisy&#8217;s passion for slot games&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-1309","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/jarralmobiletyre.co.uk\/uk\/gaming\/wp-json\/wp\/v2\/pages\/1309","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jarralmobiletyre.co.uk\/uk\/gaming\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/jarralmobiletyre.co.uk\/uk\/gaming\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/jarralmobiletyre.co.uk\/uk\/gaming\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jarralmobiletyre.co.uk\/uk\/gaming\/wp-json\/wp\/v2\/comments?post=1309"}],"version-history":[{"count":1,"href":"https:\/\/jarralmobiletyre.co.uk\/uk\/gaming\/wp-json\/wp\/v2\/pages\/1309\/revisions"}],"predecessor-version":[{"id":1310,"href":"https:\/\/jarralmobiletyre.co.uk\/uk\/gaming\/wp-json\/wp\/v2\/pages\/1309\/revisions\/1310"}],"wp:attachment":[{"href":"https:\/\/jarralmobiletyre.co.uk\/uk\/gaming\/wp-json\/wp\/v2\/media?parent=1309"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}