{"id":543,"date":"2025-05-20T22:31:00","date_gmt":"2025-05-20T22:31:00","guid":{"rendered":"https:\/\/vekaratheelf.com\/?page_id=543"},"modified":"2025-05-20T22:48:23","modified_gmt":"2025-05-20T22:48:23","slug":"santa-tracker","status":"publish","type":"page","link":"https:\/\/vekaratheelf.com\/index.php\/santa-tracker\/","title":{"rendered":"Santa Tracker"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"543\" class=\"elementor elementor-543\">\n\t\t\t\t<div class=\"elementor-element elementor-element-81d0b79 e-flex e-con-boxed e-con e-parent\" data-id=\"81d0b79\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7d16f78 elementor-widget elementor-widget-html\" data-id=\"7d16f78\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div style=\"background-image: url('https:\/\/images.unsplash.com\/photo-1608889175636-cd998bf13b4a?ixlib=rb-4.0.3&auto=format&fit=crop&w=1500&q=80'); background-size: cover; background-position: center; padding: 60px 0;\">\n  <div style=\"background: rgba(255, 255, 255, 0.9); padding: 40px; border-radius: 20px; max-width: 900px; margin: auto; font-family: 'Georgia', serif; color: #2c3e50; box-shadow: 0 0 20px rgba(0,0,0,0.2);\">\n\n    <h1 style=\"text-align: center; font-family: 'Mountains of Christmas', cursive; font-size: 2.5em; color: #b30000;\">\ud83c\udf85 Vekara\u2019s Sleigh Tracker \ud83c\udf85<\/h1>\n    <p style=\"text-align: center; font-size: 1.2em; margin-top: 10px;\">Santa is almost on his way, and Vekara the Elf is helping make sure everything runs smoothly! Let\u2019s count down to sleigh launch together...<\/p>\n\n    <hr style=\"margin: 30px 0;\">\n\n    <h2 style=\"color: #d32f2f; text-align: center;\">\ud83d\udd52 Countdown to Takeoff<\/h2>\n    <div id=\"countdown\" style=\"text-align: center; font-size: 2em; font-weight: bold; color: #b30000; margin-bottom: 30px;\"><\/div>\n\n    <h2 style=\"color: #d32f2f;\">\ud83d\udee0 Sleigh Launch Schedule<\/h2>\n    <table style=\"width: 100%; border-collapse: collapse; margin-bottom: 30px;\">\n      <thead>\n        <tr style=\"background-color: #fce4ec;\">\n          <th style=\"padding: 10px; border: 1px solid #ccc;\">Time (North Pole)<\/th>\n          <th style=\"padding: 10px; border: 1px solid #ccc;\">Task<\/th>\n        <\/tr>\n      <\/thead>\n      <tbody>\n        <tr><td style=\"padding: 10px; border: 1px solid #ccc;\">10:00 AM<\/td><td style=\"padding: 10px; border: 1px solid #ccc;\">Wrap last-minute wishes \ud83c\udf81<\/td><\/tr>\n        <tr><td style=\"padding: 10px; border: 1px solid #ccc;\">12:00 PM<\/td><td style=\"padding: 10px; border: 1px solid #ccc;\">Load the Sleigh \ud83d\udef7<\/td><\/tr>\n        <tr><td style=\"padding: 10px; border: 1px solid #ccc;\">3:00 PM<\/td><td style=\"padding: 10px; border: 1px solid #ccc;\">Hot Chocolate break \u2615<\/td><\/tr>\n        <tr><td style=\"padding: 10px; border: 1px solid #ccc;\">6:00 PM<\/td><td style=\"padding: 10px; border: 1px solid #ccc;\">Reindeer flight check \u2705<\/td><\/tr>\n        <tr><td style=\"padding: 10px; border: 1px solid #ccc;\">9:00 PM<\/td><td style=\"padding: 10px; border: 1px solid #ccc;\">Launch window opens! \ud83d\ude80<\/td><\/tr>\n      <\/tbody>\n    <\/table>\n\n    <h2 style=\"color: #d32f2f;\">\ud83c\udf0d Where is Santa Now?<\/h2>\n    <p>You can follow Santa's journey around the world live on Christmas Eve:<\/p>\n    <div style=\"margin: 20px 0;\">\n      <iframe src=\"https:\/\/www.noradsanta.org\/\" width=\"100%\" height=\"600\" style=\"border:none;\"><\/iframe>\n    <\/div>\n\n    <div style=\"margin-top: 40px; font-style: italic; color: #555; text-align: center;\">\n      \"Watch the skies, listen for sleigh bells, and keep your wish lists ready!\" \u2013 Vekara the Elf\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- Countdown Script -->\n<script>\n  const countDownDate = new Date(\"December 24, 2025 00:00:00\").getTime();\n  const countdown = setInterval(function() {\n    const now = new Date().getTime();\n    const distance = countDownDate - now;\n    const days = Math.floor(distance \/ (1000 * 60 * 60 * 24));\n    const hours = Math.floor((distance % (1000 * 60 * 60 * 24)) \/ (1000 * 60 * 60));\n    const minutes = Math.floor((distance % (1000 * 60 * 60)) \/ (1000 * 60));\n    const seconds = Math.floor((distance % (1000 * 60)) \/ 1000);\n    document.getElementById(\"countdown\").innerHTML =\n      `${days}d ${hours}h ${minutes}m ${seconds}s until takeoff!`;\n    if (distance < 0) {\n      clearInterval(countdown);\n      document.getElementById(\"countdown\").innerHTML = \"\ud83c\udf85 The sleigh is in the sky!\";\n    }\n  }, 1000);\n<\/script>\n\n<!-- Snowfall Animation -->\n<script src=\"https:\/\/code.jquery.com\/jquery-3.6.0.min.js\"><\/script>\n<script src=\"https:\/\/cdn.jsdelivr.net\/gh\/loktar00\/JQuery-Snowfall\/jquery.snowfall.min.js\"><\/script>\n<script>\n  jQuery(document).ready(function() {\n    jQuery('body').snowfall({flakeCount : 40, maxSpeed : 4, round : true, minSize: 4, maxSize:8});\n  });\n<\/script>\n\n<!-- Google Fonts -->\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Mountains+of+Christmas&display=swap\" rel=\"stylesheet\">\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>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\ud83c\udf85 Vekara\u2019s Sleigh Tracker \ud83c\udf85 Santa is almost on his way, and Vekara the Elf is helping make sure everything runs smoothly! Let\u2019s count down to sleigh launch together&#8230; \ud83d\udd52 Countdown to Takeoff \ud83d\udee0 Sleigh Launch Schedule Time (North Pole) &hellip; <span class=\"more-link\"><a href=\"https:\/\/vekaratheelf.com\/index.php\/santa-tracker\/\" class=\"readmore\">Continue reading<span class=\"screen-reader-text\">Santa Tracker<\/span><\/a><\/span><\/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-543","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/vekaratheelf.com\/index.php\/wp-json\/wp\/v2\/pages\/543","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vekaratheelf.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/vekaratheelf.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/vekaratheelf.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vekaratheelf.com\/index.php\/wp-json\/wp\/v2\/comments?post=543"}],"version-history":[{"count":17,"href":"https:\/\/vekaratheelf.com\/index.php\/wp-json\/wp\/v2\/pages\/543\/revisions"}],"predecessor-version":[{"id":563,"href":"https:\/\/vekaratheelf.com\/index.php\/wp-json\/wp\/v2\/pages\/543\/revisions\/563"}],"wp:attachment":[{"href":"https:\/\/vekaratheelf.com\/index.php\/wp-json\/wp\/v2\/media?parent=543"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}