File tree Expand file tree Collapse file tree 4 files changed +19
-6
lines changed Expand file tree Collapse file tree 4 files changed +19
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: "Pharmer"
3
3
description : Pharmer
4
4
author : linode
5
5
external_url : https://github.com/pharmer/pharmer
6
- weight : 8
6
+ weight : 9
7
7
---
8
8
9
9
The Linode Docker Machine Driver provisions Linode instances to run Docker Engine.
Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change 3
3
}
4
4
5
5
.developer-tools-wl .content {
6
- background-image : url (' /img/cubes.png' );
6
+ background-image : url (" /img/cubes.png" );
7
7
background-size : 594px ;
8
8
background-repeat : no-repeat;
9
9
background-position : bottom left;
10
10
}
11
11
12
+ .event-item + .event-item + .event-item + .event-item {
13
+ display : none;
14
+ }
15
+
12
16
@screen md {
13
17
.home-lins {
14
18
max-width : 437px ;
36
40
}
37
41
38
42
.circle-red {
39
- background-color : # C65D6A ;
43
+ background-color : # c65d6a ;
40
44
}
41
45
42
46
.circle-yellow {
43
- background-color : # CBBD0B ;
47
+ background-color : # cbbd0b ;
44
48
}
45
49
46
50
.circle-green {
47
- background-color : # 219D5E ;
51
+ background-color : # 219d5e ;
48
52
}
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ const IndexPage = ({ data }) => {
115
115
const { frontmatter } = edge . node ;
116
116
return (
117
117
< 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 "
119
119
key = { edge . node . id }
120
120
itemscope = ""
121
121
itemtype = "http://schema.org/ExhibitionEvent"
You can’t perform that action at this time.
0 commit comments