Skip to content

Commit d7cd3e4

Browse files
author
Alban Bailly
committed
add video and change containers to kubernetes
1 parent 8eefb0a commit d7cd3e4

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed
File renamed without changes.

themes/dlc/layouts/_default/containers.html renamed to themes/dlc/layouts/_default/kubernetes.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,15 @@ <h2 class="font-normal text-BaseGreenDark text-center">Create a High Availabilit
99
<h3 class="font-light text-center text-3xl mt-2">Runs on Linode specs, network specs, storage specs</h3>
1010
<div class="flex justify-center my-8">
1111
<div class="p-4 pb-2 bg-black">
12-
<img src='{{ "/img/kube.gif" | relURL }}' width="500" />
12+
<video controls width="500">
13+
<source src='{{ "/video/linodek8s.webm" | relURL }}'
14+
type="video/webm">
15+
Sorry, your browser doesn't support embedded videos.
16+
</video>
1317
</div>
1418
</div>
1519
<div class="flex justify-center my-8">
16-
<a class="btn" href="#">Check Out Our Alpha Kubernetes API</a>
20+
<a class="btn" href="https://github.com/linode/linode-cli" target="_blank">Check Out Our Alpha Kubernetes API</a>
1721
</div>
1822
</div>
1923
</div>

themes/dlc/layouts/_default/libraries-tools.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h3 class="md:text-2xl mt-0 font-normal text-BaseGreenDark text-center md:text-l
4444
<div class="mb-4 mt-8 text-center">{{ partial "0_svgs/divider.svg" (dict "width" 170) }}</div>
4545
<h3 class="font-normal text-BaseGreenDark text-center text-2xl mt-2">Create a High Availability Kubernetes Cluster with One Command</h3>
4646
<div class="flex justify-center mt-4 mb-12">
47-
<a class="btn text-sm" href="/containers">Check Out Our Alpha Kubernetes API</a>
47+
<a class="btn text-sm" href="/kubernetes">Check Out Our Alpha Kubernetes API</a>
4848
</div>
4949
</div>
5050
<div class="flex flex-wrap mt-12 md:mb-4 -mx-4">
4.77 MB
Binary file not shown.

0 commit comments

Comments
 (0)