From e443598713e1cf091dd50eadeb4e0986e27d18fd Mon Sep 17 00:00:00 2001 From: Schahin Rouhanizadeh Date: Sat, 2 Nov 2024 02:42:47 +0100 Subject: [PATCH] Add Aaron's awesome talk to homepage and resource page Add an iframe to the homepage and resource page linked to the the youtube video: "Hermetic Toolchain Creation with Local Remote Execution (LRE) & Nix" by Aaron Mondal, NativeLink --- web/platform/src/components/qwik/pages/home.tsx | 16 ++++++++++++++++ web/platform/src/pages/resources/index.astro | 12 ++++++++++++ 2 files changed, 28 insertions(+) diff --git a/web/platform/src/components/qwik/pages/home.tsx b/web/platform/src/components/qwik/pages/home.tsx index 44680bd3c..95a828004 100644 --- a/web/platform/src/components/qwik/pages/home.tsx +++ b/web/platform/src/components/qwik/pages/home.tsx @@ -14,6 +14,22 @@ export const LandingPage = component$(() => { +
+
+ An awesome talk of one of TraceMachina's leading engineers Aaron + Mondal +
+
+
+ +
+
+
{announcements .sort((a, b) => new Date(b.data.pubDate).getTime() - new Date(a.data.pubDate).getTime())