Skip to content

Commit e7c1e58

Browse files
author
Kayla Wilkins
committed
adding rancher, adding small css adjustments
1 parent 4fbfcf2 commit e7c1e58

File tree

4 files changed

+19
-6
lines changed

4 files changed

+19
-6
lines changed

src/content/tools/Pharmer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Pharmer"
33
description: Pharmer
44
author: linode
55
external_url: https://github.com/pharmer/pharmer
6-
weight: 8
6+
weight: 9
77
---
88

99
The Linode Docker Machine Driver provisions Linode instances to run Docker Engine.

src/content/tools/Rancher.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "Rancher"
3+
description: Rancher
4+
author: linode
5+
external_url: https://www.linode.com/docs/applications/containers/how-to-deploy-apps-with-rancher/
6+
weight: 8
7+
---
8+
9+
Rancher's UI centralizes Kubernetes management concerns when dealing with multiple clusters across multiple clouds.

src/css/components/4_pages/home.css

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@
33
}
44

55
.developer-tools-wl .content {
6-
background-image: url('/img/cubes.png');
6+
background-image: url("/img/cubes.png");
77
background-size: 594px;
88
background-repeat: no-repeat;
99
background-position: bottom left;
1010
}
1111

12+
.event-item + .event-item + .event-item + .event-item {
13+
display: none;
14+
}
15+
1216
@screen md {
1317
.home-lins {
1418
max-width: 437px;
@@ -36,13 +40,13 @@
3640
}
3741

3842
.circle-red {
39-
background-color: #C65D6A;
43+
background-color: #c65d6a;
4044
}
4145

4246
.circle-yellow {
43-
background-color: #CBBD0B;
47+
background-color: #cbbd0b;
4448
}
4549

4650
.circle-green {
47-
background-color: #219D5E;
51+
background-color: #219d5e;
4852
}

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ const IndexPage = ({ data }) => {
115115
const { frontmatter } = edge.node;
116116
return (
117117
<article
118-
className="w-full md:w-1/3 px-4 mb-4 md:mb-8"
118+
className="w-full md:w-1/3 px-4 mb-4 md:mb-8 event-item"
119119
key={edge.node.id}
120120
itemscope=""
121121
itemtype="http://schema.org/ExhibitionEvent"

0 commit comments

Comments
 (0)