<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8"/>
    <meta
            name="viewport"
            content="width=device-width, initial-scale=1.0, maximum-scale=5.0"
    />
    <meta name="theme-color" content="#0094ff"/>
    <!-- Open Graph / Facebook -->
    <meta property="og:type" content="website"/>
    <meta property="og:site_name" content="Traverse"/>
    <meta
            property="og:title"
            content="Traverse | Supercharge your Memory and Understanding"
    />
    <meta
            property="og:description"
            content="Traverse is a learning tool based on cognitive science. Learn faster with mind maps, non-linear notes and spaced repetition practice."
    />
    <meta
            name="description"
            content="Traverse is a learning tool based on cognitive science. Learn faster with mind maps, non-linear notes and spaced repetition practice."
    />
    <meta
            property="og:image"
            content="https://firebasestorage.googleapis.com/v0/b/alley-d0944.appspot.com/o/dominiczijlstra%2F1667480017_image.png?alt=media&token=4338b587-bbfd-4acd-bf94-271653e0168a"
    />
    <!-- Twitter -->
    <meta name="twitter:card" content="summary"/>
    <link rel="apple-touch-icon" href="/logo192.png"/>
    <link rel="icon" type="image/png" href="/favicon.ico"/>
    <!--
      manifest.json provides metadata used when your web app is added to the
      homescreen on Android. See https://developers.google.com/web/fundamentals/web-app-manifest/
    -->
    <link rel="manifest" href="/manifest.json"/>
    <!-- Inlined Google Font loading -->
    <style>
        /* latin-ext */
        @font-face {
            font-family: "DM Sans";
            font-style: normal;
            font-weight: 400;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/dmsans/v11/rP2Hp2ywxg089UriCZ2IHTWEBlwu8Q.woff2) format("woff2");
            unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
            U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
        }

        /* latin */
        @font-face {
            font-family: "DM Sans";
            font-style: normal;
            font-weight: 400;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/dmsans/v11/rP2Hp2ywxg089UriCZOIHTWEBlw.woff2) format("woff2");
            unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
            U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193,
            U+2212, U+2215, U+FEFF, U+FFFD;
        }

        /* latin-ext */
        @font-face {
            font-family: "DM Sans";
            font-style: normal;
            font-weight: 500;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/dmsans/v11/rP2Cp2ywxg089UriAWCrCBamC3YU-CnE6Q.woff2) format("woff2");
            unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
            U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
        }

        /* latin */
        @font-face {
            font-family: "DM Sans";
            font-style: normal;
            font-weight: 500;
            font-display: swap;
            src: url(https://fonts.gstatic.com/s/dmsans/v11/rP2Cp2ywxg089UriAWCrCBimC3YU-Ck.woff2) format("woff2");
            unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
            U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193,
            U+2212, U+2215, U+FEFF, U+FFFD;
        }
    </style>
    <title>Traverse | Supercharge your Memory and Understanding</title>
  <script type="module" crossorigin src="/assets/index-1dc2775a.js"></script>
  <link rel="stylesheet" href="/assets/index-1a72acea.css">
</head>
<body style="background-color: #f7f7f7">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>

<!-- <script defer src="https://www.videoask.it/embed/embed.js"></script> -->
<script>
      const details = document.querySelectorAll("details");

      details.forEach((targetDetail) => {
        targetDetail.addEventListener("click", () => {
          // Close all the details that are not targetDetail.
          details.forEach((detail) => {
            if (detail !== targetDetail) {
              detail.removeAttribute("open");
            }
          });
        });
      });
    </script></body>
</html>
