{"id":155,"date":"2026-07-21T21:38:29","date_gmt":"2026-07-21T21:38:29","guid":{"rendered":"https:\/\/www.divetalking.com\/oceanseye\/?page_id=155"},"modified":"2026-07-26T21:11:40","modified_gmt":"2026-07-26T21:11:40","slug":"dtdl-divelog","status":"publish","type":"page","link":"https:\/\/www.divetalking.com\/oceanseye\/dtdl-divelog\/","title":{"rendered":"DTDL Divelog Features"},"content":{"rendered":"\n<!--\n=======================================================================\n  DTDL Dive Log \u2014 Features Detail Page\n  WordPress-optimised content block  |  July 2026\n=======================================================================\n\nHOW TO USE\n\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n1. In WordPress Admin \u2192 Pages \u2192 Edit the \"DTDL Divelog\" features 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, for\n  visual continuity across the whole site\n\u2022 Each of the 10 feature sections has an explicit id=\"...\" anchor \u2014\n  this is what lets the Oceanseye cards link straight to a specific section\n\u2022 All CSS is scoped to #dtdl-feat-page \u2014 no theme conflicts\n=======================================================================\n-->\n\n<div id=\"dtdl-feat-page\">\n\n<style>\n  #dtdl-feat-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-feat-page * { box-sizing: border-box; }\n  #dtdl-feat-page .df-display { font-family: 'Space Grotesk', 'Inter', sans-serif; letter-spacing: -0.01em; }\n  #dtdl-feat-page .df-container { max-width: 960px; margin: 0 auto; padding: 0 24px; }\n  #dtdl-feat-page .df-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-feat-page .df-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-feat-page .df-back:hover { color: var(--accent-glow); }\n\n  #dtdl-feat-page .df-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-feat-page .df-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-feat-page .df-hero-sub { font-size: 16px; color: var(--text-muted); max-width: 560px; margin: 0 auto; }\n  #dtdl-feat-page .df-hero-sub strong { color: var(--text-primary); }\n\n  #dtdl-feat-page .df-list { padding: 20px 0 80px; }\n  #dtdl-feat-page .df-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-feat-page .df-feat:first-child { border-top: none; }\n  #dtdl-feat-page .df-feat:target { background: rgba(56,189,248,0.06); }\n  #dtdl-feat-page .df-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-feat-page .df-feat h3 {\n    font-family: 'Space Grotesk', sans-serif; font-size: 19px; font-weight: 600; margin: 2px 0 10px;\n  }\n  #dtdl-feat-page .df-feat p { color: var(--text-muted); font-size: 14.5px; line-height: 1.7; margin: 0; }\n\n  #dtdl-feat-page .df-cta {\n    text-align: center; padding: 50px 0 70px; border-top: 1px solid var(--border-glow);\n  }\n  #dtdl-feat-page .df-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-feat-page .df-btn:hover { background: var(--accent); }\n\n  @media (max-width: 560px) {\n    #dtdl-feat-page .df-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&#038;family=Inter:wght@400;500;600&#038;display=swap\" rel=\"stylesheet\">\n\n<section class=\"df-hero\">\n  <div class=\"df-container\">\n    <a class=\"df-back\" href=\"https:\/\/www.divetalking.com\/oceanseye\/\">&larr; Back to Oceanseye<\/a><br>\n    <span class=\"df-eyebrow\">Dive Log<\/span>\n    <h1 class=\"df-h1 df-display\">Top 10 Features of DTDL Dive Log<\/h1>\n    <p class=\"df-hero-sub\"><strong>Your complete digital logbook<\/strong> \u2014 built for divers who want more than a paper log.<\/p>\n  <\/div>\n<\/section>\n\n<section class=\"df-list\">\n  <div class=\"df-container\">\n\n    <div class=\"df-feat\" id=\"gas-calculations\">\n      <div class=\"df-feat-num df-display\">01<\/div>\n      <div><h3>Effortless Dive Logging with Automatic Gas Calculations<\/h3>\n      <p>Log every dive in detail \u2014 or just the essentials with Quick Log. As you fill in depth, time, and tank pressure, your SAC rate and RMV are calculated automatically, so you always know exactly how efficiently you&#8217;re breathing underwater, no math required.<\/p><\/div>\n    <\/div>\n\n    <div class=\"df-feat\" id=\"computer-import\">\n      <div class=\"df-feat-num df-display\">02<\/div>\n      <div><h3>Import Directly From Your Dive Computer<\/h3>\n      <p>Skip the manual entry entirely. Import dives straight from Shearwater, Garmin, Suunto, Mares, Oceanic, and dozens of other computers via UDDF, DL7, or CSV files \u2014 or sync wirelessly over Bluetooth or USB with supported models. Duplicate dives are detected automatically, so re-importing is always safe.<\/p><\/div>\n    <\/div>\n\n    <div class=\"df-feat\" id=\"trip-planning\">\n      <div class=\"df-feat-num df-display\">03<\/div>\n      <div><h3>Full Trip &amp; Travel Planning<\/h3>\n      <p>Turn a dive holiday into one organized record. Log flights, hotels, insurance policies, and local transport once per trip, then link any number of dives to it \u2014 no re-typing your itinerary fifty times over.<\/p><\/div>\n    <\/div>\n\n    <div class=\"df-feat\" id=\"share-dives\">\n      <div class=\"df-feat-num df-display\">04<\/div>\n      <div><h3>Share Your Dives, Your Way<\/h3>\n      <p>Every dive is private by default. When you&#8217;re ready to share, generate a secure link to a single dive or your entire public portfolio \u2014 no account required for the person viewing it, and you control exactly which sections stay private, right down to the individual field.<\/p><\/div>\n    <\/div>\n\n    <div class=\"df-feat\" id=\"gear-tracking\">\n      <div class=\"df-feat-num df-display\">05<\/div>\n      <div><h3>Gear, Regulator &amp; Certification Tracking<\/h3>\n      <p>Track every piece of your kit \u2014 service dates, VIP and hydro test dates, regulator rigs and components \u2014 with automatic reminders before anything comes due. Store your certification cards digitally, complete with expiry alerts.<\/p><\/div>\n    <\/div>\n\n    <div class=\"df-feat\" id=\"dives-mapped\">\n      <div class=\"df-feat-num df-display\">06<\/div>\n      <div><h3>Your Dives, Mapped<\/h3>\n      <p>Every site you&#8217;ve logged appears automatically on an interactive world map \u2014 no coordinates to enter by hand. Watch your diving history spread across the globe, one dive at a time.<\/p><\/div>\n    <\/div>\n\n    <div class=\"df-feat\" id=\"dashboard-graphs\">\n      <div class=\"df-feat-num df-display\">07<\/div>\n      <div><h3>Personal Dashboard, Graphs &amp; Milestone Badges<\/h3>\n      <p>See your diving story at a glance: total hours underwater, deepest dive, countries visited, and a 52-week activity heatmap. Build custom charts tracking your progress over time, and unlock milestone badges as your logbook grows.<\/p><\/div>\n    <\/div>\n\n    <div class=\"df-feat\" id=\"dive-planner\">\n      <div class=\"df-feat-num df-display\">08<\/div>\n      <div><h3>Advanced Dive Planner<\/h3>\n      <p>Plan ahead with a built-in decompression planner comparing five industry-standard algorithms side by side \u2014 B\u00fchlmann, DSAT\/PADI, RGBM, VPM-B, and DCIEM \u2014 plus gas planning and oxygen exposure checks, all before you get in the water.<\/p><\/div>\n    <\/div>\n\n    <div class=\"df-feat\" id=\"community\">\n      <div class=\"df-feat-num df-display\">09<\/div>\n      <div><h3>A Community to Dive Into<\/h3>\n      <p>Connect with other divers on the site&#8217;s discussion forum \u2014 ask questions, share gear reviews, swap dive site tips, and talk shop in organized, threaded conversations.<\/p><\/div>\n    <\/div>\n\n    <div class=\"df-feat\" id=\"buddy-species-notebook\">\n      <div class=\"df-feat-num df-display\">10<\/div>\n      <div><h3>Buddy Tracker, Species Life List &amp; Personal Site Notebook<\/h3>\n      <p>See your complete shared history with every dive buddy you&#8217;ve ever logged. Build a running life list of every species you&#8217;ve encountered. And keep private notes on every dive site you return to \u2014 currents, entry points, best season \u2014 right where you need them next time.<\/p><\/div>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<div class=\"df-cta\">\n  <a class=\"df-btn\" href=\"https:\/\/www.divetalking.com\/oceanseye\/dive-logs\/\">Visit DTDL Divelog (Login Required)<\/a>\n<\/div>\n\n<\/div>\n\n","protected":false},"excerpt":{"rendered":"<p>&larr; Back to Oceanseye Dive Log Top 10 Features of DTDL Dive Log Your complete digital logbook \u2014 built for divers who want more than a paper log. 01 Effortless Dive Logging with Automatic Gas Calculations Log every dive in detail \u2014 or just the essentials with Quick Log. As you fill in depth, time, &#8230; <a title=\"DTDL Divelog Features\" class=\"read-more\" href=\"https:\/\/www.divetalking.com\/oceanseye\/dtdl-divelog\/\" aria-label=\"Read more about DTDL Divelog 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-155","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/www.divetalking.com\/oceanseye\/wp-json\/wp\/v2\/pages\/155","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=155"}],"version-history":[{"count":3,"href":"https:\/\/www.divetalking.com\/oceanseye\/wp-json\/wp\/v2\/pages\/155\/revisions"}],"predecessor-version":[{"id":171,"href":"https:\/\/www.divetalking.com\/oceanseye\/wp-json\/wp\/v2\/pages\/155\/revisions\/171"}],"wp:attachment":[{"href":"https:\/\/www.divetalking.com\/oceanseye\/wp-json\/wp\/v2\/media?parent=155"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}