Skip to content

Commit 8d63e76

Browse files
Alban BaillyGitHub Enterprise
authored andcommitted
Merge pull request linode#108 from abailly/LKE-128
LKE-128 add containers page
2 parents 9146952 + d7cd3e4 commit 8d63e76

File tree

5 files changed

+57
-8
lines changed

5 files changed

+57
-8
lines changed

content/kubernetes/_index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Container Tools
3+
subtitle: For Developers, by Developers
4+
Description: Create a High Availability Kubernetes Cluster with One Command
5+
author:
6+
name: Alban Bailly
7+
8+
description: Container Tools
9+
keywords: []
10+
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
11+
date: 2018-12-02T08:55:08-04:00
12+
type: "container-tools"
13+
---
14+
Create a High Availability Kubernetes Cluster with One Command

static/img/kube.gif

2.44 MB
Loading
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{{ define "main" }}
2+
3+
<div class="flex flex-wrap mb-8 -mx-4">
4+
5+
<div class="w-full px-4">
6+
<div class="my-4 md:mt-12 md:mt-8 max-w-3xl">
7+
<!-- <div class="mb-4 mt-8 sm:hidden text-center">{{ partial "0_svgs/divider.svg" (dict "width" 170) }}</div> -->
8+
<h2 class="font-normal text-BaseGreenDark text-center">Create a High Availability Kubernetes Cluster with One Command</h2>
9+
<h3 class="font-light text-center text-3xl mt-2">Runs on Linode specs, network specs, storage specs</h3>
10+
<div class="flex justify-center my-8">
11+
<div class="p-4 pb-2 bg-black">
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>
17+
</div>
18+
</div>
19+
<div class="flex justify-center my-8">
20+
<a class="btn" href="https://github.com/linode/linode-cli" target="_blank">Check Out Our Alpha Kubernetes API</a>
21+
</div>
22+
</div>
23+
</div>
24+
25+
</div>
26+
27+
<!-- <script src="https://unpkg.com/isotope-layout@3/dist/isotope.pkgd.min.js"></script> -->
28+
<!-- <script src={{ "/assets/js/tools.js" | relURL }} type="text/javascript"></script> -->
29+
{{ end }}

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

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,28 @@ <h4 class="uppercase mb-4 w-full community-header">Want More Help?</h4>
2626

2727
<div class="w-full px-4">
2828
<div class="my-4 md:mt-12 md:mt-8 max-w-3xl">
29-
<!-- <div class="mb-4 mt-8 sm:hidden text-center">{{ partial "0_svgs/divider.svg" (dict "width" 170) }}</div> -->
30-
<h2 class="font-normal text-BaseGreenDark mb-6 md:mb-0">Tools</h2>
31-
<div class="flex -mx-4 md:items-center flex-col-reverse md:flex-row mb-2">
29+
<h2 class="font-normal text-BaseGreenDark mb-6 md:mb-0 text-center">Tools</h2>
30+
<div class="flex mx-auto md:-mx-4 items-center md:justify-center flex-col-reverse md:flex-row mb-2 max-w-xs md:max-w-full">
3231
<div class="px-4 flex flex-wrap">
3332
<div style="width: 300px;">
3433
{{ partial "2_molecules/code-box.html" }}
3534
</div>
36-
<div class="mt-4 md:hidden flex w-full"><a href="https://www.linode.com/cli" target="_blank" class="btn text-sm">Linode CLI on GitHub</a></div>
35+
<div class="mt-4 md:hidden flex w-full justify-center"><a href="https://www.linode.com/cli" target="_blank" class="btn text-sm">Linode CLI on GitHub</a></div>
3736
</div>
3837
<div class="px-4">
39-
<h3 class="md:text-2xl mt-0 font-normal text-BaseGreenDark">Linode CLI</h3>
40-
<div class="md:text-lg my-3 text-light">An easy way to get up and running with the Linode API.</div>
41-
<div class="pt-3 hidden hidden md:block"><a href="https://www.linode.com/cli" target="_blank" class="btn text-sm">Linode CLI on GitHub</a></div>
38+
<h3 class="md:text-2xl mt-0 font-normal text-BaseGreenDark text-center md:text-left">Linode CLI</h3>
39+
<div class="md:text-lg my-3 text-light text-center md:text-left">An easy way to get up and running with the Linode API.</div>
40+
<div class="pt-3 hidden md:block"><a href="https://www.linode.com/cli" target="_blank" class="btn text-sm">Linode CLI on GitHub</a></div>
4241
</div>
4342
</div>
44-
<div class="flex flex-wrap mt-8 md:mb-4 -mx-4">
43+
<div class="mx-auto max-w-xs md:max-w-full">
44+
<div class="mb-4 mt-8 text-center">{{ partial "0_svgs/divider.svg" (dict "width" 170) }}</div>
45+
<h3 class="font-normal text-BaseGreenDark text-center text-2xl mt-2">Create a High Availability Kubernetes Cluster with One Command</h3>
46+
<div class="flex justify-center mt-4 mb-12">
47+
<a class="btn text-sm" href="/kubernetes">Check Out Our Alpha Kubernetes API</a>
48+
</div>
49+
</div>
50+
<div class="flex flex-wrap mt-12 md:mb-4 -mx-4">
4551
<article class="item lib-item w-full md:w-1/2 px-4 mb-4 md:mb-8">
4652
<div class="p-8 h-full bg-ThemeCell tile">
4753
<header>
4.77 MB
Binary file not shown.

0 commit comments

Comments
 (0)