@@ -0,0 +1,15 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html id="{{ page.cid }}" lang="en" class="{{ page.class }}">
|
||||||
|
|
||||||
|
{% include head.html %}
|
||||||
|
|
||||||
|
<body>
|
||||||
|
{% include header.html %}
|
||||||
|
|
||||||
|
{{ content }}
|
||||||
|
|
||||||
|
{% include footer.html %}
|
||||||
|
|
||||||
|
{% include footer-scripts.html %}
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
+2
-12
@@ -1,16 +1,10 @@
|
|||||||
---
|
---
|
||||||
title: Case Studies
|
title: Case Studies
|
||||||
|
layout: basic
|
||||||
class: gridPage
|
class: gridPage
|
||||||
|
cid: caseStudies
|
||||||
---
|
---
|
||||||
|
|
||||||
<!Doctype html>
|
|
||||||
<html id="caseStudies" class="gridPage">
|
|
||||||
{% include head.html %}
|
|
||||||
|
|
||||||
<body>
|
|
||||||
|
|
||||||
{% include header.html %}
|
|
||||||
|
|
||||||
<section id="hero" class="light-text">
|
<section id="hero" class="light-text">
|
||||||
<h1>Kubernetes User Case Studies</h1>
|
<h1>Kubernetes User Case Studies</h1>
|
||||||
<h5>A collection of users running Kubernetes in production.</h5>
|
<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>
|
<iframe data-url="https://www.youtube.com/embed/4gyeixJLabo?autoplay=1" frameborder="0" allowfullscreen></iframe>
|
||||||
<button id="closeButton"></button>
|
<button id="closeButton"></button>
|
||||||
</div>
|
</div>
|
||||||
{% include footer.html %}
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|||||||
@@ -1,16 +1,10 @@
|
|||||||
---
|
---
|
||||||
title: Pearson Case Study
|
title: Pearson Case Study
|
||||||
|
layout: basic
|
||||||
class: gridPage
|
class: gridPage
|
||||||
|
cid: caseStudies
|
||||||
---
|
---
|
||||||
|
|
||||||
<!Doctype html>
|
|
||||||
<html id="caseStudies" class="gridPage">
|
|
||||||
{% include head.html %}
|
|
||||||
|
|
||||||
<body>
|
|
||||||
|
|
||||||
{% include header.html %}
|
|
||||||
|
|
||||||
<section id="hero" class="light-text">
|
<section id="hero" class="light-text">
|
||||||
<h1> Pearson Case Study</h1>
|
<h1> Pearson Case Study</h1>
|
||||||
</section>
|
</section>
|
||||||
@@ -85,8 +79,3 @@ class: gridPage
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
{% include footer.html %}
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|||||||
@@ -1,16 +1,10 @@
|
|||||||
---
|
---
|
||||||
title: Wikimedia Case Study
|
title: Wikimedia Case Study
|
||||||
|
layout: basic
|
||||||
class: gridPage
|
class: gridPage
|
||||||
|
cid: caseStudies
|
||||||
---
|
---
|
||||||
|
|
||||||
<!Doctype html>
|
|
||||||
<html id="caseStudies" class="gridPage">
|
|
||||||
{% include head.html %}
|
|
||||||
|
|
||||||
<body>
|
|
||||||
|
|
||||||
{% include header.html %}
|
|
||||||
|
|
||||||
<section id="hero" class="light-text">
|
<section id="hero" class="light-text">
|
||||||
<h1> Wikimedia Case Study</h1>
|
<h1> Wikimedia Case Study</h1>
|
||||||
</section>
|
</section>
|
||||||
@@ -100,8 +94,3 @@ class: gridPage
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
{% include footer.html %}
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|||||||
+3
-14
@@ -1,17 +1,11 @@
|
|||||||
---
|
---
|
||||||
title: Community
|
title: Community
|
||||||
|
layout: basic
|
||||||
|
cid: community
|
||||||
---
|
---
|
||||||
|
|
||||||
<!Doctype html>
|
|
||||||
<html id="community">
|
|
||||||
{% include head.html %}
|
|
||||||
|
|
||||||
<body>
|
|
||||||
|
|
||||||
{% include header.html %}
|
|
||||||
|
|
||||||
<section id="hero" class="light-text">
|
<section id="hero" class="light-text">
|
||||||
<h1>Community</h1>
|
<h1>Community</h1>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="mainContent">
|
<section id="mainContent">
|
||||||
@@ -65,8 +59,3 @@ title: Community
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
{% include footer.html %}
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|||||||
+2
-13
@@ -1,16 +1,10 @@
|
|||||||
---
|
---
|
||||||
title: Partners
|
title: Partners
|
||||||
|
layout: basic
|
||||||
class: gridPage
|
class: gridPage
|
||||||
|
cid: partners
|
||||||
---
|
---
|
||||||
|
|
||||||
<!Doctype html>
|
|
||||||
<html id="partners" class="gridPage">
|
|
||||||
{% include head.html %}
|
|
||||||
|
|
||||||
<body>
|
|
||||||
|
|
||||||
{% include header.html %}
|
|
||||||
|
|
||||||
<section id="hero" class="light-text">
|
<section id="hero" class="light-text">
|
||||||
<h1>Kubernetes Partners</h1>
|
<h1>Kubernetes Partners</h1>
|
||||||
<h5>Growing the Kubernetes ecosystem.</h5>
|
<h5>Growing the Kubernetes ecosystem.</h5>
|
||||||
@@ -27,8 +21,6 @@ class: gridPage
|
|||||||
</main>
|
</main>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
{% include footer.html %}
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
{% include partner-style.css %}
|
{% include partner-style.css %}
|
||||||
</style>
|
</style>
|
||||||
@@ -36,6 +28,3 @@ class: gridPage
|
|||||||
<script>
|
<script>
|
||||||
{% include partner-script.js %}
|
{% include partner-script.js %}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user