Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc: update video #4915

Merged
merged 2 commits into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ A Cloud Operating System designed for managing cloud-native applications

</div>

https://github.com/labring/sealos/assets/82700206/b1f8a25a-55cf-4d15-a47b-38cf7d507134
https://github.com/user-attachments/assets/a7b7ed5c-0e31-4158-8a76-3b161ed70a70

<p align="center">
<a href="https://sealos.io/docs/Intro">Docs</a> |
Expand Down
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

</div>

https://github.com/labring/sealos/assets/82700206/b1f8a25a-55cf-4d15-a47b-38cf7d507134
https://github.com/user-attachments/assets/a7b7ed5c-0e31-4158-8a76-3b161ed70a70

<p align="center">
<a href="https://sealos.run/docs/Intro">文档</a> |
Expand Down
8 changes: 3 additions & 5 deletions docs/website/src/pages/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,7 @@ const HomeHeader = ({ isPc }: { isPc: boolean }) => {
{currentLocale === 'en' ? (
<h3>
Sealos is the cloud OS for deploying, managing and scaling your applications&nbsp;
<span className="txt-title">in seconds</span>
, not minutes, not hours.&nbsp;
<span className="txt-title">in seconds</span>, not minutes, not hours.&nbsp;
<span className="txt-title">Use Sealos as easily as your own PC!</span>
</h3>
) : (
Expand Down Expand Up @@ -220,8 +219,7 @@ const HomeHeader = ({ isPc }: { isPc: boolean }) => {
{currentLocale === 'en' ? (
<h3>
Sealos is the cloud OS for deploying, managing and scaling your applications&nbsp;
<span className="txt-title">in seconds</span>
, not minutes, not hours.&nbsp;
<span className="txt-title">in seconds</span>, not minutes, not hours.&nbsp;
<span className="txt-title">Use Sealos as easily as your own PC!</span>
</h3>
) : (
Expand All @@ -232,7 +230,7 @@ const HomeHeader = ({ isPc }: { isPc: boolean }) => {
</h3>
)}

<VideoPlayer url={'https://itceb8-video.oss.laf.run/sealos-website.mp4'}></VideoPlayer>
<VideoPlayer url={'https://oss.laf.run/itceb8-video/sealos-web.mp4'}></VideoPlayer>
</main>
</div>
);
Expand Down
Loading