From dc6667b9ed591eb3ff50409e77a1e937f0c8c1cc Mon Sep 17 00:00:00 2001 From: Charlotte George <33436621+charlottegeo@users.noreply.github.com> Date: Mon, 30 Mar 2026 13:45:42 -0400 Subject: [PATCH] Added Veridise to sponsors --- about/sponsors.html | 5 +++++ assets/js/sponsors.js | 1 + 2 files changed, 6 insertions(+) diff --git a/about/sponsors.html b/about/sponsors.html index d8b059b..039456b 100644 --- a/about/sponsors.html +++ b/about/sponsors.html @@ -199,6 +199,11 @@ Johonnot +
+ + Veridise + +
diff --git a/assets/js/sponsors.js b/assets/js/sponsors.js index c9afa2b..cae0110 100644 --- a/assets/js/sponsors.js +++ b/assets/js/sponsors.js @@ -51,6 +51,7 @@ $(document).ready(() => { new Sponsor('/sponsors/tenable.png', 'https://tenable.com/', 'Tenable'), new Sponsor('/sponsors/wayfair.png', 'https://wayfair.com/', 'Wayfair'), new Sponsor('/sponsors/johonnot.png', 'https://johonnottechnologies.com/', 'Johonnot'), + new Sponsor('/sponsors/veridise.png', 'http://www.veridise.com/', 'Veridise'), ];