Skip to content

Commit

Permalink
Launch home hero takeover for Kubecon EU 2025
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Abraham <[email protected]>
  • Loading branch information
cjyabraham committed Jan 27, 2025
1 parent 1a5ebf7 commit d5a3791
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,33 @@ class="home-hero__poster" style="width: 100%; height: 100%;"
<div class="container wrap">

<h1 class="home-hero__title">JOIN US IN<br />
DELHI, INDIA<br />
<span>DECEMBER 11-12</span>
LONDON, ENGLAND<br />
<span>1 - 4 April</span>
</h1>

<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 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="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 class="horizontal-rule"></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>
</section>
4 changes: 2 additions & 2 deletions web/wp-content/themes/cncf-twenty-two/front-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

get_template_part( 'components/skip-link-target' );

get_template_part( 'components/home-hero' );
// get_template_part( 'components/home-hero-takeover' ); // phpcs:ignore.
// get_template_part( 'components/home-hero' ); // phpcs:ignore.
get_template_part( 'components/home-hero-takeover' ); // phpcs:ignore.
?>
<article class="container wrap">
<?php
Expand Down

0 comments on commit d5a3791

Please sign in to comment.