From 0aa5983c9491a5d85da187b6150517c9aa4d4185 Mon Sep 17 00:00:00 2001 From: Sarah Hughes Date: Mon, 13 Jan 2025 16:38:50 -0800 Subject: [PATCH] Add Technology Fast 500 and Coolest Cloud Computing Startup awards to site (#13493) * Add Technology Fast 500 and Coolest Cloud Computing Startup awards to site * fix mismatch in tile heights and image heights --- data/awards.toml | 12 ++++++++++++ layouts/page/awards.html | 6 +++--- static/logos/press/awards/fast-500-2024.png | Bin 0 -> 36885 bytes 3 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 static/logos/press/awards/fast-500-2024.png diff --git a/data/awards.toml b/data/awards.toml index 8088923c05db..31705fc65602 100644 --- a/data/awards.toml +++ b/data/awards.toml @@ -1,3 +1,15 @@ +[[awards]] +title = "Technology Fast 500, 2024" +featured = true +img = "/logos/press/awards/fast-500-2024.png" +url = "https://www2.deloitte.com/us/en/pages/technology-media-and-telecommunications/articles/fast500-winners.html" + +[[awards]] +title = "Coolest Cloud Computing Startup Companies of 2024" +featured = true +img = "/logos/press/crn.png" +url = "https://www.crn.com/news/cloud/2024/the-10-coolest-cloud-computing-startup-companies-of-2024" + [[awards]] title = "Intellyx Digital Innovator Award, 2024" featured = true diff --git a/layouts/page/awards.html b/layouts/page/awards.html index de7905ddc63f..0afa92760e74 100644 --- a/layouts/page/awards.html +++ b/layouts/page/awards.html @@ -8,14 +8,14 @@