It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://canadiantoprxstore.com

  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  5.    <meta name="description" content="A developer tool for designing and maintaining data models of your app.">
  6.    <meta name="viewport" content="width=device-width, initial-scale=1">
  7.    <title>OneGen</title>
  8. <link rel="canonical" href="https://onegen.io/" />
  9.    <link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
  10.    <link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
  11.    <link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
  12.    <link rel="manifest" href="https://onegen.io//site.webmanifest">
  13.    <link rel="mask-icon" href="safari-pinned-tab.svg" color="#5bbad5">
  14.    <meta name="msapplication-TileColor" content="#2b5797">
  15.    <meta name="theme-color" content="#ffffff">
  16.    <meta property="og:type" content="website">
  17.    <meta property="og:url" content="https://onegen.io//">
  18.    <meta property="og:title" content="OneGen">
  19.    <meta property="og:description" content="OneGen - The blueprint of your application.">
  20.    <meta property="og:image" >
  21.    <meta property="og:image:type" content="image/png">
  22.    <link href="npm/bootstrap-5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" >
  23.    <link rel="preconnect" href="https://fonts.googleapis.com/">
  24.    <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin>
  25.    <link href="//fonts.googleapis.com/css2?family=Lato:wght@300;400;700&amp;family=Red+Hat+Display:wght@700&amp;display=swap" rel="stylesheet">
  26.    <link rel="stylesheet" href="npm/bootstrap-icons-1.8.1/font/bootstrap-icons.css">
  27.    <link rel="stylesheet" href="ajax/libs/highlight_js/11.5.1/styles/default.min.css">
  28.    <script src="ajax/libs/highlight_js/11.5.1/highlight.min.js"></script>
  29.    <link rel="stylesheet" href="assets/css/style.css">
  30.    <link rel="stylesheet" href="assets/css/home.css">
  31.    <script>
  32.      function setCookie(name,value,days) {
  33.        let expires = "";
  34.        if (days) {
  35.          const date = new Date();
  36.          date.setTime(date.getTime() + (days*24*60*60*1000));
  37.          expires = "; expires=" + date.toUTCString();
  38.        }
  39.        document.cookie = name + "=" + (value || "")  + expires + "; path=/";
  40.      }
  41.      function getCookie(name) {
  42.        const nameEQ = name + "=";
  43.        const ca = document.cookie.split(';');
  44.        for (let i=0; i < ca.length; i++) {
  45.          let c = ca[i];
  46.          while (c.charAt(0) === ' ') c = c.substring(1,c.length);
  47.          if (c.indexOf(nameEQ) === 0) return c.substring(nameEQ.length,c.length);
  48.        }
  49.        return null;
  50.      }
  51.      const ONEGEN_COOKIES = 'OneGen_Cookies';
  52.      window.dataLayer = window.dataLayer || [];
  53.      function gtag(){dataLayer.push(arguments);}
  54.      gtag('consent', 'default', {
  55.        'ad_storage': 'granted',
  56.        'analytics_storage': 'granted'
  57.      });
  58.      gtag('consent', 'default', {
  59.        'analytics_storage': 'denied',
  60.        'ad_storage': 'denied',
  61.        'region': ['BE', 'BG', 'CZ', 'DK', 'DE', 'EE', 'IE', 'GR', 'ES', 'FR', 'HR', 'IT', 'CY', 'LV', 'LT', 'LU', 'HU', 'MT', 'NL', 'AT', 'PL', 'PT', 'RO', 'SI', 'SK', 'FI', 'SE']
  62.      });
  63.      const cookieSetting = getCookie(ONEGEN_COOKIES);
  64.      if (cookieSetting === "true") {
  65.        gtag('consent', 'update', {
  66.          'ad_storage': 'granted',
  67.          'analytics_storage': 'granted'
  68.        });
  69.      } else if (cookieSetting === "false") {
  70.        gtag('consent', 'update', {
  71.          'ad_storage': 'denied',
  72.          'analytics_storage': 'denied'
  73.        });
  74.      }
  75.      gtag('js', new Date());
  76.      gtag('config', 'G-RPZ89KCZ33');
  77.    </script>
  78. </head>
  79. <body>
  80. <nav class="navbar navbar-expand-md bg-light top-menu">
  81.    <div class="container-fluid align-items-center">
  82.        <a href="/" class="d-flex align-items-center text-decoration-none">
  83.            <img src="assets/img/logo.svg" alt="OneGen Logo" width="50" height="50">
  84.            <span class="logo-text">OneGen</span>
  85.        </a>
  86.        <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
  87.            <span class="navbar-toggler-icon"><i class="bi bi-list" style="font-size: 30px"></i></span>
  88.        </button>
  89.        <div class="collapse navbar-collapse flex-grow-0" id="navbarSupportedContent">
  90.            <ul class="navbar-nav">
  91.                <li class="nav-item">
  92.                    <a href="learn" class="px-5 top-menu-link ">Learn</a>
  93.                    <i class="bi bi-chevron-right top-menu-caret d-inline d-md-none"></i>
  94.                </li>
  95.                <li class="nav-item">
  96.                    <a href="enterprise" class="px-5 top-menu-link ">Enterprise</a>
  97.                    <i class="bi bi-chevron-right top-menu-caret d-inline d-md-none"></i>
  98.                </li>
  99.                <li class="nav-item">
  100.                    <a href="about" class="px-5 top-menu-link ">About</a>
  101.                    <i class="bi bi-chevron-right top-menu-caret d-inline d-md-none"></i>
  102.                </li>
  103.                <li class="nav-item">
  104.                    <a href="blog" class="px-5 top-menu-link ">Blog</a>
  105.                    <i class="bi bi-chevron-right top-menu-caret d-inline d-md-none"></i>
  106.                </li>
  107.            </ul>
  108.            <div class="row d-block d-md-none mt-4 mb-4">
  109.                <div class="col text-center">
  110.                    <a href="download" class="btn btn-primary btn-sm" tabindex="-1" role="button">TRY FREE BETA</a>
  111.                </div>
  112.            </div>
  113.        </div>
  114.        <div class="d-none d-lg-block">
  115.            <a href="download" class="btn btn-primary btn-sm" tabindex="-1" role="button">TRY FREE BETA</a>
  116.        </div>
  117.    </div>
  118. </nav>
  119. <main>
  120. <div class="container-fluid hero">
  121.    <div class="container pb-5">
  122.        <div class="row pb-5">
  123.            <div class="col-12 col-md-6 col-lg-6 hero-text order-2 order-md-1 mobile-centered">
  124.                <h1 class="mb-5">Data Modeling Reinvented</h1>
  125.                <p class="subtitle1">Design & maintain your data models with OneGen. We'll generate the code for you.</p>
  126.                <div class="d-grid gap-2 mt-5">
  127.                    <a href="download" class="btn btn-primary btn-lg" tabindex="-1" role="button">TRY FREE BETA</a>
  128.                </div>
  129.            </div>
  130.            <div class="col-12 col-md-6 col-lg-6 hero-img order-1 order-md-2">
  131.                <img src="assets/img/red-server-box.png" srcset="assets/img/red-server-box.png 1x, assets/img/red-server-box-2x.png 2x" class="d-block mx-lg-auto img-fluid" alt="Server Box" width="553" height="538"/>
  132.            </div>
  133.        </div>
  134.    </div>
  135. </div>
  136. <div class="container-fluid video-section">
  137.    <div class="container pt-5 pb-5">
  138.        <div class="row text-center pt-5 justify-content-center">
  139.            <div class="col col-lg-11">
  140.                <h2 class="mb-4">Say goodbye to writing data models by hand</h2>
  141.                <p class="subtitle2 mb-5">
  142.                    At OneGen, we believe every application should have one blueprint that clearly
  143.                    describes your data.
  144.                </p>
  145.                <iframe class="video-frame" width="100%" height="506" src="https://www.youtube.com/embed/PjN33rWbw4c" title="Product Video" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
  146.            </div>
  147.        </div>
  148.    </div>
  149. </div>
  150. <div class="container-fluid features-section">
  151.    <div class="container">
  152.        <div class="row align-items-center justify-content-evenly mt-5 pt-5">
  153.            <div class="col-12 col-md-6 col-lg-5 order-2 order-md-1">
  154.                <h3 class="mb-5">Focus on work that matters</h3>
  155.                <p class="body-large-light">With OneGen, your team won’t have to maintain models across the technology stack. There is only one application data model - a single source of truth - that substantially reduces development time.</p>
  156.            </div>
  157.            <div class="col-12 col-md-6 col-lg-5 order-1 order-md-2 mb-5">
  158.                <img src="assets/img/blue-clock.jpg" srcset="assets/img/blue-clock.jpg 1x, assets/img/blue-clock-2x.jpg 2x" class="img-fluid" alt="Alarm Clock" width="500" height="460"/>
  159.            </div>
  160.        </div>
  161.        <div class="row align-items-center justify-content-evenly mt-5 pt-5">
  162.            <div class="col-12 col-md-6 col-lg-5 mb-5">
  163.                <img src="assets/img/gift-unwrap.jpg" srcset="assets/img/gift-unwrap.jpg 1x, assets/img/gift-unwrap-2x.jpg 2x" class="img-fluid" alt="Gift Unwrap" width="500" height="460"/>
  164.            </div>
  165.            <div class="col-12 col-md-6 col-lg-5 order-lg-2">
  166.                <h3 class="mb-5">Hands-off Data Parsing</h3>
  167.                <p class="body-large-light">We know that engineers dread parsing JSON data to and from the language of their expertise. It costs time and energy, not to mention it’s monotonous. OneGen automatically generates all parsing code for you as part of the output models.</p>
  168.            </div>
  169.        </div>
  170.        <div class="row align-items-center justify-content-evenly mt-5 pt-5">
  171.            <div class="col-12 col-md-6 col-lg-5 order-2 order-md-1">
  172.                <h3 class="mb-5">Collaboration rooted in our foundation</h3>
  173.                <p class="body-large-light">Built for engineers, by engineers, OneGen features Git-like version control that supports commits, history, conflict resolution, and more. OneGen makes it a breeze to work as a team.</p>
  174.            </div>
  175.            <div class="col-12 col-md-6 col-lg-5 order-1 order-md-2 mb-5">
  176.                <img src="assets/img/collaboration.jpg" srcset="assets/img/collaboration.jpg 1x, assets/img/collaboration-2x.jpg 2x" class="img-fluid" alt="Collaboration" width="500" height="460"/>
  177.            </div>
  178.        </div>
  179.        <div class="row align-items-center justify-content-evenly mt-5 pt-5 mb-5">
  180.            <div class="col-12 col-md-6 col-lg-5 mb-5">
  181.                <img src="assets/img/bug-spray.jpg" srcset="assets/img/bug-spray.jpg 1x, assets/img/bug-spray-2x.jpg 2x" class="img-fluid" alt="Bug Spray" width="500" height="460"/>
  182.            </div>
  183.            <div class="col-12 col-md-6 col-lg-5">
  184.                <h3 class="mb-5">Repel bugs, literally</h3>
  185.                <p class="body-large-light">Coordinating models across your technology stack often introduces cumbersome bugs. OneGen keeps a tight grip on consistency. Did you add a new field or change attributes? OneGen generates each change as a pull request to your repositories.</p>
  186.            </div>
  187.        </div>
  188.    </div>
  189. </div>
  190. <div class="container-fluid" style="background-color: #94ecda">
  191.    <div class="container pt-5 pb-5">
  192.        <div class="row text-center pt-5 pb-5 justify-content-center">
  193.            <div class="col col-lg-11">
  194.                <h2 class="mb-5">Start using the product of tomorrow, today</h2>
  195.                <p class="subtitle2 mt-3 mb-5">No credit card required. No need to code. Design your application data models using our desktop app’s friendly user interface.</p>
  196.                <a href="download" class="btn btn-primary btn-lg" tabindex="-1" role="button">TRY FREE BETA</a>
  197.            </div>
  198.        </div>
  199.    </div>
  200. </div>
  201. </main>
  202. <div class="container-fluid footer-section">
  203.    <div class="container">
  204.        <footer class="d-none d-md-block py-5">
  205.            <div class="row justify-content-between mb-4">
  206.                <div class="col-2 offset-1">
  207.                    <a href="/" class="d-flex flex-column align-items-center col-md-3 mb-2 mb-md-0 text-dark text-decoration-none">
  208.                        <img src="assets/img/logo.svg" alt="OneGen Logo" width="70" height="70">
  209.                        <div class="logo-text mt-2">OneGen</div>
  210.                    </a>
  211.                </div>
  212.                <div class="col-2">
  213.                    <ul class="nav flex-column">
  214.                        <li class="nav-item mb-3"><a href="learn" class="footer-link p-0">Learn</a></li>
  215.                        <li class="nav-item mb-3"><a href="enterprise" class="footer-link p-0">Enterprise</a></li>
  216.                        <li class="nav-item mb-3"><a href="about" class="footer-link p-0">About Us</a></li>
  217.                        <li class="nav-item mb-3"><a href="https://www.kentcscleaners.co.uk/end-of-tenancy-cleaning-kent/" class="footer-link p-0">afktoto</a></li>
  218.                        <li class="nav-item mb-3"><a href="https://outfitspotter.com/blue-pants-brown-shoes-outfits-men/" class="footer-link p-0">afktoto</a></li>
  219.                    </ul>
  220.                </div>
  221.                <div class="col-2">
  222.                    <ul class="nav flex-column">
  223.                        <li class="nav-item mb-3"><a href="blog" class="footer-link p-0">Blog</a></li>
  224.                        <li class="nav-item mb-3"><a href="privacy-policy" class="footer-link p-0">Privacy Policy</a></li>
  225.                        <li class="nav-item mb-3"><a href="terms-of-use" class="footer-link p-0">Terms of Use</a></li>
  226.                        <li class="nav-item mb-3"><a href="https://kactus.io/pricing/" class="footer-link p-0">situs toto</a></li>
  227.                        <li class="nav-item mb-3"><a href="https://docs.infinetsolutions.io/" class="footer-link p-0">toto slot</a></li>
  228.                        <li class="nav-item mb-3"><a href="https://rockrevivaljeans.com/mens/" class="footer-link p-0">afktoto</a></li>
  229.                    </ul>
  230.                </div>
  231.                <div class="col-2">
  232.                    <ul class="nav flex-column">
  233.                        <li class="nav-item mb-3"><i class="bi-facebook"></i> <a href="https://www.facebook.com/OneGenApp/" target="_blank" class="footer-link p-0">Facebook</a></li>
  234.                        <li class="nav-item mb-3"><i class="bi-twitter"></i> <a href="https://twitter.com/OneGenApp" target="_blank" class="footer-link p-0">Twitter</a></li>
  235.                        <li class="nav-item mb-3"><i class="bi-discord"></i> <a href="https://discord.gg/rKAYzptQ" target="_blank" class="footer-link p-0">Discord</a></li>
  236.                        <li class="nav-item mb-3"><i class="bi-linkedin"></i> <a href="https://www.linkedin.com/showcase/onegenapp" target="_blank" class="footer-link p-0">LinkedIn</a></li>
  237.                        <li class="nav-item mb-3"><i class="bi-youtube"></i> <a href="https://www.youtube.com/channel/UC1hghTQOxHkDLaEOYvmEIiw" target="_blank" class="footer-link p-0">YouTube</a></li>
  238.                    </ul>
  239.                </div>
  240.            </div>
  241.            <div class="border-top text-center pt-4">
  242.                <p class="body-small-regular">© 2022-2023 OneGen by Digital Reverie LLC</p>
  243.            </div>
  244.        </footer>
  245.        <footer class="d-flex d-md-none flex-column pb-5">
  246.            <a href="/" class="d-flex py-4 justify-content-center col-md-3 mb-2 mb-md-0 text-dark text-decoration-none">
  247.                <img src="assets/img/logo.svg" alt="OneGen Logo" width="32" height="32">
  248.                <div class="logo-text-footer">OneGen</div>
  249.            </a>
  250.            <div class="d-flex justify-content-evenly mb-4 mobile-centered">
  251.                <div><a href="learn" class="footer-link p-2">Learn</a></div>
  252.                <div><a href="enterprise" class="footer-link p-2">Enterprise</a></div>
  253.                <div><a href="about" class="footer-link p-2">About Us</a></div>
  254.            </div>
  255.            <div class="d-flex justify-content-evenly mb-3 mobile-centered">
  256.                <a href="blog" class="footer-link p-2">Blog</a>
  257.                <a href="privacy-policy" class="footer-link p-2">Privacy Policy</a>
  258.                <a href="terms-of-use" class="footer-link p-2">Terms of Use</a>
  259.            </div>
  260.            <hr class="separator">
  261.            <div class="d-flex flex-column align-items-center mobile-centered">
  262.                <p class="body-small-regular mb-4 mt-3">Stay up to date on the latest from OneGen</p>
  263.                <div class="d-flex justify-items-center gap-3 mb-4">
  264.                    <a href="https://www.facebook.com/OneGenApp/" target="_blank"><i class="bi-facebook" style="font-size: 24px"></i></a>
  265.                    <a href="https://twitter.com/OneGenApp" target="_blank"><i class="bi-twitter" style="font-size: 24px"></i></a>
  266.                    <a href="https://discord.gg/rKAYzptQ" target="_blank"><i class="bi-discord" style="font-size: 24px"></i></a>
  267.                    <a href="https://www.linkedin.com/showcase/onegenapp" target="_blank"><i class="bi-linkedin" style="font-size: 24px"></i></a>
  268.                    <a href="https://www.youtube.com/channel/UC1hghTQOxHkDLaEOYvmEIiw" target="_blank"><i class="bi-youtube" style="font-size: 24px"></i></a>
  269.                </div>
  270.                <p class="body-small-regular">© 2022-2023 OneGen by Digital Reverie LLC</p>
  271.            </div>
  272.        </footer>
  273.    </div>
  274. </div>
  275. <div id="cookies-disclaimer">
  276.    <div class="row">
  277.        <div class="col-sm-12 col-md-9">
  278.            <p class="body-small-regular">
  279.                We use cookies to track activity using Google Analytics & reCAPTCHA. It helps us understand what our visitors
  280.                like about our product and how they interact with our website. For more information, check out our <a href="privacy-policy">Privacy Policy</a>.
  281.            </p>
  282.        </div>
  283.        <div class="col-sm-12 col-md-3">
  284.            <div class="d-flex justify-content-center cookie-disclaimer-buttons">
  285.                <button id="cookie-reject-btn" class="btn btn-xs btn-outline-danger mt-3 ml-0 mt-md-0 ml-md-0">Reject</button>
  286.                <button id="cookie-allow-btn" class="btn btn-xs btn-outline-primary mt-3 ml-0 mt-md-0 ml-md-0">Allow</button>
  287.            </div>
  288.        </div>
  289.    </div>
  290. </div>
  291. <script src="npm/bootstrap-5.1.3/dist/js/bootstrap.bundle.min.js" ></script>
  292. <script src="https://www.google.com/recaptcha/api.js"></script>
  293. <script>hljs.highlightAll();</script>
  294. <script>
  295.  const disclaimer = document.getElementById("cookies-disclaimer");
  296.  if (cookieSetting === null) {
  297.    disclaimer.style.display = 'block';
  298.  }
  299.  document.getElementById("cookie-allow-btn").addEventListener('click', (e) => {
  300.    setCookie(ONEGEN_COOKIES, "true", 400);
  301.    gtag('consent', 'update', {
  302.      'ad_storage': 'granted',
  303.      'analytics_storage': 'granted'
  304.    });
  305.    disclaimer.style.display = 'none';
  306.  });
  307.  document.getElementById("cookie-reject-btn").addEventListener('click', (e) => {
  308.    setCookie(ONEGEN_COOKIES, "false", 400);
  309.    gtag('consent', 'update', {
  310.      'ad_storage': 'denied',
  311.      'analytics_storage': 'denied'
  312.    });
  313.    disclaimer.style.display = 'none';
  314.  });
  315. </script>
  316. <script>
  317.    function createImageLightbox(e) {
  318.      const images = e.getElementsByTagName("img");
  319.      if (images.length !== 1) {
  320.        console.error(`cant find img element associated with link ${id}, image link won't work`);
  321.        return;
  322.      }
  323.      const imgClone = images[0].cloneNode(false);
  324.      imgClone.className = "mx-auto d-block";
  325.      if (imgClone.dataset.lightboxWidth) imgClone.width = imgClone.dataset.lightboxWidth;
  326.      if (imgClone.dataset.lightboxHeight) imgClone.height = imgClone.dataset.lightboxHeight;
  327.      let modal = document.createElement("div");
  328.      modal.id = e.id+"_modal";
  329.      modal.tabIndex = -1;
  330.      modal.className = "modal fade";
  331.      modal.innerHTML =
  332.        `<div class="modal-dialog modal-fullscreen">
  333.           <div class="modal-content">
  334.             <div class="modal-header">
  335.               <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
  336.             </div>
  337.             <div class="modal-body">
  338.               ${imgClone.outerHTML}
  339.             </div>
  340.           </div>
  341.         </div>`;
  342.      e.dataset.bsToggle = "modal";
  343.      e.dataset.bsTarget = "#"+modal.id;
  344.      document.body.appendChild(modal);
  345.    }
  346.    // Scan the data-image-lightbox elements to attach the modal code
  347.    const imageLightboxElements = document.querySelectorAll("[data-image-lightbox]");
  348.    for (const e of imageLightboxElements) {
  349.      createImageLightbox(e);
  350.    }
  351. </script>
  352. </body>
  353. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda