mirror of https://github.com/cncf/cncf.io.git
Launch home hero takeover for Kubecon EU 2025
Signed-off-by: Chris Abraham <cjyabraham@gmail.com>
This commit is contained in:
parent
1a5ebf76b5
commit
d5a3791cd4
|
|
@ -51,19 +51,33 @@ $metrics = LF_Utils::get_homepage_metrics();
|
||||||
<div class="container wrap">
|
<div class="container wrap">
|
||||||
|
|
||||||
<h1 class="home-hero__title">JOIN US IN<br />
|
<h1 class="home-hero__title">JOIN US IN<br />
|
||||||
DELHI, INDIA<br />
|
LONDON, ENGLAND<br />
|
||||||
<span>DECEMBER 11-12</span>
|
<span>1 - 4 April</span>
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<h2 class="home-hero__description"><strong>KubeCon + CloudNativeCon</strong> is the flagship conference for cloud native.</h2>
|
<h2 class="home-hero__description"><strong>KubeCon + CloudNativeCon</strong> is the flagship conference for cloud native.</h2>
|
||||||
<div style="height:20px;" aria-hidden="true" class="wp-block-spacer"></div>
|
<div style="height:20px;" aria-hidden="true" class="wp-block-spacer"></div>
|
||||||
|
|
||||||
<div class="wp-block-buttons is-content-justification-left is-layout-flex wp-container-core-buttons-is-layout-2 wp-block-buttons-is-layout-flex">
|
<div class="horizontal-rule"></div>
|
||||||
<div class="wp-block-button show-over-600"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://events.linuxfoundation.org/kubecon-cloudnativecon-india/?utm_source=www&utm_medium=homepage&utm_campaign=KubeCon-india-2024&utm_content=hero" title="Learn more about KubeCon + CloudNativeCon">Learn More</a></div>
|
|
||||||
<div class="wp-block-button"><a class="wp-block-button__link has-text-align-center wp-element-button" href="https://events.linuxfoundation.org/kubecon-cloudnativecon-india/register/?utm_source=www&utm_medium=homepage&utm_campaign=KubeCon-india-2024&utm_content=hero" title="Register for KubeCon + CloudNativeCon">Register</a></div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div style="height:140px;" aria-hidden="true" class="wp-block-spacer"></div>
|
<ul class="home-hero__metric_wrapper">
|
||||||
|
<li class="show-over-800">
|
||||||
|
<div class="wp-block-button"><a href="https://events.linuxfoundation.org/kubecon-cloudnativecon-europe/register/?utm_source=www&utm_medium=homepage&utm_campaign=KubeCon-EU-2025&utm_content=hero" class="wp-block-button__link wp-element-button" title="Buy Tickets">Buy Tickets</a></div>
|
||||||
|
</li>
|
||||||
|
<li>10K+
|
||||||
|
<span>Attendees</span>
|
||||||
|
</li>
|
||||||
|
<li>200+
|
||||||
|
<span>Sponsors</span>
|
||||||
|
</li>
|
||||||
|
<li>300+
|
||||||
|
<span>Sessions</span>
|
||||||
|
</li>
|
||||||
|
<li class="show-over-600">
|
||||||
|
∞
|
||||||
|
<span>Swag</span>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
|
|
@ -11,8 +11,8 @@ get_template_part( 'components/header' );
|
||||||
|
|
||||||
get_template_part( 'components/skip-link-target' );
|
get_template_part( 'components/skip-link-target' );
|
||||||
|
|
||||||
get_template_part( 'components/home-hero' );
|
// get_template_part( 'components/home-hero' ); // phpcs:ignore.
|
||||||
// get_template_part( 'components/home-hero-takeover' ); // phpcs:ignore.
|
get_template_part( 'components/home-hero-takeover' ); // phpcs:ignore.
|
||||||
?>
|
?>
|
||||||
<article class="container wrap">
|
<article class="container wrap">
|
||||||
<?php
|
<?php
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue