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 ">
@@ -159,7 +159,7 @@ <h4 class="mt-3">
159
159
</ li >
160
160
</ ul >
161
161
</ div >
162
-
162
+
163
163
< div class ="my-5 ">
164
164
< div class ="d-flex align-items-center mb-3 ">
165
165
< h4 class ="mt-3 ">
@@ -182,9 +182,9 @@ <h4 class="mt-3">
182
182
</ li >
183
183
</ ul >
184
184
</ div >
185
-
185
+
186
186
< h3 class ="explore "> Explore by use case</ h3 >
187
-
187
+
188
188
< div class ="row my-4 ">
189
189
< div class ="col-md-4 col-12 mb-2 ">
190
190
< a class ="no-text-decoration " href ="https://www.elastic.co/guide/en/enterprise-search/current/start.html ">
@@ -198,7 +198,7 @@ <h4 class="mt-3">
198
198
</ a >
199
199
</ div >
200
200
< div class ="col-md-4 col-12 mb-2 ">
201
- < a class ="no-text-decoration " href ="https://www.elastic.co/guide/en/welcome-to-elastic /current/getting-started-observability.html ">
201
+ < 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 ">
202
202
< div class ="card h-100 ">
203
203
< h4 class ="mt-3 ">
204
204
< 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 >
@@ -220,5 +220,5 @@ <h4 class="mt-3">
220
220
</ a >
221
221
</ div >
222
222
</ div >
223
-
223
+
224
224
< p class ="my-4 "> < a href ="https://www.elastic.co/guide/index.html "> View all Elastic docs</ a > </ p >
0 commit comments