2
2
* {
3
3
box-sizing : border-box;
4
4
}
5
-
5
+
6
6
.card {
7
7
cursor : pointer;
8
8
padding : 16px ;
9
9
text-align : left;
10
10
color : # 000 ;
11
11
}
12
-
12
+
13
13
.card : hover {
14
14
box-shadow : 0 4px 8px 0 rgba (0 , 0 , 0 , 0.2 );
15
15
padding : 16px ;
16
16
text-align : left;
17
17
}
18
-
18
+
19
19
# guide a .no-text-decoration : hover {
20
20
text-decoration : none!important ;
21
21
}
22
-
22
+
23
23
.icon {
24
24
width : 24px ;
25
25
height : 24px ;
26
26
background-position : bottom;
27
27
background-size : contain;
28
28
background-repeat : no-repeat;
29
29
}
30
-
30
+
31
31
.ul-col-1 {
32
32
columns : 1 ;
33
33
-webkit-columns : 1 ;
34
34
-moz-columns : 1 ;
35
35
}
36
-
36
+
37
37
@media (min-width : 769px ) {
38
38
.ul-col-md-2 {
39
39
columns : 2 ;
50
50
margin-bottom : 0 !important ;
51
51
}
52
52
</ style >
53
-
53
+
54
54
< div class ="legalnotice "> </ div >
55
-
55
+
56
56
< div class ="row my-4 ">
57
57
< div class ="col-md-6 col-12 ">
58
58
< p > </ p >
@@ -73,9 +73,9 @@ <h2>Analyze your data with Elastic machine learning</h2>
73
73
< img class ="w-100 " src ="https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/bltdd4cccf507615a8b/63e62da759036b11199d0f6b/ML_cover.jpg " />
74
74
</ div >
75
75
</ div >
76
-
76
+
77
77
< h3 class ="gtk "> Get to know Elastic machine learning</ h3 >
78
-
78
+
79
79
< div class ="my-5 ">
80
80
< div class ="d-flex align-items-center mb-3 ">
81
81
< h4 class ="mt-3 ">
@@ -104,7 +104,7 @@ <h4 class="mt-3">
104
104
</ li >
105
105
</ ul >
106
106
</ div >
107
-
107
+
108
108
< div class ="my-5 ">
109
109
< div class ="d-flex align-items-center mb-3 ">
110
110
< h4 class ="mt-3 ">
@@ -130,7 +130,7 @@ <h4 class="mt-3">
130
130
</ li >
131
131
</ ul >
132
132
</ div >
133
-
133
+
134
134
< div class ="my-5 ">
135
135
< div class ="d-flex align-items-center mb-3 ">
136
136
< h4 class ="mt-3 ">
@@ -156,7 +156,7 @@ <h4 class="mt-3">
156
156
</ li >
157
157
</ ul >
158
158
</ div >
159
-
159
+
160
160
< div class ="my-5 ">
161
161
< div class ="d-flex align-items-center mb-3 ">
162
162
< h4 class ="mt-3 ">
@@ -179,9 +179,9 @@ <h4 class="mt-3">
179
179
</ li >
180
180
</ ul >
181
181
</ div >
182
-
182
+
183
183
< h3 class ="explore "> Explore by use case</ h3 >
184
-
184
+
185
185
< div class ="row my-4 ">
186
186
< div class ="col-md-4 col-12 mb-2 ">
187
187
< a class ="no-text-decoration " href ="https://www.elastic.co/guide/en/enterprise-search/current/start.html ">
@@ -195,7 +195,7 @@ <h4 class="mt-3">
195
195
</ a >
196
196
</ div >
197
197
< div class ="col-md-4 col-12 mb-2 ">
198
- < a class ="no-text-decoration " href ="https://www.elastic.co/guide/en/welcome-to-elastic /current/getting-started-observability.html ">
198
+ < a class ="no-text-decoration " href ="https://www.elastic.co/guide/en/starting-with-the-elasticsearch-platform-and-its-solutions /current/getting-started-observability.html ">
199
199
< div class ="card h-100 ">
200
200
< h4 class ="mt-3 ">
201
201
< span class ="inline-block float-left icon mr-2 " style ="background-image: url('https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/bltaa08b370a00bbecc/634d9da14e565f1cdce27f7c/observability-logo-color-32px.png'); "> </ span >
@@ -217,5 +217,5 @@ <h4 class="mt-3">
217
217
</ a >
218
218
</ div >
219
219
</ div >
220
-
220
+
221
221
< p class ="my-4 "> < a href ="https://www.elastic.co/guide/index.html "> View all Elastic docs</ a > </ p >
0 commit comments