{"id":179,"date":"2026-08-06T01:44:24","date_gmt":"2026-08-06T01:44:24","guid":{"rendered":"https:\/\/www.divetalking.com\/oceanseye\/?page_id=179"},"modified":"2026-08-06T01:48:22","modified_gmt":"2026-08-06T01:48:22","slug":"dt-almanac-features","status":"publish","type":"page","link":"https:\/\/www.divetalking.com\/oceanseye\/dt-almanac-features\/","title":{"rendered":"DT Alamanac features"},"content":{"rendered":"\n<!--\n=======================================================================\n  DTAlmanac \u2014 Features Detail Page\n  WordPress-optimised content block  |  August 2026\n=======================================================================\n\nHOW TO USE\n\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n1. In WordPress Admin \u2192 Pages \u2192 Create\/Edit the \"DTAlmanac Features\" page\n   (expected slug: dt-almanac-features, matching the link already placed\n   on the Oceanseye landing page)\n2. Switch the editor to \"Code editor\" (or use a Custom HTML block in Gutenberg)\n3. Replace the existing page content with this entire file\n4. Set the page template to \"Full Width\" \/ \"No Sidebar\" if available\n5. Update\n\nNOTES\n\u2500\u2500\u2500\u2500\u2500\u2500\n\u2022 Shares the exact same design tokens as the Oceanseye landing page and\n  the Dive Log \/ Forum features pages, for visual continuity site-wide\n\u2022 Each of the 10 feature sections has an explicit id=\"...\" anchor,\n  matching exactly what the Oceanseye landing page's DTAlmanac cards\n  already link to (seasonal-trends, skill-ratings, seasonal-risk,\n  travel-advisories, check-conditions, species-id, insurance, embassy,\n  timezones, grows-with-you) \u2014 do not rename these without also\n  updating the landing page\n\u2022 All CSS is scoped to #dtdl-almanacfeat-page \u2014 no theme conflicts\n=======================================================================\n-->\n\n<div id=\"dtdl-almanacfeat-page\">\n\n<style>\n  #dtdl-almanacfeat-page {\n    --bg-deepest: #030f1a;\n    --bg-panel: #0a1f35;\n    --bg-panel-alt: #0e2740;\n    --accent: #0ea5e9;\n    --accent-glow: #38bdf8;\n    --accent-deep: #0369a1;\n    --text-primary: #e6f2fb;\n    --text-muted: #7d97ae;\n    --border-glow: rgba(56, 189, 248, 0.22);\n    font-family: 'Inter', -apple-system, sans-serif;\n    background: var(--bg-deepest);\n    color: var(--text-primary);\n    margin: 0 -2000px;\n    padding: 0 2000px;\n    overflow-x: hidden;\n  }\n  #dtdl-almanacfeat-page * { box-sizing: border-box; }\n  #dtdl-almanacfeat-page .af-display { font-family: 'Space Grotesk', 'Inter', sans-serif; letter-spacing: -0.01em; }\n  #dtdl-almanacfeat-page .af-container { max-width: 960px; margin: 0 auto; padding: 0 24px; }\n  #dtdl-almanacfeat-page .af-eyebrow {\n    display: inline-block; font-family: 'Space Grotesk', sans-serif; font-size: 12px;\n    font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase;\n    color: var(--accent-glow); margin-bottom: 14px;\n  }\n  #dtdl-almanacfeat-page .af-back {\n    display: inline-flex; align-items: center; gap: 6px; color: var(--text-muted);\n    text-decoration: none; font-size: 13px; margin-bottom: 28px; transition: color .2s;\n  }\n  #dtdl-almanacfeat-page .af-back:hover { color: var(--accent-glow); }\n\n  #dtdl-almanacfeat-page .af-hero {\n    padding: 64px 0 50px; text-align: center;\n    background: radial-gradient(ellipse 60% 50% at 50% 0%, rgba(14,165,233,0.14), transparent 70%),\n                linear-gradient(180deg, var(--bg-deepest) 0%, #041525 100%);\n  }\n  #dtdl-almanacfeat-page .af-h1 {\n    font-size: clamp(30px, 4.6vw, 46px); font-weight: 700; line-height: 1.1; margin: 0 0 14px;\n    background: linear-gradient(135deg, #ffffff 0%, var(--accent-glow) 65%, var(--accent) 100%);\n    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;\n  }\n  #dtdl-almanacfeat-page .af-hero-sub { font-size: 16px; color: var(--text-muted); max-width: 560px; margin: 0 auto; }\n  #dtdl-almanacfeat-page .af-hero-sub strong { color: var(--text-primary); }\n\n  #dtdl-almanacfeat-page .af-list { padding: 20px 0 80px; }\n  #dtdl-almanacfeat-page .af-feat {\n    scroll-margin-top: 24px;\n    display: grid; grid-template-columns: 64px 1fr; gap: 22px;\n    padding: 30px 0; border-top: 1px solid var(--border-glow);\n    transition: background .4s;\n  }\n  #dtdl-almanacfeat-page .af-feat:first-child { border-top: none; }\n  #dtdl-almanacfeat-page .af-feat:target { background: rgba(56,189,248,0.06); }\n  #dtdl-almanacfeat-page .af-feat-num {\n    font-family: 'Space Grotesk', sans-serif; font-size: 26px; font-weight: 700;\n    color: var(--accent-glow); opacity: 0.55; line-height: 1;\n  }\n  #dtdl-almanacfeat-page .af-feat h3 {\n    font-family: 'Space Grotesk', sans-serif; font-size: 19px; font-weight: 600; margin: 2px 0 10px;\n  }\n  #dtdl-almanacfeat-page .af-feat p { color: var(--text-muted); font-size: 14.5px; line-height: 1.7; margin: 0; }\n\n  #dtdl-almanacfeat-page .af-cta {\n    text-align: center; padding: 50px 0 70px; border-top: 1px solid var(--border-glow);\n  }\n  #dtdl-almanacfeat-page .af-btn {\n    display: inline-block; padding: 12px 26px; border-radius: 8px; font-size: 14px; font-weight: 600;\n    text-decoration: none; background: var(--accent-deep); color: #fff; transition: background .2s;\n  }\n  #dtdl-almanacfeat-page .af-btn:hover { background: var(--accent); }\n\n  @media (max-width: 560px) {\n    #dtdl-almanacfeat-page .af-feat { grid-template-columns: 1fr; gap: 6px; }\n  }\n<\/style>\n\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Space+Grotesk:wght@500;600;700&amp;family=Inter:wght@400;500;600&amp;display=swap\" rel=\"stylesheet\">\n\n<section class=\"af-hero\">\n  <div class=\"af-container\">\n    <a class=\"af-back\" href=\"https:\/\/www.divetalking.com\/oceanseye\/\">\u2190 Back to Oceanseye<\/a><br>\n    <span class=\"af-eyebrow\">DTAlmanac<\/span>\n    <h1 class=\"af-h1 af-display\">Top 10 Features of DTAlmanac<\/h1>\n    <p class=\"af-hero-sub\"><strong>Your destination reference<\/strong> \u2014 built from real, aggregated dive data, not marketing copy.<\/p>\n  <\/div>\n<\/section>\n\n<section class=\"af-list\">\n  <div class=\"af-container\">\n\n    <div class=\"af-feat\" id=\"seasonal-trends\">\n      <div class=\"af-feat-num af-display\">01<\/div>\n      <div><h3>Seasonal Trend Charts From Real Dives<\/h3>\n      <p>Water temperature and visibility, charted month by month, calculated from dives actually logged at that exact site \u2014 not a tourist board&#8217;s best guess or a single trip report from three years ago. See what conditions have genuinely been like before you book.<\/p><\/div>\n    <\/div>\n\n    <div class=\"af-feat\" id=\"skill-ratings\">\n      <div class=\"af-feat-num af-display\">02<\/div>\n      <div><h3>Community Skill-Level Ratings<\/h3>\n      <p>Every site carries a crowd-sourced difficulty rating, contributed by divers who were actually there \u2014 not a single dive shop&#8217;s marketing description. Know what you&#8217;re getting into before you&#8217;re in the water.<\/p><\/div>\n    <\/div>\n\n    <div class=\"af-feat\" id=\"seasonal-risk\">\n      <div class=\"af-feat-num af-display\">03<\/div>\n      <div><h3>Honest Seasonal Risk Information<\/h3>\n      <p>Hurricane and typhoon season reference for popular dive destinations, clearly labeled as either official government guidance or an observed pattern from historical data \u2014 never dressed up as more certain than it actually is.<\/p><\/div>\n    <\/div>\n\n    <div class=\"af-feat\" id=\"travel-advisories\">\n      <div class=\"af-feat-num af-display\">04<\/div>\n      <div><h3>Live Travel Advisories<\/h3>\n      <p>Government-sourced travel advisories for every country, synced daily straight from the source \u2014 not a static page someone forgot to update two years ago. Check current guidance before you commit to a destination.<\/p><\/div>\n    <\/div>\n\n    <div class=\"af-feat\" id=\"check-conditions\">\n      <div class=\"af-feat-num af-display\">05<\/div>\n      <div><h3>Check Conditions, Anywhere on Earth<\/h3>\n      <p>Live weather for any destination on the planet, searchable by name, shown in metric or imperial to match your preference \u2014 along with the destination&#8217;s own local time, not yours. Everything you need to plan a call home or a boat pickup, in one lookup.<\/p><\/div>\n    <\/div>\n\n    <div class=\"af-feat\" id=\"species-id\">\n      <div class=\"af-feat-num af-display\">06<\/div>\n      <div><h3>Species Identification, Backed by Real Science<\/h3>\n      <p>Marine life sightings logged in your dive log are automatically matched to proper scientific names and family classifications \u2014 genuine taxonomy, not a guess based on a common name that means something different in every region.<\/p><\/div>\n    <\/div>\n\n    <div class=\"af-feat\" id=\"insurance\">\n      <div class=\"af-feat-num af-display\">07<\/div>\n      <div><h3>A Curated Dive Insurance Directory<\/h3>\n      <p>Compare dive-specific insurance providers in one place, instead of piecing it together from a dozen open browser tabs and outdated forum posts. Built for divers, not adapted from general travel insurance.<\/p><\/div>\n    <\/div>\n\n    <div class=\"af-feat\" id=\"embassy\">\n      <div class=\"af-feat-num af-display\">08<\/div>\n      <div><h3>Embassy Lookup for Every Destination<\/h3>\n      <p>Find the right embassy or consulate contact for wherever you&#8217;re diving, before you actually need it \u2014 one less thing to search for in an emergency, in a country whose language you may not speak.<\/p><\/div>\n    <\/div>\n\n    <div class=\"af-feat\" id=\"timezones\">\n      <div class=\"af-feat-num af-display\">09<\/div>\n      <div><h3>Time Zones, Handled<\/h3>\n      <p>Know exactly what time it is at your destination without a separate search every time you plan a call home, coordinate a boat pickup, or figure out when your flight actually lands relative to check-in.<\/p><\/div>\n    <\/div>\n\n    <div class=\"af-feat\" id=\"grows-with-you\">\n      <div class=\"af-feat-num af-display\">10<\/div>\n      <div><h3>Gets Smarter Every Time Someone Logs a Dive<\/h3>\n      <p>DTAlmanac is built directly from real DTDL Dive Log data, not a static database. Log enough dives at a site, and it starts appearing for other divers researching the same destination \u2014 your logbook doesn&#8217;t just serve you, it quietly builds the map for the next diver too.<\/p><\/div>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<div class=\"af-cta\">\n  <a class=\"af-btn\" href=\"https:\/\/www.divetalking.com\/oceanseye\/dt-almanac\/\">Visit DTAlmanac<\/a>\n<\/div>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u2190 Back to Oceanseye DTAlmanac Top 10 Features of DTAlmanac Your destination reference \u2014 built from real, aggregated dive data, not marketing copy. 01 Seasonal Trend Charts From Real Dives Water temperature and visibility, charted month by month, calculated from dives actually logged at that exact site \u2014 not a tourist board&#8217;s best guess or &#8230; <a title=\"DT Alamanac features\" class=\"read-more\" href=\"https:\/\/www.divetalking.com\/oceanseye\/dt-almanac-features\/\" aria-label=\"Read more about DT Alamanac features\">Read more<\/a><\/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-179","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/www.divetalking.com\/oceanseye\/wp-json\/wp\/v2\/pages\/179","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.divetalking.com\/oceanseye\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.divetalking.com\/oceanseye\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.divetalking.com\/oceanseye\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.divetalking.com\/oceanseye\/wp-json\/wp\/v2\/comments?post=179"}],"version-history":[{"count":2,"href":"https:\/\/www.divetalking.com\/oceanseye\/wp-json\/wp\/v2\/pages\/179\/revisions"}],"predecessor-version":[{"id":181,"href":"https:\/\/www.divetalking.com\/oceanseye\/wp-json\/wp\/v2\/pages\/179\/revisions\/181"}],"wp:attachment":[{"href":"https:\/\/www.divetalking.com\/oceanseye\/wp-json\/wp\/v2\/media?parent=179"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}