diff options
author | Daniil Baturin <daniil@baturin.org> | 2021-01-15 12:45:21 +0700 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2021-01-15 12:45:21 +0700 |
commit | f84bd975cedc9a3580d48a523da82a8aa47c46e4 (patch) | |
tree | e9e8203c7a686ebf4be7a520cec3d2156143d931 /site | |
parent | b126a213517a769de98c13256ec948deeadbf7f8 (diff) | |
download | community.vyos.net-f84bd975cedc9a3580d48a523da82a8aa47c46e4.tar.gz community.vyos.net-f84bd975cedc9a3580d48a523da82a8aa47c46e4.zip |
Simplify building the site locally
by removing the need for make to just build it
and limiting the snapshot lister to "live" profile.
Diffstat (limited to 'site')
39 files changed, 1273 insertions, 0 deletions
diff --git a/site/css/fixup.css b/site/css/fixup.css new file mode 100644 index 0000000..858e376 --- /dev/null +++ b/site/css/fixup.css @@ -0,0 +1,23 @@ +#content { + max-width: 800px; + margin-top: 20px; + margin-bottom: 20px; + margin-left: auto; + margin-right: auto; +} + +p { + text-align: left; +} + +@supports (hyphens: auto) { + p { + text-align: justify; + hyphens: auto; + } +} + +pre, code, sample { + white-space: pre-wrap; + hyphens: none; +} diff --git a/site/css/main.css b/site/css/main.css new file mode 100644 index 0000000..6ee168b --- /dev/null +++ b/site/css/main.css @@ -0,0 +1,653 @@ +@font-face { + font-family: 'Lato'; + font-style: normal; + font-weight: 400; + font-display: swap; + src: local("Lato Regular"), local("Lato-Regular"), url("../fonts/lato-regular.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; } + +@font-face { + font-family: 'Lato'; + font-style: normal; + font-weight: 700; + font-display: swap; + src: local("Lato Bold"), local("Lato-Bold"), url("../fonts/lato-bold.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; } + +@font-face { + font-family: 'Lato'; + font-style: normal; + font-weight: 900; + font-display: swap; + src: local("Lato Black"), local("Lato-Black"), url("../fonts/lato-black.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; } + +body { + font-family: "Lato", "Arial", sans-serif, sans-serif; + margin: 0; + color: #18191C; } + +h1, h2, h3, h4, h5, p, ul, li { + margin: 0; } + +h2 { + font-family: "Lato", "Arial", sans-serif; + font-weight: 800; + font-size: 38px; + line-height: 140%; } + @media only screen and (max-width: 767px) { + h2 { + font-size: 24px; } } + +p { + font-family: "Lato", "Arial", sans-serif; + font-weight: normal; + font-size: 18px; + line-height: 180%; + text-align: center; + color: #18191C; } + @media only screen and (max-width: 767px) { + p { + font-size: 14px; } } + +div.container { + max-width: 1340px; + margin: 0 auto; + padding-left: 15px; + padding-right: 15px; } + +header { + background: #ffffff; + -webkit-box-shadow: 0px 5px 20px rgba(0, 56, 79, 0.07); + box-shadow: 0px 5px 20px rgba(0, 56, 79, 0.07); + padding: 20px 0; + position: relative; } + @media only screen and (max-width: 991px) { + header { + padding: 15px 0; + position: -webkit-sticky; + position: sticky; + top: 0; + z-index: 2; } } + @media only screen and (max-width: 575px) { + header { + padding: 10px 0; } } + header div.header__inner { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -ms-flex-pack: justify; + justify-content: space-between; } + @media only screen and (max-width: 767px) { + header div.header__inner { + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; } } + header div.header__inner div.header__logo-side { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; } + header div.header__inner div.header__logo-side a.header__logo { + display: inherit; + margin-right: 30px; } + @media only screen and (max-width: 1199px) { + header div.header__inner div.header__logo-side a.header__logo { + margin-right: 16px; } } + header div.header__inner div.header__logo-side div.header__text { + font-family: "Lato", "Arial", sans-serif; + font-weight: 500; + font-size: 16px; + line-height: 25px; } + @media only screen and (max-width: 767px) { + header div.header__inner div.header__logo-side div.header__text { + display: none; } } + header div.header__inner div.header__logo-side div.header__text p { + font-size: 16px; + color: #ACACAD; + text-align: left; } + @media only screen and (max-width: 991px) { + header div.header__inner div.header__logo-side div.header__text p { + display: none; } } + header div.header__inner div.header__links-side { + display: grid; + grid-template-columns: 1fr auto auto auto; + grid-gap: 31px; + justify-items: center; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; } + @media only screen and (max-width: 1199px) { + header div.header__inner div.header__links-side { + grid-gap: 20px; + text-align: center; } } + @media only screen and (max-width: 767px) { + header div.header__inner div.header__links-side { + display: none; } } + header div.header__inner div.header__links-side a { + font-family: "Lato", "Arial", sans-serif; + font-weight: 600; + font-size: 15px; + line-height: 14px; + text-transform: uppercase; + text-decoration: none; + color: #18191C; + -webkit-transition: 0.3s; + -o-transition: 0.3s; + transition: 0.3s; } + @media only screen and (max-width: 1199px) { + header div.header__inner div.header__links-side a { + font-size: 14px; } } + header div.header__inner div.header__links-side a:hover { + color: #FFBE12; } + header div.header__inner div.header__mobile-menu__buttons { + height: 100%; + width: 30px; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + display: none; } + @media only screen and (max-width: 767px) { + header div.header__inner div.header__mobile-menu__buttons { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; } } + header div.header__inner div.header__mobile-menu__buttons img { + cursor: pointer; + display: none; } + header div.header__inner div.header__mobile-menu__buttons img.active { + display: block; } + +nav#mobile-menu { + z-index: 1; + bottom: 0; + top: 0; + right: 0; + position: fixed; + left: 100%; + background-color: #ffffff; + padding: 70px 15px; } + @media only screen and (max-width: 575px) { + nav#mobile-menu { + padding: 60px 15px; } } + nav#mobile-menu a { + display: block; + text-transform: uppercase; + color: #18191C; + text-decoration: none; + padding: 15px 0; + font-weight: 600; + -webkit-transition: 0.3s; + -o-transition: 0.3s; + transition: 0.3s; + border-bottom: 1px solid #e0e0e0; } + nav#mobile-menu a:hover { + color: #FFBE12; } + +section.banner { + background-image: url("/img/front-page/banner/banner-bg.svg"); + background-position: bottom; + background-repeat: no-repeat; + -webkit-background-size: cover; + background-size: cover; + padding: 77px 0 87px; } + @media only screen and (max-width: 767px) { + section.banner { + background-image: url("/img/front-page/banner/banner-bg-sm.svg"); + padding: 45px 0 0; } } + @media only screen and (max-width: 767px) { + section.banner div.sm-none { + padding: 0; } } + section.banner div.banner__text-button { + max-width: 50%; } + @media only screen and (max-width: 1199px) { + section.banner div.banner__text-button { + max-width: 61%; } } + @media only screen and (max-width: 767px) { + section.banner div.banner__text-button { + margin-bottom: 23px; + max-width: 100%; } } + section.banner div.banner__text-button h1.banner__title { + font-family: "Lato", "Arial", sans-serif; + font-weight: 800; + font-size: 45px; + line-height: 120%; + letter-spacing: 0.02em; + color: #18191C; + padding-bottom: 57px; } + @media only screen and (max-width: 767px) { + section.banner div.banner__text-button h1.banner__title { + font-size: 38px; + text-align: center; + padding-bottom: 51%; + padding-left: 20px; + padding-right: 20px; } } + @media only screen and (max-width: 575px) { + section.banner div.banner__text-button h1.banner__title { + font-size: 28px; } } + @media only screen and (max-width: 767px) { + section.banner div.banner__text-button div.banner__btn_container { + background-color: #ffffff; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + padding-left: 20px; + padding-right: 20px; } } + section.banner div.banner__text-button div.banner__btn_container a.banner__btn { + max-width: 311px; + width: 100%; + height: 58px; + background: #18191C; + border: 1px solid #18191C; + display: -webkit-inline-box; + display: -webkit-inline-flex; + display: -ms-inline-flexbox; + display: inline-flex; + margin-top: 23px; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + font-family: "Lato", "Arial", sans-serif; + font-weight: 900; + font-size: 16px; + line-height: 15px; + color: #ffffff; + text-decoration: none; + -webkit-transition: 0.3s; + -o-transition: 0.3s; + transition: 0.3s; } + @media only screen and (max-width: 767px) { + section.banner div.banner__text-button div.banner__btn_container a.banner__btn { + height: 38px; + font-size: 14px; } } + section.banner div.banner__text-button div.banner__btn_container a.banner__btn:hover { + background: #ffffff; + color: #18191C; } + +section.main-text { + max-width: 884px; + margin-left: auto; + margin-right: auto; + padding: 143px 0; } + @media only screen and (max-width: 1199px) { + section.main-text { + padding: 143px 0; } } + @media only screen and (max-width: 991px) { + section.main-text { + padding: 90px 0; } } + @media only screen and (max-width: 767px) { + section.main-text { + padding: 34px 0 64px; } } + +section.inform-columns div.inform-column__inner { + display: grid; + grid-template-columns: 1fr 1fr; + grid-gap: 23px 30px; } + @media only screen and (max-width: 1199px) { + section.inform-columns div.inform-column__inner { + grid-gap: 20px; } } + @media only screen and (max-width: 1199px) and (max-width: 767px) { + section.inform-columns div.inform-column__inner { + grid-template-columns: 1fr; } } + section.inform-columns div.inform-column__inner div.inform-column__item { + background: #F3F4F4; + display: grid; + grid-template-rows: auto 1fr auto; + grid-gap: 40px; + padding: 48px 54px 59px; } + @media only screen and (max-width: 991px) { + section.inform-columns div.inform-column__inner div.inform-column__item { + padding: 30px 25px; } } + @media only screen and (max-width: 767px) { + section.inform-columns div.inform-column__inner div.inform-column__item { + padding: 30px 24px 40px; + grid-gap: 15px; + grid-template-rows: auto 1fr 65px; } } + section.inform-columns div.inform-column__inner div.inform-column__item div.inform-column__header { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; } + section.inform-columns div.inform-column__inner div.inform-column__item div.inform-column__header div.inform-column__icon { + padding-right: 19px; } + section.inform-columns div.inform-column__inner div.inform-column__item div.inform-column__header div.inform-column__title h3 { + font-family: "Lato", "Arial", sans-serif; + font-weight: bold; + font-size: 28px; + line-height: 150%; + letter-spacing: 0.02em; + color: #000000; } + @media only screen and (max-width: 767px) { + section.inform-columns div.inform-column__inner div.inform-column__item div.inform-column__header div.inform-column__title h3 { + font-size: 21px; } } + section.inform-columns div.inform-column__inner div.inform-column__item div.inform-column__data p { + text-align: left; + margin-bottom: 29px; + font-size: 16px; } + section.inform-columns div.inform-column__inner div.inform-column__item div.inform-column__data p:last-child { + margin-bottom: 10px; } + @media only screen and (max-width: 767px) { + section.inform-columns div.inform-column__inner div.inform-column__item div.inform-column__data p:last-child { + margin-bottom: 0; } } + @media only screen and (max-width: 767px) { + section.inform-columns div.inform-column__inner div.inform-column__item div.inform-column__data p { + line-height: 180%; + font-size: 14px; + margin-bottom: 25px; } } + @media only screen and (max-width: 767px) { + section.inform-columns div.inform-column__inner div.inform-column__item div.inform-column__button { + -webkit-align-self: end; + -ms-flex-item-align: end; + align-self: end; } } + section.inform-columns div.inform-column__inner div.inform-column__item div.inform-column__button a.inform-column__btn { + max-width: 311px; + width: 100%; + height: 58px; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + background: #FFBE12; + border: 1px solid #FFBE12; + font-family: "Lato", "Arial", sans-serif; + font-weight: 900; + font-size: 16px; + line-height: 15px; + color: #18191C; + text-decoration: none; + -webkit-transition: 0.3s; + -o-transition: 0.3s; + transition: 0.3s; } + @media only screen and (max-width: 767px) { + section.inform-columns div.inform-column__inner div.inform-column__item div.inform-column__button a.inform-column__btn { + height: 38px; + width: 100%; + font-size: 14px; + line-height: 96%; } } + section.inform-columns div.inform-column__inner div.inform-column__item div.inform-column__button a.inform-column__btn:hover { + background: #ffffff; } + +section.bottom-text div.bottom-text__inner { + padding: 138px 0 182px; + max-width: 657px; + margin-left: auto; + margin-right: auto; } + @media only screen and (max-width: 1199px) { + section.bottom-text div.bottom-text__inner { + padding: 138px 250px 182px; } } + @media only screen and (max-width: 991px) { + section.bottom-text div.bottom-text__inner { + padding: 90px 50px 126px; } } + @media only screen and (max-width: 767px) { + section.bottom-text div.bottom-text__inner { + padding: 56px 50px 64px; } } + @media only screen and (max-width: 575px) { + section.bottom-text div.bottom-text__inner { + padding: 56px 20px 64px; } } + section.bottom-text div.bottom-text__inner h2.bottom-text__title { + text-align: center; + padding-bottom: 25px; } + +footer div.footer__inner div.footer__logo-society { + display: grid; + grid-template-columns: 60px 1fr 191px; + grid-gap: 25px; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; } + @media only screen and (max-width: 767px) { + footer div.footer__inner div.footer__logo-society { + display: none; } } + footer div.footer__inner div.footer__logo-society div.footer__hr { + -webkit-align-self: center; + -ms-flex-item-align: center; + align-self: center; } + footer div.footer__inner div.footer__logo-society div.footer__hr img { + margin-bottom: 10px; + width: 100%; } + @media only screen and (max-width: 991px) { + footer div.footer__inner div.footer__logo-society div.footer__hr img { + border-bottom: 1px solid #E0DFDF; } } + footer div.footer__inner div.footer__logo-society div.footer__socials { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -ms-flex-pack: justify; + justify-content: space-between; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + padding-left: 6px; } + +footer div.footer__inner div.footer__links-trustpilot { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -ms-flex-pack: justify; + justify-content: space-between; + margin-top: 36px; } + @media only screen and (max-width: 767px) { + footer div.footer__inner div.footer__links-trustpilot { + display: none; } } + footer div.footer__inner div.footer__links-trustpilot div.footer__links { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; } + @media only screen and (max-width: 991px) { + footer div.footer__inner div.footer__links-trustpilot div.footer__links { + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + flex-wrap: wrap; } } + footer div.footer__inner div.footer__links-trustpilot div.footer__links div.footer__column { + display: grid; + grid-template-rows: 50px 1fr; + margin-right: 80px; } + footer div.footer__inner div.footer__links-trustpilot div.footer__links div.footer__column:last-child { + margin-right: 0; } + @media only screen and (max-width: 1199px) { + footer div.footer__inner div.footer__links-trustpilot div.footer__links div.footer__column { + margin-right: 32px; } } + @media only screen and (max-width: 991px) { + footer div.footer__inner div.footer__links-trustpilot div.footer__links div.footer__column { + width: 50%; + margin: 0 0 30px; + grid-template-rows: 34px 1fr; } } + footer div.footer__inner div.footer__links-trustpilot div.footer__links div.footer__column h3.footer__links-title { + font-weight: 600; + font-size: 21px; + color: #18191C; } + @media only screen and (max-width: 1199px) { + footer div.footer__inner div.footer__links-trustpilot div.footer__links div.footer__column h3.footer__links-title { + line-height: 50px; } } + @media only screen and (max-width: 991px) { + footer div.footer__inner div.footer__links-trustpilot div.footer__links div.footer__column h3.footer__links-title { + line-height: 150%; + font-size: 16px; + margin-bottom: 0px; } } + footer div.footer__inner div.footer__links-trustpilot div.footer__links div.footer__column ul.footer__links-item { + padding-left: 0; + list-style: none; } + footer div.footer__inner div.footer__links-trustpilot div.footer__links div.footer__column ul.footer__links-item a { + list-style: none; + font-family: "Lato", "Arial", sans-serif; + font-weight: normal; + font-size: 16px; + line-height: 230%; + color: #747577; + text-decoration: none; } + @media only screen and (max-width: 991px) { + footer div.footer__inner div.footer__links-trustpilot div.footer__links div.footer__column ul.footer__links-item a { + font-size: 14px; } } + footer div.footer__inner div.footer__links-trustpilot div.footer__links div.footer__column ul.footer__links-item a:hover { + color: #FFBE12; + text-decoration: underline; } + footer div.footer__inner div.footer__links-trustpilot div.footer__trustpilot { + justify-self: end; + border-left: 1px solid #E0DFDF; + padding-left: 33px; } + @media only screen and (max-width: 1199px) { + footer div.footer__inner div.footer__links-trustpilot div.footer__trustpilot { + padding-left: 10px; } } + footer div.footer__inner div.footer__links-trustpilot div.footer__trustpilot div#tp-widget-wrapper { + margin: 0; } + +footer div.footer__inner div.footer__developer { + border-top: 1px solid #E0DFDF; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -ms-flex-pack: justify; + justify-content: space-between; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + padding: 40px 0; + margin-top: 37px; } + @media only screen and (max-width: 767px) { + footer div.footer__inner div.footer__developer { + display: none; } } + footer div.footer__inner div.footer__developer div.footer__hosted { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; } + footer div.footer__inner div.footer__developer div.footer__hosted p { + font-family: "Lato", "Arial", sans-serif; + font-weight: normal; + font-size: 13px; + line-height: 16px; + color: #ACACAD; + padding-right: 16px; } + @media only screen and (max-width: 991px) { + footer div.footer__inner div.footer__developer div.footer__hosted p { + padding-right: 8px; + display: none; } } + footer div.footer__inner div.footer__developer div.footer__rights { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; } + footer div.footer__inner div.footer__developer div.footer__rights p, footer div.footer__inner div.footer__developer div.footer__rights a { + font-family: "Lato", "Arial", sans-serif; + font-weight: normal; + font-size: 15px; + line-height: 150%; + text-decoration: none; + color: #ACACAD; + padding-right: 30px; } + @media only screen and (max-width: 991px) { + footer div.footer__inner div.footer__developer div.footer__rights p, footer div.footer__inner div.footer__developer div.footer__rights a { + font-size: 14px; + padding-right: 22px; } } + footer div.footer__inner div.footer__developer div.footer__rights a:hover { + text-decoration: underline; + color: #FFBE12; } + +footer div.footer__inner div.footer__sm { + display: none; } + @media only screen and (max-width: 767px) { + footer div.footer__inner div.footer__sm { + display: block; } } + footer div.footer__inner div.footer__sm div.footer__sm__contant { + border-top: 1px solid #ACACAD; + padding: 32px 0 23px; } + footer div.footer__inner div.footer__sm div.footer__sm__contant div.footer__sm__logos { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -ms-flex-pack: justify; + justify-content: space-between; + -webkit-box-align: center; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; } + footer div.footer__inner div.footer__sm div.footer__sm__contant div.footer__sm__society { + max-width: 200px; + margin: 24px auto 17px; + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: justify; + -webkit-justify-content: space-between; + -ms-flex-pack: justify; + justify-content: space-between; } + footer div.footer__inner div.footer__sm div.footer__sm__contant div.footer__sm__developer p, footer div.footer__inner div.footer__sm div.footer__sm__contant div.footer__sm__developer a { + font-family: "Lato", "Arial", sans-serif; + font-weight: normal; + font-size: 13px; + line-height: 16px; + color: #747577; + opacity: 0.5; } + footer div.footer__inner div.footer__sm div.footer__sm__contant div.footer__sm__developer div.footer__sm__privacy-policy { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -webkit-justify-content: center; + -ms-flex-pack: center; + justify-content: center; + margin-bottom: 19px; } + footer div.footer__inner div.footer__sm div.footer__sm__contant div.footer__sm__developer div.footer__sm__privacy-policy a { + text-decoration: none; + -webkit-transition: 0.3s; + -o-transition: 0.3s; + transition: 0.3s; } + footer div.footer__inner div.footer__sm div.footer__sm__contant div.footer__sm__developer div.footer__sm__privacy-policy a:hover { + text-decoration: underline; } + footer div.footer__inner div.footer__sm div.footer__sm__contant div.footer__sm__developer div.footer__sm__privacy-policy a:first-child { + margin-right: 20px; } diff --git a/site/img/favicon/android-chrome-192x192.png b/site/img/favicon/android-chrome-192x192.png Binary files differnew file mode 100644 index 0000000..a88104f --- /dev/null +++ b/site/img/favicon/android-chrome-192x192.png diff --git a/site/img/favicon/apple-touch-icon.png b/site/img/favicon/apple-touch-icon.png Binary files differnew file mode 100644 index 0000000..3fbad86 --- /dev/null +++ b/site/img/favicon/apple-touch-icon.png diff --git a/site/img/favicon/browserconfig.xml b/site/img/favicon/browserconfig.xml new file mode 100644 index 0000000..b3930d0 --- /dev/null +++ b/site/img/favicon/browserconfig.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<browserconfig> + <msapplication> + <tile> + <square150x150logo src="/mstile-150x150.png"/> + <TileColor>#da532c</TileColor> + </tile> + </msapplication> +</browserconfig> diff --git a/site/img/favicon/favicon-16x16.png b/site/img/favicon/favicon-16x16.png Binary files differnew file mode 100644 index 0000000..2a32cd2 --- /dev/null +++ b/site/img/favicon/favicon-16x16.png diff --git a/site/img/favicon/favicon-32x32.png b/site/img/favicon/favicon-32x32.png Binary files differnew file mode 100644 index 0000000..4182799 --- /dev/null +++ b/site/img/favicon/favicon-32x32.png diff --git a/site/img/favicon/favicon.ico b/site/img/favicon/favicon.ico Binary files differnew file mode 100644 index 0000000..e9eb755 --- /dev/null +++ b/site/img/favicon/favicon.ico diff --git a/site/img/favicon/mstile-144x144.png b/site/img/favicon/mstile-144x144.png Binary files differnew file mode 100644 index 0000000..494bf1a --- /dev/null +++ b/site/img/favicon/mstile-144x144.png diff --git a/site/img/favicon/mstile-150x150.png b/site/img/favicon/mstile-150x150.png Binary files differnew file mode 100644 index 0000000..09a6ba4 --- /dev/null +++ b/site/img/favicon/mstile-150x150.png diff --git a/site/img/favicon/mstile-310x150.png b/site/img/favicon/mstile-310x150.png Binary files differnew file mode 100644 index 0000000..77278de --- /dev/null +++ b/site/img/favicon/mstile-310x150.png diff --git a/site/img/favicon/mstile-310x310.png b/site/img/favicon/mstile-310x310.png Binary files differnew file mode 100644 index 0000000..6fd79e5 --- /dev/null +++ b/site/img/favicon/mstile-310x310.png diff --git a/site/img/favicon/mstile-70x70.png b/site/img/favicon/mstile-70x70.png Binary files differnew file mode 100644 index 0000000..9ff2455 --- /dev/null +++ b/site/img/favicon/mstile-70x70.png diff --git a/site/img/favicon/safari-pinned-tab.svg b/site/img/favicon/safari-pinned-tab.svg new file mode 100644 index 0000000..1dab701 --- /dev/null +++ b/site/img/favicon/safari-pinned-tab.svg @@ -0,0 +1,38 @@ +<?xml version="1.0" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" + "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> +<svg version="1.0" xmlns="http://www.w3.org/2000/svg" + width="700.000000pt" height="700.000000pt" viewBox="0 0 700.000000 700.000000" + preserveAspectRatio="xMidYMid meet"> +<metadata> +Created by potrace 1.11, written by Peter Selinger 2001-2013 +</metadata> +<g transform="translate(0.000000,700.000000) scale(0.100000,-0.100000)" +fill="#000000" stroke="none"> +<path d="M0 6055 l0 -945 420 0 420 0 0 525 0 525 1750 0 1750 0 0 420 0 420 +-2170 0 -2170 0 0 -945z"/> +<path d="M5110 6580 l0 -420 525 0 525 0 0 -1750 0 -1750 420 0 420 0 0 2170 +0 2170 -945 0 -945 0 0 -420z"/> +<path d="M1565 5398 c49 -129 266 -684 275 -703 5 -11 38 -94 74 -185 35 -91 +89 -228 119 -305 30 -77 96 -246 146 -375 51 -129 96 -244 101 -255 5 -11 23 +-56 40 -100 17 -44 35 -89 40 -100 10 -23 184 -467 186 -475 0 -3 5 -16 11 +-30 13 -32 86 -216 169 -430 35 -91 68 -174 73 -185 5 -11 21 -49 34 -85 35 +-92 152 -391 162 -415 5 -11 25 -63 45 -115 l37 -95 422 0 423 0 70 180 c38 +99 76 194 83 210 7 17 41 101 75 188 33 87 66 171 72 185 6 15 12 32 14 37 2 +8 156 400 189 480 4 11 16 40 25 65 29 78 240 614 250 635 5 11 41 103 80 205 +39 102 75 194 80 205 14 31 138 348 275 700 37 94 70 179 75 190 5 11 28 67 +50 125 22 58 45 114 49 125 5 11 32 81 61 155 28 74 55 144 60 155 5 11 14 32 +20 48 l10 27 -421 -2 -421 -3 -74 -190 c-41 -104 -79 -199 -84 -210 -4 -11 +-45 -114 -90 -230 -44 -115 -85 -219 -90 -230 -11 -25 -160 -405 -160 -409 0 +-2 -8 -21 -17 -42 -9 -22 -17 -44 -19 -49 -1 -6 -11 -32 -23 -57 -11 -26 -21 +-52 -21 -58 0 -5 -4 -18 -10 -28 -9 -16 -189 -466 -194 -487 -2 -5 -8 -23 -15 +-40 -7 -16 -53 -133 -102 -260 -49 -126 -94 -239 -99 -250 -5 -11 -33 -82 -62 +-157 -29 -76 -55 -138 -58 -138 -3 0 -24 48 -47 108 -23 59 -93 238 -156 397 +-121 307 -240 613 -419 1070 -61 154 -114 289 -119 300 -10 23 -244 618 -324 +825 l-53 135 -420 3 -421 2 24 -62z"/> +<path d="M0 2170 l0 -2170 945 0 945 0 0 420 0 420 -525 0 -525 0 0 1750 0 +1750 -420 0 -420 0 0 -2170z"/> +<path d="M6160 1365 l0 -525 -1750 0 -1750 0 0 -420 0 -420 2170 0 2170 0 0 +945 0 945 -420 0 -420 0 0 -525z"/> +</g> +</svg> diff --git a/site/img/favicon/site.webmanifest b/site/img/favicon/site.webmanifest new file mode 100644 index 0000000..b20abb7 --- /dev/null +++ b/site/img/favicon/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} diff --git a/site/img/footer/line.svg b/site/img/footer/line.svg new file mode 100644 index 0000000..6a11f95 --- /dev/null +++ b/site/img/footer/line.svg @@ -0,0 +1,3 @@ +<svg width="1028" height="1" viewBox="0 0 1028 1" fill="none" xmlns="http://www.w3.org/2000/svg"> +<line x1="-4.37114e-08" y1="0.5" x2="1028" y2="0.49991" stroke="#E0DFDF"/> +</svg> diff --git a/site/img/footer/packet-logo-sm.svg b/site/img/footer/packet-logo-sm.svg new file mode 100644 index 0000000..6aff852 --- /dev/null +++ b/site/img/footer/packet-logo-sm.svg @@ -0,0 +1,4 @@ +<svg width="86" height="29" viewBox="0 0 86 29" fill="none" xmlns="http://www.w3.org/2000/svg"> +<path d="M11.003 6.94166C9.65948 6.94166 8.50306 7.27372 7.51671 7.95366C6.92149 8.36478 6.32628 9.10796 5.8331 9.75627C5.544 8.60197 5.15286 7.1156 5.15286 7.1156H1.34348C1.13941 7.1156 0.969349 7.27372 0.969349 7.47928V8.82334C0.969349 9.0289 1.13941 9.18703 1.36049 9.18703H3.46925C3.46925 9.18703 3.99644 10.9264 4.31956 12.144C3.8774 12.8871 3.45224 13.5354 3.07811 14.1838C0.952343 17.9471 0 20.5403 0 23.3866C0 26.8021 1.61558 29 4.01344 29C6.78544 29 8.45204 26.6914 8.45204 22.675C8.45204 22.596 8.45204 22.343 8.43504 22.1848C9.09828 22.5011 10.0336 22.7541 10.8329 22.7541C13.911 22.7541 16.4619 20.8566 17.0061 18.2475C17.2272 17.1723 17.3122 16.1919 17.3122 14.8637C17.3122 13.4406 17.1422 12.2072 16.8361 11.211C15.9688 8.49128 13.843 6.94166 11.003 6.94166ZM4.01344 27.0393C2.84002 27.0393 2.2108 25.205 2.2108 23.4024C2.2108 21.1096 2.92505 18.5638 5.06782 14.7056C5.69705 17.3937 6.22424 20.6985 6.22424 22.6908C6.22424 23.9875 6.02017 27.0393 4.01344 27.0393ZM14.8123 17.868C14.4722 19.5125 12.7546 20.7775 10.7479 20.7775C9.89756 20.7775 9.03025 20.5087 8.26498 20.2715C7.94186 17.7574 7.24461 14.6581 6.61538 12.2546C7.02353 11.5905 7.31263 11.1003 8.00988 10.3097C9.03025 9.17121 10.0336 8.93403 10.986 8.93403C13.3158 8.93403 14.2851 10.5311 14.6933 11.8119C14.8634 12.3811 15.0844 13.3615 15.0844 14.8953C15.0844 16.0812 15.0164 16.9193 14.8123 17.868Z" fill="#747577"/> +<path d="M85.8469 19.7023L84.7245 18.8484C84.6565 18.801 84.5715 18.7535 84.4694 18.7535C84.3674 18.7535 84.2654 18.801 84.1973 18.8642C83.8402 19.2754 83.143 19.9395 83.0579 20.0185C82.6498 20.3822 82.1056 20.6827 81.5104 20.6827C80.456 20.6827 79.7417 20.3822 79.7417 18.627V9.17121H83.3641C83.5681 9.17121 83.7552 9.01309 83.7552 8.80752V7.46347C83.7552 7.27372 83.5851 7.09978 83.3641 7.09978H79.7588V3.22574C79.7588 3.03599 79.5887 2.87786 79.3676 2.87786H77.9221C77.718 2.87786 77.531 3.03599 77.531 3.24155V7.11559H75.7793C75.5752 7.11559 75.3882 7.27372 75.3882 7.47928V8.82334C75.3882 9.0289 75.5582 9.18702 75.7793 9.18702H77.548V16.2552C77.0378 16.7928 75.6263 18.1843 74.963 18.8168C74.827 18.9433 74.6909 19.054 74.5549 19.1647C73.8236 19.7497 73.0243 20.1134 72.072 20.3822C70.9326 20.7143 69.9462 20.8092 68.4667 20.8092C66.2219 20.8092 65.1335 19.4019 65.1335 19.4019C65.3205 19.2121 67.8885 16.8244 67.8885 16.8244C69.9972 14.8004 71.6978 12.8555 72.055 12.4918C72.055 12.4918 72.4971 12.0649 72.8543 11.4482C73.6366 10.0883 73.6535 8.66521 72.3101 7.66903C71.6638 7.19466 70.5244 6.87841 68.5347 6.92584C65.5756 6.98909 62.6676 8.58615 62.0724 11.4008C61.9023 12.1756 61.7493 13.0611 61.7493 14.7214C61.7493 15.1325 61.7493 15.6543 61.7833 16.0022C61.8173 16.777 61.9193 17.4885 62.0554 18.2159C62.1234 18.548 62.2424 18.7694 62.3785 19.1963C62.0724 19.56 61.7493 19.892 61.2901 20.2399C60.95 20.5087 60.3888 20.5878 60.0997 20.5878H59.9976C59.1983 20.5878 58.6882 20.1767 58.0589 19.5442L57.9569 19.4335C57.6508 19.1172 55.372 16.4133 53.6884 14.3893L59.5385 8.63359C59.6745 8.49127 59.6745 8.2699 59.5215 8.12759L58.4671 7.21047C58.314 7.06816 58.0589 7.08397 57.9229 7.22628L52.0388 13.0294L50.7803 14.2786V0.363686C50.7803 0.173937 50.6103 0 50.3892 0H48.9437C48.7226 0 48.5525 0.158124 48.5525 0.363686V16.4449C48.3654 16.6347 47.3621 17.6309 46.6308 18.374C46.0016 19.0224 45.1343 19.813 44.1649 20.2873C43.4167 20.651 42.9745 20.7775 41.0698 20.7775C39.0801 20.7775 37.3795 19.4967 37.0394 17.868C36.8353 16.9193 36.7673 16.0812 36.7673 14.8795C36.7673 13.5987 36.8693 12.5393 37.0564 11.7328C37.4475 10.1358 39.0971 8.91821 41.0698 8.91821C42.6004 8.91821 43.8588 9.55071 44.471 10.4678C44.5221 10.5469 44.6241 10.6576 44.7261 10.6734C44.8452 10.705 44.9472 10.6734 45.0322 10.6418L46.3077 10.0093C46.4097 9.96183 46.4948 9.85114 46.4948 9.70883C46.4948 9.64558 46.4778 9.59815 46.4438 9.55071L46.3587 9.39258C45.3554 7.84297 43.3827 6.91003 41.0698 6.91003C38.0767 6.91003 35.4748 8.74427 34.8626 11.2584C34.6415 12.2072 34.5225 13.4248 34.5225 14.8479C34.5225 16.1761 34.6075 17.1565 34.8286 18.2317C34.8796 18.5005 35.0326 18.9117 35.1347 19.1647C35.1347 19.1647 34.8456 19.5284 34.2674 20.0343C33.5021 20.6985 32.7028 20.6194 32.3287 20.5403C31.6994 20.4138 31.4273 19.8604 31.4103 19.2595C31.4103 19.2595 31.4103 12.5709 31.4103 12.1123C31.4103 9.04471 28.8424 6.91003 25.1691 6.91003C23.2474 6.91003 21.3597 7.66903 20.1523 8.93402C19.9482 9.13958 19.7782 9.37677 19.6421 9.61396C19.6421 9.61396 19.5911 9.72464 19.5911 9.78789C19.5911 9.93021 19.6761 10.0567 19.8122 10.1041L21.0536 10.7208C21.1046 10.7525 21.1727 10.7683 21.2407 10.7683C21.3767 10.7683 21.4788 10.705 21.5468 10.6101C21.5468 10.6101 21.6318 10.4836 21.8189 10.2939C22.6182 9.45583 23.8766 8.88659 25.1861 8.88659C27.652 8.88659 29.1485 10.1832 29.1485 12.0965C29.1485 12.2388 29.1485 12.3337 29.1485 12.5551H27.0228C19.5741 12.5551 18.9959 16.9825 18.9959 18.3266C18.9959 19.386 19.387 20.3822 20.1353 21.1728C21.3087 22.4378 22.7712 22.6908 24.0977 22.6908C25.3051 22.6908 26.7337 22.2007 27.8221 21.5682C28.3662 21.2519 28.8764 20.7933 29.3356 20.2873C29.6757 21.6947 30.9342 22.675 32.3627 22.6908C33.4851 22.6908 34.1313 22.5011 35.0497 21.9318C35.3388 21.7579 35.917 21.2993 36.3421 20.8092C37.5155 22.0267 39.1651 22.6908 41.0868 22.6908C43.0595 22.6908 43.9439 22.6276 45.1853 22.0109C45.7805 21.7263 46.5628 21.2361 47.175 20.6352C47.6342 20.2083 48.1274 19.6865 48.5525 19.1963V22.2165C48.5525 22.422 48.7226 22.5802 48.9437 22.5802H50.3892C50.6103 22.5802 50.7803 22.422 50.7803 22.2165V17.109L52.1578 15.7966C53.6884 17.615 56.0012 20.3506 56.3753 20.7617L56.4774 20.8724C57.1406 21.5365 58.178 22.6908 59.9806 22.6908C60.0487 22.6908 60.6779 22.6908 61.12 22.5169C62.4125 21.9951 63.3138 21.078 63.5859 20.7933C63.773 20.9673 64.1131 21.2835 64.3342 21.4417C65.5416 22.3272 67.0212 22.6908 68.7728 22.6908C70.4224 22.6908 71.5618 22.6276 72.7522 22.2639C73.7216 21.9635 75.4052 21.0463 76.3575 20.1608C76.6636 19.8604 77.1908 19.4177 77.599 18.9433C77.735 21.41 79.0105 22.6908 81.6294 22.6908C83.126 22.6908 83.9423 21.916 84.4354 21.4733C84.5035 21.41 85.915 20.0976 85.915 20.0976C85.966 20.0343 86 19.9553 86 19.8762C85.966 19.8604 85.915 19.7655 85.8469 19.7023ZM29.0635 16.4449C29.0635 18.5796 26.5976 20.6352 24.3698 20.6352C22.7372 20.6352 22.108 20.2557 21.7849 19.9079C21.3767 19.4651 21.1897 18.9749 21.1897 18.3899C21.1897 15.9864 23.2474 14.6739 26.9888 14.6739H29.0805V16.4449H29.0635ZM64.1811 17.3779C64.1811 17.3779 64.0281 16.524 64.0111 15.3381C63.9941 14.8795 64.0111 14.3893 64.0281 13.8359C64.0451 13.3299 64.1301 12.6183 64.1981 12.1281C64.3852 10.9264 64.9974 10.2623 65.6947 9.72464C66.477 9.13958 67.5994 8.80752 69.3 8.80752C70.9326 8.80752 71.1877 9.75627 70.8986 10.2781C70.1843 11.6063 68.3817 13.1085 66.562 14.9586L64.1811 17.3779Z" fill="#747577"/> +</svg> diff --git a/site/img/footer/packet.svg b/site/img/footer/packet.svg new file mode 100644 index 0000000..640eede --- /dev/null +++ b/site/img/footer/packet.svg @@ -0,0 +1,4 @@ +<svg width="109" height="42" viewBox="0 0 109 42" fill="none" xmlns="http://www.w3.org/2000/svg"> +<path d="M14.3177 9.98745C12.6305 9.98745 11.1783 10.4652 9.93959 11.4435C9.19211 12.035 8.44463 13.1043 7.82529 14.037C7.46223 12.3762 6.97103 10.2377 6.97103 10.2377H2.18717C1.93089 10.2377 1.71732 10.4652 1.71732 10.761V12.6947C1.71732 12.9905 1.93089 13.218 2.20852 13.218H4.85673C4.85673 13.218 5.51878 15.7206 5.92456 17.4723C5.36929 18.5416 4.83538 19.4744 4.36553 20.4071C1.69597 25.8217 0.5 29.5528 0.5 33.6479C0.5 38.562 2.52887 41.7243 5.54014 41.7243C9.02125 41.7243 11.1142 38.4027 11.1142 32.6241C11.1142 32.5104 11.1142 32.1464 11.0928 31.9189C11.9257 32.3739 13.1004 32.7379 14.1041 32.7379C17.9696 32.7379 21.1731 30.0078 21.8565 26.254C22.1342 24.707 22.2409 23.2965 22.2409 21.3854C22.2409 19.3379 22.0274 17.5633 21.643 16.1301C20.5538 12.217 17.8842 9.98745 14.3177 9.98745ZM5.54014 38.9033C4.06654 38.9033 3.27635 36.2642 3.27635 33.6707C3.27635 30.3718 4.17332 26.709 6.86424 21.1579C7.65444 25.0255 8.31649 29.7803 8.31649 32.6469C8.31649 34.5124 8.06021 38.9033 5.54014 38.9033ZM19.1015 25.708C18.6744 28.074 16.5174 29.8941 13.9973 29.8941C12.9295 29.8941 11.8403 29.5073 10.8793 29.1661C10.4735 25.5487 9.59788 21.0897 8.80769 17.6316C9.32025 16.6761 9.68331 15.9708 10.5589 14.8333C11.8403 13.1953 13.1004 12.854 14.2963 12.854C17.2222 12.854 18.4395 15.1518 18.952 16.9946C19.1656 17.8136 19.4432 19.2241 19.4432 21.4309C19.4432 23.1372 19.3578 24.343 19.1015 25.708Z" fill="#747577"/> +<path d="M108.308 28.347L106.898 27.1185C106.813 27.0503 106.706 26.982 106.578 26.982C106.45 26.982 106.322 27.0503 106.236 27.1413C105.788 27.7328 104.912 28.6883 104.805 28.8021C104.293 29.3253 103.609 29.7576 102.862 29.7576C101.538 29.7576 100.641 29.3253 100.641 26.8V13.1953H105.19C105.446 13.1953 105.681 12.9677 105.681 12.672V10.7382C105.681 10.4652 105.467 10.2149 105.19 10.2149H100.662V4.64109C100.662 4.36808 100.449 4.14058 100.171 4.14058H98.3557C98.0994 4.14058 97.8645 4.36808 97.8645 4.66384V10.2377H95.6647C95.4085 10.2377 95.1735 10.4652 95.1735 10.761V12.6947C95.1735 12.9905 95.3871 13.218 95.6647 13.218H97.8858V23.3874C97.2451 24.161 95.4725 26.163 94.6396 27.073C94.4688 27.255 94.2979 27.4143 94.1271 27.5735C93.2087 28.4153 92.205 28.9386 91.009 29.3253C89.5781 29.8031 88.3394 29.9396 86.4814 29.9396C83.6624 29.9396 82.2955 27.9148 82.2955 27.9148C82.5305 27.6418 85.7553 24.2065 85.7553 24.2065C88.4035 21.2944 90.5392 18.4961 90.9876 17.9728C90.9876 17.9728 91.5429 17.3586 91.9914 16.4713C92.9738 14.5148 92.9952 12.4672 91.308 11.034C90.4965 10.3514 89.0656 9.89644 86.5668 9.96469C82.8508 10.0557 79.1988 12.3535 78.4514 16.4031C78.2378 17.5178 78.0456 18.7919 78.0456 21.1807C78.0456 21.7722 78.0456 22.5229 78.0883 23.0234C78.131 24.1382 78.2592 25.162 78.43 26.2085C78.5154 26.6863 78.6649 27.0048 78.8358 27.619C78.4514 28.1423 78.0456 28.62 77.469 29.1206C77.0418 29.5073 76.3371 29.6211 75.974 29.6211H75.8459C74.8421 29.6211 74.2014 29.0296 73.4112 28.1195L73.2831 27.9603C72.8987 27.5053 70.0369 23.615 67.9226 20.7029L75.2692 12.4217C75.4401 12.217 75.4401 11.8985 75.2479 11.6937L73.9238 10.3742C73.7316 10.1694 73.4112 10.1922 73.2404 10.3969L65.851 18.7464L64.2706 20.5436V0.52326C64.2706 0.250255 64.0571 0 63.7794 0H61.9641C61.6865 0 61.4729 0.227504 61.4729 0.52326V23.6605C61.238 23.9335 59.978 25.3667 59.0596 26.436C58.2694 27.3688 57.1803 28.5063 55.9629 29.1888C55.0233 29.7121 54.468 29.8941 52.0761 29.8941C49.5773 29.8941 47.4417 28.0513 47.0146 25.708C46.7583 24.343 46.6729 23.1372 46.6729 21.4082C46.6729 19.5654 46.801 18.0411 47.0359 16.8808C47.5271 14.583 49.5987 12.8312 52.0761 12.8312C53.9981 12.8312 55.5785 13.7413 56.3474 15.0608C56.4114 15.1745 56.5396 15.3338 56.6677 15.3565C56.8172 15.402 56.9453 15.3565 57.0521 15.311L58.6539 14.401C58.782 14.3328 58.8888 14.1735 58.8888 13.9688C58.8888 13.8778 58.8674 13.8095 58.8247 13.7413L58.7179 13.5138C57.4579 11.2842 54.9805 9.94194 52.0761 9.94194C48.3173 9.94194 45.0498 12.581 44.2809 16.1983C44.0033 17.5633 43.8538 19.3151 43.8538 21.3627C43.8538 23.2737 43.9606 24.6842 44.2382 26.2313C44.3023 26.618 44.4945 27.2095 44.6226 27.5735C44.6226 27.5735 44.2596 28.0968 43.5334 28.8248C42.5724 29.7803 41.5686 29.6666 41.0988 29.5528C40.3086 29.3708 39.9669 28.5745 39.9455 27.71C39.9455 27.71 39.9455 18.0866 39.9455 17.4268C39.9455 13.0132 36.7207 9.94194 32.1077 9.94194C29.6944 9.94194 27.3238 11.034 25.8075 12.854C25.5512 13.1498 25.3377 13.491 25.1668 13.8323C25.1668 13.8323 25.1028 13.9915 25.1028 14.0825C25.1028 14.2873 25.2095 14.4693 25.3804 14.5375L26.9394 15.4248C27.0035 15.4703 27.0889 15.493 27.1743 15.493C27.3452 15.493 27.4733 15.402 27.5588 15.2655C27.5588 15.2655 27.6655 15.0835 27.9005 14.8105C28.9042 13.6048 30.4846 12.7857 32.1291 12.7857C35.2258 12.7857 37.1051 14.6513 37.1051 17.4041C37.1051 17.6088 37.1051 17.7453 37.1051 18.0638H34.4356C25.0814 18.0638 24.3553 24.434 24.3553 26.3678C24.3553 27.892 24.8465 29.3253 25.7862 30.4628C27.2598 32.2829 29.0964 32.6469 30.7622 32.6469C32.2786 32.6469 34.0725 31.9416 35.4393 31.0316C36.1227 30.5766 36.7634 29.9168 37.3401 29.1888C37.7672 31.2136 39.3476 32.6241 41.1415 32.6469C42.551 32.6469 43.3626 32.3739 44.5158 31.5549C44.8789 31.3046 45.605 30.6448 46.1389 29.9396C47.6125 31.6914 49.6841 32.6469 52.0974 32.6469C54.5748 32.6469 55.6853 32.5559 57.2443 31.6686C57.9918 31.2591 58.9742 30.5538 59.7431 29.6893C60.3197 29.0751 60.939 28.3243 61.4729 27.619V31.9644C61.4729 32.2601 61.6865 32.4876 61.9641 32.4876H63.7794C64.0571 32.4876 64.2706 32.2601 64.2706 31.9644V24.616L66.0005 22.7277C67.9226 25.344 70.8271 29.2798 71.2969 29.8713L71.4251 30.0306C72.258 30.9861 73.5607 32.6469 75.8245 32.6469C75.9099 32.6469 76.7001 32.6469 77.2554 32.3966C78.8785 31.6459 80.0104 30.3263 80.3521 29.9168C80.587 30.1671 81.0141 30.6221 81.2918 30.8496C82.8081 32.1236 84.6661 32.6469 86.8658 32.6469C88.9374 32.6469 90.3683 32.5559 91.8633 32.0326C93.0806 31.6004 95.1949 30.2808 96.3908 29.0068C96.7753 28.5745 97.4373 27.9375 97.9499 27.255C98.1207 30.8041 99.7225 32.6469 103.011 32.6469C104.891 32.6469 105.916 31.5321 106.535 30.8951C106.621 30.8041 108.393 28.9158 108.393 28.9158C108.457 28.8248 108.5 28.7111 108.5 28.5973C108.457 28.5745 108.393 28.438 108.308 28.347ZM36.9983 23.6605C36.9983 26.7318 33.9017 29.6893 31.1039 29.6893C29.0537 29.6893 28.2635 29.1433 27.8578 28.6428C27.3452 28.0058 27.1103 27.3005 27.1103 26.4588C27.1103 23.0007 29.6944 21.1124 34.3928 21.1124H37.0197V23.6605H36.9983ZM81.0996 25.0027C81.0996 25.0027 80.9074 23.7742 80.886 22.0679C80.8647 21.4082 80.886 20.7029 80.9074 19.9066C80.9287 19.1786 81.0355 18.1548 81.1209 17.4496C81.3559 15.7206 82.1247 14.765 83.0003 13.9915C83.9827 13.1498 85.3922 12.672 87.5279 12.672C89.5781 12.672 89.8985 14.037 89.5354 14.7878C88.6384 16.6988 86.3746 18.8601 84.0895 21.5219L81.0996 25.0027Z" fill="#747577"/> +</svg> diff --git a/site/img/footer/sentrium-logo-sm.svg b/site/img/footer/sentrium-logo-sm.svg new file mode 100644 index 0000000..7e51266 --- /dev/null +++ b/site/img/footer/sentrium-logo-sm.svg @@ -0,0 +1,64 @@ +<svg width="71" height="50" viewBox="0 0 71 50" fill="none" xmlns="http://www.w3.org/2000/svg"> +<path d="M6.1246 28.8322C6.1246 28.3977 5.9522 28.0617 5.60741 27.8242C5.26867 27.5809 4.67284 27.3723 3.81994 27.1985C2.97308 27.0247 2.29862 26.8162 1.79655 26.5729C1.30053 26.3295 0.931544 26.0399 0.689585 25.7039C0.453674 25.3679 0.335719 24.9681 0.335719 24.5047C0.335719 23.7342 0.674462 23.0824 1.35195 22.5495C2.03548 22.0165 2.90654 21.75 3.96511 21.75C5.07813 21.75 5.97942 22.0252 6.66901 22.5755C7.36464 23.1259 7.71246 23.8298 7.71246 24.6872H6.02479C6.02479 24.2469 5.8282 23.8674 5.43502 23.5488C5.04788 23.2302 4.55791 23.0709 3.96511 23.0709C3.35416 23.0709 2.87629 23.1983 2.5315 23.4532C2.18671 23.7081 2.01431 24.0412 2.01431 24.4525C2.01431 24.8407 2.17461 25.1332 2.49521 25.3302C2.8158 25.5272 3.39348 25.7155 4.22824 25.8951C5.06905 26.0746 5.74956 26.289 6.26978 26.5381C6.78999 26.7872 7.1741 27.0885 7.42211 27.4418C7.67617 27.7894 7.80319 28.2152 7.80319 28.7193C7.80319 29.5593 7.45235 30.2342 6.75067 30.744C6.04899 31.248 5.13862 31.5 4.01955 31.5C3.23318 31.5 2.53755 31.3668 1.93265 31.1003C1.32775 30.8338 0.852907 30.463 0.508115 29.988C0.169372 29.5071 0 28.9886 0 28.4325H1.67859C1.70884 28.9713 1.93265 29.4 2.35003 29.7186C2.77346 30.0314 3.32997 30.1878 4.01955 30.1878C4.6547 30.1878 5.16281 30.0662 5.5439 29.8229C5.93103 29.5738 6.1246 29.2435 6.1246 28.8322Z" fill="url(#paint0_linear)"/> +<path d="M14.0639 31.5C12.7331 31.5 11.6504 31.0829 10.8156 30.2487C9.98083 29.4086 9.56345 28.2877 9.56345 26.8857V26.5902C9.56345 25.6575 9.74794 24.8262 10.1169 24.0963C10.492 23.3605 11.0122 22.787 11.6776 22.3757C12.349 21.9586 13.0749 21.75 13.8552 21.75C15.1315 21.75 16.1236 22.1526 16.8313 22.9579C17.539 23.7631 17.8929 24.916 17.8929 26.4164V27.0856H11.242C11.2662 28.0125 11.5475 28.7627 12.0859 29.3362C12.6303 29.904 13.3199 30.1878 14.1546 30.1878C14.7474 30.1878 15.2495 30.072 15.6608 29.8402C16.0722 29.6085 16.4321 29.3015 16.7406 28.9191L17.7659 29.6838C16.9432 30.8946 15.7092 31.5 14.0639 31.5ZM13.8552 23.0709C13.1777 23.0709 12.6091 23.3084 12.1494 23.7834C11.6897 24.2527 11.4054 24.9131 11.2965 25.7647H16.2143V25.643C16.1659 24.8262 15.9361 24.1947 15.5247 23.7487C15.1134 23.2968 14.5569 23.0709 13.8552 23.0709Z" fill="url(#paint1_linear)"/> +<path d="M21.4316 21.9238L21.486 23.1056C22.2361 22.2019 23.216 21.75 24.4258 21.75C26.5006 21.75 27.5471 22.871 27.5652 25.113V31.3262H25.8866V25.1043C25.8806 24.4265 25.7173 23.9254 25.3967 23.6009C25.0821 23.2765 24.5891 23.1143 23.9177 23.1143C23.3733 23.1143 22.8954 23.2533 22.4841 23.5314C22.0728 23.8095 21.7522 24.1745 21.5223 24.6263V31.3262H19.8437V21.9238H21.4316Z" fill="url(#paint2_linear)"/> +<path d="M32.3742 19.6471V21.9238H34.207V23.1664H32.3742V28.9973C32.3742 29.3739 32.4558 29.6578 32.6192 29.8489C32.7825 30.0343 33.0607 30.127 33.4539 30.127C33.6475 30.127 33.9137 30.0922 34.2524 30.0227V31.3262C33.8108 31.4421 33.3813 31.5 32.964 31.5C32.2139 31.5 31.6483 31.2828 31.2672 30.8483C30.8861 30.4138 30.6956 29.7968 30.6956 28.9973V23.1664H28.9081V21.9238H30.6956V19.6471H32.3742Z" fill="url(#paint3_linear)"/> +<path d="M40.9214 23.3663C40.6673 23.3258 40.3921 23.3055 40.0957 23.3055C38.9948 23.3055 38.2478 23.7545 37.8546 24.6524V31.3262H36.176V21.9238H37.8092L37.8364 23.01C38.3869 22.17 39.1672 21.75 40.1774 21.75C40.504 21.75 40.752 21.7906 40.9214 21.8717V23.3663Z" fill="url(#paint4_linear)"/> +<path d="M44.2967 31.3262H42.6181V21.9238H44.2967V31.3262ZM42.482 19.4298C42.482 19.1691 42.5637 18.949 42.727 18.7694C42.8964 18.5898 43.1444 18.5 43.4711 18.5C43.7977 18.5 44.0457 18.5898 44.2151 18.7694C44.3845 18.949 44.4691 19.1691 44.4691 19.4298C44.4691 19.6905 44.3845 19.9078 44.2151 20.0816C44.0457 20.2553 43.7977 20.3422 43.4711 20.3422C43.1444 20.3422 42.8964 20.2553 42.727 20.0816C42.5637 19.9078 42.482 19.6905 42.482 19.4298Z" fill="url(#paint5_linear)"/> +<path d="M53.0527 30.3964C52.3994 31.1321 51.4406 31.5 50.1764 31.5C49.1299 31.5 48.3314 31.2103 47.781 30.631C47.2366 30.0459 46.9613 29.1827 46.9553 28.0414V21.9238H48.6339V27.998C48.6339 29.4231 49.2388 30.1357 50.4486 30.1357C51.7309 30.1357 52.5839 29.678 53.0073 28.7627V21.9238H54.6859V31.3262H53.0889L53.0527 30.3964Z" fill="url(#paint6_linear)"/> +<path d="M58.8234 21.9238L58.8688 22.9666C59.5886 22.1555 60.5594 21.75 61.7813 21.75C63.1545 21.75 64.089 22.254 64.585 23.262C64.9117 22.8102 65.3351 22.4452 65.8553 22.1671C66.3816 21.889 67.0016 21.75 67.7154 21.75C69.8688 21.75 70.9637 22.842 71 25.0261V31.3262H69.3214V25.1217C69.3214 24.4496 69.1611 23.9485 68.8405 23.6183C68.5199 23.2823 67.9816 23.1143 67.2254 23.1143C66.6024 23.1143 66.0852 23.2939 65.6739 23.6531C65.2625 24.0065 65.0236 24.4844 64.9571 25.0869V31.3262H63.2694V25.1651C63.2694 23.7979 62.5707 23.1143 61.1734 23.1143C60.0725 23.1143 59.3194 23.5633 58.9141 24.4612V31.3262H57.2355V21.9238H58.8234Z" fill="url(#paint7_linear)"/> +<path d="M47.3333 6H54.8865V17H60.9291V0H47.3333V6Z" fill="url(#paint8_linear)"/> +<path d="M41.7943 0H10.5745V17H16.617V6H41.7943V0Z" fill="url(#paint9_linear)"/> +<path d="M16.617 36.5H10.5745V50H24.1702V44H16.617V36.5Z" fill="url(#paint10_linear)"/> +<path d="M29.7092 44V50H60.9291V36.5H54.8865V44H29.7092Z" fill="url(#paint11_linear)"/> +<defs> +<linearGradient id="paint0_linear" x1="10.5745" y1="-1.11759e-06" x2="60.5732" y2="50.3534" gradientUnits="userSpaceOnUse"> +<stop stop-color="#22C49D"/> +<stop offset="1" stop-color="#11AEBD"/> +</linearGradient> +<linearGradient id="paint1_linear" x1="10.5745" y1="-1.11759e-06" x2="60.5732" y2="50.3534" gradientUnits="userSpaceOnUse"> +<stop stop-color="#22C49D"/> +<stop offset="1" stop-color="#11AEBD"/> +</linearGradient> +<linearGradient id="paint2_linear" x1="10.5745" y1="-1.11759e-06" x2="60.5732" y2="50.3534" gradientUnits="userSpaceOnUse"> +<stop stop-color="#22C49D"/> +<stop offset="1" stop-color="#11AEBD"/> +</linearGradient> +<linearGradient id="paint3_linear" x1="10.5745" y1="-1.11759e-06" x2="60.5732" y2="50.3534" gradientUnits="userSpaceOnUse"> +<stop stop-color="#22C49D"/> +<stop offset="1" stop-color="#11AEBD"/> +</linearGradient> +<linearGradient id="paint4_linear" x1="10.5745" y1="-1.11759e-06" x2="60.5732" y2="50.3534" gradientUnits="userSpaceOnUse"> +<stop stop-color="#22C49D"/> +<stop offset="1" stop-color="#11AEBD"/> +</linearGradient> +<linearGradient id="paint5_linear" x1="10.5745" y1="-1.11759e-06" x2="60.5732" y2="50.3534" gradientUnits="userSpaceOnUse"> +<stop stop-color="#22C49D"/> +<stop offset="1" stop-color="#11AEBD"/> +</linearGradient> +<linearGradient id="paint6_linear" x1="10.5745" y1="-1.11759e-06" x2="60.5732" y2="50.3534" gradientUnits="userSpaceOnUse"> +<stop stop-color="#22C49D"/> +<stop offset="1" stop-color="#11AEBD"/> +</linearGradient> +<linearGradient id="paint7_linear" x1="10.5745" y1="-1.11759e-06" x2="60.5732" y2="50.3534" gradientUnits="userSpaceOnUse"> +<stop stop-color="#22C49D"/> +<stop offset="1" stop-color="#11AEBD"/> +</linearGradient> +<linearGradient id="paint8_linear" x1="10.5745" y1="-1.11759e-06" x2="60.5732" y2="50.3534" gradientUnits="userSpaceOnUse"> +<stop stop-color="#22C49D"/> +<stop offset="1" stop-color="#11AEBD"/> +</linearGradient> +<linearGradient id="paint9_linear" x1="10.5745" y1="-1.11759e-06" x2="60.5732" y2="50.3534" gradientUnits="userSpaceOnUse"> +<stop stop-color="#22C49D"/> +<stop offset="1" stop-color="#11AEBD"/> +</linearGradient> +<linearGradient id="paint10_linear" x1="10.5745" y1="-1.11759e-06" x2="60.5732" y2="50.3534" gradientUnits="userSpaceOnUse"> +<stop stop-color="#22C49D"/> +<stop offset="1" stop-color="#11AEBD"/> +</linearGradient> +<linearGradient id="paint11_linear" x1="10.5745" y1="-1.11759e-06" x2="60.5732" y2="50.3534" gradientUnits="userSpaceOnUse"> +<stop stop-color="#22C49D"/> +<stop offset="1" stop-color="#11AEBD"/> +</linearGradient> +</defs> +</svg> diff --git a/site/img/footer/sentrium.svg b/site/img/footer/sentrium.svg new file mode 100644 index 0000000..d6be799 --- /dev/null +++ b/site/img/footer/sentrium.svg @@ -0,0 +1,64 @@ +<svg width="61" height="43" viewBox="0 0 61 43" fill="none" xmlns="http://www.w3.org/2000/svg"> +<path d="M5.26198 24.7957C5.26198 24.422 5.11387 24.1331 4.81764 23.9288C4.5266 23.7196 4.0147 23.5402 3.28192 23.3907C2.55433 23.2413 1.97487 23.0619 1.54351 22.8527C1.11736 22.6434 0.800341 22.3943 0.59246 22.1053C0.389776 21.8164 0.288434 21.4726 0.288434 21.074C0.288434 20.4114 0.579467 19.8509 1.16153 19.3925C1.7488 18.9342 2.49717 18.705 3.40665 18.705C4.3629 18.705 5.13725 18.9417 5.72971 19.415C6.32737 19.8883 6.6262 20.4936 6.6262 21.231H5.17623C5.17623 20.8523 5.00733 20.526 4.66952 20.252C4.33691 19.9779 3.91595 19.8409 3.40665 19.8409C2.88175 19.8409 2.47118 19.9505 2.17495 20.1698C1.87872 20.389 1.73061 20.6754 1.73061 21.0292C1.73061 21.363 1.86833 21.6146 2.14377 21.784C2.41921 21.9534 2.91553 22.1153 3.63272 22.2697C4.3551 22.4242 4.93977 22.6085 5.38671 22.8228C5.83365 23.037 6.16366 23.2961 6.37674 23.6C6.59502 23.8989 6.70415 24.2651 6.70415 24.6986C6.70415 25.421 6.40273 26.0014 5.79987 26.4398C5.19702 26.8733 4.41487 27.09 3.45342 27.09C2.77781 27.09 2.18015 26.9754 1.66045 26.7462C1.14075 26.517 0.73278 26.1982 0.43655 25.7897C0.145516 25.3761 0 24.9302 0 24.4519H1.44217C1.46816 24.9153 1.66045 25.284 2.01904 25.558C2.38283 25.827 2.86096 25.9615 3.45342 25.9615C3.99911 25.9615 4.43565 25.8569 4.76307 25.6477C5.09568 25.4334 5.26198 25.1494 5.26198 24.7957Z" fill="url(#paint0_linear)"/> +<path d="M12.0831 27.09C10.9397 27.09 10.0095 26.7313 9.29227 26.0139C8.57508 25.2914 8.21649 24.3274 8.21649 23.1217V22.8676C8.21649 22.0655 8.37499 21.3505 8.69201 20.7228C9.01423 20.09 9.46117 19.5968 10.0328 19.2431C10.6097 18.8844 11.2334 18.705 11.9038 18.705C13.0003 18.705 13.8527 19.0513 14.4607 19.7438C15.0688 20.4363 15.3728 21.4278 15.3728 22.7181V23.2936H9.65866C9.67945 24.0907 9.92111 24.7359 10.3836 25.2292C10.8514 25.7174 11.4438 25.9615 12.161 25.9615C12.6703 25.9615 13.1017 25.8619 13.4551 25.6626C13.8085 25.4633 14.1177 25.1993 14.3827 24.8704L15.2636 25.5281C14.5568 26.5694 13.4967 27.09 12.0831 27.09ZM11.9038 19.8409C11.3217 19.8409 10.8332 20.0452 10.4382 20.4537C10.0432 20.8573 9.79898 21.4253 9.70543 22.1576H13.9306V22.053C13.889 21.3505 13.6915 20.8075 13.3381 20.4239C12.9847 20.0352 12.5066 19.8409 11.9038 19.8409Z" fill="url(#paint1_linear)"/> +<path d="M18.413 18.8545L18.4598 19.8708C19.1042 19.0936 19.9462 18.705 20.9856 18.705C22.7681 18.705 23.6672 19.6691 23.6828 21.5972V26.9405H22.2406V21.5897C22.2354 21.0068 22.0951 20.5758 21.8197 20.2968C21.5494 20.0178 21.1259 19.8783 20.549 19.8783C20.0813 19.8783 19.6707 19.9979 19.3173 20.237C18.9639 20.4762 18.6885 20.79 18.491 21.1786V26.9405H17.0488V18.8545H18.413Z" fill="url(#paint2_linear)"/> +<path d="M27.8144 16.8965V18.8545H29.3891V19.9231H27.8144V24.9377C27.8144 25.2615 27.8846 25.5057 28.0249 25.6701C28.1652 25.8295 28.4043 25.9092 28.7421 25.9092C28.9084 25.9092 29.1371 25.8793 29.4281 25.8195V26.9405C29.0487 27.0402 28.6797 27.09 28.3211 27.09C27.6767 27.09 27.1908 26.9032 26.8634 26.5295C26.536 26.1558 26.3723 25.6252 26.3723 24.9377V19.9231H24.8365V18.8545H26.3723V16.8965H27.8144Z" fill="url(#paint3_linear)"/> +<path d="M35.1578 20.095C34.9395 20.0602 34.7031 20.0427 34.4484 20.0427C33.5026 20.0427 32.8607 20.4288 32.5229 21.2011V26.9405H31.0808V18.8545H32.484L32.5073 19.7886C32.9803 19.0662 33.6507 18.705 34.5186 18.705C34.7992 18.705 35.0123 18.7399 35.1578 18.8096V20.095Z" fill="url(#paint4_linear)"/> +<path d="M38.0578 26.9405H36.6156V18.8545H38.0578V26.9405ZM36.4987 16.7096C36.4987 16.4854 36.5688 16.2961 36.7091 16.1417C36.8547 15.9872 37.0677 15.91 37.3484 15.91C37.629 15.91 37.8421 15.9872 37.9876 16.1417C38.1331 16.2961 38.2059 16.4854 38.2059 16.7096C38.2059 16.9338 38.1331 17.1207 37.9876 17.2701C37.8421 17.4196 37.629 17.4943 37.3484 17.4943C37.0677 17.4943 36.8547 17.4196 36.7091 17.2701C36.5688 17.1207 36.4987 16.9338 36.4987 16.7096Z" fill="url(#paint5_linear)"/> +<path d="M45.5804 26.1409C45.0192 26.7736 44.1954 27.09 43.1093 27.09C42.2102 27.09 41.5242 26.8409 41.0512 26.3427C40.5835 25.8395 40.347 25.0971 40.3419 24.1156V18.8545H41.784V24.0783C41.784 25.3039 42.3037 25.9167 43.3431 25.9167C44.4449 25.9167 45.1777 25.5231 45.5415 24.7359V18.8545H46.9836V26.9405H45.6116L45.5804 26.1409Z" fill="url(#paint6_linear)"/> +<path d="M50.5384 18.8545L50.5774 19.7513C51.1958 19.0538 52.0299 18.705 53.0797 18.705C54.2595 18.705 55.0624 19.1384 55.4886 20.0053C55.7692 19.6167 56.133 19.3029 56.5799 19.0637C57.0321 18.8246 57.5648 18.705 58.178 18.705C60.0282 18.705 60.9688 19.6441 61 21.5224V26.9405H59.5578V21.6046C59.5578 21.0267 59.4201 20.5957 59.1447 20.3118C58.8692 20.0228 58.4067 19.8783 57.7571 19.8783C57.2218 19.8783 56.7774 20.0327 56.424 20.3416C56.0706 20.6456 55.8653 21.0566 55.8082 21.5747V26.9405H54.3582V21.642C54.3582 20.4662 53.758 19.8783 52.5574 19.8783C51.6116 19.8783 50.9646 20.2644 50.6164 21.0367V26.9405H49.1742V18.8545H50.5384Z" fill="url(#paint7_linear)"/> +<path d="M40.6667 5.16H47.156V14.62H52.3475V0H40.6667V5.16Z" fill="url(#paint8_linear)"/> +<path d="M35.9078 0H9.08511V14.62H14.2766V5.16H35.9078V0Z" fill="url(#paint9_linear)"/> +<path d="M14.2766 31.39H9.08511V43H20.766V37.84H14.2766V31.39Z" fill="url(#paint10_linear)"/> +<path d="M25.5248 37.84V43H52.3475V31.39H47.156V37.84H25.5248Z" fill="url(#paint11_linear)"/> +<defs> +<linearGradient id="paint0_linear" x1="9.08511" y1="-9.61125e-07" x2="52.0843" y2="43.2616" gradientUnits="userSpaceOnUse"> +<stop stop-color="#22C49D"/> +<stop offset="1" stop-color="#11AEBD"/> +</linearGradient> +<linearGradient id="paint1_linear" x1="9.08511" y1="-9.61125e-07" x2="52.0843" y2="43.2616" gradientUnits="userSpaceOnUse"> +<stop stop-color="#22C49D"/> +<stop offset="1" stop-color="#11AEBD"/> +</linearGradient> +<linearGradient id="paint2_linear" x1="9.08511" y1="-9.61125e-07" x2="52.0843" y2="43.2616" gradientUnits="userSpaceOnUse"> +<stop stop-color="#22C49D"/> +<stop offset="1" stop-color="#11AEBD"/> +</linearGradient> +<linearGradient id="paint3_linear" x1="9.08511" y1="-9.61125e-07" x2="52.0843" y2="43.2616" gradientUnits="userSpaceOnUse"> +<stop stop-color="#22C49D"/> +<stop offset="1" stop-color="#11AEBD"/> +</linearGradient> +<linearGradient id="paint4_linear" x1="9.08511" y1="-9.61125e-07" x2="52.0843" y2="43.2616" gradientUnits="userSpaceOnUse"> +<stop stop-color="#22C49D"/> +<stop offset="1" stop-color="#11AEBD"/> +</linearGradient> +<linearGradient id="paint5_linear" x1="9.08511" y1="-9.61125e-07" x2="52.0843" y2="43.2616" gradientUnits="userSpaceOnUse"> +<stop stop-color="#22C49D"/> +<stop offset="1" stop-color="#11AEBD"/> +</linearGradient> +<linearGradient id="paint6_linear" x1="9.08511" y1="-9.61125e-07" x2="52.0843" y2="43.2616" gradientUnits="userSpaceOnUse"> +<stop stop-color="#22C49D"/> +<stop offset="1" stop-color="#11AEBD"/> +</linearGradient> +<linearGradient id="paint7_linear" x1="9.08511" y1="-9.61125e-07" x2="52.0843" y2="43.2616" gradientUnits="userSpaceOnUse"> +<stop stop-color="#22C49D"/> +<stop offset="1" stop-color="#11AEBD"/> +</linearGradient> +<linearGradient id="paint8_linear" x1="9.08511" y1="-9.61125e-07" x2="52.0843" y2="43.2616" gradientUnits="userSpaceOnUse"> +<stop stop-color="#22C49D"/> +<stop offset="1" stop-color="#11AEBD"/> +</linearGradient> +<linearGradient id="paint9_linear" x1="9.08511" y1="-9.61125e-07" x2="52.0843" y2="43.2616" gradientUnits="userSpaceOnUse"> +<stop stop-color="#22C49D"/> +<stop offset="1" stop-color="#11AEBD"/> +</linearGradient> +<linearGradient id="paint10_linear" x1="9.08511" y1="-9.61125e-07" x2="52.0843" y2="43.2616" gradientUnits="userSpaceOnUse"> +<stop stop-color="#22C49D"/> +<stop offset="1" stop-color="#11AEBD"/> +</linearGradient> +<linearGradient id="paint11_linear" x1="9.08511" y1="-9.61125e-07" x2="52.0843" y2="43.2616" gradientUnits="userSpaceOnUse"> +<stop stop-color="#22C49D"/> +<stop offset="1" stop-color="#11AEBD"/> +</linearGradient> +</defs> +</svg> diff --git a/site/img/footer/vyos-logo-sm.svg b/site/img/footer/vyos-logo-sm.svg new file mode 100644 index 0000000..170dfb3 --- /dev/null +++ b/site/img/footer/vyos-logo-sm.svg @@ -0,0 +1,34 @@ +<svg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg"> +<path d="M36.5 6H44V31H50V0H36.5V6Z" fill="url(#paint0_linear)"/> +<path d="M31 0H0V13.5H6V6H31V0Z" fill="url(#paint1_linear)"/> +<path d="M6 19H0V50H13.5V44H6V19Z" fill="url(#paint2_linear)"/> +<path d="M19 44V50H50V36.5H44V44H19Z" fill="url(#paint3_linear)"/> +<path d="M11 11H17L28 39H22L11 11Z" fill="url(#paint4_linear)"/> +<path d="M39 11H33L22 39H28L39 11Z" fill="url(#paint5_linear)"/> +<defs> +<linearGradient id="paint0_linear" x1="0" y1="0" x2="50" y2="50" gradientUnits="userSpaceOnUse"> +<stop stop-color="#FFBF12"/> +<stop offset="1" stop-color="#FF9000"/> +</linearGradient> +<linearGradient id="paint1_linear" x1="0" y1="0" x2="50" y2="50" gradientUnits="userSpaceOnUse"> +<stop stop-color="#FFBF12"/> +<stop offset="1" stop-color="#FF9000"/> +</linearGradient> +<linearGradient id="paint2_linear" x1="0" y1="0" x2="50" y2="50" gradientUnits="userSpaceOnUse"> +<stop stop-color="#FFBF12"/> +<stop offset="1" stop-color="#FF9000"/> +</linearGradient> +<linearGradient id="paint3_linear" x1="0" y1="0" x2="50" y2="50" gradientUnits="userSpaceOnUse"> +<stop stop-color="#FFBF12"/> +<stop offset="1" stop-color="#FF9000"/> +</linearGradient> +<linearGradient id="paint4_linear" x1="0" y1="0" x2="50" y2="50" gradientUnits="userSpaceOnUse"> +<stop stop-color="#FFBF12"/> +<stop offset="1" stop-color="#FF9000"/> +</linearGradient> +<linearGradient id="paint5_linear" x1="0" y1="0" x2="50" y2="50" gradientUnits="userSpaceOnUse"> +<stop stop-color="#FFBF12"/> +<stop offset="1" stop-color="#FF9000"/> +</linearGradient> +</defs> +</svg> diff --git a/site/img/footer/vyos-logo.svg b/site/img/footer/vyos-logo.svg new file mode 100644 index 0000000..d70967c --- /dev/null +++ b/site/img/footer/vyos-logo.svg @@ -0,0 +1,34 @@ +<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg"> +<path d="M43.8 7.2H52.8V37.2H60V0H43.8V7.2Z" fill="url(#paint0_linear)"/> +<path d="M37.2 0H0V16.2H7.2V7.2H37.2V0Z" fill="url(#paint1_linear)"/> +<path d="M7.2 22.8H0V60H16.2V52.8H7.2V22.8Z" fill="url(#paint2_linear)"/> +<path d="M22.8 52.8V60H60V43.8H52.8V52.8H22.8Z" fill="url(#paint3_linear)"/> +<path d="M13.2 13.2H20.4L33.6 46.8H26.4L13.2 13.2Z" fill="url(#paint4_linear)"/> +<path d="M46.8 13.2H39.6L26.4 46.8H33.6L46.8 13.2Z" fill="url(#paint5_linear)"/> +<defs> +<linearGradient id="paint0_linear" x1="0" y1="0" x2="60" y2="60" gradientUnits="userSpaceOnUse"> +<stop stop-color="#FFBF12"/> +<stop offset="1" stop-color="#FF9000"/> +</linearGradient> +<linearGradient id="paint1_linear" x1="0" y1="0" x2="60" y2="60" gradientUnits="userSpaceOnUse"> +<stop stop-color="#FFBF12"/> +<stop offset="1" stop-color="#FF9000"/> +</linearGradient> +<linearGradient id="paint2_linear" x1="0" y1="0" x2="60" y2="60" gradientUnits="userSpaceOnUse"> +<stop stop-color="#FFBF12"/> +<stop offset="1" stop-color="#FF9000"/> +</linearGradient> +<linearGradient id="paint3_linear" x1="0" y1="0" x2="60" y2="60" gradientUnits="userSpaceOnUse"> +<stop stop-color="#FFBF12"/> +<stop offset="1" stop-color="#FF9000"/> +</linearGradient> +<linearGradient id="paint4_linear" x1="0" y1="0" x2="60" y2="60" gradientUnits="userSpaceOnUse"> +<stop stop-color="#FFBF12"/> +<stop offset="1" stop-color="#FF9000"/> +</linearGradient> +<linearGradient id="paint5_linear" x1="0" y1="0" x2="60" y2="60" gradientUnits="userSpaceOnUse"> +<stop stop-color="#FFBF12"/> +<stop offset="1" stop-color="#FF9000"/> +</linearGradient> +</defs> +</svg> diff --git a/site/img/front-page/banner/banner-bg-sm.svg b/site/img/front-page/banner/banner-bg-sm.svg new file mode 100644 index 0000000..401c036 --- /dev/null +++ b/site/img/front-page/banner/banner-bg-sm.svg @@ -0,0 +1,107 @@ +<svg width="375" height="376" viewBox="0 0 375 376" fill="none" xmlns="http://www.w3.org/2000/svg"> +<rect width="375" height="376" transform="matrix(1 0 0 -1 0 376)" fill="url(#paint0_linear)"/> +<rect width="375" height="375" transform="matrix(1 0 0 -1 0 375)" fill="url(#paint1_linear)"/> +<g opacity="0.5"> +<path d="M0 97H375" stroke="white" stroke-dasharray="8 8"/> +<path d="M0 187H375" stroke="white" stroke-dasharray="8 8"/> +<path d="M0 277H375" stroke="white" stroke-dasharray="12 12"/> +<path d="M167.634 375.102L167.634 2.05975" stroke="white" stroke-dasharray="8 8"/> +<path opacity="0.9" d="M58.5535 372.982L58.5534 0.999992" stroke="white" stroke-dasharray="8 8"/> +<path d="M275.646 375.102L275.645 2.05975" stroke="white" stroke-dasharray="8 8"/> +</g> +<path d="M270.692 327.271C275.222 321.057 281.193 316.419 289.651 316.419V320.996C283.203 320.996 278.45 324.418 274.409 329.96C270.458 335.379 267.43 342.497 264.366 349.701L264.025 350.503C260.922 357.792 257.699 365.237 253.365 370.114C251.154 372.601 248.544 374.555 245.378 375.448C242.189 376.347 238.688 376.097 234.844 374.617C228.276 372.089 225.17 366.013 222.663 361.109L222.662 361.109C222.444 360.682 222.231 360.265 222.02 359.859C220.62 357.165 219.344 354.942 217.739 353.367C216.234 351.89 214.427 350.973 211.783 350.973C209.326 350.973 207.591 352.022 206.063 353.862C204.442 355.814 203.194 358.489 201.806 361.531L201.693 361.777C200.401 364.612 198.96 367.77 196.984 370.204C194.858 372.822 191.976 374.771 187.894 374.771V370.195C190.244 370.195 191.915 369.169 193.412 367.325C195.003 365.367 196.231 362.689 197.624 359.637L197.65 359.579C198.97 356.686 200.453 353.438 202.524 350.944C204.702 348.321 207.643 346.396 211.783 346.396C215.736 346.396 218.675 347.861 220.963 350.106C223.151 352.253 224.716 355.092 226.1 357.755C226.276 358.094 226.45 358.43 226.622 358.764C229.32 363.984 231.643 368.479 236.5 370.348C239.607 371.545 242.076 371.622 244.127 371.044C246.201 370.459 248.102 369.132 249.926 367.08C253.661 362.877 256.606 356.209 259.795 348.716C259.937 348.383 260.08 348.048 260.222 347.712C263.21 340.683 266.423 333.126 270.692 327.271Z" fill="#747577"/> +<path d="M289.881 191.455L235.292 191.455V375.812H289.881V191.455Z" fill="white"/> +<path d="M235.292 191.455L201.446 196.799V375.812H235.292V191.455Z" fill="#E6E6E6"/> +<path d="M146.857 196.799L113.012 202.142V375.812H146.857V196.799Z" fill="#E6E6E6"/> +<path d="M201.447 196.799L146.857 196.799V375.812H201.447V196.799Z" fill="white"/> +<path d="M206.363 270.122C206.518 270.323 206.673 270.523 206.829 270.523H212.726V288.158C212.726 288.559 213.036 288.96 213.347 288.96H222.037C222.348 288.96 222.658 288.559 222.658 288.158V270.523H228.71C228.866 270.523 229.176 270.323 229.176 270.122C229.331 269.922 229.176 269.521 229.021 269.321L218.157 255.293C218.002 255.093 217.847 255.093 217.847 255.093C217.692 255.093 217.537 255.093 217.537 255.293L206.673 269.321C206.208 269.521 206.208 269.722 206.363 270.122Z" fill="#B8B8B8"/> +<path d="M228.263 326.561C228.114 326.361 227.965 326.16 227.815 326.16H222.146V308.525C222.146 308.125 221.848 307.724 221.549 307.724H213.195C212.896 307.724 212.598 308.125 212.598 308.525V326.16H206.78C206.63 326.16 206.332 326.361 206.332 326.561C206.183 326.761 206.332 327.162 206.481 327.363L216.924 341.39C217.074 341.591 217.223 341.591 217.223 341.591C217.372 341.591 217.521 341.591 217.521 341.39L227.965 327.363C228.263 326.962 228.412 326.761 228.263 326.561Z" fill="#B8B8B8"/> +<path d="M250.503 314.131C250.707 313.917 250.911 313.703 250.911 313.488V305.348H268.852C269.26 305.348 269.667 304.92 269.667 304.491V292.495C269.667 292.067 269.26 291.638 268.852 291.638H250.911V283.284C250.911 283.07 250.707 282.641 250.503 282.641C250.299 282.427 249.891 282.641 249.688 282.855L235.416 297.851C235.212 298.065 235.212 298.279 235.212 298.279C235.212 298.493 235.212 298.707 235.416 298.707L249.688 313.703C249.891 314.131 250.299 314.131 250.503 314.131Z" fill="#CCCCCC"/> +<path d="M185.16 283.925C184.964 284.13 184.768 284.335 184.768 284.54V292.326H167.545C167.153 292.326 166.762 292.736 166.762 293.146V304.621C166.762 305.03 167.153 305.44 167.545 305.44H184.768V313.431C184.768 313.636 184.964 314.046 185.16 314.046C185.355 314.251 185.747 314.046 185.943 313.841L199.643 299.498C199.839 299.293 199.839 299.088 199.839 299.088C199.839 299.088 199.839 298.678 199.643 298.678L185.943 284.335C185.551 283.925 185.355 283.925 185.16 283.925Z" fill="#CCCCCC"/> +<g opacity="0.2"> +<path d="M234.845 212.53H258.642V219.878H235.446L202.056 225.266H146.892L122.2 229.139V221.882L146.308 217.918H201.455L234.845 212.53Z" fill="black"/> +<path d="M234.845 228.205H258.642V235.552H235.446L202.056 240.94H146.892L122.2 244.814V237.557L146.308 233.593H201.455L234.845 228.205Z" fill="black"/> +<path d="M181.227 250.737H146.308L122.2 254.701L122.2 261.958L146.892 258.084H181.227V250.737Z" fill="black"/> +</g> +<rect x="117.161" y="292.379" width="52.6698" height="63.6448" rx="5" fill="white"/> +<rect x="121.551" y="292.379" width="52.6698" height="63.6448" rx="5" fill="url(#paint2_linear)"/> +<path d="M133.27 319.586H111.512L101.068 349.065H122.826L133.27 319.586Z" fill="#18191C"/> +<rect x="111.512" y="319.586" width="62.6635" height="56.3572" fill="#3C3D43"/> +<rect x="174.175" y="319.586" width="21.7581" height="56.3572" fill="#18191C"/> +<path d="M174.175 319.586H195.933L206.377 349.065H184.619L174.175 319.586Z" fill="#3C3D43"/> +<rect x="128.866" y="361.854" width="28.2857" height="2.42918" rx="1.21459" fill="white"/> +<path d="M137.775 330.607C137.268 330.607 136.856 331.017 136.856 331.522V348.381H130.012C129.193 348.381 128.783 349.367 129.362 349.944L142.154 362.687C142.512 363.044 143.094 363.044 143.453 362.687L156.244 349.944C156.823 349.367 156.413 348.381 155.595 348.381H149.317V331.522C149.317 331.017 148.906 330.607 148.398 330.607H137.775Z" fill="white"/> +<rect x="128.632" y="301.317" width="26.3349" height="2.91502" rx="1.45751" fill="#18191C"/> +<rect x="136.922" y="307.147" width="19.995" height="2.91507" rx="1.45753" fill="white"/> +<rect x="128.632" y="312.977" width="19.995" height="2.91499" rx="1.4575" fill="#18191C"/> +<path d="M257.176 335.249C265.885 343.699 277.578 348.588 289.853 348.949L289.853 327.637C283.401 327.289 277.287 324.648 272.694 320.192C268.101 315.735 265.38 309.802 265.021 303.543L243.057 303.543C243.429 315.452 248.467 326.799 257.176 335.249Z" fill="#3C3D43"/> +<path d="M322.903 270.62C314.094 261.845 302.267 256.769 289.852 256.394V278.524C296.377 278.886 302.562 281.627 307.207 286.255C311.853 290.882 314.605 297.043 314.968 303.543L337.183 303.543C336.807 291.176 331.711 279.394 322.903 270.62Z" fill="white"/> +<path d="M322.903 335.249C331.711 326.799 336.807 315.452 337.183 303.543L314.968 303.543C314.605 309.802 311.853 315.735 307.207 320.192C302.562 324.648 296.377 327.289 289.852 327.637L289.852 348.949C302.267 348.588 314.094 343.699 322.903 335.249Z" fill="#E6E6E6"/> +<path d="M289.853 275.755V250.35C282.935 250.499 276.103 251.898 269.704 254.478C262.923 257.213 256.761 261.221 251.57 266.274C246.38 271.327 242.263 277.326 239.454 283.928C236.803 290.157 235.366 296.809 235.213 303.543L261.309 303.543C261.455 300.144 262.213 296.794 263.553 293.646C265.051 290.125 267.247 286.925 270.015 284.23C272.783 281.536 276.07 279.398 279.686 277.939C282.92 276.635 286.362 275.897 289.853 275.755Z" fill="url(#paint3_linear)"/> +<rect x="244.86" y="347.998" width="86.3962" height="27.8096" fill="white"/> +<path d="M288.078 366.152L312.66 358.041H281.666L288.078 366.152Z" fill="#E6E6E6"/> +<rect x="244.86" y="347.998" width="36.8056" height="27.8096" fill="#E6E6E6"/> +<path d="M312.66 358.041H281.666C287.309 358.041 291.142 361.903 292.353 363.834L312.66 358.041Z" fill="#FFBE12"/> +<path d="M247.013 169.21C247.013 170.813 245.709 172.113 244.099 172.113C242.489 172.113 241.185 170.813 241.185 169.21C241.185 167.606 242.489 166.306 244.099 166.306C245.709 166.306 247.013 167.606 247.013 169.21Z" fill="white"/> +<path d="M258.671 169.21C258.671 170.813 257.366 172.113 255.756 172.113C254.147 172.113 252.842 170.813 252.842 169.21C252.842 167.606 254.147 166.306 255.756 166.306C257.366 166.306 258.671 167.606 258.671 169.21Z" fill="white"/> +<path d="M270.328 169.21C270.328 170.813 269.024 172.113 267.414 172.113C265.805 172.113 264.5 170.813 264.5 169.21C264.5 167.606 265.805 166.306 267.414 166.306C269.024 166.306 270.328 167.606 270.328 169.21Z" fill="white"/> +<path d="M67.8476 305.593C67.8476 307.196 66.5428 308.496 64.9332 308.496C63.3236 308.496 62.0188 307.196 62.0188 305.593C62.0188 303.989 63.3236 302.69 64.9332 302.69C66.5428 302.69 67.8476 303.989 67.8476 305.593Z" fill="white"/> +<path d="M79.5051 305.593C79.5051 307.196 78.2002 308.496 76.5907 308.496C74.9811 308.496 73.6763 307.196 73.6763 305.593C73.6763 303.989 74.9811 302.69 76.5907 302.69C78.2002 302.69 79.5051 303.989 79.5051 305.593Z" fill="white"/> +<path d="M91.1627 305.593C91.1627 307.196 89.8579 308.496 88.2484 308.496C86.6388 308.496 85.334 307.196 85.334 305.593C85.334 303.989 86.6388 302.69 88.2484 302.69C89.8579 302.69 91.1627 303.989 91.1627 305.593Z" fill="white"/> +<path d="M170.258 304.377C170.258 307.584 167.649 310.183 164.43 310.183C161.21 310.183 158.601 307.584 158.601 304.377C158.601 301.17 161.21 298.571 164.43 298.571C167.649 298.571 170.258 301.17 170.258 304.377ZM161.419 304.377C161.419 306.033 162.767 307.376 164.43 307.376C166.092 307.376 167.44 306.033 167.44 304.377C167.44 302.72 166.092 301.378 164.43 301.378C162.767 301.378 161.419 302.72 161.419 304.377Z" fill="#18191C"/> +<path fill-rule="evenodd" clip-rule="evenodd" d="M158.601 264.403H139.657V261.5H158.601C162.625 261.5 165.887 264.749 165.887 268.758V300.692H162.972V268.758C162.972 266.353 161.015 264.403 158.601 264.403Z" fill="#18191C"/> +<path d="M86.8264 247.312H147.206V284.023H86.8264V247.312Z" fill="#18191C"/> +<path fill-rule="evenodd" clip-rule="evenodd" d="M122.733 250.914L127.635 255.757L130.777 252.653L134.924 256.75L139.322 252.405C140.162 251.575 141.518 251.581 142.352 252.417C143.185 253.254 143.179 254.606 142.339 255.436L134.924 262.763L130.777 258.665L127.635 261.769L122.733 256.927L108.281 271.206L102.248 265.246L95.0858 272.323C94.2456 273.153 92.889 273.147 92.0557 272.31C91.2224 271.474 91.2279 270.122 92.0681 269.292L102.248 259.234L108.281 265.194L122.733 250.914Z" fill="#18191C"/> +<path d="M89.7117 243.651H149.893V280.722H89.7117V243.651Z" fill="white"/> +<path fill-rule="evenodd" clip-rule="evenodd" d="M125.424 249.143L130.317 253.986L133.453 250.882L137.594 254.98L141.971 250.647C142.802 249.824 144.157 249.818 144.996 250.633C145.835 251.449 145.841 252.777 145.01 253.6L137.594 260.941L133.453 256.843L130.317 259.947L125.424 255.104L110.995 269.386L104.973 263.425L97.8353 270.49C97.0039 271.313 95.6495 271.319 94.8103 270.503C93.9711 269.688 93.9648 268.36 94.7963 267.537L104.973 257.464L110.995 263.425L125.424 249.143Z" fill="#FFBE12"/> +<rect x="69.0703" y="334.544" width="46.1461" height="18.9433" fill="white"/> +<rect x="68.9714" y="356.064" width="53.1545" height="18.9257" fill="#E6E6E6"/> +<rect x="24.5493" y="354.55" width="100.234" height="2.64958" fill="#18191C"/> +<rect x="24.5493" y="373.097" width="100.234" height="2.64955" fill="#18191C"/> +<path d="M27.3313 354.542H85.7776C85.7776 354.542 82.2354 354.542 82.2354 365.136C82.2354 375.73 85.7776 375.73 85.7776 375.73H27.3313C27.3313 375.73 23.7891 375.73 23.7891 365.136C23.7891 354.542 27.3313 354.542 27.3313 354.542Z" fill="#18191C"/> +<path d="M24.6745 354.542H83.1209C83.1209 354.542 79.5787 354.542 79.5787 365.136C79.5787 375.73 83.1209 375.73 83.1209 375.73H24.6745C24.6745 375.73 21.1323 375.73 21.1323 365.136C21.1323 354.542 24.6745 354.542 24.6745 354.542Z" fill="#3C3D43"/> +<rect x="43.2712" y="333.353" width="73.5007" height="2.64853" fill="#18191C"/> +<rect x="43.2712" y="351.892" width="73.5007" height="2.6485" fill="#18191C"/> +<path d="M40.6145 333.353H74.7082C74.7082 333.353 71.166 333.353 71.166 343.947C71.166 354.541 74.7082 354.541 74.7082 354.541H40.6145C40.6145 354.541 37.0723 354.541 37.0723 343.947C37.0723 333.353 40.6145 333.353 40.6145 333.353Z" fill="#18191C"/> +<path d="M40.6145 333.353H72.0515C72.0515 333.353 68.5093 333.353 68.5093 343.947C68.5093 354.541 72.0515 354.541 72.0515 354.541H40.6145C40.6145 354.541 37.0723 354.541 37.0723 343.947C37.0723 333.353 40.6145 333.353 40.6145 333.353Z" fill="url(#paint4_linear)"/> +<path d="M82.1904 341.782H94.858C94.858 341.782 97.1201 341.783 98.9297 344.379C100.739 346.976 102.097 363.861 102.097 363.861L95.7628 359.531L89.429 363.861C89.429 363.861 88.5242 347.409 86.2621 344.379C84.0001 341.35 82.1904 341.782 82.1904 341.782Z" fill="#FFBE12"/> +<path d="M252.67 276.917C252.67 280.124 255.279 282.723 258.498 282.723C261.718 282.723 264.327 280.124 264.327 276.917C264.327 273.71 261.718 271.111 258.498 271.111C255.279 271.111 252.67 273.71 252.67 276.917ZM261.509 276.917C261.509 278.574 260.161 279.916 258.498 279.916C256.836 279.916 255.488 278.574 255.488 276.917C255.488 275.261 256.836 273.918 258.498 273.918C260.161 273.918 261.509 275.261 261.509 276.917Z" fill="#18191C"/> +<path fill-rule="evenodd" clip-rule="evenodd" d="M264.327 231.909H283.271V229.006H264.327C260.303 229.006 257.041 232.255 257.041 236.264V272.942H259.956V236.264C259.956 233.859 261.913 231.909 264.327 231.909Z" fill="#18191C"/> +<path d="M350.629 214.06H279.226V245.995H350.629V214.06Z" fill="#18191C"/> +<path d="M353.543 211.157H282.141V243.092H353.543V211.157Z" fill="white"/> +<path d="M347.765 217.107H312.851V222.599H347.765V217.107Z" fill="#C4C4C4"/> +<path d="M347.765 227.175H322.039V233.125H347.765V227.175Z" fill="#C4C4C4"/> +<path d="M288.043 238.159C288.043 231.884 293.2 226.806 299.528 226.806C299.897 226.806 300.265 226.838 300.633 226.871C306.46 227.42 311.013 232.272 311.013 238.159H288.043ZM299.964 216.682C299.83 216.649 299.662 216.649 299.528 216.649C296.984 216.649 294.908 218.655 294.908 221.113C294.908 223.118 296.28 224.8 298.156 225.383C298.591 225.512 299.026 225.577 299.528 225.577C302.073 225.577 304.149 223.571 304.149 221.113C304.149 218.784 302.308 216.876 299.964 216.682Z" fill="#18191C"/> +<path d="M300.906 238.159C300.906 234.287 304.104 231.154 308.027 231.154C308.256 231.154 308.484 231.174 308.712 231.194C312.325 231.533 315.148 234.527 315.148 238.159H300.906ZM308.297 224.907C308.214 224.887 308.11 224.887 308.027 224.887C306.449 224.887 305.162 226.124 305.162 227.641C305.162 228.879 306.013 229.917 307.176 230.276C307.446 230.356 307.716 230.396 308.027 230.396C309.605 230.396 310.892 229.158 310.892 227.641C310.892 226.204 309.75 225.027 308.297 224.907Z" fill="url(#paint5_linear)"/> +<path d="M289.651 316.419C297.95 316.419 303.794 320.222 308.25 325.663C312.572 330.941 315.696 337.893 318.661 344.491L318.738 344.66C321.792 351.456 324.693 357.873 328.592 362.634C332.393 367.276 337.023 370.195 343.631 370.195C350.258 370.195 355.133 367.256 359.228 362.577C363.404 357.805 366.642 351.368 369.911 344.603C370.13 344.149 370.35 343.693 370.57 343.236L370.571 343.234C373.563 337.023 376.648 330.62 380.512 325.7C384.729 320.33 390.112 316.419 397.61 316.419V320.996C392.015 320.996 387.831 323.807 384.13 328.52C380.589 333.03 377.711 338.998 374.645 345.355C374.447 345.765 374.249 346.176 374.05 346.588C370.823 353.267 367.34 360.273 362.691 365.584C357.962 370.988 351.91 374.771 343.631 374.771C335.332 374.771 329.488 370.968 325.032 365.527C320.71 360.25 317.586 353.298 314.621 346.7L314.545 346.53C311.491 339.735 308.589 333.317 304.691 328.557C300.889 323.915 296.259 320.996 289.651 320.996V316.419Z" fill="url(#paint6_linear)"/> +<defs> +<linearGradient id="paint0_linear" x1="187.5" y1="0" x2="187.5" y2="376" gradientUnits="userSpaceOnUse"> +<stop stop-color="white"/> +<stop offset="1" stop-color="#F4F4F4"/> +</linearGradient> +<linearGradient id="paint1_linear" x1="254.5" y1="252.5" x2="-50.436" y2="102.6" gradientUnits="userSpaceOnUse"> +<stop stop-color="#FFBE12"/> +<stop offset="1" stop-color="white" stop-opacity="0"/> +</linearGradient> +<linearGradient id="paint2_linear" x1="112.323" y1="277.289" x2="147.662" y2="356.124" gradientUnits="userSpaceOnUse"> +<stop stop-color="#FFBE12"/> +<stop offset="1" stop-color="white"/> +</linearGradient> +<linearGradient id="paint3_linear" x1="235.18" y1="250.35" x2="290.345" y2="304.271" gradientUnits="userSpaceOnUse"> +<stop stop-color="#FFBE12"/> +<stop offset="1" stop-color="white"/> +</linearGradient> +<linearGradient id="paint4_linear" x1="37.0484" y1="343.872" x2="72.0548" y2="343.872" gradientUnits="userSpaceOnUse"> +<stop stop-color="#27292D"/> +<stop offset="1" stop-color="#404247"/> +</linearGradient> +<linearGradient id="paint5_linear" x1="300.036" y1="242.618" x2="314.43" y2="227.066" gradientUnits="userSpaceOnUse"> +<stop stop-color="white"/> +<stop offset="1" stop-color="#FFBE11"/> +</linearGradient> +<linearGradient id="paint6_linear" x1="343.631" y1="316.419" x2="387.733" y2="316.419" gradientUnits="userSpaceOnUse"> +<stop stop-color="white"/> +<stop offset="1" stop-color="white" stop-opacity="0"/> +</linearGradient> +</defs> +</svg> diff --git a/site/img/front-page/banner/banner-bg.svg b/site/img/front-page/banner/banner-bg.svg new file mode 100644 index 0000000..67d9820 --- /dev/null +++ b/site/img/front-page/banner/banner-bg.svg @@ -0,0 +1,109 @@ +<svg width="1600" height="500" viewBox="0 0 1600 500" fill="none" xmlns="http://www.w3.org/2000/svg"> +<rect width="1600" height="500" transform="matrix(1 0 0 -1 0 500)" fill="url(#paint0_linear)"/> +<rect width="1600" height="500" transform="matrix(1 0 0 -1 0 500)" fill="url(#paint1_linear)"/> +<g opacity="0.5"> +<path d="M785 129H1601.5" stroke="white" stroke-width="2" stroke-dasharray="12 12"/> +<path d="M785 249H1601.5" stroke="white" stroke-width="2" stroke-dasharray="12 12"/> +<path d="M785 369H1601.5" stroke="white" stroke-width="2" stroke-dasharray="12 12"/> +<path opacity="0.5" d="M899 498L899 7.689e-06" stroke="white" stroke-width="2" stroke-dasharray="12 12"/> +<path opacity="0.75" d="M1042 498L1042 7.689e-06" stroke="white" stroke-width="2" stroke-dasharray="12 12"/> +<path d="M1328 500L1328 2.00001" stroke="white" stroke-width="2" stroke-dasharray="12 12"/> +<path opacity="0.9" d="M1185 498L1185 7.689e-06" stroke="white" stroke-width="2" stroke-dasharray="12 12"/> +<path d="M1471 500L1471 2.00001" stroke="white" stroke-width="2" stroke-dasharray="12 12"/> +</g> +<path d="M1290.23 393.71C1300.09 380.134 1313.09 370 1331.5 370V380C1317.46 380 1307.12 387.477 1298.32 399.587C1289.72 411.428 1283.13 426.98 1276.46 442.721C1276.21 443.305 1275.97 443.889 1275.72 444.474C1268.96 460.4 1261.95 476.669 1252.51 487.323C1247.7 492.759 1242.02 497.028 1235.13 498.978C1228.19 500.943 1220.57 500.398 1212.2 497.164C1197.9 491.639 1191.14 478.364 1185.68 467.648C1185.21 466.716 1184.74 465.804 1184.28 464.917C1181.23 459.029 1178.46 454.173 1174.97 450.731C1171.69 447.505 1167.75 445.5 1162 445.5C1156.65 445.5 1152.87 447.793 1149.55 451.812C1146.02 456.078 1143.3 461.923 1140.28 468.569L1140.04 469.108C1137.22 475.302 1134.09 482.203 1129.79 487.52C1125.16 493.24 1118.89 497.5 1110 497.5V487.5C1115.11 487.5 1118.75 485.26 1122.01 481.23C1125.47 476.952 1128.15 471.101 1131.18 464.431L1131.24 464.306C1134.11 457.984 1137.34 450.886 1141.84 445.438C1146.59 439.707 1152.99 435.5 1162 435.5C1170.61 435.5 1177 438.701 1181.98 443.607C1186.75 448.298 1190.15 454.501 1193.16 460.319C1193.55 461.06 1193.93 461.795 1194.3 462.524C1200.17 473.931 1205.23 483.751 1215.8 487.836C1222.57 490.45 1227.94 490.619 1232.4 489.356C1236.92 488.078 1241.06 485.178 1245.03 480.694C1253.16 471.511 1259.57 456.942 1266.51 440.57C1266.82 439.841 1267.13 439.109 1267.44 438.375C1273.94 423.017 1280.94 406.504 1290.23 393.71Z" fill="#747577"/> +<path d="M1332 96.9498L1213.17 96.9498V499.774H1332V96.9498Z" fill="white"/> +<path d="M1213.17 96.9498L1139.5 108.626V499.774H1213.17V96.9498Z" fill="#E6E6E6"/> +<path d="M1020.67 108.626L947 120.302V499.774H1020.67V108.626Z" fill="#E6E6E6"/> +<path d="M1139.5 108.626L1020.67 108.626V499.774H1139.5V108.626Z" fill="white"/> +<path d="M1150.2 268.84C1150.54 269.278 1150.88 269.716 1151.22 269.716H1164.05V308.249C1164.05 309.124 1164.73 310 1165.4 310H1184.32C1185 310 1185.67 309.124 1185.67 308.249V269.716H1198.85C1199.18 269.716 1199.86 269.278 1199.86 268.84C1200.2 268.402 1199.86 267.527 1199.52 267.089L1175.88 236.438C1175.54 236 1175.2 236 1175.2 236C1174.86 236 1174.52 236 1174.52 236.438L1150.88 267.089C1149.86 267.527 1149.86 267.964 1150.2 268.84Z" fill="#B8B8B8"/> +<path d="M1197.87 392.16C1197.55 391.722 1197.22 391.284 1196.9 391.284H1184.56V352.751C1184.56 351.876 1183.91 351 1183.26 351H1165.07C1164.42 351 1163.77 351.876 1163.77 352.751V391.284H1151.11C1150.78 391.284 1150.13 391.722 1150.13 392.16C1149.81 392.598 1150.13 393.473 1150.46 393.911L1173.19 424.562C1173.52 425 1173.84 425 1173.84 425C1174.17 425 1174.49 425 1174.49 424.562L1197.22 393.911C1197.87 393.036 1198.2 392.598 1197.87 392.16Z" fill="#B8B8B8"/> +<path d="M1246.28 365C1246.73 364.532 1247.17 364.064 1247.17 363.596V345.809H1286.22C1287.11 345.809 1288 344.873 1288 343.937V317.725C1288 316.789 1287.11 315.853 1286.22 315.853H1247.17V297.598C1247.17 297.13 1246.73 296.194 1246.28 296.194C1245.84 295.726 1244.95 296.194 1244.51 296.662L1213.44 329.427C1213 329.895 1213 330.363 1213 330.363C1213 330.831 1213 331.299 1213.44 331.299L1244.51 364.064C1244.95 365 1245.84 365 1246.28 365Z" fill="#CCCCCC"/> +<path d="M1104.05 299C1103.62 299.448 1103.2 299.895 1103.2 300.343V317.356H1065.7C1064.85 317.356 1064 318.252 1064 319.147V344.22C1064 345.115 1064.85 346.01 1065.7 346.01H1103.2V363.471C1103.2 363.919 1103.62 364.815 1104.05 364.815C1104.47 365.262 1105.33 364.815 1105.75 364.367L1135.57 333.027C1136 332.579 1136 332.131 1136 332.131C1136 332.131 1136 331.236 1135.57 331.236L1105.75 299.895C1104.9 299 1104.47 299 1104.05 299Z" fill="#CCCCCC"/> +<g opacity="0.2"> +<path d="M1212.2 143H1264V159.054H1213.51L1140.83 170.827H1020.75L967 179.291V163.434L1019.48 154.773H1139.52L1212.2 143Z" fill="black"/> +<path d="M1212.2 177.249H1264V193.303H1213.51L1140.83 205.077H1020.75L967 213.54V197.683L1019.48 189.022H1139.52L1212.2 177.249Z" fill="black"/> +<path d="M1095.49 226.482H1019.48L967 235.143L967 251L1020.75 242.537H1095.49V226.482Z" fill="black"/> +</g> +<rect x="956.032" y="317.471" width="114.649" height="139.065" rx="5" fill="white"/> +<rect x="965.586" y="317.471" width="114.649" height="139.065" rx="5" fill="url(#paint2_linear)"/> +<path d="M991.096 376.918H943.734L921 441.331H968.362L991.096 376.918Z" fill="#18191C"/> +<rect x="943.734" y="376.918" width="136.403" height="123.142" fill="#3C3D43"/> +<rect x="1080.14" y="376.918" width="47.3622" height="123.142" fill="#18191C"/> +<path d="M1080.14 376.918H1127.5L1150.23 441.331H1102.87L1080.14 376.918Z" fill="#3C3D43"/> +<rect x="981.509" y="469.275" width="61.5709" height="5.30784" rx="2.65392" fill="white"/> +<path d="M1000.9 401C999.798 401 998.902 401.895 998.902 403V439.837H984.004C982.222 439.837 981.33 441.991 982.59 443.251L1010.43 471.095C1011.21 471.876 1012.48 471.876 1013.26 471.095L1041.11 443.251C1042.37 441.991 1041.47 439.837 1039.69 439.837H1026.03V403C1026.03 401.895 1025.13 401 1024.03 401H1000.9Z" fill="white"/> +<rect x="981" y="337" width="57.3246" height="6.3694" rx="3.1847" fill="#18191C"/> +<rect x="999.047" y="349.739" width="43.5243" height="6.3694" rx="3.1847" fill="white"/> +<rect x="981" y="362.478" width="43.5243" height="6.3694" rx="3.1847" fill="#18191C"/> +<path d="M1260.81 411.143C1279.77 429.607 1305.22 440.289 1331.94 441.077L1331.94 394.51C1317.9 393.749 1304.59 387.98 1294.59 378.243C1284.59 368.505 1278.67 355.542 1277.89 341.864L1230.08 341.864C1230.88 367.887 1241.85 392.679 1260.81 411.143Z" fill="#3C3D43"/> +<path d="M1403.88 269.927C1384.71 250.754 1358.96 239.662 1331.94 238.844V287.198C1346.14 287.988 1359.6 293.979 1369.72 304.09C1379.83 314.201 1385.82 327.662 1386.61 341.864L1434.97 341.864C1434.15 314.843 1423.05 289.1 1403.88 269.927Z" fill="white"/> +<path d="M1403.88 411.143C1423.05 392.679 1434.15 367.887 1434.97 341.864L1386.61 341.864C1385.82 355.541 1379.83 368.505 1369.72 378.243C1359.6 387.98 1346.14 393.749 1331.94 394.51L1331.94 441.077C1358.96 440.289 1384.71 429.607 1403.88 411.143Z" fill="#E6E6E6"/> +<path d="M1331.94 281.148V225.636C1316.88 225.963 1302.01 229.02 1288.08 234.658C1273.32 240.633 1259.91 249.391 1248.61 260.432C1237.31 271.473 1228.35 284.58 1222.23 299.006C1216.46 312.617 1213.33 327.15 1213 341.864L1269.81 341.864C1270.12 334.439 1271.77 327.118 1274.69 320.239C1277.95 312.546 1282.73 305.555 1288.76 299.667C1294.78 293.778 1301.94 289.107 1309.81 285.92C1316.85 283.071 1324.34 281.458 1331.94 281.148Z" fill="url(#paint3_linear)"/> +<rect x="1234" y="439" width="188.063" height="60.7643" fill="white"/> +<path d="M1328.08 478.666L1381.58 460.943H1314.12L1328.08 478.666Z" fill="#E6E6E6"/> +<rect x="1234" y="439" width="80.1167" height="60.7643" fill="#E6E6E6"/> +<path d="M1381.58 460.943H1314.12C1326.4 460.943 1334.74 469.383 1337.38 473.603L1381.58 460.943Z" fill="#FFBE12"/> +<path d="M1238.69 48.3434C1238.69 51.8468 1235.85 54.6869 1232.34 54.6869C1228.84 54.6869 1226 51.8468 1226 48.3434C1226 44.8401 1228.84 42 1232.34 42C1235.85 42 1238.69 44.8401 1238.69 48.3434Z" fill="white"/> +<path d="M1264.06 48.3434C1264.06 51.8468 1261.22 54.6869 1257.72 54.6869C1254.22 54.6869 1251.38 51.8468 1251.38 48.3434C1251.38 44.8401 1254.22 42 1257.72 42C1261.22 42 1264.06 44.8401 1264.06 48.3434Z" fill="white"/> +<path d="M1289.44 48.3434C1289.44 51.8468 1286.6 54.6869 1283.1 54.6869C1279.59 54.6869 1276.75 51.8468 1276.75 48.3434C1276.75 44.8401 1279.59 42 1283.1 42C1286.6 42 1289.44 44.8401 1289.44 48.3434Z" fill="white"/> +<path d="M848.688 346.343C848.688 349.847 845.848 352.687 842.344 352.687C838.84 352.687 836 349.847 836 346.343C836 342.84 838.84 340 842.344 340C845.848 340 848.688 342.84 848.688 346.343Z" fill="white"/> +<path d="M874.063 346.343C874.063 349.847 871.223 352.687 867.719 352.687C864.216 352.687 861.375 349.847 861.375 346.343C861.375 342.84 864.216 340 867.719 340C871.223 340 874.063 342.84 874.063 346.343Z" fill="white"/> +<path d="M899.439 346.343C899.439 349.847 896.599 352.687 893.095 352.687C889.592 352.687 886.751 349.847 886.751 346.343C886.751 342.84 889.592 340 893.095 340C896.599 340 899.439 342.84 899.439 346.343Z" fill="white"/> +<path d="M1071.61 343.687C1071.61 350.694 1065.93 356.374 1058.92 356.374C1051.92 356.374 1046.24 350.694 1046.24 343.687C1046.24 336.68 1051.92 331 1058.92 331C1065.93 331 1071.61 336.68 1071.61 343.687ZM1052.37 343.687C1052.37 347.306 1055.3 350.24 1058.92 350.24C1062.54 350.24 1065.48 347.306 1065.48 343.687C1065.48 340.068 1062.54 337.134 1058.92 337.134C1055.3 337.134 1052.37 340.068 1052.37 343.687Z" fill="#18191C"/> +<path fill-rule="evenodd" clip-rule="evenodd" d="M1046.24 256.343H1005V250H1046.24C1054.99 250 1062.1 257.1 1062.1 265.859V335.636H1055.75V265.859C1055.75 260.604 1051.49 256.343 1046.24 256.343Z" fill="#18191C"/> +<path d="M890 219H1021.43V299.214H890V219Z" fill="#18191C"/> +<path fill-rule="evenodd" clip-rule="evenodd" d="M968.16 226.87L978.829 237.451L985.668 230.668L994.696 239.622L1004.27 230.127C1006.1 228.314 1009.05 228.326 1010.86 230.154C1012.68 231.983 1012.67 234.936 1010.84 236.75L994.696 252.759L985.668 243.805L978.829 250.588L968.16 240.007L936.701 271.208L923.57 258.185L907.978 273.648C906.15 275.462 903.197 275.45 901.383 273.621C899.569 271.792 899.581 268.84 901.41 267.026L923.57 245.048L936.701 258.071L968.16 226.87Z" fill="#18191C"/> +<path d="M896.28 211H1027.28V292H896.28V211Z" fill="white"/> +<path fill-rule="evenodd" clip-rule="evenodd" d="M974.017 223L984.668 233.583L991.495 226.799L1000.51 235.754L1010.04 226.286C1011.85 224.488 1014.79 224.475 1016.62 226.256C1018.45 228.038 1018.46 230.94 1016.65 232.738L1000.51 248.778L991.495 239.824L984.668 246.608L974.017 236.025L942.61 267.23L929.5 254.205L913.964 269.642C912.154 271.441 909.206 271.454 907.379 269.673C905.552 267.891 905.539 264.989 907.348 263.191L929.5 241.181L942.61 254.206L974.017 223Z" fill="#FFBE12"/> +<rect x="851.35" y="409.602" width="100.449" height="41.3915" fill="white"/> +<rect x="851.134" y="456.624" width="115.704" height="41.3531" fill="#E6E6E6"/> +<rect x="754.438" y="453.317" width="218.185" height="5.78943" fill="#18191C"/> +<rect x="754.438" y="493.843" width="218.185" height="5.78943" fill="#18191C"/> +<path d="M760.493 453.299H887.717C887.717 453.299 880.006 453.299 880.006 476.447C880.006 499.596 887.717 499.596 887.717 499.596H760.493C760.493 499.596 752.783 499.596 752.783 476.447C752.783 453.299 760.493 453.299 760.493 453.299Z" fill="#18191C"/> +<path d="M754.711 453.299H881.934C881.934 453.299 874.223 453.299 874.223 476.447C874.223 499.596 881.934 499.596 881.934 499.596H754.711C754.711 499.596 747 499.596 747 476.447C747 453.299 754.711 453.299 754.711 453.299Z" fill="#3C3D43"/> +<rect x="795.191" y="407" width="159.993" height="5.78711" fill="#18191C"/> +<rect x="795.191" y="447.509" width="159.993" height="5.78711" fill="#18191C"/> +<path d="M789.408 407H863.621C863.621 407 855.911 407 855.911 430.149C855.911 453.297 863.621 453.297 863.621 453.297H789.408C789.408 453.297 781.697 453.297 781.697 430.149C781.697 407 789.408 407 789.408 407Z" fill="#18191C"/> +<path d="M789.408 407H857.839C857.839 407 850.128 407 850.128 430.149C850.128 453.297 857.839 453.297 857.839 453.297H789.408C789.408 453.297 781.697 453.297 781.697 430.149C781.697 407 789.408 407 789.408 407Z" fill="url(#paint4_linear)"/> +<path d="M879.909 425.417H907.483C907.483 425.417 912.407 425.419 916.346 431.093C920.285 436.766 923.239 473.66 923.239 473.66L909.452 464.201L895.665 473.66C895.665 473.66 893.696 437.712 888.772 431.093C883.848 424.473 879.909 425.417 879.909 425.417Z" fill="#FFBE12"/> +<path d="M1251 283.687C1251 290.694 1256.68 296.374 1263.69 296.374C1270.7 296.374 1276.38 290.694 1276.38 283.687C1276.38 276.68 1270.7 271 1263.69 271C1256.68 271 1251 276.68 1251 283.687ZM1270.24 283.687C1270.24 287.306 1267.31 290.24 1263.69 290.24C1260.07 290.24 1257.13 287.306 1257.13 283.687C1257.13 280.068 1260.07 277.134 1263.69 277.134C1267.31 277.134 1270.24 280.068 1270.24 283.687Z" fill="#18191C"/> +<path fill-rule="evenodd" clip-rule="evenodd" d="M1276.38 185.343H1317.61V179H1276.38C1267.62 179 1260.52 186.1 1260.52 194.859V275H1266.86V194.859C1266.86 189.604 1271.12 185.343 1276.38 185.343Z" fill="#18191C"/> +<path d="M1464.23 146.344H1308.81V216.121H1464.23V146.344Z" fill="#18191C"/> +<path d="M1470.58 140H1315.15V209.778H1470.58V140Z" fill="white"/> +<path d="M1458 153H1382V165H1458V153Z" fill="#C4C4C4"/> +<path d="M1458 175H1402V188H1458V175Z" fill="#C4C4C4"/> +<path d="M1328 199C1328 185.289 1339.22 174.192 1353 174.192C1353.8 174.192 1354.6 174.263 1355.41 174.334C1368.09 175.535 1378 186.137 1378 199H1328ZM1353.95 152.071C1353.66 152 1353.29 152 1353 152C1347.46 152 1342.94 156.382 1342.94 161.753C1342.94 166.135 1345.93 169.811 1350.01 171.083C1350.96 171.365 1351.91 171.507 1353 171.507C1358.54 171.507 1363.06 167.125 1363.06 161.753C1363.06 156.665 1359.05 152.495 1353.95 152.071Z" fill="#18191C"/> +<path d="M1356 199C1356 190.54 1362.96 183.693 1371.5 183.693C1372 183.693 1372.49 183.737 1372.99 183.78C1380.85 184.522 1387 191.063 1387 199H1356ZM1372.09 170.044C1371.91 170 1371.68 170 1371.5 170C1368.07 170 1365.26 172.704 1365.26 176.018C1365.26 178.722 1367.12 180.989 1369.65 181.774C1370.23 181.949 1370.82 182.036 1371.5 182.036C1374.93 182.036 1377.74 179.332 1377.74 176.018C1377.74 172.878 1375.25 170.305 1372.09 170.044Z" fill="url(#paint5_linear)"/> +<path d="M1331.5 370C1349.56 370 1362.28 378.309 1371.98 390.198C1381.39 401.729 1388.19 416.92 1394.65 431.337L1394.81 431.707C1401.46 446.555 1407.78 460.578 1416.26 470.98C1424.54 481.122 1434.62 487.5 1449 487.5C1463.43 487.5 1474.04 481.079 1482.95 470.855C1492.04 460.43 1499.09 446.363 1506.2 431.582C1506.68 430.588 1507.16 429.59 1507.64 428.59C1514.16 415.02 1520.87 401.029 1529.28 390.279C1538.46 378.545 1550.18 370 1566.5 370V380C1554.32 380 1545.21 386.142 1537.16 396.44C1529.45 406.295 1523.18 419.334 1516.51 433.226C1516.08 434.12 1515.65 435.018 1515.22 435.918C1508.19 450.512 1500.61 465.82 1490.49 477.426C1480.2 489.233 1467.02 497.5 1449 497.5C1430.94 497.5 1418.22 489.191 1408.52 477.302C1399.11 465.771 1392.31 450.58 1385.85 436.163L1385.69 435.793C1379.04 420.945 1372.72 406.922 1364.24 396.52C1355.96 386.378 1345.88 380 1331.5 380V370Z" fill="url(#paint6_linear)"/> +<defs> +<linearGradient id="paint0_linear" x1="800" y1="500" x2="800" y2="12.5" gradientUnits="userSpaceOnUse"> +<stop stop-color="#F3F4F4"/> +<stop offset="1" stop-color="white"/> +</linearGradient> +<linearGradient id="paint1_linear" x1="1570" y1="198.5" x2="520.5" y2="74.5002" gradientUnits="userSpaceOnUse"> +<stop stop-color="#FFBE12"/> +<stop offset="1" stop-color="white" stop-opacity="0"/> +</linearGradient> +<linearGradient id="paint2_linear" x1="945.5" y1="284.5" x2="1022.91" y2="456.537" gradientUnits="userSpaceOnUse"> +<stop stop-color="#FFBE12"/> +<stop offset="1" stop-color="white"/> +</linearGradient> +<linearGradient id="paint3_linear" x1="1212.93" y1="225.636" x2="1333.45" y2="342.999" gradientUnits="userSpaceOnUse"> +<stop stop-color="#FFBE12"/> +<stop offset="1" stop-color="white"/> +</linearGradient> +<linearGradient id="paint4_linear" x1="781.645" y1="429.985" x2="857.846" y2="429.985" gradientUnits="userSpaceOnUse"> +<stop stop-color="#27292D"/> +<stop offset="1" stop-color="#404247"/> +</linearGradient> +<linearGradient id="paint5_linear" x1="1354.11" y1="208.742" x2="1385.57" y2="174.881" gradientUnits="userSpaceOnUse"> +<stop stop-color="white"/> +<stop offset="1" stop-color="#FFBE11"/> +</linearGradient> +<linearGradient id="paint6_linear" x1="1449" y1="370" x2="1545" y2="370" gradientUnits="userSpaceOnUse"> +<stop stop-color="white"/> +<stop offset="1" stop-color="white" stop-opacity="0"/> +</linearGradient> +</defs> +</svg> diff --git a/site/img/front-page/inform-columns/open-community.svg b/site/img/front-page/inform-columns/open-community.svg new file mode 100644 index 0000000..408e4ff --- /dev/null +++ b/site/img/front-page/inform-columns/open-community.svg @@ -0,0 +1,10 @@ +<svg width="54" height="54" viewBox="0 0 54 54" fill="none" xmlns="http://www.w3.org/2000/svg"> +<path d="M50 24L27 14L30 28L54 39L50 24Z" fill="#18191C"/> +<path d="M27 33.3333L4 43V24L27 14V33.3333Z" fill="#18191C"/> +<path d="M27 33.3333L50 43V24L27 14V33.3333Z" fill="#747577"/> +<path d="M12 29C12 20.5399 18.7347 13.6932 27 13.6932C27.481 13.6932 27.9621 13.7368 28.4431 13.7805C36.0525 14.5218 42 21.0632 42 29H12ZM27.5685 0.043609C27.3936 0 27.1749 0 27 0C23.6764 0 20.965 2.70376 20.965 6.01804C20.965 8.7218 22.758 10.9895 25.207 11.7744C25.7755 11.9489 26.344 12.0361 27 12.0361C30.3236 12.0361 33.035 9.33233 33.035 6.01804C33.035 2.8782 30.6297 0.305263 27.5685 0.043609Z" fill="#FFBE12"/> +<rect x="12" y="29" width="30" height="10" fill="#FFBE12"/> +<path d="M27 33.6296L50 24V44.3704L27 54V33.6296Z" fill="#18191C"/> +<path d="M27 33.6296L4 24V44.3704L27 54V33.6296Z" fill="#747577"/> +<path d="M0 39L23 49L27 33.5675L4 24L0 39Z" fill="#ACACAD"/> +</svg> diff --git a/site/img/front-page/inform-columns/open-platform.svg b/site/img/front-page/inform-columns/open-platform.svg new file mode 100644 index 0000000..3d33d5d --- /dev/null +++ b/site/img/front-page/inform-columns/open-platform.svg @@ -0,0 +1,11 @@ +<svg width="54" height="54" viewBox="0 0 54 54" fill="none" xmlns="http://www.w3.org/2000/svg"> +<path d="M50 24L27 14L30 28L54 39L50 24Z" fill="#18191C"/> +<path d="M27 34L4 43V24L27 14V34Z" fill="#18191C"/> +<path d="M27 34L50 43V24L27 14V34Z" fill="#747577"/> +<path d="M15 8L27 13V28L15 22.7826V8Z" fill="#FFBE12"/> +<path d="M39 8L27 13V28L39 22.6419V8Z" fill="#18191C"/> +<path d="M27 13L15 8L27 3L39 8L27 13Z" fill="#FFBE12"/> +<path d="M27 33.6296L50 24V44.3704L27 54V33.6296Z" fill="#18191C"/> +<path d="M27 33.6296L4 24V44.3704L27 54V33.6296Z" fill="#747577"/> +<path d="M0 39L23 49L27 33.5675L4 24L0 39Z" fill="#ACACAD"/> +</svg> diff --git a/site/img/front-page/inform-columns/open-proccess.svg b/site/img/front-page/inform-columns/open-proccess.svg new file mode 100644 index 0000000..a978190 --- /dev/null +++ b/site/img/front-page/inform-columns/open-proccess.svg @@ -0,0 +1,10 @@ +<svg width="54" height="54" viewBox="0 0 54 54" fill="none" xmlns="http://www.w3.org/2000/svg"> +<path d="M50 24L27 14L30 28L54 39L50 24Z" fill="#18191C"/> +<path d="M27 33.3333L4 43V24L27 14V33.3333Z" fill="#18191C"/> +<path d="M27 33.3333L50 43V24L27 14V33.3333Z" fill="#747577"/> +<circle cx="27" cy="20" r="8" fill="white"/> +<path d="M45.869 17.0104C45.7816 16.4856 45.1701 16.0483 44.646 16.0483C42.8989 16.0483 41.4138 14.9988 40.7149 13.4246C40.0161 11.8504 40.4529 9.92635 41.7632 8.70196C42.2 8.35213 42.2 7.73993 41.8506 7.30264C40.977 6.16571 39.9287 5.11622 38.8805 4.24165C38.4437 3.89183 37.8322 3.97929 37.4828 4.32911C36.3471 5.55351 34.3379 6.07825 32.7655 5.3786C31.1057 4.67894 30.1448 3.01726 30.2322 1.26812C30.2322 0.743383 29.8828 0.218642 29.2713 0.131185C27.8736 -0.0437284 26.4759 -0.0437284 24.9908 0.131185C24.4667 0.218642 24.0299 0.655924 24.0299 1.18066C24.1172 2.9298 23.069 4.59148 21.4092 5.20368C19.8368 5.81588 17.8276 5.3786 16.692 4.1542C16.3425 3.71691 15.731 3.71692 15.2943 4.06674C14.1586 4.94131 13.1103 5.99079 12.2368 7.12773C11.8874 7.56502 11.9747 8.17721 12.3241 8.52704C13.6345 9.75144 14.0713 11.588 13.3724 13.2497C12.7609 14.8239 11.1011 15.786 9.26667 15.786C8.65517 15.786 8.21839 16.1358 8.13103 16.748C7.95632 18.1473 7.95632 19.6341 8.13103 21.0334C8.21839 21.5581 8.82988 21.9954 9.35402 21.9954C11.0138 21.9954 12.5862 22.9574 13.2851 24.6191C13.9839 26.1933 13.5471 28.1174 12.2368 29.3418C11.8 29.6916 11.8 30.3038 12.1494 30.7411C13.023 31.878 14.0713 32.84 15.1195 33.8021C15.5563 34.1519 16.1678 34.0644 16.5172 33.7146C17.6529 32.4902 19.6621 31.9655 21.2345 32.6651C22.8943 33.3648 23.8552 35.0265 23.7678 36.7756C23.7678 37.3004 24.1172 37.8251 24.7287 37.9125C25.4276 38 26.2138 38 26.9126 38C27.6115 38 28.3103 38 29.0092 37.9125C29.5333 37.8251 29.9701 37.3878 29.9701 36.8631C29.8828 35.1139 30.931 33.4522 32.5908 32.84C34.1632 32.2279 36.1724 32.6651 37.308 33.8895C37.6575 34.3268 38.269 34.3268 38.7057 33.977C39.8414 33.1024 40.8897 32.0529 41.7632 30.916C42.1126 30.4787 42.0253 29.8665 41.6759 29.5167C40.3655 28.2923 39.9287 26.4557 40.6276 24.794C41.2391 23.2198 42.8115 22.2578 44.4713 22.2578H44.7333C45.2575 22.3452 45.7816 21.9079 45.869 21.2957C46.0437 19.8964 46.0437 18.4097 45.869 17.0104ZM27.0874 25.4062C23.5931 25.4062 20.7977 22.6076 20.7977 19.1093C20.7977 15.611 23.5931 12.8124 27.0874 12.8124C30.5816 12.8124 33.377 15.611 33.377 19.1093C33.4644 22.6076 30.5816 25.4062 27.0874 25.4062Z" fill="#FFBE12"/> +<path d="M27 33.6296L50 24V44.3704L27 54V33.6296Z" fill="#18191C"/> +<path d="M27 33.6296L4 24V44.3704L27 54V33.6296Z" fill="#747577"/> +<path d="M0 39L23 49L27 33.5675L4 24L0 39Z" fill="#ACACAD"/> +</svg> diff --git a/site/img/front-page/inform-columns/open-source.svg b/site/img/front-page/inform-columns/open-source.svg new file mode 100644 index 0000000..35bd866 --- /dev/null +++ b/site/img/front-page/inform-columns/open-source.svg @@ -0,0 +1,10 @@ +<svg width="54" height="54" viewBox="0 0 54 54" fill="none" xmlns="http://www.w3.org/2000/svg"> +<path d="M50 24L27 14L30 28L54 39L50 24Z" fill="#18191C"/> +<path d="M27 33.3333L4 43V24L27 14V33.3333Z" fill="#18191C"/> +<path d="M27 33.3333L50 43V24L27 14V33.3333Z" fill="#747577"/> +<path d="M11.6757 2.18921H34.3749L43.0541 10.1499V38.6757H11.6757V2.18921Z" fill="#FFBE12"/> +<path d="M43.0541 10.2162L34.2973 2.18921V10.2162H43.0541Z" fill="#18191C"/> +<path d="M27 33.6296L50 24V44.3704L27 54V33.6296Z" fill="#18191C"/> +<path d="M27 33.6296L4 24V44.3704L27 54V33.6296Z" fill="#747577"/> +<path d="M0 39L23 49L27 33.5675L4 24L0 39Z" fill="#ACACAD"/> +</svg> diff --git a/site/img/header/mobile-menu-close.svg b/site/img/header/mobile-menu-close.svg new file mode 100644 index 0000000..b3ad00d --- /dev/null +++ b/site/img/header/mobile-menu-close.svg @@ -0,0 +1,4 @@ +<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M0.397971 0.614362C0.928283 0.0628502 1.78809 0.0628502 2.3184 0.614362L19.6023 18.5892C20.1326 19.1407 20.1326 20.0349 19.6023 20.5864C19.072 21.1379 18.2121 21.1379 17.6818 20.5864L0.397971 2.61156C-0.132341 2.06005 -0.132341 1.16587 0.397971 0.614362Z" fill="#2B2E3B"/>
+<path d="M0.397734 20.3856C-0.132578 19.8341 -0.132578 18.9399 0.397734 18.3884L17.6816 0.413634C18.2119 -0.137878 19.0717 -0.137878 19.602 0.413634C20.1323 0.965145 20.1323 1.85932 19.602 2.41083L2.31816 20.3856C1.78785 20.9371 0.928046 20.9371 0.397734 20.3856Z" fill="#2B2E3B"/>
+</svg>
\ No newline at end of file diff --git a/site/img/header/mobile-menu-open.svg b/site/img/header/mobile-menu-open.svg new file mode 100644 index 0000000..3fc1dc0 --- /dev/null +++ b/site/img/header/mobile-menu-open.svg @@ -0,0 +1,5 @@ +<svg width="30" height="19" viewBox="0 0 30 19" fill="none" xmlns="http://www.w3.org/2000/svg"> +<path d="M0 1.5C0 0.671573 0.671573 0 1.5 0H28.5C29.3284 0 30 0.671573 30 1.5C30 2.32843 29.3284 3 28.5 3H1.5C0.671573 3 0 2.32843 0 1.5Z" fill="#18191C"/> +<path d="M0 9.5C0 8.67157 0.671573 8 1.5 8H28.5C29.3284 8 30 8.67157 30 9.5C30 10.3284 29.3284 11 28.5 11H1.5C0.671573 11 0 10.3284 0 9.5Z" fill="#18191C"/> +<path d="M0 17.5C0 16.6716 0.671573 16 1.5 16H28.5C29.3284 16 30 16.6716 30 17.5C30 18.3284 29.3284 19 28.5 19H1.5C0.671573 19 0 18.3284 0 17.5Z" fill="#18191C"/> +</svg> diff --git a/site/img/header/vyos-logo.svg b/site/img/header/vyos-logo.svg new file mode 100644 index 0000000..169b661 --- /dev/null +++ b/site/img/header/vyos-logo.svg @@ -0,0 +1,34 @@ +<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"> +<path d="M29.2 4.8H35.2V24.8H40V0H29.2V4.8Z" fill="url(#paint0_linear)"/> +<path d="M24.8 0H0V10.8H4.8V4.8H24.8V0Z" fill="url(#paint1_linear)"/> +<path d="M4.8 15.2H0V40H10.8V35.2H4.8V15.2Z" fill="url(#paint2_linear)"/> +<path d="M15.2 35.2V40H40V29.2H35.2V35.2H15.2Z" fill="url(#paint3_linear)"/> +<path d="M8.8 8.8H13.6L22.4 31.2H17.6L8.8 8.8Z" fill="url(#paint4_linear)"/> +<path d="M31.2 8.8H26.4L17.6 31.2H22.4L31.2 8.8Z" fill="url(#paint5_linear)"/> +<defs> +<linearGradient id="paint0_linear" x1="0" y1="0" x2="40" y2="40" gradientUnits="userSpaceOnUse"> +<stop stop-color="#FFBF12"/> +<stop offset="1" stop-color="#FF9000"/> +</linearGradient> +<linearGradient id="paint1_linear" x1="0" y1="0" x2="40" y2="40" gradientUnits="userSpaceOnUse"> +<stop stop-color="#FFBF12"/> +<stop offset="1" stop-color="#FF9000"/> +</linearGradient> +<linearGradient id="paint2_linear" x1="0" y1="0" x2="40" y2="40" gradientUnits="userSpaceOnUse"> +<stop stop-color="#FFBF12"/> +<stop offset="1" stop-color="#FF9000"/> +</linearGradient> +<linearGradient id="paint3_linear" x1="0" y1="0" x2="40" y2="40" gradientUnits="userSpaceOnUse"> +<stop stop-color="#FFBF12"/> +<stop offset="1" stop-color="#FF9000"/> +</linearGradient> +<linearGradient id="paint4_linear" x1="0" y1="0" x2="40" y2="40" gradientUnits="userSpaceOnUse"> +<stop stop-color="#FFBF12"/> +<stop offset="1" stop-color="#FF9000"/> +</linearGradient> +<linearGradient id="paint5_linear" x1="0" y1="0" x2="40" y2="40" gradientUnits="userSpaceOnUse"> +<stop stop-color="#FFBF12"/> +<stop offset="1" stop-color="#FF9000"/> +</linearGradient> +</defs> +</svg> diff --git a/site/img/social-networks/facebook-sm.svg b/site/img/social-networks/facebook-sm.svg new file mode 100644 index 0000000..0f1e339 --- /dev/null +++ b/site/img/social-networks/facebook-sm.svg @@ -0,0 +1,3 @@ +<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="#3D5B96"/> +</svg> diff --git a/site/img/social-networks/facebook.svg b/site/img/social-networks/facebook.svg new file mode 100644 index 0000000..60f206f --- /dev/null +++ b/site/img/social-networks/facebook.svg @@ -0,0 +1,3 @@ +<svg width="11" height="22" viewBox="0 0 11 22" fill="none" xmlns="http://www.w3.org/2000/svg"> +<path d="M10.4254 0.00445202L7.82699 0C4.90774 0 3.02119 2.06685 3.02119 5.26585V7.69376H0.408579C0.182818 7.69376 0 7.88921 0 8.13029V11.6481C0 11.8891 0.183027 12.0844 0.408579 12.0844H3.02119V20.9608C3.02119 21.2019 3.20401 21.3971 3.42977 21.3971H6.83848C7.06424 21.3971 7.24706 21.2017 7.24706 20.9608V12.0844H10.3018C10.5276 12.0844 10.7104 11.8891 10.7104 11.6481L10.7116 8.13029C10.7116 8.01453 10.6685 7.90368 10.592 7.82176C10.5155 7.73984 10.4112 7.69376 10.3028 7.69376H7.24706V5.63559C7.24706 4.64635 7.46781 4.14417 8.67458 4.14417L10.425 4.1435C10.6506 4.1435 10.8334 3.94805 10.8334 3.7072V0.44075C10.8334 0.200118 10.6508 0.00489723 10.4254 0.00445202Z" fill="#3D5B96"/> +</svg> diff --git a/site/img/social-networks/linkedin-sm.svg b/site/img/social-networks/linkedin-sm.svg new file mode 100644 index 0000000..8aa9f10 --- /dev/null +++ b/site/img/social-networks/linkedin-sm.svg @@ -0,0 +1,3 @@ +<svg width="20" height="19" viewBox="0 0 20 19" fill="none" xmlns="http://www.w3.org/2000/svg"> +<path d="M20 11.6489V19H15.7134V12.1412C15.7134 10.4182 15.0933 9.24237 13.5417 9.24237C12.3572 9.24237 11.6524 10.0348 11.3423 10.8014C11.2292 11.0754 11.2001 11.4569 11.2001 11.8405V19H6.91198C6.91198 19 6.96973 7.38348 6.91198 6.17992H11.1997V7.99711C11.191 8.0107 11.1797 8.02536 11.1715 8.03853H11.1997V7.99711C11.7693 7.12483 12.7867 5.87874 15.0638 5.87874C17.885 5.87869 20 7.71105 20 11.6489ZM2.42646 0C0.959506 0 0 0.956606 0 2.21458C0 3.44513 0.931746 4.43077 2.36954 4.43077H2.39818C3.89355 4.43077 4.82352 3.44532 4.82352 2.21458C4.79535 0.956606 3.89355 0 2.42646 0ZM0.254675 19H4.54114V6.17992H0.254675V19Z" fill="#1384BC"/> +</svg> diff --git a/site/img/social-networks/linkedin.svg b/site/img/social-networks/linkedin.svg new file mode 100644 index 0000000..08793b9 --- /dev/null +++ b/site/img/social-networks/linkedin.svg @@ -0,0 +1,3 @@ +<svg width="21" height="22" viewBox="0 0 21 22" fill="none" xmlns="http://www.w3.org/2000/svg"> +<path d="M20.8334 13.1185V21.3971H16.3681V13.673C16.3681 11.7326 15.7223 10.4084 14.106 10.4084C12.8722 10.4084 12.1379 11.3008 11.8149 12.1641C11.6971 12.4727 11.6668 12.9023 11.6668 13.3343V21.3971H7.19999C7.19999 21.3971 7.26015 8.315 7.19999 6.95959H11.6663V9.00605C11.6573 9.02136 11.6455 9.03786 11.637 9.0527H11.6663V9.00605C12.2597 8.02372 13.3195 6.62042 15.6915 6.62042C18.6303 6.62036 20.8334 8.6839 20.8334 13.1185ZM2.52756 0C0.999488 0 0 1.07729 0 2.49397C0 3.87978 0.970571 4.98977 2.46828 4.98977H2.49811C4.05578 4.98977 5.02451 3.87999 5.02451 2.49397C4.99516 1.07729 4.05578 0 2.52756 0ZM0.265287 21.3971H4.73036V6.95959H0.265287V21.3971Z" fill="#1384BC"/> +</svg> diff --git a/site/img/social-networks/reddit-sm.svg b/site/img/social-networks/reddit-sm.svg new file mode 100644 index 0000000..4f03fdd --- /dev/null +++ b/site/img/social-networks/reddit-sm.svg @@ -0,0 +1,3 @@ +<svg width="24" height="21" viewBox="0 0 24 21" fill="none" xmlns="http://www.w3.org/2000/svg"> +<path d="M20.0231 0.230242C20.8974 -0.164859 22.0169 -0.0463284 22.7526 0.546323C23.4349 1.05995 23.7761 1.92918 23.6162 2.72926C23.4989 3.40093 23.0511 4.02321 22.422 4.35905C21.6437 4.80354 20.5988 4.79366 19.8205 4.34917C19.2448 4.04297 18.8396 3.4997 18.6584 2.90705C17.4323 2.66999 16.2061 2.42305 14.98 2.16624C14.4256 3.77627 13.8818 5.39619 13.3274 7.00622C15.1613 7.14451 16.9738 7.51985 18.6477 8.22116C19.0849 7.77667 19.6286 7.40132 20.279 7.27292C21.3345 7.00622 22.5073 7.36181 23.2323 8.1125C23.7121 8.5965 23.9574 9.22867 24 9.88058V10.0683C23.9574 10.7696 23.6268 11.4116 23.1364 11.9351C23.6482 13.0216 23.7761 14.2761 23.3816 15.412C22.8592 16.9529 21.5797 18.1678 20.1191 19.0074C17.8801 20.3211 15.2146 20.9039 12.5917 20.9928C9.95824 21.0619 7.2821 20.6372 4.91515 19.5507C3.20924 18.7506 1.59929 17.5653 0.820968 15.896C0.2239 14.6514 0.266548 13.1797 0.863616 11.945C0.383829 11.4116 0.0319858 10.7696 0 10.0683V9.8707C0.0426477 9.39658 0.170591 8.91258 0.458463 8.50761C1.00222 7.66802 2.05775 7.15439 3.10262 7.18402C3.9769 7.21365 4.79787 7.61863 5.35229 8.22116C7.29276 7.40132 9.42514 7.0161 11.5469 6.97659C12.2079 5.01096 12.8903 3.04534 13.5513 1.08959C13.6473 0.684608 14.1057 0.378405 14.5429 0.47718C15.9609 0.763628 17.3789 1.0402 18.797 1.33652C19.0849 0.882159 19.49 0.457425 20.0231 0.230242ZM1.16215 9.33732C0.93825 9.86083 1.02355 10.4634 1.32208 10.9474C2.1004 9.94973 3.14527 9.1694 4.29676 8.56687C3.81697 8.22116 3.16659 8.05324 2.56952 8.19153C1.92981 8.32981 1.38605 8.76442 1.16215 9.33732ZM19.7139 8.55699C20.8654 9.15952 21.9103 9.94973 22.6886 10.9474C22.9125 10.5621 23.0404 10.1078 22.9445 9.66328C22.8272 8.9916 22.2621 8.40883 21.5478 8.22116C20.9294 8.02361 20.2257 8.19153 19.7139 8.55699ZM7.39938 10.6214C6.46113 10.8585 5.7681 11.7376 5.84274 12.6364C5.86406 13.5254 6.63172 14.3255 7.56997 14.4934C8.01777 14.5428 8.4869 14.5329 8.89205 14.3452C9.63838 14.039 10.1502 13.2982 10.1395 12.5376C10.1608 11.7771 9.64905 11.0363 8.89205 10.7399C8.43359 10.5127 7.88983 10.5127 7.39938 10.6214ZM15.4065 10.6214C14.5535 10.8486 13.8925 11.5993 13.8712 12.429C13.8179 13.1698 14.2763 13.9304 14.98 14.2761C15.6197 14.6119 16.462 14.602 17.1017 14.2464C17.7414 13.9007 18.1786 13.2291 18.1679 12.5278C18.1786 11.7573 17.6562 11.0165 16.8992 10.7103C16.4407 10.5226 15.8969 10.5029 15.4065 10.6214ZM8.04976 15.7478C7.6446 15.8367 7.32474 16.2022 7.37805 16.5874C7.39938 17.022 7.83652 17.2788 8.16704 17.5159C9.53176 18.3456 11.2377 18.5234 12.8263 18.4148C14.1377 18.2765 15.5558 17.9505 16.4727 17.0023C16.9098 16.5183 16.462 15.7182 15.7903 15.7281C15.2679 15.7083 15.012 16.2022 14.5642 16.3602C13.4127 16.864 12.08 16.9134 10.8325 16.7553C10.1288 16.6368 9.3825 16.459 8.86006 15.9849C8.65749 15.7873 8.33763 15.6787 8.04976 15.7478Z" fill="#F66512"/> +</svg> diff --git a/site/img/social-networks/reddit.svg b/site/img/social-networks/reddit.svg new file mode 100644 index 0000000..4f03fdd --- /dev/null +++ b/site/img/social-networks/reddit.svg @@ -0,0 +1,3 @@ +<svg width="24" height="21" viewBox="0 0 24 21" fill="none" xmlns="http://www.w3.org/2000/svg"> +<path d="M20.0231 0.230242C20.8974 -0.164859 22.0169 -0.0463284 22.7526 0.546323C23.4349 1.05995 23.7761 1.92918 23.6162 2.72926C23.4989 3.40093 23.0511 4.02321 22.422 4.35905C21.6437 4.80354 20.5988 4.79366 19.8205 4.34917C19.2448 4.04297 18.8396 3.4997 18.6584 2.90705C17.4323 2.66999 16.2061 2.42305 14.98 2.16624C14.4256 3.77627 13.8818 5.39619 13.3274 7.00622C15.1613 7.14451 16.9738 7.51985 18.6477 8.22116C19.0849 7.77667 19.6286 7.40132 20.279 7.27292C21.3345 7.00622 22.5073 7.36181 23.2323 8.1125C23.7121 8.5965 23.9574 9.22867 24 9.88058V10.0683C23.9574 10.7696 23.6268 11.4116 23.1364 11.9351C23.6482 13.0216 23.7761 14.2761 23.3816 15.412C22.8592 16.9529 21.5797 18.1678 20.1191 19.0074C17.8801 20.3211 15.2146 20.9039 12.5917 20.9928C9.95824 21.0619 7.2821 20.6372 4.91515 19.5507C3.20924 18.7506 1.59929 17.5653 0.820968 15.896C0.2239 14.6514 0.266548 13.1797 0.863616 11.945C0.383829 11.4116 0.0319858 10.7696 0 10.0683V9.8707C0.0426477 9.39658 0.170591 8.91258 0.458463 8.50761C1.00222 7.66802 2.05775 7.15439 3.10262 7.18402C3.9769 7.21365 4.79787 7.61863 5.35229 8.22116C7.29276 7.40132 9.42514 7.0161 11.5469 6.97659C12.2079 5.01096 12.8903 3.04534 13.5513 1.08959C13.6473 0.684608 14.1057 0.378405 14.5429 0.47718C15.9609 0.763628 17.3789 1.0402 18.797 1.33652C19.0849 0.882159 19.49 0.457425 20.0231 0.230242ZM1.16215 9.33732C0.93825 9.86083 1.02355 10.4634 1.32208 10.9474C2.1004 9.94973 3.14527 9.1694 4.29676 8.56687C3.81697 8.22116 3.16659 8.05324 2.56952 8.19153C1.92981 8.32981 1.38605 8.76442 1.16215 9.33732ZM19.7139 8.55699C20.8654 9.15952 21.9103 9.94973 22.6886 10.9474C22.9125 10.5621 23.0404 10.1078 22.9445 9.66328C22.8272 8.9916 22.2621 8.40883 21.5478 8.22116C20.9294 8.02361 20.2257 8.19153 19.7139 8.55699ZM7.39938 10.6214C6.46113 10.8585 5.7681 11.7376 5.84274 12.6364C5.86406 13.5254 6.63172 14.3255 7.56997 14.4934C8.01777 14.5428 8.4869 14.5329 8.89205 14.3452C9.63838 14.039 10.1502 13.2982 10.1395 12.5376C10.1608 11.7771 9.64905 11.0363 8.89205 10.7399C8.43359 10.5127 7.88983 10.5127 7.39938 10.6214ZM15.4065 10.6214C14.5535 10.8486 13.8925 11.5993 13.8712 12.429C13.8179 13.1698 14.2763 13.9304 14.98 14.2761C15.6197 14.6119 16.462 14.602 17.1017 14.2464C17.7414 13.9007 18.1786 13.2291 18.1679 12.5278C18.1786 11.7573 17.6562 11.0165 16.8992 10.7103C16.4407 10.5226 15.8969 10.5029 15.4065 10.6214ZM8.04976 15.7478C7.6446 15.8367 7.32474 16.2022 7.37805 16.5874C7.39938 17.022 7.83652 17.2788 8.16704 17.5159C9.53176 18.3456 11.2377 18.5234 12.8263 18.4148C14.1377 18.2765 15.5558 17.9505 16.4727 17.0023C16.9098 16.5183 16.462 15.7182 15.7903 15.7281C15.2679 15.7083 15.012 16.2022 14.5642 16.3602C13.4127 16.864 12.08 16.9134 10.8325 16.7553C10.1288 16.6368 9.3825 16.459 8.86006 15.9849C8.65749 15.7873 8.33763 15.6787 8.04976 15.7478Z" fill="#F66512"/> +</svg> diff --git a/site/img/social-networks/twitter-sm.svg b/site/img/social-networks/twitter-sm.svg new file mode 100644 index 0000000..16ece01 --- /dev/null +++ b/site/img/social-networks/twitter-sm.svg @@ -0,0 +1,3 @@ +<svg width="25" height="20" viewBox="0 0 25 20" fill="none" xmlns="http://www.w3.org/2000/svg"> +<path d="M25 2.36631C24.0799 2.76787 23.0926 3.0402 22.0552 3.16178C23.1144 2.5371 23.9252 1.54627 24.3095 0.369248C23.3159 0.947741 22.2192 1.3678 21.0507 1.59551C20.1149 0.612368 18.7839 0 17.3076 0C14.4753 0 12.1789 2.26171 12.1789 5.04962C12.1789 5.44501 12.2242 5.8312 12.3117 6.20049C8.05001 5.98967 4.27104 3.97877 1.74183 0.923119C1.29972 1.66781 1.0482 2.53553 1.0482 3.46179C1.0482 5.21424 1.95429 6.76051 3.32905 7.66517C2.48857 7.63749 1.69808 7.40978 1.00605 7.03127V7.09436C1.00605 9.54069 2.77447 11.5824 5.11933 12.0471C4.68971 12.1609 4.23669 12.224 3.76802 12.224C3.43685 12.224 3.11659 12.1917 2.80258 12.1301C3.45556 14.138 5.34899 15.5981 7.59233 15.6381C5.83796 16.9921 3.62586 17.7967 1.2232 17.7967C0.809233 17.7967 0.401471 17.7721 0 17.7275C2.2699 19.163 4.96471 20 7.86104 20C17.2952 20 22.4521 12.304 22.4521 5.62968L22.4349 4.97579C23.4425 4.26799 24.3142 3.37871 25 2.36631Z" fill="#1DADEB"/> +</svg> diff --git a/site/img/social-networks/twitter.svg b/site/img/social-networks/twitter.svg new file mode 100644 index 0000000..cb18e92 --- /dev/null +++ b/site/img/social-networks/twitter.svg @@ -0,0 +1,3 @@ +<svg width="22" height="17" viewBox="0 0 22 17" fill="none" xmlns="http://www.w3.org/2000/svg"> +<path d="M22 2.01137C21.1903 2.35269 20.3215 2.58417 19.4086 2.68751C20.3407 2.15653 21.0542 1.31433 21.3923 0.313861C20.518 0.80558 19.5529 1.16263 18.5246 1.35619C17.7011 0.520513 16.5299 0 15.2307 0C12.7383 0 10.7174 1.92246 10.7174 4.29217C10.7174 4.62826 10.7573 4.95652 10.8343 5.27041C7.08401 5.09122 3.75852 3.38195 1.53281 0.784651C1.14375 1.41764 0.92242 2.1552 0.92242 2.94252C0.92242 4.43211 1.71978 5.74644 2.92956 6.51539C2.18994 6.49186 1.49431 6.29831 0.885322 5.97658V6.0302C0.885322 8.10959 2.44154 9.84502 4.50501 10.24C4.12695 10.3368 3.72829 10.3904 3.31586 10.3904C3.02443 10.3904 2.7426 10.3629 2.46627 10.3106C3.04089 12.0173 4.70711 13.2584 6.68125 13.2924C5.1374 14.4433 3.19076 15.1272 1.07642 15.1272C0.712125 15.1272 0.353295 15.1063 0 15.0684C1.99751 16.2886 4.36895 17 6.91772 17C15.2198 17 19.7578 10.4584 19.7578 4.78523L19.7427 4.22942C20.6294 3.62779 21.3965 2.8719 22 2.01137Z" fill="#1DADEB"/> +</svg> |