From 3e8dc29b50a29713ee648e55a775fb6af073af65 Mon Sep 17 00:00:00 2001 From: Schahin Date: Wed, 30 Oct 2024 17:27:38 +0100 Subject: [PATCH] Add static content from s3 bucket (#1440) --- .../src/components/qwik/components/footer.tsx | 4 ++-- .../src/components/qwik/pages/company.tsx | 22 +++++++++---------- .../src/components/qwik/sections/benefits.tsx | 6 ++--- .../components/qwik/sections/community.tsx | 2 +- .../src/components/qwik/sections/hero.tsx | 6 ++--- .../content/posts/Announcement_NativeLink.md | 2 +- .../Announcement_TraceMachina_Seedfunding.md | 2 +- .../src/content/posts/CaseStudy_CIQ.md | 2 +- .../src/content/posts/CaseStudy_Samsung.md | 2 +- web/platform/src/pages/compliance.astro | 2 +- web/platform/starlight.conf.ts | 5 ++++- 11 files changed, 29 insertions(+), 26 deletions(-) diff --git a/web/platform/src/components/qwik/components/footer.tsx b/web/platform/src/components/qwik/components/footer.tsx index f53d3bc42..6cbef8254 100644 --- a/web/platform/src/components/qwik/components/footer.tsx +++ b/web/platform/src/components/qwik/components/footer.tsx @@ -1,10 +1,10 @@ import { $, component$, useSignal } from "@builder.io/qwik"; const videoLink = - "https://video.wixstatic.com/video/e16379_17fe40ef02fe478fb675cced13e69dde/720p/mp4/file.mp4"; + "https://nativelink-cdn.s3.us-east-1.amazonaws.com/background_file.mp4"; const Logo = - "https://static.wixstatic.com/media/e16379_7fa715a71b41439d93a362b05bbb98a3~mv2.png/v1/fill/w_274,h_52,al_c,lg_1,q_85,enc_auto/e16379_7fa715a71b41439d93a362b05bbb98a3~mv2.png"; + "https://nativelink-cdn.s3.us-east-1.amazonaws.com/nativelink_logo.webp"; const _links = [ { diff --git a/web/platform/src/components/qwik/pages/company.tsx b/web/platform/src/components/qwik/pages/company.tsx index 04b017121..bb13e98af 100644 --- a/web/platform/src/components/qwik/pages/company.tsx +++ b/web/platform/src/components/qwik/pages/company.tsx @@ -6,52 +6,52 @@ import { BackgroundVideo } from "../components/video"; const team = [ { - img: "https://static.wixstatic.com/media/b37b63_0656d59454a2475ebbd617004a6ca8cb~mv2.jpg/v1/fill/w_618,h_618,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Andrew%20Shipley%20-%20Director%20of%20Operations_edited.jpg", + img: "https://nativelink-cdn.s3.us-east-1.amazonaws.com/andrew_shipley.webp", name: "Andrew Shipley", title: "Director of Operations", }, { - img: "https://static.wixstatic.com/media/b37b63_06a9f6629b70404895da49decb2954a0~mv2.jpg/v1/fill/w_618,h_618,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/Aaron%20Mondal%20-%20Software%20Engineer_edited.jpg", + img: "https://nativelink-cdn.s3.us-east-1.amazonaws.com/aaron_mondal.webp", name: "Aaron Mondal", title: "Software Engineer", }, { - img: "https://static.wixstatic.com/media/b37b63_14329a284c0f4a7c9abae9d9171b178b~mv2.jpg/v1/fill/w_618,h_618,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/Tim%20Potter%20-%20Chief%20Technology%20Officer_edited.jpg", + img: "https://nativelink-cdn.s3.us-east-1.amazonaws.com/tim_potter.webp", name: "Tim Potter", title: "Chief Technology Officer", }, { - img: "https://static.wixstatic.com/media/b37b63_9c67683dba7a422fbf1cb197daa920b9~mv2.jpg/v1/fill/w_618,h_618,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/Brian%20Clark%20-%20Software%20Engineer_edited.jpg", + img: "https://nativelink-cdn.s3.us-east-1.amazonaws.com/brian_clark.webp", name: "Brian Clark", title: "Software Engineer", }, { - img: "https://static.wixstatic.com/media/b37b63_afa6ff90e65944c4a0a241360ffd4b50~mv2.jpg/v1/fill/w_618,h_618,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/Tyrone%20Greenfield%20_%20Chief%20of%20Staff_edited.jpg", + img: "https://nativelink-cdn.s3.us-east-1.amazonaws.com/tyrone_greenfield.webp", name: "Tyrone Greenfield", title: "Chief of Staff", }, { - img: "https://static.wixstatic.com/media/b37b63_8f270884e7b945caaf1a6293265386f5~mv2.jpg/v1/fill/w_618,h_618,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/Nadine%20Farah%20-%20Product%20Marketing_edited.jpg", + img: "https://nativelink-cdn.s3.us-east-1.amazonaws.com/nadine_farah.webp", name: "Nadine Farah", title: "Product Marketing", }, { - img: "https://static.wixstatic.com/media/b37b63_30b07f1bbce4444d8ab9fb6e4902db6a~mv2.jpg/v1/fill/w_618,h_618,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/AdamSinger_edited.jpg", + img: "https://nativelink-cdn.s3.us-east-1.amazonaws.com/adam_singer.webp", name: "Adam Singer", title: "Software Engineer", }, { - img: "https://static.wixstatic.com/media/b37b63_c4d658064531477489510fae5dcca594~mv2.jpg/v1/fill/w_618,h_618,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/Blake%20Hatch%20-%20Developer%20Relations_Cloud%20Engineering_edited.jpg", + img: "https://nativelink-cdn.s3.us-east-1.amazonaws.com/blake_hatch.webp", name: "Blake Hatch", title: "Business Engineer", }, { - img: "https://static.wixstatic.com/media/b37b63_f5492bab76244be9a590f0b7129fd2af~mv2.jpg/v1/fill/w_618,h_618,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/Marcus%20Eagan%20-%20Co-Founder_edited.jpg", + img: "https://nativelink-cdn.s3.us-east-1.amazonaws.com/marcus_eagan.webp", name: "Marcus Eagan", title: "Co-Founder", }, { - img: "https://static.wixstatic.com/media/b37b63_40a02174d13c4f2fa6a1894ad2505499~mv2.jpg/v1/fill/w_618,h_618,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/Blaise%20Bruer%20-%20Co-Founder_edited.jpg", + img: "https://nativelink-cdn.s3.us-east-1.amazonaws.com/blaise_bruer.webp", name: "Blaise Bruer", title: "Co-Founder", }, @@ -109,7 +109,7 @@ const CompanyHero = component$(() => { diff --git a/web/platform/src/components/qwik/sections/benefits.tsx b/web/platform/src/components/qwik/sections/benefits.tsx index 06bdb44b9..5efacec53 100644 --- a/web/platform/src/components/qwik/sections/benefits.tsx +++ b/web/platform/src/components/qwik/sections/benefits.tsx @@ -5,19 +5,19 @@ import { Label } from "../components/text"; const benefits = [ { - link: "https://video.wixstatic.com/video/2dfb32_b4d8270ef4ac405fb9284132280261e2/360p/mp4/file.mp4", + link: "https://nativelink-cdn.s3.us-east-1.amazonaws.com/robotics.mp4", headline: "Made With Love In Rust", description: "Reduce runtime errors, guarantee memory-safety without requiring garbage collection, & eliminate race conditions at any scale.", }, { - link: "https://video.wixstatic.com/video/2dfb32_7e9e8ec71c97487089b5f3998cb51515/360p/mp4/file.mp4", + link: "https://nativelink-cdn.s3.us-east-1.amazonaws.com/video recognition.mp4", headline: "Effortless Implementation", description: "Kickstart NativeLink in 10 minutes with an open-source build cache and remote executor tailored for large code bases", }, { - link: "https://video.wixstatic.com/video/2dfb32_64737f66368747c9a2d4ce40509d7567/360p/mp4/file.mp4", + link: "https://nativelink-cdn.s3.us-east-1.amazonaws.com/medicine_tech.mp4", headline: "Universal Language & Platform Compatibility", description: "Extensive compatibility and support with popular languages (C++, Rust, Python & more), build tools (Bazel, Buck2, & Reclient) and cloud providers (AWS/GCP)", diff --git a/web/platform/src/components/qwik/sections/community.tsx b/web/platform/src/components/qwik/sections/community.tsx index caf108781..fab1c9142 100644 --- a/web/platform/src/components/qwik/sections/community.tsx +++ b/web/platform/src/components/qwik/sections/community.tsx @@ -5,7 +5,7 @@ import { LinearGradient } from "../components/text"; import { GitHub, Slack } from "../../media/icons/icons"; const _docsIcon = - "https://static.wixstatic.com/media/e16379_2257061ccd194af5bd1c80b2638538f6~mv2.png/v1/fill/w_43,h_43,al_c,lg_1,q_85,enc_auto/e16379_2257061ccd194af5bd1c80b2638538f6~mv2.png"; + "https://nativelink-cdn.s3.us-east-1.amazonaws.com/docs_icon.webp"; const communityLinks = [ { diff --git a/web/platform/src/components/qwik/sections/hero.tsx b/web/platform/src/components/qwik/sections/hero.tsx index 7eda686c9..f1b51bc54 100644 --- a/web/platform/src/components/qwik/sections/hero.tsx +++ b/web/platform/src/components/qwik/sections/hero.tsx @@ -3,11 +3,11 @@ import { Background, Cloud } from "../../media/icons/icons"; import { LinearGradient } from "../components/text"; const videoLink = - "https://video.wixstatic.com/video/e16379_17fe40ef02fe478fb675cced13e69dde/720p/mp4/file.mp4"; + "https://nativelink-cdn.s3.us-east-1.amazonaws.com/background_file.mp4"; const _MockUp = - "https://static.wixstatic.com/media/e16379_a162a7e6486d4192b484d9651704d8fa~mv2.png/v1/fill/w_889,h_520,al_c,q_90,usm_0.33_1.00_0.00,enc_auto/e16379_a162a7e6486d4192b484d9651704d8fa~mv2.png"; + "https://nativelink-cdn.s3.us-east-1.amazonaws.com/nativelink_dashboard.webp"; const videoMockUp = - "https://video.wixstatic.com/video/2dfb32_b816e13aabc5485c9df1eefe85dea61f/360p/mp4/file.mp4"; + "https://nativelink-cdn.s3.us-east-1.amazonaws.com/nativelink_background.mp4"; export const Hero = component$(() => { const videoElementSignal = useSignal(); diff --git a/web/platform/src/content/posts/Announcement_NativeLink.md b/web/platform/src/content/posts/Announcement_NativeLink.md index c782eaae5..823a28cd7 100644 --- a/web/platform/src/content/posts/Announcement_NativeLink.md +++ b/web/platform/src/content/posts/Announcement_NativeLink.md @@ -1,7 +1,7 @@ --- title: "Nativelink - The free & open source simulation infrastructure platform written in Rust" tags: ["news", "announcements"] -image: https://static.wixstatic.com/media/48be99_87632b609ba84923b7d4d0c13ac4780e~mv2.png/v1/fill/w_814,h_550,al_c,q_90,usm_0.66_1.00_0.01,enc_auto/Untitled%20design%20(24).png +image: https://nativelink-cdn.s3.us-east-1.amazonaws.com/nativelink_open_source.webp slug: NavtiveLink readTime: 30 seconds pubDate: 2024-09-17 diff --git a/web/platform/src/content/posts/Announcement_TraceMachina_Seedfunding.md b/web/platform/src/content/posts/Announcement_TraceMachina_Seedfunding.md index 451edb725..00c3fba4f 100644 --- a/web/platform/src/content/posts/Announcement_TraceMachina_Seedfunding.md +++ b/web/platform/src/content/posts/Announcement_TraceMachina_Seedfunding.md @@ -1,7 +1,7 @@ --- title: "TraceMachina: Seedfunding" tags: ["news", "announcements"] -image: https://static.wixstatic.com/media/48be99_ccab62facd624e21bc18c798753f709a~mv2.png/v1/fill/w_648,h_394,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Untitled%20design%20(23).png +image: https://nativelink-cdn.s3.us-east-1.amazonaws.com/tracemachina_seedfunding.webp slug: tracemachina-seedfunding pubDate: 2024-09-10 readTime: 30 seconds diff --git a/web/platform/src/content/posts/CaseStudy_CIQ.md b/web/platform/src/content/posts/CaseStudy_CIQ.md index ea70e6593..83c7918c6 100644 --- a/web/platform/src/content/posts/CaseStudy_CIQ.md +++ b/web/platform/src/content/posts/CaseStudy_CIQ.md @@ -1,7 +1,7 @@ --- title: "Case Study: CIQ" tags: ["news", "case-studies"] -image: https://static.wixstatic.com/media/48be99_cdfe3f6e392b419787c1031a1170e62a~mv2.png/v1/fill/w_648,h_394,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/3.png +image: https://nativelink-cdn.s3.us-east-1.amazonaws.com/nativelink_ciq.webp slug: case-study-ciq pubDate: 2024-08-13 readTime: 30 seconds diff --git a/web/platform/src/content/posts/CaseStudy_Samsung.md b/web/platform/src/content/posts/CaseStudy_Samsung.md index d4596c9ea..5b495e50f 100644 --- a/web/platform/src/content/posts/CaseStudy_Samsung.md +++ b/web/platform/src/content/posts/CaseStudy_Samsung.md @@ -1,7 +1,7 @@ --- title: "Case study Samsung" tags: ["news", "case-studies"] -image: https://static.wixstatic.com/media/48be99_30ae224dc45f453d80e48f7b9078d330~mv2.png/v1/fill/w_648,h_394,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/x%20(3).png +image: https://nativelink-cdn.s3.us-east-1.amazonaws.com/nativelink_samsung.webp slug: case-study-samsung pubDate: 2024-08-13 readTime: 30 seconds diff --git a/web/platform/src/pages/compliance.astro b/web/platform/src/pages/compliance.astro index ef09c957d..ca072601d 100644 --- a/web/platform/src/pages/compliance.astro +++ b/web/platform/src/pages/compliance.astro @@ -26,7 +26,7 @@ import { LinearGradient } from "@qwik/components/text"; We’re more than happy to discuss our security policies in greater detail. For more information, please don’t hesitate to reach out to us at hello@nativelink.com!

- Soc2 Report - Download Here + Soc2 Report - Download Here diff --git a/web/platform/starlight.conf.ts b/web/platform/starlight.conf.ts index 97fc25920..c42c116c8 100644 --- a/web/platform/starlight.conf.ts +++ b/web/platform/starlight.conf.ts @@ -244,7 +244,10 @@ export const starlightConfig = { items: [ { label: "Docs", link: `${docsRoot}/introduction/setup` }, { label: "NativeLink Cloud", link: "https://app.nativelink.com/" }, - { label: "Coverage", link: "https://tracemachina.github.io/nativelink" }, + { + label: "Coverage", + link: "https://tracemachina.github.io/nativelink", + }, ], }, ],