Skip to content

Commit e8cea73

Browse files
committed
converted gif to webm format
Signed-off-by: shubhusion <[email protected]>
1 parent 2bf25bb commit e8cea73

File tree

8 files changed

+19
-17
lines changed

8 files changed

+19
-17
lines changed

Gemfile.lock

+7-11
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ GEM
1010
http_parser.rb (~> 0)
1111
eventmachine (1.2.7)
1212
ffi (1.16.3)
13-
ffi (1.16.3-x64-mingw-ucrt)
13+
ffi (1.16.3-x64-unknown)
1414
forwardable-extended (2.6.0)
1515
google-protobuf (3.25.3-arm64-darwin)
16-
google-protobuf (3.25.3-x64-mingw-ucrt)
16+
google-protobuf (3.25.3-x64-unknown)
1717
google-protobuf (3.25.3-x86_64-darwin)
1818
google-protobuf (3.25.3-x86_64-linux)
1919
http_parser.rb (0.8.0)
@@ -65,21 +65,17 @@ GEM
6565
pathutil (0.16.2)
6666
forwardable-extended (~> 2.6)
6767
public_suffix (5.0.4)
68+
rake (13.2.1)
6869
rb-fsevent (0.11.2)
6970
rb-inotify (0.10.1)
7071
ffi (~> 1.0)
7172
rexml (3.2.8)
7273
strscan (>= 3.0.9)
7374
rouge (4.2.0)
7475
safe_yaml (1.0.5)
75-
sass-embedded (1.63.6-arm64-darwin)
76-
google-protobuf (~> 3.23)
77-
sass-embedded (1.63.6-x64-mingw-ucrt)
78-
google-protobuf (~> 3.23)
79-
sass-embedded (1.63.6-x86_64-darwin)
80-
google-protobuf (~> 3.23)
81-
sass-embedded (1.63.6-x86_64-linux-gnu)
76+
sass-embedded (1.63.6)
8277
google-protobuf (~> 3.23)
78+
rake (>= 13.0.0)
8379
strscan (3.1.0)
8480
terminal-table (3.0.2)
8581
unicode-display_width (>= 1.1.1, < 3)
@@ -94,7 +90,7 @@ GEM
9490
PLATFORMS
9591
arm64-darwin-22
9692
arm64-darwin-23
97-
x64-mingw-ucrt
93+
x64-unknown
9894
x86_64-darwin-23
9995
x86_64-linux
10096

@@ -112,4 +108,4 @@ DEPENDENCIES
112108
wdm (>= 0.1.0)
113109

114110
BUNDLED WITH
115-
2.4.21
111+
2.4.22

_includes/features.html

+12-6
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,10 @@ <h2>Manage your connections with <span class="special-text">Environments</span><
6363
<div class="image flex" style="flex-flow: column wrap;">
6464
<div align="center" style="margin-top: 3rem;">
6565
<div style="display: flex;">
66-
<img src="/assets/images/features/environments.gif" class="screenshot"
67-
alt="Multi-cluster Kubernetes Manager" loading="lazy" />
66+
<video autoplay loop muted playsinline class="screenshot" alt="Multi-cluster Kubernetes Manager">
67+
<source src="/assets/images/features/environments.webm" type="video/webm">
68+
Your browser does not support the video tag.
69+
</video>
6870
<span>
6971
<!-- <p style="font-size: 1rem;margin:0rem;padding:0rem;color:#666;font-style: italic;">(excerpt: patterns
7072
in-action)</p> -->
@@ -87,8 +89,10 @@ <h2><span class="special-text">Workspaces</span>: Your team's Google Drive for c
8789
<div class="image flex" style="flex-flow: column wrap;">
8890
<div align="center" style="margin-top: 3rem;">
8991
<div style="display: flex;">
90-
<img src="/assets/images/features/workspace.gif" class="screenshot"
91-
alt="Multi-cluster Kubernetes Manager" loading="lazy" />
92+
<video autoplay loop muted playsinline class="screenshot" alt="Multi-cluster Kubernetes Manager">
93+
<source src="/assets/images/features/workspace.webm" type="video/webm">
94+
Your browser does not support the video tag.
95+
</video>
9296
<span>
9397
<!-- <p style="font-size: 1rem;margin:0rem;padding:0rem;color:#666;font-style: italic;">(excerpt: patterns
9498
in-action)</p> -->
@@ -114,8 +118,10 @@ <h2>Manage infra performance with <span class="special-text">Performance Profile
114118
<div class="image flex" style="flex-flow: column wrap;">
115119
<div align="center" style="margin-top: 3rem;">
116120
<div style="display: flex;">
117-
<img src="/assets/images/features/performance-metrics.gif" class="screenshot"
118-
alt="Multi-cluster Kubernetes Manager" loading="lazy" />
121+
<video autoplay loop muted playsinline class="screenshot" alt="Multi-cluster Kubernetes Manager" >
122+
<source src="/assets/images/features/performance-metrics.webm" type="video/webm" >
123+
Your browser does not support the video tag.
124+
</video>
119125
<span>
120126
<!-- <p style="font-size: 1rem;margin:0rem;padding:0rem;color:#666;font-style: italic;">(excerpt: patterns
121127
in-action)</p> -->
-638 KB
Binary file not shown.
220 KB
Binary file not shown.
-1.99 MB
Binary file not shown.
Binary file not shown.

assets/images/features/workspace.gif

-822 KB
Binary file not shown.

assets/images/features/workspace.webm

278 KB
Binary file not shown.

0 commit comments

Comments
 (0)