Skip to content

Commit

Permalink
Merge pull request #32323 from apache/users/damccorm/summitBanner
Browse files Browse the repository at this point in the history
Move beam summit banner to top of swiper slide
  • Loading branch information
liferoad authored Aug 27, 2024
2 parents 24255ac + 0ae3b13 commit 43963b6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions website/www/site/layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,12 @@

<div class="top-banners swiper">
<div class="swiper-wrapper">
<div class="swiper-slide">
<a href="https://beamsummit.org/register/">
<img class="banner-img-desktop" src="/images/banner_desktop.png" alt="banner-desktop">
<img class="banner-img-mobile" src="/images/banner_mobile.png" alt="banner-mobile">
</a>
</div>
<div class="swiper-slide">
<a href="https://tour.beam.apache.org">
<img class="banner-img-desktop" src="/images/banners/tour-of-beam/tour-of-beam-desktop.png" alt="Start Tour of Beam">
Expand All @@ -219,12 +225,6 @@
<img class="banner-img-mobile" src="/images/banners/machine-learning/machine-learning-mobile.jpg" alt="Machine Learning">
</a>
</div>
<div class="swiper-slide">
<a href="https://beamsummit.org/register/">
<img class="banner-img-desktop" src="/images/banner_desktop.png" alt="banner-desktop">
<img class="banner-img-mobile" src="/images/banner_mobile.png" alt="banner-mobile">
</a>
</div>
</div>
<div class="swiper-pagination"></div>
<div class="swiper-button-prev"></div>
Expand Down

0 comments on commit 43963b6

Please sign in to comment.