From e436edcce4cd8f47f89a34c8ab7d6e9db2204d32 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 --- .../config/vocabularies/TraceMachina/accept.txt | 1 + local-remote-execution/README.md | 2 ++ web/platform/src/components/qwik/pages/home.tsx | 12 ++++++++++++ web/platform/src/pages/resources/index.astro | 12 ++++++++++++ 4 files changed, 27 insertions(+) diff --git a/.github/styles/config/vocabularies/TraceMachina/accept.txt b/.github/styles/config/vocabularies/TraceMachina/accept.txt index 30d280a46..683a1bc86 100644 --- a/.github/styles/config/vocabularies/TraceMachina/accept.txt +++ b/.github/styles/config/vocabularies/TraceMachina/accept.txt @@ -67,3 +67,4 @@ Wainer Gert Bruer Eagan +Mondal diff --git a/local-remote-execution/README.md b/local-remote-execution/README.md index f3c06f7b2..413e26902 100644 --- a/local-remote-execution/README.md +++ b/local-remote-execution/README.md @@ -1,5 +1,7 @@ # Local Remote Execution +[![Hermetic Toolchain Creation with Local Remote Execution (LRE) & Nix - Aaron Mondal, NativeLink](https://i.ytimg.com/vi/uokjTev8myk/hqdefault.jpg?sqp=-oaymwEbCKgBEF5IVfKriqkDDggBFQAAiEIYAXABwAEG\u0026rs=AOn4CLAhfUYVRAaK7RhLLZ0m_A-T1mYPAg)](https://www.youtube.com/embed/uokjTev8myk?rel=0) + NativeLink's Local Remote Execution is a framework to build, distribute, and rapidly iterate on custom toolchain setups that are transparent, fully hermetic, and reproducible across machines of the same system architecture. diff --git a/web/platform/src/components/qwik/pages/home.tsx b/web/platform/src/components/qwik/pages/home.tsx index 44680bd3c..d76fa4cf2 100644 --- a/web/platform/src/components/qwik/pages/home.tsx +++ b/web/platform/src/components/qwik/pages/home.tsx @@ -14,6 +14,18 @@ export const LandingPage = component$(() => { +
+
+
+ +
+
+
{announcements .sort((a, b) => new Date(b.data.pubDate).getTime() - new Date(a.data.pubDate).getTime())