summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2026-04-17Gate preconnect hints on profile=live via soupault widgetYuriy Andamasov
Task 5 inserted the preconnect tags directly into templates/main.html, which caused them to ship on every profile — defeating the staging privacy posture (staging visitors' IPs would leak to Cookiebot and metrics.vyos.io during TLS handshake). Moves them to a new insert-preconnect-hints widget with profile = "live", matching the pattern used for the two GTM widgets and Step 5.2's original --profile live verification intent. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-17Add Cookie Policy link in footer bottom rowYuriy Andamasov
Sits next to the copyright line inside <div class="bottom">. Links to the new /legal/cookies-policy/ page created in the next commit. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-17Add preconnect hints for metrics.vyos.io and consent.cookiebot.comYuriy Andamasov
Starts DNS/TCP/TLS handshake for the Cookiebot banner and GTM proxy during initial HTML parse, shaving perceivable latency off the first-visit banner paint. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-17Remove custom consent banner and direct GA4 loaderYuriy Andamasov
Deletes the hand-rolled "Allow Analytics" aside, its JavaScript, its SCSS partial, and the unconditional gtag.js script. The replacement consent UI (Cookiebot banner) is loaded by the new GTM-T5VQHRT container; the custom banner is no longer needed and was also ineffective (both GTM and gtag loaded before the user clicked anything). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2025-03-02Remove Sentrium from the footerDaniil Baturin
since it no longer exists as an independent company
2024-08-10Add a page about upstream projectsDaniil Baturin
2024-08-10Remove unused templates/menu.html fileDaniil Baturin
2024-08-10Add missing links to the mobile version of the navigation menuDaniil Baturin
(which, by the way, should be just a different CSS of a the normal menu. but, alas, isn't)
2024-08-10Add a link to the docsDaniil Baturin
2024-05-16Add release status pageDaniil Baturin
2024-04-29changed phone number to valid onebogdankol
2024-04-25added staging fixbogdankol
2024-04-24restyled all pagesbogdankol
2023-05-03Use absolute paths to the analytics message scripts and picturesDaniil Baturin
2022-08-17Remove remaining links to snapshotsDaniil Baturin
2022-07-19Use a pre-rendered Trustpilot widgets (thanks to Nazar Pelekh)Daniil Baturin
2022-05-23Update copyright yearDaniil Baturin
2022-05-21Add a margin around the staging warning blockDaniil Baturin
2021-08-28downloads: move links from downloads.vyos.io to vyos.net/getChristian Poessinger
2021-08-28contribute: obey ~80 character line breaks for small editorsChristian Poessinger
2021-08-28main: convert DOS -> UNIX line endingsChristian Poessinger
2021-04-26Add a warning banner to the staging version.Daniil Baturin
2021-03-01Created Google Analytics & Cookies message with working logicAndrii-Moshenskyi
2021-02-01Reorganize the CSS build process.Daniil Baturin
2021-02-01Remote the "learn about the project" link.Daniil Baturin
2021-01-29Fix obviously broken links.Daniil Baturin
2021-01-24Merge pull request #6 from vyos/banner-updateDaniil Baturin
banner: rephrase title
2021-01-24Merge branch 'main' into mainDaniil Baturin
2021-01-23banner: rephrase titleChristian Poessinger
Switch from the punctuation to an exclamatory sentence
2021-01-22Remove "Report a bug" menu itemAndrii-Moshenskyi
2021-01-22Remove mobile menu and hamburger buttonAndrii-Moshenskyi
2021-01-22Fix some links.Daniil Baturin
2021-01-21Minor banner section CSS updates after the Lato font was deletedAndrii-Moshenskyi
2021-01-21Improve footer styling + fix minor bugs after the Lato font was deletedAndrii-Moshenskyi
2021-01-21Move fixup.css styles to main.sass, add .container to #content blockAndrii-Moshenskyi
2021-01-14Fix menu links.Daniil Baturin
2021-01-14Initial version.Daniil Baturin
2020-10-12Initial commit.Daniil Baturin