{"id":240,"date":"2025-11-20T20:36:39","date_gmt":"2025-11-20T20:36:39","guid":{"rendered":"https:\/\/authorwebsitepublishing.xyz\/rb\/?page_id=240"},"modified":"2025-11-24T15:07:01","modified_gmt":"2025-11-24T15:07:01","slug":"tales-from-the-north","status":"publish","type":"page","link":"https:\/\/authorwebsitepublishing.xyz\/rb\/tales-from-the-north\/","title":{"rendered":"Tales from the North"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"240\" class=\"elementor elementor-240\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d7c7135 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"d7c7135\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;stretch_section&quot;:&quot;section-stretched&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-f3128e2\" data-id=\"f3128e2\" data-element_type=\"column\" data-e-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-73dedea elementor-widget elementor-widget-html\" data-id=\"73dedea\" 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<canvas id=\"snow-canvas\"><\/canvas>\r\n\r\n<style>\r\n  #snow-canvas {\r\n    position: fixed;\r\n    left: 0;\r\n    top: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n    pointer-events: none;\r\n    z-index: 1;\r\n    display: block;\r\n  }\r\n<\/style>\r\n\r\n<script>\r\n(function() {\r\n  const canvas = document.getElementById('snow-canvas');\r\n  const ctx = canvas.getContext('2d');\r\n\r\n  let PARTICLE_COUNT = Math.round(window.innerWidth \/ 25);\r\n  const SIZE_MIN = 1;\r\n  const SIZE_MAX = 3;\r\n\r\n  \/\/ Increased speed\r\n  const SPEED_MIN = 0.2;\r\n  const SPEED_MAX = 0.5;\r\n\r\n  const WIND_RANGE = 0.2;\r\n\r\n  let particles = [];\r\n\r\n  function resize() {\r\n    const dpr = window.devicePixelRatio || 1;\r\n    canvas.width = Math.round(window.innerWidth * dpr);\r\n    canvas.height = Math.round(window.innerHeight * dpr);\r\n    canvas.style.width = window.innerWidth + 'px';\r\n    canvas.style.height = window.innerHeight + 'px';\r\n    ctx.setTransform(dpr, 0, 0, dpr, 0, 0);\r\n\r\n    PARTICLE_COUNT = Math.round(window.innerWidth \/ 25);\r\n    initParticles();\r\n  }\r\n\r\n  function rand(min, max) {\r\n    return Math.random() * (max - min) + min;\r\n  }\r\n\r\n  function initParticles() {\r\n    particles = [];\r\n    for (let i = 0; i < PARTICLE_COUNT; i++) {\r\n      const r = rand(SIZE_MIN, SIZE_MAX);\r\n      particles.push({\r\n        x: Math.random() * window.innerWidth,\r\n        y: Math.random() * window.innerHeight,\r\n        r: r,\r\n        speed: rand(SPEED_MIN, SPEED_MAX),\r\n        wind: rand(-WIND_RANGE, WIND_RANGE),\r\n        alpha: rand(0.5, 1)\r\n      });\r\n    }\r\n  }\r\n\r\n  function update() {\r\n    for (let p of particles) {\r\n      p.y += p.speed;          \/\/ move straight down\r\n      p.x += p.wind * 0.2;     \/\/ slight horizontal drift for wind\r\n\r\n      if (p.y - p.r > window.innerHeight) {\r\n        p.y = -p.r;\r\n        p.x = Math.random() * window.innerWidth;\r\n      }\r\n\r\n      if (p.x < -20) p.x = window.innerWidth + 20;\r\n      if (p.x > window.innerWidth + 20) p.x = -20;\r\n    }\r\n  }\r\n\r\n  function draw() {\r\n    ctx.clearRect(0, 0, canvas.width, canvas.height);\r\n    for (let p of particles) {\r\n      ctx.beginPath();\r\n      ctx.arc(p.x, p.y, p.r, 0, Math.PI * 2);\r\n      ctx.fillStyle = 'rgba(255,255,255,' + p.alpha + ')';\r\n      ctx.fill();\r\n    }\r\n  }\r\n\r\n  function loop() {\r\n    update();\r\n    draw();\r\n    requestAnimationFrame(loop);\r\n  }\r\n\r\n  window.addEventListener('resize', resize);\r\n  resize();\r\n  loop();\r\n})();\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dc5edfe premium-header-inline premium-lq__none premium-box-lq__none elementor-widget elementor-widget-premium-addon-dual-header\" data-id=\"dc5edfe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"premium-addon-dual-header.default\">\n\t\t\t\t\t\n\t\t<div class=\"elementor-widget-container\">\n\t\t<div class=\"premium-dual-header-wrapper\">\n\t\t\t\t\t<h2 class=\"premium-dual-header-first-header \"><span class=\"premium-dual-header-first-span\">Tales from the North <\/span><\/h2> \t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-672a04d elementor-widget elementor-widget-text-editor\" data-id=\"672a04d\" data-element_type=\"widget\" data-e-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\t\t<p class=\"text-xl text-muted-foreground\">A Magical Alaskan Adventure Like No Other!<\/p>\t\t\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6d9ce8a elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"6d9ce8a\" data-element_type=\"section\" data-e-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-top-column elementor-element elementor-element-b710f55\" data-id=\"b710f55\" data-element_type=\"column\" data-e-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-3dffc7e elementor-align-center elementor-widget elementor-widget-button\" data-id=\"3dffc7e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">AVAILABLE NOW<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-361c6f2 elementor-widget elementor-widget-heading\" data-id=\"361c6f2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Tale 1: The Adventure Begins\n<\/h2>\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-87bd534 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"87bd534\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&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-50 elementor-top-column elementor-element elementor-element-639d995\" data-id=\"639d995\" data-element_type=\"column\" data-e-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-632d6f0 elementor-widget elementor-widget-image\" data-id=\"632d6f0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"404\" src=\"https:\/\/authorwebsitepublishing.xyz\/rb\/wp-content\/uploads\/2025\/11\/book-cover-IhLagj_v-1024x517.jpg\" class=\"attachment-large size-large wp-image-14\" alt=\"\" srcset=\"https:\/\/authorwebsitepublishing.xyz\/rb\/wp-content\/uploads\/2025\/11\/book-cover-IhLagj_v-1024x517.jpg 1024w, https:\/\/authorwebsitepublishing.xyz\/rb\/wp-content\/uploads\/2025\/11\/book-cover-IhLagj_v-300x151.jpg 300w, https:\/\/authorwebsitepublishing.xyz\/rb\/wp-content\/uploads\/2025\/11\/book-cover-IhLagj_v-768x388.jpg 768w, https:\/\/authorwebsitepublishing.xyz\/rb\/wp-content\/uploads\/2025\/11\/book-cover-IhLagj_v-1536x775.jpg 1536w, https:\/\/authorwebsitepublishing.xyz\/rb\/wp-content\/uploads\/2025\/11\/book-cover-IhLagj_v.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\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\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-3688b06\" data-id=\"3688b06\" data-element_type=\"column\" data-e-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-dbb8566 elementor-widget elementor-widget-heading\" data-id=\"dbb8566\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">The Nearly True Adventures of Carayak and the Red-Bearded Man\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e4c5def elementor-widget elementor-widget-text-editor\" data-id=\"e4c5def\" data-element_type=\"widget\" data-e-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\t\t<p>Deep in the frozen north of Alaska, Carayak discovers a magical secret that could change everything. With dancing tundra elves, a talking moose, and a promise he must keep, this is where the adventure begins!<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c6f13b7 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"c6f13b7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-star-half-alt\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Perfect for ages 6-12<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-93b3315 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"93b3315\" data-element_type=\"section\" data-e-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-50 elementor-inner-column elementor-element elementor-element-0ef77cf\" data-id=\"0ef77cf\" data-element_type=\"column\" data-e-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-f46aa0d elementor-align-left elementor-widget elementor-widget-button\" data-id=\"f46aa0d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.amazon.com\/Nearly-True-Adventures-Carayak-Bearded-ebook\/dp\/B0F4LNP9CP\/ref=tmm_kin_swatch_0?_encoding=UTF8&#038;dib_tag=se&#038;dib=eyJ2IjoiMSJ9.TstJ_LBXowF_bjXqZTUq4A.IqgO3VU4nbVSdgHBpL29854dybyuwUUqXn7ygOoBdto&#038;qid=1763996348&#038;sr=1-1\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Learn More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\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<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-81a2eaf\" data-id=\"81a2eaf\" data-element_type=\"column\" data-e-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-9a3fbdd elementor-align-left elementor-widget elementor-widget-button\" data-id=\"9a3fbdd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.amazon.com\/Nearly-True-Adventures-Carayak-Bearded-ebook\/dp\/B0F4LNP9CP\/ref=tmm_kin_swatch_0?_encoding=UTF8&#038;dib_tag=se&#038;dib=eyJ2IjoiMSJ9.TstJ_LBXowF_bjXqZTUq4A.IqgO3VU4nbVSdgHBpL29854dybyuwUUqXn7ygOoBdto&#038;qid=1763996348&#038;sr=1-1\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Buy on Amazon<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\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-d96ce36 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"d96ce36\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&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-top-column elementor-element elementor-element-e453bc7\" data-id=\"e453bc7\" data-element_type=\"column\" data-e-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-8e025b6 elementor-widget elementor-widget-heading\" data-id=\"8e025b6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">More Adventures Await\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2429449 elementor-widget elementor-widget-text-editor\" data-id=\"2429449\" data-element_type=\"widget\" data-e-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\t\t<div class=\"text-center mb-12\"><div class=\"text-center mb-12\"><p class=\"text-xl text-muted-foreground max-w-2xl mx-auto\">The frozen north has many more magical tales to tell<\/p><\/div><div class=\"grid md:grid-cols-3 gap-6 max-w-6xl mx-auto\"><div><div class=\"rounded-lg border text-card-foreground shadow-sm p-6 bg-card\/80 backdrop-blur-sm border-border\/50 hover:shadow-frost transition-all duration-300 h-full flex flex-col\"><div class=\"aspect-[3\/4] bg-gradient-to-br from-primary\/10 to-secondary\/10 rounded-lg mb-4 flex items-center justify-center relative overflow-hidden\">\u00a0<\/div><\/div><\/div><\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-996bf57 elementor-section-full_width elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"996bf57\" data-element_type=\"section\" data-e-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-33 elementor-inner-column elementor-element elementor-element-a4a05bc\" data-id=\"a4a05bc\" data-element_type=\"column\" data-e-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-fe96a21 elementor-widget elementor-widget-image\" data-id=\"fe96a21\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"301\" height=\"414\" src=\"https:\/\/authorwebsitepublishing.xyz\/rb\/wp-content\/uploads\/2025\/11\/Screenshot-2025-11-21-235019.png\" class=\"attachment-large size-large wp-image-481\" alt=\"\" srcset=\"https:\/\/authorwebsitepublishing.xyz\/rb\/wp-content\/uploads\/2025\/11\/Screenshot-2025-11-21-235019.png 301w, https:\/\/authorwebsitepublishing.xyz\/rb\/wp-content\/uploads\/2025\/11\/Screenshot-2025-11-21-235019-218x300.png 218w\" sizes=\"(max-width: 301px) 100vw, 301px\" \/>\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 class=\"elementor-element elementor-element-377da8d elementor-align-left elementor-widget elementor-widget-button\" data-id=\"377da8d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Coming Soon<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5c698a0 elementor-widget elementor-widget-text-editor\" data-id=\"5c698a0\" data-element_type=\"widget\" data-e-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\t\t<p class=\"text-xl font-bold\">Tale 2: The Aurora Thieves<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-749b71a elementor-widget elementor-widget-text-editor\" data-id=\"749b71a\" data-element_type=\"widget\" data-e-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\t\t<div><div class=\"rounded-lg border text-card-foreground shadow-sm p-6 bg-card\/80 backdrop-blur-sm border-border\/50 hover:shadow-frost transition-all duration-300 h-full flex flex-col\"><div class=\"flex-1 space-y-3\"><p class=\"text-muted-foreground\">When the northern lights start disappearing, Carayak must venture deeper into the magical realm to save the night sky.<\/p><\/div><\/div><\/div>\t\t\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<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-0c6d004\" data-id=\"0c6d004\" data-element_type=\"column\" data-e-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-791cb5e elementor-widget elementor-widget-image\" data-id=\"791cb5e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"301\" height=\"414\" src=\"https:\/\/authorwebsitepublishing.xyz\/rb\/wp-content\/uploads\/2025\/11\/Screenshot-2025-11-21-235019.png\" class=\"attachment-large size-large wp-image-481\" alt=\"\" srcset=\"https:\/\/authorwebsitepublishing.xyz\/rb\/wp-content\/uploads\/2025\/11\/Screenshot-2025-11-21-235019.png 301w, https:\/\/authorwebsitepublishing.xyz\/rb\/wp-content\/uploads\/2025\/11\/Screenshot-2025-11-21-235019-218x300.png 218w\" sizes=\"(max-width: 301px) 100vw, 301px\" \/>\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 class=\"elementor-element elementor-element-b914c79 elementor-align-left elementor-widget elementor-widget-button\" data-id=\"b914c79\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Coming Soon<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2c9443d elementor-widget elementor-widget-text-editor\" data-id=\"2c9443d\" data-element_type=\"widget\" data-e-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\t\t<p class=\"text-xl font-bold\">Tale 3: The Frozen River Mystery<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-631c576 elementor-widget elementor-widget-text-editor\" data-id=\"631c576\" data-element_type=\"widget\" data-e-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\t\t<div class=\"rounded-lg border text-card-foreground shadow-sm p-6 bg-card\/80 backdrop-blur-sm border-border\/50 hover:shadow-frost transition-all duration-300 h-full flex flex-col\"><div class=\"flex-1 space-y-3\"><div><div class=\"rounded-lg border text-card-foreground shadow-sm p-6 bg-card\/80 backdrop-blur-sm border-border\/50 hover:shadow-frost transition-all duration-300 h-full flex flex-col\"><div class=\"flex-1 space-y-3\"><p class=\"text-muted-foreground\">A mysterious ice formation leads Carayak to an underground world where winter never ends and ancient secrets await.<\/p><\/div><\/div><\/div><\/div><\/div>\t\t\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<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-d3d0b53\" data-id=\"d3d0b53\" data-element_type=\"column\" data-e-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-c1a4fe7 elementor-widget elementor-widget-image\" data-id=\"c1a4fe7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"301\" height=\"414\" src=\"https:\/\/authorwebsitepublishing.xyz\/rb\/wp-content\/uploads\/2025\/11\/Screenshot-2025-11-21-235019.png\" class=\"attachment-large size-large wp-image-481\" alt=\"\" srcset=\"https:\/\/authorwebsitepublishing.xyz\/rb\/wp-content\/uploads\/2025\/11\/Screenshot-2025-11-21-235019.png 301w, https:\/\/authorwebsitepublishing.xyz\/rb\/wp-content\/uploads\/2025\/11\/Screenshot-2025-11-21-235019-218x300.png 218w\" sizes=\"(max-width: 301px) 100vw, 301px\" \/>\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 class=\"elementor-element elementor-element-947f3f0 elementor-align-left elementor-widget elementor-widget-button\" data-id=\"947f3f0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Coming Soon<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a317f7e elementor-widget elementor-widget-text-editor\" data-id=\"a317f7e\" data-element_type=\"widget\" data-e-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\t\t<p class=\"text-xl font-bold\">Tale 4: The Snow Cave Chronicles<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d9dfd3d elementor-widget elementor-widget-text-editor\" data-id=\"d9dfd3d\" data-element_type=\"widget\" data-e-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\t\t<div class=\"rounded-lg border text-card-foreground shadow-sm p-6 bg-card\/80 backdrop-blur-sm border-border\/50 hover:shadow-frost transition-all duration-300 h-full flex flex-col\"><div class=\"flex-1 space-y-3\"><section class=\"py-20\"><div class=\"container mx-auto px-4\"><div class=\"\"><div class=\"grid md:grid-cols-3 gap-6 max-w-6xl mx-auto\"><div><div class=\"rounded-lg border text-card-foreground shadow-sm p-6 bg-card\/80 backdrop-blur-sm border-border\/50 hover:shadow-frost transition-all duration-300 h-full flex flex-col\"><div class=\"flex-1 space-y-3\"><p class=\"text-muted-foreground\">Return to where it all began as Carayak discovers there&#8217;s more to the tundra elves than he ever imagined.<\/p><\/div><\/div><\/div><\/div><\/div><\/div><\/section><\/div><\/div>\t\t\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-d3dbbbb elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"d3dbbbb\" data-element_type=\"section\" data-e-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-top-column elementor-element elementor-element-dc0eb99\" data-id=\"dc0eb99\" data-element_type=\"column\" data-e-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-2266ac5 elementor-widget elementor-widget-heading\" data-id=\"2266ac5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">About the Series\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5fbcbb4 elementor-widget elementor-widget-text-editor\" data-id=\"5fbcbb4\" data-element_type=\"widget\" data-e-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\t\t<p class=\"text-muted-foreground leading-relaxed\">Tales from the North follows Carayak and his father, the Red-Bearded Man, through a series of magical adventures in the Alaskan wilderness. Each tale can be enjoyed independently, but together they weave a larger story about family, magic, and the importance of keeping promises.<\/p><p class=\"text-muted-foreground leading-relaxed\">Drawing from nearly true stories passed down through generations, each adventure brings new characters, deeper magic, and heartwarming lessons that resonate with readers of all ages.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-75d57e1 elementor-widget elementor-widget-text-editor\" data-id=\"75d57e1\" data-element_type=\"widget\" data-e-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\t\t<section class=\"py-20 bg-woodland\/50\"><div class=\"container mx-auto px-4\"><div class=\"max-w-4xl mx-auto\"><div class=\"rounded-lg border text-card-foreground shadow-sm p-8 md:p-12 bg-card\/80 backdrop-blur-sm border-border\/50 shadow-card-custom\"><div class=\"prose prose-invert prose-lg max-w-none\"><p class=\"text-lg font-semibold text-foreground mt-6\">Want to be the first to know when new tales are released?<\/p><\/div><\/div><\/div><\/div><\/section>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-767ec71 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"767ec71\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.amazon.com\/Nearly-True-Adventures-Carayak-Bearded-ebook\/dp\/B0F4LNP9CP\/ref=tmm_kin_swatch_0?_encoding=UTF8&#038;dib_tag=se&#038;dib=eyJ2IjoiMSJ9.TstJ_LBXowF_bjXqZTUq4A.IqgO3VU4nbVSdgHBpL29854dybyuwUUqXn7ygOoBdto&#038;qid=1763996348&#038;sr=1-1\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Join the Adventure List<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a2453ea elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"a2453ea\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;stretch_section&quot;:&quot;section-stretched&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-top-column elementor-element elementor-element-f65f0a5\" data-id=\"f65f0a5\" data-element_type=\"column\" data-e-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-6c74947 elementor-widget elementor-widget-image\" data-id=\"6c74947\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"94\" height=\"91\" src=\"https:\/\/authorwebsitepublishing.xyz\/rb\/wp-content\/uploads\/2025\/11\/Screenshot-2025-11-20-224251.png\" class=\"attachment-large size-large wp-image-149\" alt=\"\" \/>\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 class=\"elementor-element elementor-element-b9d6584 elementor-widget elementor-widget-heading\" data-id=\"b9d6584\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Join the Adventure List\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d8ff9e1 elementor-widget elementor-widget-text-editor\" data-id=\"d8ff9e1\" data-element_type=\"widget\" data-e-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\t\t<p class=\"text-muted-foreground max-w-md\">Get free chapters, exclusive illustrations, and be the first to<\/p><p class=\"text-muted-foreground max-w-md\">hear about new tales from the frozen north!<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d371896 elementor-button-align-stretch elementor-widget elementor-widget-form\" data-id=\"d371896\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;button_width&quot;:&quot;25&quot;,&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"New Form\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"240\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"d371896\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"\" \/>\n\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-75 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-email\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tEmail\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"your@email.com\" required=\"required\" aria-required=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-25 e-form__buttons\">\n\t\t\t\t\t<button type=\"submit\" class=\"elementor-button elementor-size-sm\">\n\t\t\t\t\t\t<span >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\" elementor-button-icon\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Subscribe<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/form>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c418479 elementor-widget elementor-widget-text-editor\" data-id=\"c418479\" data-element_type=\"widget\" data-e-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\t\t<main><div class=\"relative\"><section id=\"newsletter\" class=\"py-20\"><div class=\"container mx-auto px-4\"><div><div class=\"bg-gradient-to-br from-card to-muted\/50 rounded-2xl p-8 shadow-card-custom border border-border\/50\"><div class=\"flex flex-col items-center text-center gap-4\"><p class=\"text-xs text-muted-foreground\">No spam, just magical adventures. Unsubscribe anytime.<\/p><\/div><\/div><\/div><\/div><\/section><\/div><\/main>\t\t\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<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Tales from the North A Magical Alaskan Adventure Like No Other! AVAILABLE NOW Tale 1: The Adventure Begins The Nearly True Adventures of Carayak and the Red-Bearded Man Deep in the frozen north of Alaska, Carayak discovers a magical secret that could change everything. With dancing tundra elves, a talking moose, and a promise he must keep, this is where the adventure begins! Perfect for ages 6-12 Learn More Buy on Amazon More Adventures Await The frozen north has many more magical tales to tell \u00a0 Coming Soon Tale 2: The Aurora Thieves When the northern lights start disappearing, Carayak must venture deeper into the magical realm to save the night sky. Coming Soon Tale 3: The Frozen River Mystery A mysterious ice formation leads Carayak to an underground world where winter never ends and ancient secrets await. Coming Soon Tale 4: The Snow Cave Chronicles Return to where it all began as Carayak discovers there&#8217;s more to the tundra elves than he ever imagined. About the Series Tales from the North follows Carayak and his father, the Red-Bearded Man, through a series of magical adventures in the Alaskan wilderness. Each tale can be enjoyed independently, but together they weave a larger story about family, magic, and the importance of keeping promises. Drawing from nearly true stories passed down through generations, each adventure brings new characters, deeper magic, and heartwarming lessons that resonate with readers of all ages. Want to be the first to know when new tales are released? Join the Adventure List Join the Adventure List Get free chapters, exclusive illustrations, and be the first to hear about new tales from the frozen north! No spam, just magical adventures. Unsubscribe anytime.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-240","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/authorwebsitepublishing.xyz\/rb\/wp-json\/wp\/v2\/pages\/240","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/authorwebsitepublishing.xyz\/rb\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/authorwebsitepublishing.xyz\/rb\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/authorwebsitepublishing.xyz\/rb\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/authorwebsitepublishing.xyz\/rb\/wp-json\/wp\/v2\/comments?post=240"}],"version-history":[{"count":46,"href":"https:\/\/authorwebsitepublishing.xyz\/rb\/wp-json\/wp\/v2\/pages\/240\/revisions"}],"predecessor-version":[{"id":580,"href":"https:\/\/authorwebsitepublishing.xyz\/rb\/wp-json\/wp\/v2\/pages\/240\/revisions\/580"}],"wp:attachment":[{"href":"https:\/\/authorwebsitepublishing.xyz\/rb\/wp-json\/wp\/v2\/media?parent=240"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}