Skip to content

Commit 65a8bea

Browse files
committed
move case-study-styles.html to an actual css file and make it a class
Signed-off-by: Jess Frazelle <[email protected]>
1 parent 67ce315 commit 65a8bea

File tree

7 files changed

+315
-317
lines changed

7 files changed

+315
-317
lines changed

_includes/case-study-styles.html

Lines changed: 0 additions & 313 deletions
This file was deleted.

_includes/head-header.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<link rel="stylesheet" href="/css/styles.css"/>
88
<link rel="stylesheet" href="/css/jquery-ui.min.css">
99
<link rel="stylesheet" href="/css/sweetalert.css">
10+
{% if page.class == "gridPage" %}<link rel="stylesheet" href="/css/gridpage.css">{% endif %}
1011
<script src="/js/jquery-2.2.0.min.js"></script>
1112
<script src="/js/jquery-ui.min.js"></script>
1213
<script src="/js/script.js"></script>

case-studies/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Case Studies
3+
class: gridPage
34
---
45

56
<!Doctype html>
@@ -99,7 +100,6 @@ <h3>Kubernetes Users</h3>
99100
<button id="closeButton"></button>
100101
</div>
101102
{% include footer.html %}
102-
{% include case-study-styles.html %}
103103

104104
</body>
105105
</html>

case-studies/pearson.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Pearson Case Study
3+
class: gridPage
34
---
45

56
<!Doctype html>
@@ -82,7 +83,6 @@ <h4>Encouraging experimentation, saving engineers time</h4>
8283
</section>
8384

8485
{% include footer.html %}
85-
{% include case-study-styles.html %}
8686

8787
</body>
8888
</html>

case-studies/wikimedia.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Wikimedia Case Study
3+
class: gridPage
34
---
45

56
<!Doctype html>
@@ -97,7 +98,6 @@ <h4>Simplifying infrastructure and keeping wikis running better</h4>
9798
</section>
9899

99100
{% include footer.html %}
100-
{% include case-study-styles.html %}
101101

102102
</body>
103103
</html>

0 commit comments

Comments
 (0)