File tree Expand file tree Collapse file tree 4 files changed +26
-19
lines changed Expand file tree Collapse file tree 4 files changed +26
-19
lines changed Original file line number Diff line number Diff line change @@ -545,16 +545,27 @@ section#cncf {
545
545
margin-bottom : 20px ;
546
546
}
547
547
548
- #desktopKCButton {
549
- position : absolute ;
548
+ // All #desktopKCButton blocks are left for back compatibility and
549
+ // should be removed later, leaving .desktopKCButton only
550
+ // See https://github.com/kubernetes/website/pull/49167 for details
551
+ #desktopKCButton , .desktopKCButton {
552
+ display : inline-block ;
550
553
font-size : 18px ;
551
554
background-color : $dark-grey ;
552
555
border-radius : 8px ;
553
556
color : $white ;
557
+ padding : 2px 8px ;
558
+ margin : 5px ;
559
+ }
560
+
561
+ #desktopKCButton {
562
+ display : inline ;
563
+ position : absolute ;
554
564
padding : 20px 10px 20px 10px ;
565
+ margin : 0 ;
555
566
}
556
567
557
- #desktopKCButton :hover {
568
+ #desktopKCButton :hover , .desktopKCButton :hover {
558
569
background-color : #ffffff ;
559
570
color : #326ce5 ;
560
571
transition : 150ms ;
@@ -567,7 +578,7 @@ section#cncf {
567
578
border-radius : 8px ;
568
579
color : $primary ;
569
580
padding : 15px 30px 15px 80px ;
570
- margin-bottom : 15 px ;
581
+ margin-bottom : 35 px ;
571
582
572
583
& :before {
573
584
content : " " ;
Original file line number Diff line number Diff line change 1
1
$main-max-width : 1200px ;
2
2
$vendor-strip-height : 44px ;
3
- $video-section-height : 550 px ;
3
+ $video-section-height : 580 px ;
4
4
5
5
@media screen and (min-width : 1024px ) {
6
6
@@ -96,4 +96,4 @@ $video-section-height: 550px;
96
96
min-height : 260px ;
97
97
}
98
98
}
99
- }
99
+ }
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ $video-section-height: 400px;
136
136
#video {
137
137
height : $video-section-height ;
138
138
display : block ;
139
- height : 500 px ;
139
+ height : 550 px ;
140
140
141
141
& > .light-text {
142
142
display : block ;
Original file line number Diff line number Diff line change 42
42
43
43
{{< blocks /section id="video" background-image="kub_video_banner_homepage" > }}
44
44
< div class ="light-text ">
45
- < h2 > The Challenges of Migrating 150+ Microservices to Kubernetes</ h2 >
45
+ < h2 > The Challenges of Migrating 150+ Microservices to Kubernetes</ h2 >
46
46
< p > By Sarah Wells, Technical Director for Operations and Reliability, Financial Times</ p >
47
47
< button id ="desktopShowVideoButton " onclick ="kub.showVideo() "> Watch Video</ button >
48
- < br >
49
- < br >
50
- < a href ="https://events.linuxfoundation.org/kubecon-cloudnativecon-north-america/ " button id ="desktopKCButton "> Attend KubeCon + CloudNativeCon North America on November 12-15</ a >
51
- < br >
52
- < br >
53
- < br >
54
- < a href ="https://events.linuxfoundation.org/kubecon-cloudnativecon-india/ " button id ="desktopKCButton "> Attend KubeCon + CloudNativeCon India on December 11-12</ a >
55
- < br >
56
- < br >
57
- < br >
58
- < a href ="https://events.linuxfoundation.org/kubecon-cloudnativecon-europe/ " button id ="desktopKCButton "> Attend KubeCon + CloudNativeCon Europe on April 1-4, 2025</ a >
48
+
49
+ < h3 > Attend upcoming KubeCon + CloudNativeCon events</ h3 >
50
+ < a href ="https://events.linuxfoundation.org/kubecon-cloudnativecon-europe/ " class ="desktopKCButton "> < strong > Europe</ strong > (London, Apr 1-4)</ a >
51
+ < a href ="https://events.linuxfoundation.org/kubecon-cloudnativecon-china/ " class ="desktopKCButton "> < strong > China</ strong > (Hong Kong, Jun 10-11)</ a >
52
+ < a href ="https://events.linuxfoundation.org/kubecon-cloudnativecon-japan/ " class ="desktopKCButton "> < strong > Japan</ strong > (Tokyo, Jun 16-17)</ a >
53
+ < a href ="https://events.linuxfoundation.org/kubecon-cloudnativecon-india/ " class ="desktopKCButton "> < strong > India</ strong > (Hyderabad, Aug 6-7)</ a >
54
+ < a href ="https://events.linuxfoundation.org/kubecon-cloudnativecon-north-america-2025/ " class ="desktopKCButton "> < strong > North America</ strong > (Atlanta, Nov 10-13)</ a >
59
55
</ div >
60
56
< div id ="videoPlayer ">
61
57
< iframe data-url ="https://www.youtube.com/embed/H06qrNmGqyE?autoplay=1 " frameborder ="0 " allowfullscreen > </ iframe >
You can’t perform that action at this time.
0 commit comments