{"id":7,"date":"2026-08-11T22:46:21","date_gmt":"2026-08-11T21:46:21","guid":{"rendered":"https:\/\/boredl-co-uk.stacktemp.com\/?page_id=7"},"modified":"2026-08-11T23:32:53","modified_gmt":"2026-08-11T22:32:53","slug":"home","status":"publish","type":"page","link":"https:\/\/boredl.co.uk\/","title":{"rendered":"Home"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n\/* =========================================\n   BOREDL LANDING PAGE (FULLSCREEN FIXED)\n   ========================================= *\/\n\n\/* =========================================\n   1. WORDPRESS & HTML RESET\n   ========================================= *\/\n\nhtml,\nbody,\n#page,\n.site,\n.site-content,\n.content-area,\nmain,\nmain.site-main,\n.entry-content,\n.wp-site-blocks,\n.wp-block-post-content {\n    margin: 0 !important;\n    padding: 0 !important;\n    background-color: #bad5de !important;\n}\n\nhtml,\nbody {\n    width: 100%;\n    height: 100%;\n    max-height: 100vh;\n    overflow: hidden !important; \/* Locks vertical scroll completely *\/\n}\n\n\/* Hide WP Admin Bar gap if logged in *\/\nhtml {\n    margin-top: 0 !important;\n}\n\n#wpadminbar {\n    display: none !important;\n}\n\n\/* Hide Theme Header & Footer *\/\nheader,\n.site-header,\n.wp-site-blocks > header,\n.entry-title,\n.page-title,\n.wp-block-post-title,\nfooter,\n.site-footer,\n.wp-site-blocks > footer {\n    display: none !important;\n}\n\n.wp-site-blocks > *,\n.wp-block-post-content > *,\n.entry-content > * {\n    margin-block-start: 0 !important;\n    margin-block-end: 0 !important;\n}\n\n\n\/* =========================================\n   2. FULL-WIDTH WRAPPER\n   ========================================= *\/\n\n.boredl-wrap {\n    position: relative !important;\n    width: 100vw !important;\n    max-width: 100vw !important;\n    height: 100vh !important;\n    max-height: 100vh !important;\n    left: 50% !important;\n    margin: 0 0 0 -50vw !important;\n    padding: 0 !important;\n    overflow: hidden !important;\n    background: #bad5de;\n}\n\n\n\/* =========================================\n   3. MAIN HERO CONTAINER\n   ========================================= *\/\n\n.boredl-hero {\n    width: 100%;\n    height: 100vh;\n    max-height: 100vh;\n    margin: 0 !important;\n    background: #bad5de;\n\n    display: grid;\n    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);\n    align-items: center;\n\n    gap: 40px;\n    padding: 2dvh 8%;\n    box-sizing: border-box;\n    overflow: hidden;\n}\n\n\n\/* =========================================\n   4. LEFT SIDE CONTENT\n   ========================================= *\/\n\n.boredl-left {\n    width: 100%;\n    max-width: 580px;\n    justify-self: end;\n    padding: 0;\n    margin: 0;\n}\n\n\n\/* LOGO *\/\n.boredl-logo {\n    display: block;\n    width: min(340px, 75%);\n    height: auto;\n    margin: 0 0 14px;\n}\n\n\n\/* KICKER *\/\n.boredl-kicker {\n    margin: 0 0 6px;\n    color: #17232a;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n}\n\n\n\/* HEADLINE *\/\n.boredl-left h1 {\n    max-width: 560px;\n    margin: 0;\n    color: #17232a;\n    font-size: clamp(34px, 4.2vw, 64px);\n    font-weight: 800;\n    line-height: 0.98;\n    letter-spacing: -2px;\n}\n\n\n\/* DESCRIPTION *\/\n.boredl-intro {\n    max-width: 500px;\n    margin: 12px 0 16px;\n    color: #53666e;\n    font-size: clamp(14px, 1.1vw, 17px);\n    line-height: 1.4;\n}\n\n\n\/* GOOGLE PLAY BUTTON *\/\n.boredl-play-button {\n    display: inline-flex;\n    align-items: center;\n    gap: 12px;\n    padding: 10px 20px;\n    background: #111111;\n    border-radius: 10px;\n    color: #ffffff !important;\n    text-decoration: none !important;\n    transition: transform 0.2s ease;\n}\n\n.boredl-play-button:hover {\n    transform: translateY(-2px);\n}\n\n.boredl-play-icon {\n    color: #ffffff;\n    font-size: 24px;\n    line-height: 1;\n}\n\n.boredl-play-text {\n    display: flex;\n    flex-direction: column;\n}\n\n.boredl-play-text small {\n    color: #ffffff;\n    font-size: 8px;\n    line-height: 1;\n    letter-spacing: 1px;\n}\n\n.boredl-play-text strong {\n    margin-top: 3px;\n    color: #ffffff;\n    font-size: 18px;\n    line-height: 1;\n}\n\n\n\/* NO ADS BADGE *\/\n.boredl-no-ads {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-top: 14px;\n    color: #17232a;\n    font-size: 17px;\n}\n\n.boredl-no-ads strong {\n    font-weight: 800;\n}\n\n.boredl-tick {\n    width: 28px;\n    height: 28px;\n    flex-shrink: 0;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    border: 2px solid #17232a;\n    border-radius: 50%;\n    color: #17232a;\n    font-size: 15px;\n    font-weight: 900;\n}\n\n\n\/* TRIAL FOOTNOTE *\/\n.boredl-trial {\n    max-width: 460px;\n    margin: 8px 0 0;\n    color: #53666e;\n    font-size: 13px;\n    line-height: 1.35;\n}\n\n\n\/* =========================================\n   5. RIGHT SIDE IMAGE\n   ========================================= *\/\n\n.boredl-right {\n    width: 100%;\n    height: 100%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0;\n    padding: 0;\n    overflow: hidden;\n}\n\n.boredl-phone {\n    display: block;\n    width: auto;\n    height: auto;\n    max-width: 100%;\n    max-height: 80vh; \/* Constrains phone height to fit viewport *\/\n    object-fit: contain;\n    margin: 0;\n}\n\n\n\/* =========================================\n   6. TABLET BREAKPOINT\n   ========================================= *\/\n\n@media (max-width: 950px) {\n    .boredl-hero {\n        grid-template-columns: 1fr;\n        grid-template-rows: auto 1fr;\n        gap: 16px;\n        padding: 20px 20px 10px;\n        text-align: center;\n    }\n\n    .boredl-left {\n        max-width: 100%;\n        justify-self: center;\n        margin: 0 auto;\n    }\n\n    .boredl-logo {\n        width: min(260px, 60%);\n        margin-left: auto;\n        margin-right: auto;\n        margin-bottom: 8px;\n    }\n\n    .boredl-left h1 {\n        font-size: clamp(28px, 5.5vw, 42px);\n        margin-left: auto;\n        margin-right: auto;\n    }\n\n    .boredl-intro {\n        margin: 8px auto 12px;\n        font-size: 14px;\n    }\n\n    .boredl-no-ads {\n        justify-content: center;\n        margin-top: 10px;\n        font-size: 15px;\n    }\n\n    .boredl-trial {\n        margin-left: auto;\n        margin-right: auto;\n        font-size: 12px;\n    }\n\n    .boredl-right {\n        align-items: flex-start;\n        justify-content: center;\n    }\n\n    .boredl-phone {\n        width: auto;\n        max-height: 36vh; \/* Scaled down for single screen layout *\/\n    }\n}\n\n\n\/* =========================================\n   7. MOBILE BREAKPOINT\n   ========================================= *\/\n\n@media (max-width: 600px) {\n    .boredl-hero {\n        padding: 16px 16px 8px;\n        gap: 12px;\n    }\n\n    .boredl-logo {\n        width: min(220px, 60%);\n    }\n\n    .boredl-kicker {\n        font-size: 10px;\n        letter-spacing: 1.4px;\n    }\n\n    .boredl-left h1 {\n        font-size: 32px;\n        line-height: 1;\n    }\n\n    .boredl-intro {\n        margin-top: 8px;\n        margin-bottom: 12px;\n        font-size: 13px;\n    }\n\n    .boredl-play-button {\n        padding: 8px 16px;\n    }\n\n    .boredl-play-text strong {\n        font-size: 16px;\n    }\n\n    .boredl-no-ads {\n        margin-top: 10px;\n        font-size: 14px;\n    }\n\n    .boredl-tick {\n        width: 24px;\n        height: 24px;\n        font-size: 13px;\n    }\n\n    .boredl-phone {\n        max-height: 32vh;\n    }\n}\n\n\n\/* =========================================\n   8. VERY SMALL PHONES\n   ========================================= *\/\n\n@media (max-width: 380px) {\n    .boredl-left h1 {\n        font-size: 28px;\n    }\n\n    .boredl-intro {\n        font-size: 12px;\n    }\n\n    .boredl-phone {\n        max-height: 28vh;\n    }\n}\n<\/style>\n\n<section class=\"boredl-wrap\">\n\n  <div class=\"boredl-hero\">\n\n    <div class=\"boredl-left\">\n\n      <img decoding=\"async\"\n  src=\"https:\/\/boredl.co.uk\/wp-content\/uploads\/2026\/08\/logo.jpg\"\n  alt=\"BoredL\"\n  class=\"boredl-logo\"\n>\n\n      <p class=\"boredl-kicker\">\n        THE WORD GAME FOR WHEN YOU&#8217;RE BORED\n      <\/p>\n\n      <h1>Think you know your words?<\/h1>\n\n      <p class=\"boredl-intro\">\n        Put your word skills to the test, unlock trophies and see how far you can get.\n        Simple to pick up. Difficult to put down.\n      <\/p>\n\n      <a href=\"#\" class=\"boredl-play-button\">\n        <span class=\"boredl-play-icon\">\u25b6<\/span>\n\n        <span class=\"boredl-play-text\">\n          <small>GET IT ON<\/small>\n          <strong>Google Play<\/strong>\n        <\/span>\n      <\/a>\n\n      <div class=\"boredl-no-ads\">\n        <span class=\"boredl-tick\">\u2713<\/span>\n        <span><strong>No ads.<\/strong> EVER.<\/span>\n      <\/div>\n\n      <p class=\"boredl-trial\">\n        Play free for 2 hours. Unlock the full game with one simple purchase.\n      <\/p>\n\n    <\/div>\n\n    <div class=\"boredl-right\">\n      <img decoding=\"async\"\n        src=\"https:\/\/boredl.co.uk\/wp-content\/uploads\/2026\/08\/ChatGPT-Image-Aug-11-2026-10_36_58-PM.png\"\n        alt=\"BoredL word game\"\n        class=\"boredl-phone\"\n      >\n    <\/div>\n\n  <\/div>\n\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>THE WORD GAME FOR WHEN YOU&#8217;RE BORED Think you know your words? Put your word skills to the test, unlock trophies and see how far you can get. Simple to pick up. Difficult to put down. \u25b6 GET IT ON Google Play \u2713 No ads. EVER. Play free for 2 hours. Unlock the full game [&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-7","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/boredl.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/boredl.co.uk\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/boredl.co.uk\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/boredl.co.uk\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/boredl.co.uk\/index.php\/wp-json\/wp\/v2\/comments?post=7"}],"version-history":[{"count":16,"href":"https:\/\/boredl.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/7\/revisions"}],"predecessor-version":[{"id":27,"href":"https:\/\/boredl.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/7\/revisions\/27"}],"wp:attachment":[{"href":"https:\/\/boredl.co.uk\/index.php\/wp-json\/wp\/v2\/media?parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}