add basic layout

Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle
2016-12-15 12:35:33 -08:00
parent 1c0a25bd12
commit 354394bf52
6 changed files with 26 additions and 65 deletions
+2 -12
View File
@@ -1,16 +1,10 @@
---
title: Case Studies
layout: basic
class: gridPage
cid: caseStudies
---
<!Doctype html>
<html id="caseStudies" class="gridPage">
{% include head.html %}
<body>
{% include header.html %}
<section id="hero" class="light-text">
<h1>Kubernetes User Case Studies</h1>
<h5>A collection of users running Kubernetes in production.</h5>
@@ -103,7 +97,3 @@ class: gridPage
<iframe data-url="https://www.youtube.com/embed/4gyeixJLabo?autoplay=1" frameborder="0" allowfullscreen></iframe>
<button id="closeButton"></button>
</div>
{% include footer.html %}
</body>
</html>
+2 -13
View File
@@ -1,16 +1,10 @@
---
title: Pearson Case Study
layout: basic
class: gridPage
cid: caseStudies
---
<!Doctype html>
<html id="caseStudies" class="gridPage">
{% include head.html %}
<body>
{% include header.html %}
<section id="hero" class="light-text">
<h1> Pearson Case Study</h1>
</section>
@@ -85,8 +79,3 @@ class: gridPage
</div>
</main>
</section>
{% include footer.html %}
</body>
</html>
+2 -13
View File
@@ -1,16 +1,10 @@
---
title: Wikimedia Case Study
layout: basic
class: gridPage
cid: caseStudies
---
<!Doctype html>
<html id="caseStudies" class="gridPage">
{% include head.html %}
<body>
{% include header.html %}
<section id="hero" class="light-text">
<h1> Wikimedia Case Study</h1>
</section>
@@ -100,8 +94,3 @@ class: gridPage
</div>
</main>
</section>
{% include footer.html %}
</body>
</html>