summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/banner.html22
-rw-r--r--templates/main.html530
-rw-r--r--templates/trustpilot.html26
3 files changed, 367 insertions, 211 deletions
diff --git a/templates/banner.html b/templates/banner.html
index 711972d..b8fa898 100644
--- a/templates/banner.html
+++ b/templates/banner.html
@@ -1,7 +1,19 @@
<section class="banner">
- <div class="container sm-none">
- <div class="banner__text-button">
- <h1>VyOS — The Universal Router.</h1>
- </div>
- </div>
+ <div class="containerCustom">
+ <div class="innerDiv">
+ <h1>VyOS — The Universal Router.</h1>
+ <p>Open-source fully functional router and firewall platform</p>
+ </div>
+
+ <canvas
+ id="canvas"
+ class="background"
+ width="550"
+ height="550"
+ ></canvas>
+
+ <div class="image">
+ <img src="/img/front-page/banner/bg-image.svg" />
+ </div>
+ </div>
</section>
diff --git a/templates/main.html b/templates/main.html
index 68846eb..80fd5a4 100644
--- a/templates/main.html
+++ b/templates/main.html
@@ -1,191 +1,361 @@
<!DOCTYPE html>
<html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>VyOS Community</title>
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="apple-touch-icon" sizes="180x180" href="/img/favicon/apple-touch-icon.png">
- <link rel="icon" type="image/png" sizes="32x32" href="/img/favicon/favicon-32x32.png">
- <link rel="icon" type="image/png" sizes="16x16" href="/img/favicon/favicon-16x16.png">
- <link rel="manifest" href="/img/favicon/site.webmanifest">
- <link rel="mask-icon" href="/img/favicon/safari-pinned-tab.svg" color="#5bbad5">
- <meta name="msapplication-TileColor" content="#da532c">
- <meta name="theme-color" content="#ffffff">
- <link rel="stylesheet" href="/main.css">
- <link rel="stylesheet" href="/styles/trustpilot.css">
- </head>
- <body>
- <header>
- <div class="container">
- <div class="header__inner">
- <div class="header__logo-side">
- <a class="header__logo" href="/">
- <img src="/img/header/vyos-logo.svg" alt="VyOS Community" title="VyOS Community">
- </a>
- <div class="header__text">
- <p>Open-source router and firewall platform</p>
- </div>
- </div>
- <div class="header__links-side">
- <a href="/get">GET VYOS</a>
- <a href="/contribute">CONTRIBUTE</a>
- <a href="http://vyos.io">COMMERCIAL SERVICES</a>
- </div>
- </div>
- </div>
- </header>
- <main>
- <div class="container small" id="content">
- <!-- content is automatically inserted here -->
- </div>
- </main>
- <footer>
+ <head>
+ <meta charset="UTF-8" />
+ <title>VyOS Community</title>
+ <meta
+ name="viewport"
+ content="width=device-width, initial-scale=1.0"
+ />
+ <link
+ rel="apple-touch-icon"
+ sizes="180x180"
+ href="/img/favicon/apple-touch-icon.png"
+ />
+ <link
+ rel="icon"
+ type="image/png"
+ sizes="32x32"
+ href="/img/favicon/favicon-32x32.png"
+ />
+ <link
+ rel="icon"
+ type="image/png"
+ sizes="16x16"
+ href="/img/favicon/favicon-16x16.png"
+ />
+ <link
+ rel="manifest"
+ href="/img/favicon/site.webmanifest"
+ />
+ <link
+ rel="mask-icon"
+ href="/img/favicon/safari-pinned-tab.svg"
+ color="#5bbad5"
+ />
+ <meta
+ name="msapplication-TileColor"
+ content="#da532c"
+ />
+ <meta
+ name="theme-color"
+ content="#ffffff"
+ />
+ <link
+ rel="stylesheet"
+ href="/main.css"
+ />
+ </head>
+ <body>
+ <header id="header">
+ <div
+ class="navigation"
+ id="navigation"
+ >
+ <div class="containerCustom">
+ <div class="header">
+ <div class="logo">
+ <a href="/">
+ <img
+ src="/img/header/vyos-logo.svg"
+ alt="VyOS Community"
+ title="VyOS Community"
+ />
+ </a>
+ <p>Open-source router and firewall platform</p>
+ </div>
+ <div class="links">
+ <a href="/get">GET VYOS</a>
+ <a href="/contribute">CONTRIBUTE</a>
+ <a href="http://vyos.io">COMMERCIAL SERVICES</a>
+ <a href="tel:+13234882459">
+ <img
+ src="/img/header/tel-icon.svg"
+ alt="tel"
+ title="tel"
+ />
+ <span>+1 323 488 2459</span>
+ </a>
+ </div>
+ <div class="mobile-menu">
+ <div class="upper-part">
+ <a
+ href="tel:+13234882459"
+ class="tel-link"
+ >
+ <img
+ src="/img/header/tel-icon.svg"
+ alt="tel"
+ title="tel"
+ />
+ </a>
+ <img
+ src="/img/header/hamburger-menu-icon.svg"
+ id="burgerMenu"
+ class="visible"
+ />
+ <img
+ src="/img/global/close-icon.svg"
+ id="closeIcon"
+ class="not__visible"
+ />
+ </div>
+ <div
+ class="bottom-part not__visible"
+ id="bottomPartOfBurgerMenu"
+ >
+ <div class="bottom-menu">
+ <a href="/get">GET VYOS</a>
+ <a href="/contribute">CONTRIBUTE</a>
+ <a href="http://vyos.io">COMMERCIAL SERVICES</a>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </header>
+ <main>
+ <div
+ id="content"
+ >
+ <!-- content is automatically inserted here -->
+ </div>
+ </main>
+ <footer>
+ <div class="containerCustom">
+ <div class="inner">
+ <div class="top">
+ <div class="sentrium-column">
+ <div>
+ <img
+ src="/img/footer/sentrium.svg"
+ alt="VyOS Community"
+ title="VyOS Community"
+ />
- <div class="container">
- <div class="footer__inner">
- <div class="footer__logo-society">
- <div class="footer__logo-vyos">
- <a href="https://sentrium.io/" target="_blank" class="footer__logo--vyos">
- <img src="/img/footer/vyos-logo.svg" alt="VyOS Community" title="VyOS Community">
- </a>
- </div>
- <div class="footer__hr">
- <img src="/img/footer/line.svg">
- </div>
- <div class="footer__socials">
- <a href="https://twitter.com/vyos_dev" target="_blank">
- <img src="/img/social-networks/twitter.svg" alt="VyOS on Twitter" title="VyOS on Twitter">
- </a>
- <a href="https://www.linkedin.com/company/vyos/" target="_blank">
- <img src="/img/social-networks/linkedin.svg" alt="VyOS on Linkedin" title="VyOS on Linkedin">
- </a>
- <a href="https://www.facebook.com/vyosofficial/" target="_blank">
- <img src="/img/social-networks/facebook.svg" alt="VyOS on Facebook" title="VyOS on Facebook">
- </a>
- <a href="https://www.reddit.com/r/vyos/" target="_blank">
- <img src="/img/social-networks/reddit.svg" alt="VyOS on Reddit" title="VyOS on Reddit">
- </a>
- </div>
- </div>
+ <p>Digital transformation of your business with Sentrium</p>
+ </div>
+ <a
+ href="https://sentrium.io/"
+ target="_blank"
+ >Visit Sentrium</a
+ >
+ </div>
+ <div class="links-columns">
+ <div class="links-column">
+ <h3>Get VyOS</h3>
+ <ul>
+ <li>
+ <a href="/get/nightly-builds">Nightly Builds</a>
+ </li>
+ <li>
+ <a href="/get/contributor-subscriptions"
+ >LTS for Contributors</a
+ >
+ </li>
+ </ul>
+ </div>
+ <div class="links-column">
+ <h3>Contribute</h3>
+ <ul>
+ <li><a href="/contribute">Introduction</a></li>
+ <li><a href="https://github.com/vyos">Code on GitHub</a></li>
+ <li>
+ <a href="https://phabricator.vyos.net/maniphest"
+ >Open Tasks</a
+ >
+ </li>
+ </ul>
+ </div>
+ <div class="links-column">
+ <h3>Report a Bug</h3>
+ <ul>
+ <li>
+ <a href="https://phabricator.vyos.net/">Bug Tracker</a>
+ </li>
+ </ul>
+ </div>
+ <div class="links-column">
+ <h3>Commercial Services</h3>
+ <ul>
+ <li>
+ <a href="https://vyos.io/subscriptions/support/"
+ >Commercial Support</a
+ >
+ </li>
+ <li>
+ <a href="https://vyos.io/subscriptions/software/"
+ >LTS Subscription</a
+ >
+ </li>
+ <li>
+ <a href="http://vyos.io/contact-us/"
+ >Custom developing and consulting</a
+ >
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <div class="form-footer">
+ <div class="inner">
+ <h3>Subscribe to our Blog!</h3>
+ <p>All the latest news and sneak peeks directly in your inbox.</p>
+ </div>
+ <div
+ class="form-div"
+ id="form-div"
+ ></div>
+ </div>
+ <div class="bottom">
+ <p>© 2024 vyos.io All rights reserved.</p>
- <div class="footer__links-trustpilot">
- <div class="footer__links">
- <div class="footer__column">
- <h3>Get VyOS</h3>
- <ul>
- <li><a href="/get/nightly-builds">Nightly builds</a></li>
- <li><a href="/get/contributor-subscriptions">LTS release for contributors</a></li>
- </ul>
- </div>
- <div class="footer__column">
- <h3>Contribute</h3>
- <ul>
- <li><a href="/contribute">Introduction</a></li>
- <li><a href="https://github.com/vyos">Code on GitHub</a></li>
- <li><a href="https://phabricator.vyos.net/maniphest">Open tasks</a></li>
- </ul>
- </div>
- <div class="footer__column">
- <h3>Report a Bug</h3>
- <ul>
- <li><a href="https://phabricator.vyos.net/">Bug Tracker</a></li>
- </ul>
- </div>
- <div class="footer__column">
- <h3>Commercial Services</h3>
- <ul>
- <li><a href="https://vyos.io/subscriptions/support/">Commercial support</a></li>
- <li><a href="https://vyos.io/subscriptions/software/">LTS release subscriptions</a></li>
- <li><a href="http://vyos.io/contact-us/">Custom development and consulting</a></li>
- </ul>
- </div>
- </div>
- <div id="trustpilot-widget" class="footer__trustpilot">
- <!-- inserted by widgets.insert-trustpilot-widget -->
- </div>
- </div>
+ <div class="social-logos">
+ <!-- twitter icon -->
+ <a
+ href="https://twitter.com/vyos_dev"
+ target="_blank"
+ >
+ <svg
+ width="20"
+ height="16"
+ viewBox="0 0 20 16"
+ fill="none"
+ xmlns="http://www.w3.org/2000/svg"
+ >
+ <path
+ d="M20 1.89305C19.2639 2.21429 18.4741 2.43216 17.6442 2.52942C18.4915 2.02968 19.1402 1.23702 19.4476 0.295398C18.6527 0.758193 17.7754 1.09424 16.8406 1.27641C16.092 0.489895 15.0271 0 13.8461 0C11.5803 0 9.74312 1.80937 9.74312 4.03969C9.74312 4.35601 9.77936 4.66496 9.84936 4.96039C6.44001 4.79174 3.41684 3.18301 1.39347 0.738495C1.03977 1.33425 0.838563 2.02842 0.838563 2.76943C0.838563 4.1714 1.56343 5.40841 2.66324 6.13213C1.99085 6.10999 1.35847 5.92782 0.804838 5.62502V5.67549C0.804838 7.63256 2.21958 9.2659 4.09546 9.63764C3.75177 9.72873 3.38935 9.7792 3.01442 9.7792C2.74948 9.7792 2.49327 9.75335 2.24206 9.70411C2.76445 11.3104 4.27919 12.4785 6.07387 12.5105C4.67037 13.5937 2.90069 14.2374 0.978564 14.2374C0.647387 14.2374 0.321177 14.2177 0 14.182C1.81592 15.3304 3.97177 16 6.28883 16C13.8362 16 17.9617 9.84321 17.9617 4.50374L17.9479 3.98063C18.754 3.41439 19.4513 2.70297 20 1.89305Z"
+ fill="#525659"
+ />
+ </svg>
+ </a>
- <div class="footer__developer">
- <div class="footer__rights">
- <p>© 2021 VyOS maintainers and contributors.</p>
- <a href='https://www.vyos.io/privacy-policy'>Privacy Policy</a>
- <a href='https://www.vyos.io/terms-and-conditions'>Terms & Conditions</a>
- </div>
- <div class="footer__sentrium-logo">
- <a href="https://sentrium.io/" target="_blank" class="footer__logo">
- <img src="/img/footer/sentrium.svg" alt="Sentrium" title="Sentrium">
- </a>
- </div>
- </div>
+ <!-- linkedin icon -->
+ <a
+ href="https://www.linkedin.com/company/vyos/"
+ target="_blank"
+ >
+ <svg
+ width="21"
+ height="20"
+ viewBox="0 0 21 20"
+ fill="none"
+ xmlns="http://www.w3.org/2000/svg"
+ >
+ <path
+ d="M21 12.262V20H16.499V12.7802C16.499 10.9666 15.848 9.72881 14.2188 9.72881C12.9751 9.72881 12.235 10.563 11.9094 11.3699C11.7906 11.6583 11.7601 12.0598 11.7601 12.4636V20H7.25758C7.25758 20 7.31822 7.77208 7.25758 6.50518H11.7596V8.41801C11.7505 8.43232 11.7386 8.44775 11.73 8.46161H11.7596V8.41801C12.3578 7.49982 13.426 6.18815 15.817 6.18815C18.7793 6.1881 21 8.1169 21 12.262ZM2.54778 0C1.00748 0 0 1.00695 0 2.33113C0 3.62645 0.978334 4.66397 2.48802 4.66397H2.51809C4.08822 4.66397 5.0647 3.62665 5.0647 2.33113C5.03511 1.00695 4.08822 0 2.54778 0ZM0.267409 20H4.76819V6.50518H0.267409V20Z"
+ fill="#525659"
+ />
+ </svg>
+ </a>
- <div class="footer__sm">
- <div class="footer__sm__contant">
+ <!-- facebook icon -->
+ <a
+ href="https://www.facebook.com/vyosofficial/"
+ target="_blank"
+ >
+ <svg
+ width="11"
+ height="20"
+ viewBox="0 0 11 20"
+ fill="none"
+ xmlns="http://www.w3.org/2000/svg"
+ >
+ <path
+ d="M10.5858 0.00416134L7.94737 0C4.98322 0 3.06766 1.9319 3.06766 4.92203V7.19141H0.414863C0.18563 7.19141 0 7.37409 0 7.59943V10.8875C0 11.1128 0.185842 11.2953 0.414863 11.2953H3.06766V19.5922C3.06766 19.8175 3.25329 20 3.48252 20H6.94366C7.17289 20 7.35852 19.8173 7.35852 19.5922V11.2953H10.4603C10.6895 11.2953 10.8751 11.1128 10.8751 10.8875L10.8764 7.59943C10.8764 7.49123 10.8326 7.38762 10.7549 7.31105C10.6772 7.23448 10.5714 7.19141 10.4613 7.19141H7.35852V5.26763C7.35852 4.34298 7.58267 3.87358 8.808 3.87358L10.5853 3.87295C10.8144 3.87295 11 3.69027 11 3.46514V0.411972C11 0.187052 10.8146 0.00457747 10.5858 0.00416134Z"
+ fill="#525659"
+ />
+ </svg>
+ </a>
- <div class="footer__sm__logos">
- <a href="/" class="footer__logo">
- <img src="/img/footer/vyos-logo-sm.svg" alt="VyOS Community" title="VyOS Community">
- </a>
- <a href="https://www.packet.com/" class="footer__logo" target="_blank">
- <img src="/img/footer/packet-logo-sm.svg" alt="Packet" title="Packet">
- </a>
- <a href="https://sentrium.io/" target="_blank" class="footer__logo">
- <img src="/img/footer/sentrium-logo-sm.svg" alt="Sentrium" title="Sentrium">
- </a>
- </div>
+ <!-- reddit icon -->
+ <a
+ href="https://www.reddit.com/r/vyos/"
+ target="_blank"
+ >
+ <svg
+ width="24"
+ height="22"
+ viewBox="0 0 24 22"
+ fill="none"
+ xmlns="http://www.w3.org/2000/svg"
+ >
+ <path
+ d="M20.0231 0.241206C20.8974 -0.172709 22.0169 -0.0485345 22.7526 0.572338C23.4349 1.11043 23.7761 2.02104 23.6162 2.85922C23.4989 3.56288 23.0511 4.21479 22.422 4.56662C21.6437 5.03228 20.5988 5.02193 19.8205 4.55627C19.2448 4.23549 18.8396 3.66635 18.6584 3.04548C17.4323 2.79713 16.2061 2.53844 14.98 2.26939C14.4256 3.9561 13.8818 5.65315 13.3274 7.33985C15.1613 7.48472 16.9738 7.87794 18.6477 8.61264C19.0849 8.14699 19.6286 7.75377 20.279 7.61925C21.3345 7.33985 22.5073 7.71238 23.2323 8.49881C23.7121 9.00586 23.9574 9.66813 24 10.3511V10.5477C23.9574 11.2824 23.6268 11.955 23.1364 12.5034C23.6482 13.6417 23.7761 14.9559 23.3816 16.1459C22.8592 17.7602 21.5797 19.033 20.1191 19.9125C17.8801 21.2888 15.2146 21.8993 12.5917 21.9925C9.95824 22.0649 7.2821 21.6199 4.91515 20.4817C3.20924 19.6435 1.59929 18.4017 0.820968 16.6529C0.2239 15.3491 0.266548 13.8073 0.863616 12.5138C0.383829 11.955 0.0319858 11.2824 0 10.5477V10.3407C0.0426477 9.84404 0.170591 9.33699 0.458463 8.91273C1.00222 8.03316 2.05775 7.49507 3.10262 7.52611C3.9769 7.55716 4.79787 7.98142 5.35229 8.61264C7.29276 7.75377 9.42514 7.3502 11.5469 7.30881C12.2079 5.24958 12.8903 3.19035 13.5513 1.14147C13.6473 0.717209 14.1057 0.396424 14.5429 0.499903C15.9609 0.799992 17.3789 1.08973 18.797 1.40017C19.0849 0.924166 19.49 0.479207 20.0231 0.241206ZM1.16215 9.78195C0.93825 10.3304 1.02355 10.9616 1.32208 11.4687C2.1004 10.4235 3.14527 9.60604 4.29676 8.97482C3.81697 8.61264 3.16659 8.43673 2.56952 8.5816C1.92981 8.72647 1.38605 9.18178 1.16215 9.78195ZM19.7139 8.96447C20.8654 9.59569 21.9103 10.4235 22.6886 11.4687C22.9125 11.0651 23.0404 10.5891 22.9445 10.1234C22.8272 9.41978 22.2621 8.80925 21.5478 8.61264C20.9294 8.40568 20.2257 8.5816 19.7139 8.96447ZM7.39938 11.1272C6.46113 11.3755 5.7681 12.2965 5.84274 13.2381C5.86406 14.1695 6.63172 15.0076 7.56997 15.1835C8.01777 15.2353 8.4869 15.2249 8.89205 15.0283C9.63838 14.7075 10.1502 13.9315 10.1395 13.1347C10.1608 12.3379 9.64905 11.5618 8.89205 11.2514C8.43359 11.0134 7.88983 11.0134 7.39938 11.1272ZM15.4065 11.1272C14.5535 11.3652 13.8925 12.1516 13.8712 13.0208C13.8179 13.7969 14.2763 14.5937 14.98 14.9559C15.6197 15.3077 16.462 15.2974 17.1017 14.9249C17.7414 14.5627 18.1786 13.859 18.1679 13.1243C18.1786 12.3172 17.6562 11.5411 16.8992 11.2203C16.4407 11.0237 15.8969 11.003 15.4065 11.1272ZM8.04976 16.4977C7.6446 16.5909 7.32474 16.9737 7.37805 17.3773C7.39938 17.8326 7.83652 18.1017 8.16704 18.35C9.53176 19.2192 11.2377 19.4055 12.8263 19.2917C14.1377 19.1468 15.5558 18.8053 16.4727 17.8119C16.9098 17.3049 16.462 16.4667 15.7903 16.477C15.2679 16.4563 15.012 16.9737 14.5642 17.1393C13.4127 17.667 12.08 17.7188 10.8325 17.5532C10.1288 17.429 9.3825 17.2428 8.86006 16.7461C8.65749 16.5391 8.33763 16.4253 8.04976 16.4977Z"
+ fill="#525659"
+ />
+ </svg>
+ </a>
+ </div>
+ </div>
+ </div>
+ </div>
+ </footer>
- <div class="footer__sm__society">
- <a href="https://twitter.com/vyos_dev" target="_blank" class="footer__logo">
- <img src="/img/social-networks/twitter-sm.svg" alt="VyOS on Twitter" title="VyOS on Twitter">
- </a>
- <a href="https://www.linkedin.com/company/vyos/" target="_blank" class="footer__logo">
- <img src="/img/social-networks/linkedin-sm.svg" alt="VyOS on Linkedin" title="VyOS on Linkedin">
- </a>
- <a href="https://www.facebook.com/vyosofficial/" target="_blank" class="footer__logo">
- <img src="/img/social-networks/facebook-sm.svg" alt="VyOS on Facebook" title="VyOS on Facebook">
- </a>
- <a href="https://www.reddit.com/r/vyos/" target="_blank" class="footer__logo">
- <img src="/img/social-networks/reddit-sm.svg" alt="VyOS on Reddit" title="VyOS on Reddit">
- </a>
- </div>
+ <aside
+ class="google-analytics-message"
+ id="google-analytics-message"
+ >
+ <div class="containerCustom">
+ <svg
+ id="google-analytics-decline"
+ width="24"
+ height="24"
+ viewBox="0 0 24 24"
+ fill="none"
+ xmlns="http://www.w3.org/2000/svg"
+ >
+ <path
+ d="M1.33325 1.29822L22.6666 22.0701M22.6666 1.29822L1.33325 22.0701"
+ stroke-width="3"
+ />
+ </svg>
+ <h5>Allow Analytics</h5>
+ <p>
+ We use Google Analytics to get analytics and metrics about our
+ visitors on our website. This helps us to improve the quality of the
+ content and the usability of the site. The collected information is
+ not shared with third parties. Google Analytics stores cookies on your
+ computer.
+ </p>
+ <p>
+ If you decline, your information won’t be tracked when you visit this
+ website. A single cookie will be used in your browser to remember your
+ preference not to be tracked.
+ </p>
+ <div class="buttons">
+ <button
+ class="accept"
+ id="google-analytics-accept"
+ >
+ Accept
+ </button>
- <div class="footer__sm__developer">
- <div class="footer__sm__privacy-policy">
- <a href='https://www.vyos.io/privacy-policy'>Privacy Policy</a>
- <a href='https://www.vyos.io/terms-and-conditions'>Terms & Conditions</a>
- </div>
- <div class="footer__sm__rights">
- <p>© 2022 VyOS maintainers and contributors.</p>
- </div>
- </div>
+ <button
+ class="decline"
+ id="google-analytics-decline"
+ >
+ Decline
+ </button>
+ </div>
+ </div>
+ </aside>
- </div>
- </div>
-
- </div>
- </div>
- </footer>
-
- <aside class="google-analytics-message" id="google-analytics-message">
- <div class="container">
- <div class="google-analytics-message__content">
- <div class="google-analytics-message__content__img">
- <img src="/img/global/cookies.svg" alt="Cookies">
- </div>
- <div class="google-analytics-message__content__text">
- <p>We use Google Analytics to get analytics and metrics about our visitors on our website. This helps us to
- improve the quality of the content and the usability of the site.
- The collected information is not shared with third parties. Google Analytics stores cookies on your computer.</p>
- <p>If you decline, your information won’t be tracked when you visit this website. A single cookie will be used
- in your browser to remember your preference not to be tracked.</p>
- </div>
- </div>
- <div class="google-analytics-message__buttons">
- <button class="google-analytics-message__buttons__accept" id="google-analytics-message-accept">Accept</button>
- <button class="google-analytics-message__buttons__decline" id="google-analytics-message-decline">Decline</button>
- </div>
- </div>
- </aside>
- <script async src="https://www.googletagmanager.com/gtag/js?id=G-J3WHFQG00P"></script>
- <script src="/js/google-analytics-message.js"></script>
- </body>
+ <script
+ async
+ src="https://www.googletagmanager.com/gtag/js?id=G-J3WHFQG00P"
+ ></script>
+ <script src="/js/google-analytics-message.js"></script>
+ <script src="/js/burger-manu-click-handler.js"></script>
+ <script src="https://unpkg.com/@rive-app/canvas@2.9.1"></script>
+ <script src="/js/rive-animations.js"></script>
+ <script src="/js/scroll-detector-for-header.js"></script>
+ <script src="/js/form-insertions.js"></script>
+ <script
+ charset="utf-8"
+ type="text/javascript"
+ src="//js.hsforms.net/forms/embed/v2.js"
+ ></script>
+ </body>
</html>
diff --git a/templates/trustpilot.html b/templates/trustpilot.html
deleted file mode 100644
index e6eb70c..0000000
--- a/templates/trustpilot.html
+++ /dev/null
@@ -1,26 +0,0 @@
- <!-- Trustpilot html -->
- <div class="Trustpilot">
- <div class="Trustpilot_text">Check out our <span>reviews</span></div>
- <a href="https://www.trustpilot.com/review/vyos.io?utm_medium=trustbox&amp;utm_source=Horizontal" rel="noreferrer" target="_blank" class="Trustpilot_stars">
- <div class="Trustpilot_star">
- <svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.8889 6.34067H10.4366L8.45032 0L6.45236 6.34067L0 6.32851L5.21829 10.2519L3.22031 16.5926L8.43857 12.6691L13.6569 16.5926L11.672 10.2562L12.1172 11.6852L8.45032 12.6691L16.8889 6.34067Z" fill="#fff"></path></svg>
- </div>
- <div class="Trustpilot_star">
- <svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.8889 6.34067H10.4366L8.45032 0L6.45236 6.34067L0 6.32851L5.21829 10.2519L3.22031 16.5926L8.43857 12.6691L13.6569 16.5926L11.672 10.2562L12.1172 11.6852L8.45032 12.6691L16.8889 6.34067Z" fill="#fff"></path></svg>
- </div>
- <div class="Trustpilot_star">
- <svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.8889 6.34067H10.4366L8.45032 0L6.45236 6.34067L0 6.32851L5.21829 10.2519L3.22031 16.5926L8.43857 12.6691L13.6569 16.5926L11.672 10.2562L12.1172 11.6852L8.45032 12.6691L16.8889 6.34067Z" fill="#fff"></path></svg>
- </div>
- <div class="Trustpilot_star">
- <svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.8889 6.34067H10.4366L8.45032 0L6.45236 6.34067L0 6.32851L5.21829 10.2519L3.22031 16.5926L8.43857 12.6691L13.6569 16.5926L11.672 10.2562L12.1172 11.6852L8.45032 12.6691L16.8889 6.34067Z" fill="#fff"></path></svg>
- </div>
- <div class="Trustpilot_star">
- <svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.8889 6.34067H10.4366L8.45032 0L6.45236 6.34067L0 6.32851L5.21829 10.2519L3.22031 16.5926L8.43857 12.6691L13.6569 16.5926L11.672 10.2562L12.1172 11.6852L8.45032 12.6691L16.8889 6.34067Z" fill="#fff"></path></svg>
- </div>
- <div class="Trustpilot_starsRate" style="width:94%"></div>
- </a>
- <a href="https://www.trustpilot.com/review/vyos.io?utm_medium=trustbox&amp;utm_source=Horizontal" rel="noreferrer" target="_blank" class="trustpilotIcon">
- <svg width="80" height="21" viewBox="0 0 80 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.0251 7.81635H29.1184V9.32301H25.9317V17.8163H24.185V9.32301H21.0117L21.0251 7.81635ZM28.7717 10.5763H30.265V11.9763H30.2917C30.345 11.7763 30.4384 11.5897 30.5717 11.403C30.705 11.2163 30.865 11.043 31.065 10.8963C31.2517 10.7363 31.465 10.6163 31.705 10.523C31.9317 10.4297 32.1717 10.3763 32.4117 10.3763C32.5984 10.3763 32.7317 10.3897 32.7984 10.3897C32.865 10.403 32.945 10.4163 33.0117 10.4163V11.9497C32.905 11.923 32.785 11.9097 32.665 11.8963C32.545 11.883 32.4384 11.8697 32.3184 11.8697C32.0517 11.8697 31.7984 11.923 31.5584 12.0297C31.3184 12.1363 31.1184 12.2963 30.9317 12.4963C30.7584 12.7097 30.6117 12.963 30.505 13.2697C30.3984 13.5763 30.345 13.9363 30.345 14.3363V17.7763H28.745L28.7717 10.5763ZM40.345 17.8163H38.7717V16.803H38.745C38.545 17.1763 38.2517 17.4563 37.865 17.683C37.4784 17.9097 37.0784 18.0163 36.6784 18.0163C35.7317 18.0163 35.0384 17.7897 34.6117 17.3097C34.185 16.843 33.9717 16.123 33.9717 15.1763V10.5763H35.5717V15.0163C35.5717 15.6563 35.6917 16.1097 35.945 16.363C36.185 16.6297 36.5317 16.763 36.9717 16.763C37.305 16.763 37.585 16.7097 37.8117 16.603C38.0384 16.4963 38.225 16.363 38.3584 16.1897C38.505 16.0163 38.5984 15.803 38.665 15.563C38.7317 15.323 38.7584 15.0563 38.7584 14.7763V10.5763H40.3584V17.8163H40.345ZM43.065 15.4963C43.1184 15.963 43.2917 16.283 43.5984 16.483C43.905 16.6697 44.2784 16.763 44.705 16.763C44.8517 16.763 45.025 16.7497 45.2117 16.723C45.3984 16.6963 45.585 16.6563 45.745 16.5897C45.9184 16.523 46.0517 16.4297 46.1584 16.2963C46.265 16.163 46.3183 16.003 46.305 15.803C46.2917 15.603 46.225 15.4297 46.0784 15.2963C45.9317 15.163 45.7584 15.0697 45.545 14.9763C45.3317 14.8963 45.0784 14.8297 44.7984 14.7763C44.5184 14.723 44.2384 14.6563 43.945 14.5897C43.6517 14.523 43.3584 14.443 43.0784 14.3497C42.7984 14.2563 42.5584 14.1363 42.3317 13.963C42.1184 13.803 41.9317 13.603 41.8117 13.3497C41.6784 13.0963 41.6117 12.803 41.6117 12.4297C41.6117 12.0297 41.705 11.7097 41.905 11.443C42.0917 11.1763 42.345 10.963 42.6384 10.803C42.9317 10.643 43.265 10.523 43.625 10.4563C43.985 10.3897 44.3317 10.363 44.6517 10.363C45.025 10.363 45.385 10.403 45.7184 10.483C46.0517 10.563 46.3717 10.683 46.6383 10.8697C46.9184 11.043 47.145 11.283 47.3183 11.563C47.505 11.843 47.6117 12.1897 47.665 12.5897H45.9984C45.9184 12.203 45.745 11.9497 45.4784 11.8163C45.1984 11.683 44.8917 11.6163 44.5317 11.6163C44.425 11.6163 44.2784 11.6297 44.1317 11.643C43.9717 11.6697 43.8384 11.6963 43.6917 11.7497C43.5584 11.803 43.4384 11.883 43.345 11.9763C43.2517 12.0697 43.1984 12.203 43.1984 12.363C43.1984 12.563 43.265 12.7097 43.3984 12.8297C43.5317 12.9497 43.705 13.043 43.9317 13.1363C44.145 13.2163 44.3984 13.283 44.6784 13.3363C44.9584 13.3897 45.2517 13.4563 45.545 13.523C45.8384 13.5897 46.1184 13.6697 46.3984 13.763C46.6784 13.8563 46.9317 13.9763 47.145 14.1497C47.3584 14.3097 47.545 14.5097 47.6784 14.7497C47.8117 14.9897 47.8784 15.2963 47.8784 15.643C47.8784 16.0697 47.785 16.4297 47.585 16.7363C47.385 17.0297 47.1317 17.283 46.825 17.4697C46.5184 17.6563 46.1584 17.7897 45.785 17.883C45.3984 17.963 45.025 18.0163 44.6517 18.0163C44.1984 18.0163 43.7717 17.963 43.385 17.8563C42.9984 17.7497 42.6517 17.5897 42.3717 17.3897C42.0917 17.1763 41.865 16.923 41.705 16.603C41.545 16.2963 41.4517 15.923 41.4384 15.483H43.0517V15.4963H43.065ZM48.3317 10.5763H49.545V8.38968H51.145V10.563H52.585V11.7497H51.145V15.6163C51.145 15.7897 51.1583 15.923 51.1717 16.0563C51.185 16.1763 51.225 16.283 51.265 16.363C51.3183 16.443 51.3983 16.5097 51.4917 16.5497C51.5983 16.5897 51.7317 16.6163 51.9183 16.6163C52.025 16.6163 52.145 16.6163 52.2517 16.603C52.3583 16.5897 52.4783 16.5763 52.585 16.5497V17.7897C52.4117 17.8163 52.2383 17.8297 52.065 17.843C51.8917 17.8697 51.7317 17.8697 51.545 17.8697C51.1183 17.8697 50.785 17.8297 50.5317 17.7497C50.2783 17.6697 50.0783 17.5497 49.9317 17.403C49.785 17.243 49.6917 17.0563 49.6383 16.8297C49.585 16.603 49.5583 16.323 49.545 16.0297V11.763H48.3317V10.5497V10.5763ZM53.705 10.5763H55.2117V11.563H55.2383C55.465 11.1363 55.7717 10.843 56.1717 10.6563C56.5717 10.4697 56.9983 10.3763 57.4783 10.3763C58.0517 10.3763 58.545 10.4697 58.9717 10.683C59.3983 10.883 59.745 11.1497 60.025 11.5097C60.305 11.8563 60.5183 12.2697 60.6517 12.7363C60.785 13.203 60.865 13.7097 60.865 14.2297C60.865 14.723 60.7983 15.1897 60.6783 15.643C60.545 16.0963 60.3583 16.5097 60.105 16.8563C59.8517 17.203 59.5317 17.483 59.1317 17.6963C58.7317 17.9097 58.2783 18.0163 57.745 18.0163C57.5183 18.0163 57.2783 17.9897 57.0517 17.9497C56.825 17.9097 56.5983 17.843 56.385 17.7497C56.1717 17.6563 55.9717 17.5363 55.7983 17.3897C55.6117 17.243 55.465 17.0697 55.345 16.883H55.3183V20.4963H53.7183V10.5763H53.705ZM59.2917 14.203C59.2917 13.883 59.2517 13.563 59.1583 13.2563C59.0783 12.9497 58.945 12.683 58.7717 12.443C58.5983 12.203 58.385 12.0163 58.145 11.8697C57.8917 11.723 57.5983 11.6563 57.2783 11.6563C56.6117 11.6563 56.105 11.883 55.7583 12.3497C55.425 12.8163 55.2517 13.443 55.2517 14.2163C55.2517 14.5897 55.2917 14.923 55.385 15.2297C55.4783 15.5363 55.5983 15.803 55.785 16.0297C55.9583 16.2563 56.1717 16.4297 56.425 16.563C56.6783 16.6963 56.9583 16.763 57.2917 16.763C57.665 16.763 57.9583 16.683 58.2117 16.5363C58.465 16.3897 58.665 16.1897 58.8383 15.963C58.9983 15.723 59.1183 15.4563 59.185 15.1497C59.2517 14.8297 59.2917 14.523 59.2917 14.203ZM62.105 7.81635H63.705V9.32301H62.105V7.81635ZM62.105 10.5763H63.705V17.8163H62.105V10.5763ZM65.1317 7.81635H66.7317V17.8163H65.1317V7.81635ZM71.6116 18.0163C71.0383 18.0163 70.5183 17.923 70.065 17.723C69.6117 17.523 69.2383 17.2697 68.9183 16.9363C68.6117 16.603 68.3717 16.1897 68.2117 15.723C68.0517 15.2563 67.9583 14.7363 67.9583 14.1897C67.9583 13.643 68.0383 13.1363 68.2117 12.6697C68.3717 12.203 68.6117 11.803 68.9183 11.4563C69.225 11.123 69.6117 10.8563 70.065 10.6697C70.5183 10.483 71.0383 10.3763 71.6116 10.3763C72.185 10.3763 72.705 10.4697 73.1583 10.6697C73.6117 10.8563 73.985 11.123 74.305 11.4563C74.6116 11.7897 74.8516 12.203 75.0116 12.6697C75.1716 13.1363 75.265 13.643 75.265 14.1897C75.265 14.7497 75.185 15.2563 75.0116 15.723C74.8383 16.1897 74.6116 16.5897 74.305 16.9363C73.9983 17.2697 73.6117 17.5363 73.1583 17.723C72.705 17.9097 72.1983 18.0163 71.6116 18.0163ZM71.6116 16.7497C71.9583 16.7497 72.2783 16.6697 72.5317 16.523C72.7983 16.3763 72.9983 16.1763 73.1716 15.9363C73.345 15.6963 73.465 15.4163 73.545 15.123C73.625 14.8163 73.665 14.5097 73.665 14.1897C73.665 13.883 73.625 13.5763 73.545 13.2697C73.465 12.963 73.345 12.6963 73.1716 12.4563C72.9983 12.2163 72.785 12.0297 72.5317 11.883C72.265 11.7363 71.9583 11.6563 71.6116 11.6563C71.265 11.6563 70.945 11.7363 70.6917 11.883C70.425 12.0297 70.225 12.2297 70.0517 12.4563C69.8783 12.6963 69.7583 12.963 69.6783 13.2697C69.5983 13.5763 69.5583 13.883 69.5583 14.1897C69.5583 14.5097 69.5983 14.8163 69.6783 15.123C69.7583 15.4297 69.8783 15.6963 70.0517 15.9363C70.225 16.1763 70.4383 16.3763 70.6917 16.523C70.9583 16.683 71.265 16.7497 71.6116 16.7497ZM75.745 10.5763H76.9583V8.38968H78.5583V10.563H79.9983V11.7497H78.5583V15.6163C78.5583 15.7897 78.5716 15.923 78.585 16.0563C78.5983 16.1763 78.6383 16.283 78.6783 16.363C78.7316 16.443 78.8116 16.5097 78.905 16.5497C79.0116 16.5897 79.145 16.6163 79.3316 16.6163C79.4383 16.6163 79.5583 16.6163 79.665 16.603C79.7716 16.5897 79.8916 16.5763 79.9983 16.5497V17.7897C79.825 17.8163 79.6516 17.8297 79.4783 17.843C79.305 17.8697 79.145 17.8697 78.9583 17.8697C78.5316 17.8697 78.1983 17.8297 77.945 17.7497C77.6916 17.6697 77.4916 17.5497 77.345 17.403C77.1983 17.243 77.105 17.0563 77.0516 16.8297C76.9983 16.603 76.9716 16.323 76.9583 16.0297V11.763H75.745V10.5497V10.5763Z" fill="black"></path><path d="M19.1599 7.81644H11.84L9.58663 0.856445L7.31997 7.81644L0 7.8031L5.91998 12.1098L3.65332 19.0697L9.5733 14.7631L15.4933 19.0697L13.24 12.1098L19.1599 7.81644Z" fill="#00B67A"></path><path d="M13.7459 13.6833L13.2392 12.1099L9.58594 14.7633L13.7459 13.6833Z" fill="#005128"></path></svg>
- </a>
- </div>
- <!-- END Trustpilot html -->