Skip to content

Commit de5511c

Browse files
author
Alban Bailly
committed
add new containers page
1 parent 927e3ad commit de5511c

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed

content/containers/_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: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+
<img src='{{ "/img/kube.gif" | relURL }}' width="500" />
13+
</div>
14+
</div>
15+
<div class="flex justify-center my-8">
16+
<a class="btn" href="#">Check Out Our Alpha Kubernetes API</a>
17+
</div>
18+
</div>
19+
</div>
20+
21+
</div>
22+
23+
<!-- <script src="https://unpkg.com/isotope-layout@3/dist/isotope.pkgd.min.js"></script> -->
24+
<!-- <script src={{ "/assets/js/tools.js" | relURL }} type="text/javascript"></script> -->
25+
{{ end }}

0 commit comments

Comments
 (0)