Skip to content

Commit

Permalink
docs(misc): adding wednesday's launch (#21661)
Browse files Browse the repository at this point in the history
Co-authored-by: Juri <[email protected]>
  • Loading branch information
ZackDeRose and juristr authored Feb 7, 2024
1 parent ab76d62 commit a86b629
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
77 changes: 75 additions & 2 deletions nx-dev/ui-conference/src/lib/launch-week/announcements.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@ export function LaunchWeekAnnouncements(): JSX.Element {
>
Watch the video
</ButtonLink>
<ButtonLink
variant="primary"
size="default"
href="https://www.producthunt.com/posts/nx-crystal"
title="Nx Project Crystal on ProductHunt"
>
Vote on ProductHunt
</ButtonLink>
</div>
</div>
<div
Expand All @@ -80,7 +88,7 @@ export function LaunchWeekAnnouncements(): JSX.Element {
<div className="px-5 py-12 grid md:grid-cols-2 sm:gap-8 lg:py-16">
<div>
<header>
<SectionHeading as="h2" variant="title" id="monday">
<SectionHeading as="h2" variant="title" id="tuesday">
Tuesday
</SectionHeading>
<SectionHeading as="p" variant="display" className="mt-4">
Expand All @@ -92,7 +100,7 @@ export function LaunchWeekAnnouncements(): JSX.Element {
Checkout the newest Nx Plugin: @nx/nuxt. We're excited to
collaborate closer with the Vue community, and have been
looking forward to launching this plugin since we first
announce Vue support last year!
announced Vue support last year!
<br />
<br />
This is the first plugin to be created with Project Crystal
Expand Down Expand Up @@ -142,6 +150,71 @@ export function LaunchWeekAnnouncements(): JSX.Element {
</div>
</article>
</div>

{/* WEDNESDAY */}
<div>
<article className="relative overflow-hidden pt-4 mx-auto max-w-screen-lg xl:max-w-screen-xl">
<div className="px-5 py-12 grid md:grid-cols-2 sm:gap-8 lg:py-16">
<div>
<header>
<SectionHeading as="h2" variant="title" id="wednesday">
Wednesday
</SectionHeading>
<SectionHeading as="p" variant="display" className="mt-4">
Nx Agents
</SectionHeading>
</header>
<div className="mt-8 flex gap-16 font-normal">
<p className="max-w-xl text-lg text-slate-700 dark:text-slate-400">
Continuous Integration is broken, so we built Nx Agents to
fix it. Nx Agents is a new way to run your CI/CD pipelines.
It's a distributed and scalable solution built to handle
everything from the largest enterprise monorepo, down to
your weekend hackathon project. It's a game changer for all
developers that want to focus on shipping features, not
maintaining CI/CD infrastructure.
</p>
</div>
<div className="pt-4 action flex flex-col space-y-2 sm:flex-row sm:space-y-0 sm:space-x-2">
<ButtonLink
variant="primary"
size="default"
href="https://blog.nrwl.io/fast-effortless-ci-67812514ffb4?source=friends_link&sk=89e1b5c0388dda077e64a2eab5495d95"
title="Fast, Effortless CI"
>
Read the blog post
</ButtonLink>
<ButtonLink
variant="primary"
size="default"
href="https://youtu.be/_FSHQIwITic"
title="Continuous Integration is BROKEN. So We Fixed It! - Youtube Video"
>
Watch the video
</ButtonLink>
<ButtonLink
variant="primary"
size="default"
href="https://www.producthunt.com/posts/nx-agents"
title="Nx Agents on ProductHunt"
>
Vote on ProductHunt
</ButtonLink>
</div>
</div>
<div
aria-hidden="true"
className="order-first sm:order-last pb-8 relative flex flex-col items-center"
>
<img
className="rounded-lg"
src="/images/launch-nx/nx-agents.jpg"
alt="Nx Agents"
/>
</div>
</div>
</article>
</div>
</section>
</div>
);
Expand Down

0 comments on commit a86b629

Please sign in to comment.