{"id":88,"date":"2025-11-30T20:16:12","date_gmt":"2025-11-30T20:16:12","guid":{"rendered":"https:\/\/1214ventures.com\/?page_id=88"},"modified":"2025-11-30T20:51:46","modified_gmt":"2025-11-30T20:51:46","slug":"home","status":"publish","type":"page","link":"https:\/\/1214ventures.com\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"88\" class=\"elementor elementor-88\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4e10391 e-flex e-con-boxed e-con e-parent\" data-id=\"4e10391\" 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-84eb8d8 elementor-widget elementor-widget-html\" data-id=\"84eb8d8\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <title>1214 Ventures \u2013 Futures Trading Education<\/title>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" \/>\n  <meta name=\"description\" content=\"1214 Ventures documents the work of futures trading through a podcast, blog, and YouTube. No hype\u2014just process, breakdowns, and lessons learned.\" \/>\n  <style>\n    :root {\n      --bg: #020617;\n      --bg-soft: #050816;\n      --bg-alt: #0b1120;\n      --accent: #38bdf8;\n      --accent-soft: rgba(56,189,248,0.14);\n      --text: #e5e7eb;\n      --muted: #9ca3af;\n      --border: #1f2937;\n      --card: #020617;\n      --radius: 16px;\n      --shadow: 0 24px 60px rgba(0,0,0,0.6);\n    }\n\n    * { box-sizing: border-box; margin: 0; padding: 0; }\n    body {\n      font-family: system-ui, -apple-system, BlinkMacSystemFont, \"SF Pro Text\",\n                   \"Segoe UI\", sans-serif;\n      background:\n        radial-gradient(circle at top, #111827 0, #020617 50%, #000 100%);\n      color: var(--text);\n      line-height: 1.6;\n    }\n    img { max-width: 100%; display: block; }\n    a { color: inherit; text-decoration: none; }\n\n    .page {\n      max-width: 1120px;\n      margin: 0 auto;\n      padding: 28px 18px 60px;\n    }\n\n    \/* HEADER *\/\n    header {\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 18px;\n      margin-bottom: 40px;\n    }\n    .brand {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n    .brand-icon {\n      width: 40px;\n      height: 40px;\n      border-radius: 12px;\n      border: 1px solid var(--accent);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-weight: 700;\n      font-size: 14px;\n      letter-spacing: 1px;\n    }\n    .brand-text-title {\n      font-weight: 700;\n      font-size: 18px;\n      letter-spacing: 0.16em;\n      text-transform: uppercase;\n    }\n    .brand-text-sub {\n      font-size: 11px;\n      color: var(--muted);\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n    }\n    nav {\n      display: flex;\n      gap: 18px;\n      font-size: 13px;\n      color: var(--muted);\n    }\n    nav a { position: relative; padding-bottom: 2px; }\n    nav a::after {\n      content: \"\";\n      position: absolute;\n      left: 0;\n      bottom: 0;\n      width: 0;\n      height: 1px;\n      background: var(--accent);\n      transition: width 140ms ease;\n    }\n    nav a:hover { color: var(--accent); }\n    nav a:hover::after { width: 100%; }\n\n    \/* BUTTONS *\/\n    .btn {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      padding: 10px 20px;\n      border-radius: 999px;\n      border: 1px solid var(--accent);\n      background: linear-gradient(135deg, var(--accent), #0ea5e9);\n      color: #020617;\n      font-weight: 600;\n      font-size: 14px;\n      box-shadow: 0 18px 40px rgba(56,189,248,0.35);\n      cursor: pointer;\n      transition: transform 120ms ease, box-shadow 120ms ease;\n      white-space: nowrap;\n    }\n    .btn:hover {\n      transform: translateY(-1px);\n      box-shadow: 0 22px 60px rgba(56,189,248,0.45);\n    }\n    .btn-ghost {\n      border-color: var(--border);\n      background: transparent;\n      color: var(--text);\n      box-shadow: none;\n    }\n    .btn-ghost:hover {\n      border-color: var(--accent);\n      color: var(--accent);\n    }\n\n    \/* HERO *\/\n    .hero {\n      display: grid;\n      grid-template-columns: minmax(0, 2.1fr) minmax(0, 1.6fr);\n      gap: 36px;\n      align-items: center;\n      margin-bottom: 52px;\n    }\n    .eyebrow {\n      font-size: 11px;\n      text-transform: uppercase;\n      letter-spacing: 0.22em;\n      color: var(--muted);\n      margin-bottom: 8px;\n    }\n    .hero h1 {\n      font-size: clamp(30px, 4vw, 40px);\n      line-height: 1.1;\n      margin-bottom: 14px;\n    }\n    .hero h1 span { color: var(--accent); }\n    .hero p {\n      font-size: 15px;\n      color: var(--muted);\n      margin-bottom: 18px;\n      max-width: 540px;\n    }\n    .hero-actions {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 12px;\n      margin-bottom: 16px;\n    }\n    .hero-note {\n      font-size: 11px;\n      color: var(--muted);\n    }\n    .hero-card {\n      background: radial-gradient(circle at top left, #111827, #020617);\n      border-radius: var(--radius);\n      border: 1px solid var(--border);\n      padding: 20px 18px;\n      box-shadow: var(--shadow);\n    }\n    .hero-card-label {\n      font-size: 11px;\n      text-transform: uppercase;\n      letter-spacing: 0.2em;\n      color: var(--muted);\n      margin-bottom: 10px;\n    }\n    .hero-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-bottom: 16px;\n    }\n    .tag {\n      font-size: 11px;\n      padding: 4px 10px;\n      border-radius: 999px;\n      background: var(--accent-soft);\n      color: var(--accent);\n      text-transform: uppercase;\n      letter-spacing: 0.14em;\n    }\n    .hero-metrics {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 16px;\n      margin-bottom: 12px;\n    }\n    .metric-label {\n      font-size: 11px;\n      color: var(--muted);\n      text-transform: uppercase;\n      letter-spacing: 0.16em;\n      margin-bottom: 4px;\n    }\n    .metric-value {\n      font-size: 17px;\n      font-weight: 600;\n    }\n    .hero-card-foot {\n      font-size: 11px;\n      color: var(--muted);\n    }\n\n    \/* SECTIONS *\/\n    section { margin-bottom: 54px; }\n    .section-label {\n      font-size: 11px;\n      text-transform: uppercase;\n      letter-spacing: 0.26em;\n      color: var(--muted);\n      margin-bottom: 10px;\n    }\n    .section-title {\n      font-size: 22px;\n      margin-bottom: 12px;\n    }\n    .section-intro {\n      font-size: 14px;\n      color: var(--muted);\n      max-width: 640px;\n      margin-bottom: 18px;\n    }\n\n    .grid-3 {\n      display: grid;\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 20px;\n    }\n    .card {\n      background: var(--bg-soft);\n      border-radius: var(--radius);\n      border: 1px solid var(--border);\n      padding: 18px 18px 20px;\n      box-shadow: 0 16px 40px rgba(0,0,0,0.55);\n    }\n    .card h3 {\n      font-size: 15px;\n      margin-bottom: 8px;\n    }\n    .card p {\n      font-size: 13px;\n      color: var(--muted);\n    }\n    .card-meta {\n      font-size: 11px;\n      color: var(--muted);\n      text-transform: uppercase;\n      letter-spacing: 0.16em;\n      margin-top: 8px;\n    }\n\n    .two-col {\n      display: grid;\n      grid-template-columns: minmax(0, 1.5fr) minmax(0, 1.5fr);\n      gap: 26px;\n      align-items: flex-start;\n    }\n\n    .list-check {\n      list-style: none;\n      padding-left: 0;\n      font-size: 13px;\n      color: var(--muted);\n    }\n    .list-check li {\n      margin-bottom: 6px;\n      padding-left: 18px;\n      position: relative;\n    }\n    .list-check li::before {\n      content: \"\u2022\";\n      position: absolute;\n      left: 4px;\n      top: 0;\n      color: var(--accent);\n    }\n\n    .pill {\n      display: inline-flex;\n      align-items: center;\n      padding: 4px 10px;\n      border-radius: 999px;\n      background: var(--accent-soft);\n      color: var(--muted);\n      font-size: 11px;\n      margin-top: 6px;\n    }\n\n    \/* FAQ *\/\n    .faq-item {\n      border-bottom: 1px solid var(--border);\n      padding: 10px 0;\n    }\n    .faq-item h3 {\n      font-size: 14px;\n      margin-bottom: 4px;\n    }\n    .faq-item p {\n      font-size: 13px;\n      color: var(--muted);\n    }\n\n    \/* CONTACT \/ SUBSCRIBE *\/\n    .contact-card {\n      background: var(--bg-soft);\n      border-radius: var(--radius);\n      border: 1px solid var(--border);\n      padding: 20px 18px;\n      box-shadow: var(--shadow);\n    }\n    .field-label {\n      font-size: 12px;\n      color: var(--muted);\n      margin-bottom: 2px;\n    }\n    .field-input,\n    .field-textarea {\n      width: 100%;\n      border-radius: 10px;\n      border: 1px solid var(--border);\n      background: var(--bg);\n      color: var(--text);\n      font-size: 13px;\n      padding: 8px 10px;\n      outline: none;\n      margin-bottom: 8px;\n    }\n    .field-input:focus,\n    .field-textarea:focus { border-color: var(--accent); }\n    .field-textarea { min-height: 80px; resize: vertical; }\n\n    .small {\n      font-size: 12px;\n      color: var(--muted);\n    }\n\n    \/* FOOTER *\/\n    footer {\n      font-size: 11px;\n      color: var(--muted);\n      border-top: 1px solid #020617;\n      padding-top: 14px;\n      margin-top: 10px;\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: space-between;\n      gap: 10px;\n    }\n\n    @media (max-width: 900px) {\n      header { flex-direction: column; align-items: flex-start; }\n      nav { flex-wrap: wrap; }\n      .hero {\n        grid-template-columns: minmax(0, 1fr);\n      }\n      .hero-card { order: -1; }\n      .grid-3 { grid-template-columns: minmax(0, 1fr); }\n      .two-col { grid-template-columns: minmax(0, 1fr); }\n    }\n  <\/style>\n<\/head>\n<body>\n  <div class=\"page\">\n    <!-- HEADER -->\n    <header>\n      <div class=\"brand\">\n        <div class=\"brand-icon\">12<br>14<\/div>\n        <div>\n          <div class=\"brand-text-title\">1214 Ventures<\/div>\n          <div class=\"brand-text-sub\">Futures Trading Education<\/div>\n        <\/div>\n      <\/div>\n      <nav>\n        <a href=\"#start\">Start Here<\/a>\n        <a href=\"#podcast\">Podcast<\/a>\n        <a href=\"#youtube\">YouTube<\/a>\n        <a href=\"#blog\">Blog<\/a>\n        <a href=\"#about\">About<\/a>\n        <a href=\"#contact\">Contact<\/a>\n      <\/nav>\n    <\/header>\n\n    <!-- HERO -->\n    <section class=\"hero\">\n      <div>\n        <div class=\"eyebrow\">Futures \u2022 Process \u2022 Education<\/div>\n        <h1>Futures trading education for people who actually do the work.<\/h1>\n        <p>\n          1214 Ventures is where I document the work: futures trading, process, and lessons learned\u2014\n          through a podcast, blog, and YouTube. No hype, no magic indicators, just honest breakdowns\n          of what actually helps and what doesn\u2019t.\n        <\/p>\n    \n        <p class=\"hero-note\">\n          Nothing here is financial advice. You are 100% responsible for your own decisions and risk.\n        <\/p>\n      <\/div>\n      <aside class=\"hero-card\">\n        <div class=\"hero-card-label\">What you\u2019ll find here<\/div>\n        <div class=\"hero-tags\">\n          <span class=\"tag\">Futures<\/span>\n          <span class=\"tag\">Process<\/span>\n          <span class=\"tag\">Risk<\/span>\n          <span class=\"tag\">Review<\/span>\n        <\/div>\n        <div class=\"hero-metrics\">\n          <div>\n            <div class=\"metric-label\">Focus<\/div>\n            <div class=\"metric-value\">Futures<\/div>\n          <\/div>\n          <div>\n            <div class=\"metric-label\">Format<\/div>\n            <div class=\"metric-value\">Podcast \u2022 Blog \u2022 YT<\/div>\n          <\/div>\n          <div>\n            <div class=\"metric-label\">Style<\/div>\n            <div class=\"metric-value\">No-fluff<\/div>\n          <\/div>\n          <div>\n            <div class=\"metric-label\">Target<\/div>\n            <div class=\"metric-value\">Serious traders<\/div>\n          <\/div>\n        <\/div>\n        <p class=\"hero-card-foot\">\n          The goal isn\u2019t to sell you a dream; it\u2019s to show the real process so you can tighten your own.\n        <\/p>\n      <\/aside>\n    <\/section>\n\n    <!-- WHAT IS 1214 VENTURES \/ START HERE -->\n    <section id=\"start\">\n      <div class=\"section-label\">Start here<\/div>\n      <h2 class=\"section-title\">What 1214 Ventures is<\/h2>\n      <p class=\"section-intro\">\n        1214 Ventures is a trading lab in public. I trade the futures markets and share the process\u2014the good,\n        the ugly, and the fixes\u2014so you can sharpen your own system instead of chasing the next shortcut.\n      <\/p>\n\n      <div class=\"grid-3\">\n        <article class=\"card\">\n          <h3>Futures trading focus<\/h3>\n          <p>\n            Intraday and short-term futures trading with an emphasis on structure, risk,\n            and consistency over \u201chome run\u201d trades.\n          <\/p>\n          <div class=\"card-meta\">Markets \u2022 Process \u2022 Discipline<\/div>\n        <\/article>\n        <article class=\"card\">\n          <h3>Education content<\/h3>\n          <p>\n            Podcast episodes, blog posts, and YouTube breakdowns covering strategy, execution,\n            journaling, and the mental game behind all of it.\n          <\/p>\n          <div class=\"card-meta\">Podcast \u2022 Blog \u2022 YouTube<\/div>\n        <\/article>\n        <article class=\"card\">\n          <h3>No signals, no copy-trading<\/h3>\n          <p>\n            You won\u2019t get \u201cbuy here \/ sell here\u201d calls. You\u2019ll see frameworks, reviews, and structure\n            you can adapt to your own plan.\n          <\/p>\n          <div class=\"card-meta\">Education only<\/div>\n        <\/article>\n      <\/div>\n    <\/section>\n\n    <!-- PODCAST -->\n    <section id=\"podcast\" class=\"two-col\">\n      <div>\n        <div class=\"section-label\">Podcast<\/div>\n        <h2 class=\"section-title\">The 1214 Futures Podcast<\/h2>\n        <p class=\"section-intro\">\n          Short, direct episodes on what\u2019s actually happening in the account: weekly recaps, lessons from drawdowns,\n          tweaks to the playbook, and honest talk about the mental side of trading.\n        <\/p>\n        <ul class=\"list-check\">\n          <li>Trade reviews and post-week breakdowns.<\/li>\n          <li>What changed in the playbook and why.<\/li>\n          <li>Mindset, discipline, and accountability.<\/li>\n          <li>Occasional deep dives on specific topics (risk, journaling, routines).<\/li>\n        <\/ul>\n        <p class=\"small\" style=\"margin-top:8px;\">\n          Pick one episode and start there\u2014you don\u2019t need to binge everything to get value.\n        <\/p>\n      \n      <\/div>\n      <div class=\"card\">\n        <h3>Good starting points<\/h3>\n        <p style=\"margin-bottom:8px;\">\n          Once the show is live, link specific episodes here:\n        <\/p>\n        <ul class=\"list-check\">\n          <li><strong>\u201cWhy I Trade Futures This Way\u201d<\/strong> \u2013 an overview of style, risk, and goals.<\/li>\n          <li><strong>\u201cA Losing Week Breakdown\u201d<\/strong> \u2013 what actually changed after a rough week.<\/li>\n          <li><strong>\u201cBuilding a Pre-Market Routine\u201d<\/strong> \u2013 the checklist I keep coming back to.<\/li>\n        <\/ul>\n      \n      <\/div>\n    <\/section>\n\n    <!-- YOUTUBE -->\n    <section id=\"youtube\" class=\"two-col\">\n      <div>\n        <div class=\"section-label\">YouTube<\/div>\n        <h2 class=\"section-title\">Screen time that actually helps<\/h2>\n        <p class=\"section-intro\">\n          The channel focuses on session reviews, markups, and real examples of following (and sometimes breaking)\n          the rules. Less talking about trading, more showing the work.\n        <\/p>\n        <ul class=\"list-check\">\n          <li>Replay markups with levels, context, and execution details.<\/li>\n          <li>System and strategy walkthroughs as they evolve.<\/li>\n          <li>Accountability logs: what went right, what didn\u2019t, and what changes next.<\/li>\n        <\/ul>\n    \n      <\/div>\n      <div class=\"card\">\n        <h3>Video types you\u2019ll see<\/h3>\n        <p><strong>1. Live \/ Replay Markups<\/strong><\/p>\n        <p class=\"small\" style=\"margin-bottom:6px;\">\n          Breaking down the session with charts, levels, and actual trade locations.\n        <\/p>\n        <p><strong>2. System Deep Dives<\/strong><\/p>\n        <p class=\"small\" style=\"margin-bottom:6px;\">\n          Why certain rules exist, what\u2019s been tested, and what got thrown out.\n        <\/p>\n        <p><strong>3. Process Check-ins<\/strong><\/p>\n        <p class=\"small\">\n          Talk-throughs of drawdowns, changes, and the reality of staying consistent.\n        <\/p>\n      <\/div>\n    <\/section>\n\n    <!-- BLOG -->\n    <section id=\"blog\">\n      <div class=\"section-label\">Blog<\/div>\n      <h2 class=\"section-title\">Written breakdowns & playbook notes<\/h2>\n      <p class=\"section-intro\">\n        The blog is where things slow down: frameworks, checklists, and longer explanations that don\u2019t fit into\n        a video or podcast episode.\n      <\/p>\n      <div class=\"grid-3\">\n        <article class=\"card\">\n          <h3>My current futures playbook<\/h3>\n          <p>\n            A living document outlining the current setups, risk parameters, and session expectations I\u2019m running.\n          <\/p>\n\n        <\/article>\n        <article class=\"card\">\n          <h3>Pre-market checklist<\/h3>\n          <p>\n            The core questions I answer before placing a single trade\u2014so I\u2019m reacting less and executing more.\n          <\/p>\n        <\/article>\n        <article class=\"card\">\n          <h3>Reviewing a losing week<\/h3>\n          <p>\n            A structure for reviewing red weeks without self-destructing or rewriting your entire system overnight.\n          <\/p>\n        <\/article>\n      <\/div>\n    <\/section>\n\n    <!-- ABOUT -->\n    <section id=\"about\" class=\"two-col\">\n      <div>\n        <div class=\"section-label\">About<\/div>\n        <h2 class=\"section-title\">Who\u2019s behind 1214 Ventures?<\/h2>\n        <p class=\"section-intro\">\n          I\u2019m Stephen O\u2019Neal\u2014trader, systems nerd, and the one responsible for every mistake you\u2019ll hear about here.\n          1214 Ventures started as a way to formalize my own trading and share the process publicly.\n        <\/p>\n        <ul class=\"list-check\">\n          <li>Background in production, systems, and digital operations.<\/li>\n          <li>Focus on intraday and short-term futures trading.<\/li>\n          <li>Values: honesty, stewardship, discipline, and actually doing the work.<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"card\">\n        <h3>What you can expect<\/h3>\n        <ul class=\"list-check\">\n          <li>Real numbers, real adjustments, not cherry-picked hindsight.<\/li>\n          <li>Clear separation between education and anything that could look like \u201cadvice.\u201d<\/li>\n          <li>Respect for your time\u2014no 40-minute rambling videos to say one thing.<\/li>\n          <li>A bias toward frameworks you can adapt, not scripts you can copy.<\/li>\n        <\/ul>\n      <\/div>\n    <\/section>\n\n    <!-- DISCLAIMER -->\n    <section>\n      <div class=\"section-label\">Disclaimer<\/div>\n      <h2 class=\"section-title\">Big, non-negotiable disclaimer<\/h2>\n      <p class=\"section-intro\">\n        Nothing on this site, podcast, blog, or YouTube channel is financial, investment, tax, or legal advice.\n        I am not your financial advisor. I share my own opinions and process for educational and informational\n        purposes only.\n      <\/p>\n      <p class=\"small\">\n        Trading futures involves significant risk and is not suitable for every investor. You can lose more than\n        your initial investment. You are 100% responsible for your own decisions, risk management, and results.\n      <\/p>\n    <\/section>\n\n    <!-- CONTACT \/ SUBSCRIBE -->\n    <section id=\"contact\" class=\"four-col\">\n      <div class=\"contact-card\">\n      <div>\n        <div class=\"section-label\">Contact<\/div>\n        <h2 class=\"section-title\">Reach out<\/h2>\n        <p class=\"small\">\n          For collaboration, questions about content, or interview ideas, email:\n          <strong>stephen@1214ventures.com<\/strong> (swap with your real address),\n          or adapt this layout into a full contact form in WordPress.\n        <\/p>\n      <\/div>\n    <\/section>\n\n    <!-- FOOTER -->\n    <footer>\n      <div>\u00a9 <span id=\"year\"><\/span> 1214 Ventures LLC. All rights reserved.<\/div>\n      <div>Education only. No financial advice.<\/div>\n    <\/footer>\n  <\/div>\n\n  <script>\n    document.getElementById(\"year\").textContent = new Date().getFullYear();\n  <\/script>\n<\/body>\n<\/html>\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>1214 Ventures \u2013 Futures Trading Education 1214 1214 Ventures Futures Trading Education Start Here Podcast YouTube Blog About Contact Futures \u2022 Process \u2022 Education Futures trading education for people who actually do the work. 1214 Ventures is where I document the work: futures trading, process, and lessons learned\u2014 through a podcast, blog, and YouTube. No [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-88","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/1214ventures.com\/index.php\/wp-json\/wp\/v2\/pages\/88","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/1214ventures.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/1214ventures.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/1214ventures.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/1214ventures.com\/index.php\/wp-json\/wp\/v2\/comments?post=88"}],"version-history":[{"count":10,"href":"https:\/\/1214ventures.com\/index.php\/wp-json\/wp\/v2\/pages\/88\/revisions"}],"predecessor-version":[{"id":106,"href":"https:\/\/1214ventures.com\/index.php\/wp-json\/wp\/v2\/pages\/88\/revisions\/106"}],"wp:attachment":[{"href":"https:\/\/1214ventures.com\/index.php\/wp-json\/wp\/v2\/media?parent=88"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}