Skip to content

Commit 9b811c4

Browse files
committed
update mission control links
1 parent b318c3c commit 9b811c4

File tree

1 file changed

+153
-0
lines changed

1 file changed

+153
-0
lines changed

v2/home/mission-control.mdx

Lines changed: 153 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,153 @@
1+
---
2+
mode: frame
3+
title: Welcome to Livepeer Mission Control
4+
description: 'Livepeer powers on-demand real-time video streaming and AI pipelines through a full-stack open hardware network, providing users with affordable, verifiable, permissionless enterprise-grade software solutions.'
5+
sidebarTitle: 'Mission Control'
6+
tag: 'Start Here'
7+
keywords: ["home", "index", "landing", "livepeer", "real-time AI", "Daydream"]
8+
og:image: 'https://raw.githubusercontent.com/livepeer/docs/docs-v2/snippets/assets/domain/00_HOME/Eric%20Shreck%20Gif.gif'
9+
---
10+
11+
import { PortalHeroContent, HeroImageBackgroundComponent, LogoHeroContainer, HeroContentContainer, HeroSectionContainer, PortalCardsHeader, PortalContentContainer } from '/snippets/components/domain/SHARED/Portals.jsx'
12+
import { Starfield } from "/snippets/components/domain/SHARED/HeroGif.jsx";
13+
import { H1, H2, P } from '/snippets/components/display/frameMode.jsx'
14+
import { BlinkingIcon } from '/snippets/components/primitives/links.jsx'
15+
import { LivepeerIcon } from '/snippets/components/primitives/icons.jsx'
16+
import { CustomDivider } from '/snippets/components/primitives/divider.jsx'
17+
18+
19+
<HeroSectionContainer>
20+
21+
{/* HeroImageBackgroundComponent: Full-width Starfield Background - fills entire content area */}
22+
<HeroImageBackgroundComponent>
23+
<Starfield density={4.0} />
24+
</HeroImageBackgroundComponent>
25+
<HeroContentContainer>
26+
<LogoHeroContainer imgHeight="70px">
27+
DOCS
28+
</LogoHeroContainer>
29+
<PortalHeroContent
30+
title=" "
31+
subtitle="Open AI-Infrastructure for Real-Time Interactive Video"
32+
description="Livepeer powers the future of creative media with a full-stack on-demand AI-infrastructure for real-time video streaming & AI workflows, optimised for performance, designed for innovators."
33+
divider={false}
34+
>
35+
<Frame caption="Experience Interactive Real-time AI Video with Livepeer">
36+
<img
37+
src="https://raw.githubusercontent.com/livepeer/docs/docs-v2/snippets/assets/domain/00_HOME/Eric%20Shreck%20Gif.gif"
38+
alt="Daydream Real-time AI example gif shreck interactive AI video"
39+
/>
40+
</Frame>
41+
<br/>
42+
<br/>
43+
<div style={{ fontSize: "1.2rem", fontWeight: "500", opacity: 1, fontStyle: "italic" }}>
44+
From interactive livestreaming to generative world models, build & deploy real-time applications, workflows and models on Livepeer's open-access, low-latency network.
45+
</div>
46+
</PortalHeroContent>
47+
48+
</HeroContentContainer>
49+
</HeroSectionContainer>
50+
51+
{/* <p style={{ fontSize: "1.5rem", color: "#2b9a66", fontWeight: "500", opacity: 1, fontStyle: "italic" }}> */}
52+
{/* Interactive Real-time Video Re-Imagined by Open AI-Infrastructure */}
53+
{/* </p>
54+
<p style={{ fontSize: "1.5rem", color: "#2b9a66", fontWeight: "500", opacity: 1, fontStyle: "italic" }}> */}
55+
{/* The Real-time AI Layer Redefining Interactive Video Experiences
56+
57+
Open AI-Infrastructure powering re-imagining Real-time Video. */}
58+
{/* Experience The Open AI-Infrastructure Redefining Interactive Video */}
59+
{/* </p> */}
60+
{/* {<div style={{ display: "flex", alignItems: "center", justifyContent: "center", gap: "0.5rem" }}>
61+
<p style={{ fontSize: "1.5rem", color: "#2b9a66", fontWeight: "500", opacity: 1 }}>
62+
Open AI-Infrastructure for Real-Time Interactive Video
63+
</p>
64+
</div>} */}
65+
66+
{/* <PageHeader
67+
title=" "
68+
subtitle="Open AI-Infrastructure for Real-Time Interactive Video"
69+
description="Livepeer powers the future of creative media with a full-stack on-demand AI-infrastructure for real-time video streaming & AI workflows, optimised for performance, designed for innovators."
70+
/> */}
71+
72+
<PortalContentContainer>
73+
74+
<PortalCardsHeader title="Livepeer Mission Control">
75+
<BlinkingIcon icon="circle-play" size={20} />
76+
</PortalCardsHeader>
77+
78+
<Columns cols={3}>
79+
<Card
80+
title="Learn About Livepeer"
81+
href="../01_about/about-home.mdx"
82+
arrow="true"
83+
img="/snippets/assets/domain/00_HOME/Hero_Images/hero_about.png"
84+
>
85+
{/* About the Livepeer Protocol */}
86+
</Card>
87+
<Card
88+
title="Stream Video In Real-Time"
89+
href="../03_developers/livepeer-real-time-video"
90+
arrow="true"
91+
img="/snippets/assets/domain/00_HOME/Hero_Images/hero_video_stream.png"
92+
>
93+
{/* Broadcast Real-Time Video */}
94+
</Card>
95+
<Card
96+
title="Run AI Pipelines"
97+
href="../03_developers/ai-inference-on-livepeer"
98+
arrow="true"
99+
img="/snippets/assets/domain/00_HOME/Hero_Images/hero_ai_run.png"
100+
>
101+
{/* Run Real-time AI & AI Pipelines on Livepeer */}
102+
</Card>
103+
<Card
104+
title="Earn From Your GPU"
105+
href="../05_orchestrators/orchestrators-portal.mdx"
106+
arrow="true"
107+
img="/snippets/assets/domain/00_HOME/Hero_Images/hero_gpu.png"
108+
>
109+
{/* Add Your GPU or Data Centre To The Livepeer Network */}
110+
</Card>
111+
<Card
112+
title="Connect With Community"
113+
href="../02_community/community-portal.mdx"
114+
arrow="true"
115+
img="/snippets/assets/domain/00_HOME/Hero_Images/hero_community.png"
116+
>
117+
{/* Connect With The Vibrant Livepeer Community */}
118+
</Card>
119+
<Card
120+
title="Explore Livepeer Projects"
121+
href="../00_home/project-showcase"
122+
arrow="true"
123+
img="/snippets/assets/domain/00_HOME/Hero_Images/hero_showcase.png"
124+
>
125+
{/* Be Inspired By The Livepeer Project Showcase */}
126+
</Card>
127+
<Card
128+
title="Run A Livepeer Gateway Application"
129+
href="../04_gateways/gateways-portal.mdx"
130+
arrow="true"
131+
img="/snippets/assets/domain/00_HOME/Hero_Images/hero_gateways.png"
132+
>
133+
{/* Access Compute or Set up a Gateway on Livepeer */}
134+
</Card>
135+
<Card
136+
title="Learn About LP Token (LPT)"
137+
href="../06_delegators/token-portal.mdx"
138+
arrow="true"
139+
img="/snippets/assets/domain/00_HOME/Hero_Images/hero_delegators.png"
140+
>
141+
{/* Learn About The Livepeer Token & How to Delegate LPT */}
142+
</Card>
143+
<Card
144+
title="Explore Livepeer Opportunities"
145+
href="../03_developers/builder-opportunities/dev-programs-rfps-and-contributing.mdx"
146+
arrow="true"
147+
img="/snippets/assets/domain/00_HOME/Hero_Images/hero_opportunity.png"
148+
>
149+
{/* Explore Builder Opportunities at Livepeer */}
150+
</Card>
151+
</Columns>
152+
153+
</PortalContentContainer>

0 commit comments

Comments
 (0)