From 3f5f7c594ee2e7c39fe25d58f701839f40ce8b4a Mon Sep 17 00:00:00 2001 From: Jesse Dubay Date: Tue, 8 Mar 2016 15:53:35 -0800 Subject: [PATCH 1/6] Fix typo in heading --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 32c3e879b9..0b745f9c9c 100644 --- a/index.html +++ b/index.html @@ -61,7 +61,7 @@ title: Accelerate Your Delivery
-

A techincal overview
of Kubernetes

+

A technical overview
of Kubernetes

Brendan Burns, Software Engineer and a founder of Kubernetes at Google, gives a technical overview of Kubernetes in this 30-minute presentation from CoreOS Fest 2015.

From c4a5d0ab936b4640d4ff09039e6bd01fa87a49a5 Mon Sep 17 00:00:00 2001 From: scotty Date: Tue, 8 Mar 2016 17:18:23 -0800 Subject: [PATCH 2/6] many, many mobile fixes Introducing: _code-styles.sass Introducing: TOC mobile flyout --- _includes/footer.html | 21 +- _includes/head-header.html | 2 +- _layouts/docwithnav.html | 16 +- _sass/_base.sass | 419 +++++++++++++------------------------ _sass/_code-styles.sass | 199 ++++++++++++++++++ _sass/_desktop.sass | 100 +++++---- _sass/_size.sass | 6 +- _sass/_tablet.sass | 26 ++- css/styles.sass | 1 + js/script.js | 29 ++- 10 files changed, 486 insertions(+), 333 deletions(-) create mode 100644 _sass/_code-styles.sass diff --git a/_includes/footer.html b/_includes/footer.html index 25924a07fb..e8d26bbe1f 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -7,13 +7,20 @@ Community
© {{ 'now' | date: "%Y" }} Kubernetes
diff --git a/_includes/head-header.html b/_includes/head-header.html index f362891733..7c3ae4e108 100644 --- a/_includes/head-header.html +++ b/_includes/head-header.html @@ -28,7 +28,7 @@

Edit This Page

@@ -35,19 +36,20 @@

Analytics

{% include footer.html %} +