Skip to content

Commit

Permalink
Doc: update video (#4915)
Browse files Browse the repository at this point in the history
* Doc: update video

* doc:update video url
  • Loading branch information
zuoFeng59556 authored Jul 22, 2024
1 parent 95c5a7d commit a284f3b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
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

0 comments on commit a284f3b

Please sign in to comment.