Skip to content

Commit

Permalink
reorder main carrousel cards
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroalonsoms committed Jul 14, 2023
1 parent 257b33a commit 777f7b5
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions src/components/ReportsSectionSlideBlock.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,36 @@ const { onlyShowOnLg } = Astro.props;
---

<div class=`swiper-slide ${onlyShowOnLg && "onlyShowOnLg"}`>
<!-- TODO: this should match the JS breakpoint at 1024px below -->
<ReportCard
imgSrc="/images/index/reports/clean-beauty-in-london.jpg"
imgSrc="/images/index/reports/scan-me-and-listen-to-your-skin.jpg"
sectionTitle="Out and about"
title="Clean beauty in london"
description="Annie spent the day at the Clean Beauty in London show at The Brewery near the Barbican. We loved how much Solid Beauty was on show - it truly has gone from eco-necessity to a product to be enjoyed."
title="World Congress of Dermatology in Singapore"
description="TMary has just returned from an amazing trip to Singapore, where she attended the WCD 2023 congress. Drop us an email if you want to hear some of Mary's favourite brands of the show."
hasLink={true}
linkTitle="Find out more"
href="https://www.instagram.com/p/CroOUUFvvGx/"
href="https://www.instagram.com/p/CukMWR_NSms/"
/>
</div>
<div class=`swiper-slide ${onlyShowOnLg && "onlyShowOnLg"}`>
<ReportCard
imgSrc="/images/index/reports/hashtag-makeup-in-paris.jpg"
sectionTitle="Out and about"
title="Make-up in Paris"
description="That's a wrap! We are very grateful for all the new connections and friends we made at Make-up in Paris."
hasLink={true}
linkTitle="Find out more"
href="https://www.instagram.com/p/Cten8anx67b/"
/>
</div>
<div class=`swiper-slide ${onlyShowOnLg && "onlyShowOnLg"}`>
<ReportCard
imgSrc="/images/index/reports/fast-track-to-aesthetics.jpg"
sectionTitle="Out and about"
title="Make-up In Paris Presentation"
description="Thank you to everyone who came to watch Annie's presentation at @Makeup in Paris. We loved discussing this insightful topic with you all. Drop us an email for the full version."
hasLink={true}
linkTitle="Find out more"
href="/pdfs/fast-track-to-aesthetics.pdf"
/>
</div>
<div class=`swiper-slide ${onlyShowOnLg && "onlyShowOnLg"}`>
Expand Down Expand Up @@ -55,36 +76,15 @@ const { onlyShowOnLg } = Astro.props;
/>
</div>
<div class=`swiper-slide ${onlyShowOnLg && "onlyShowOnLg"}`>
<!-- TODO: this should match the JS breakpoint at 1024px below -->
<ReportCard
imgSrc="/images/index/reports/fast-track-to-aesthetics.jpg"
sectionTitle="Out and about"
title="Make-up In Paris Presentation"
description="Thank you to everyone who came to watch Annie's presentation at @Makeup in Paris. We loved discussing this insightful topic with you all. Drop us an email for the full version."
hasLink={true}
linkTitle="Find out more"
href="/pdfs/fast-track-to-aesthetics.pdf"
/>
</div>
<div class=`swiper-slide ${onlyShowOnLg && "onlyShowOnLg"}`>
<ReportCard
imgSrc="/images/index/reports/hashtag-makeup-in-paris.jpg"
sectionTitle="Out and about"
title="Make-up in Paris"
description="That's a wrap! We are very grateful for all the new connections and friends we made at Make-up in Paris."
hasLink={true}
linkTitle="Find out more"
href="https://www.instagram.com/p/Cten8anx67b/"
/>
</div>
<div class=`swiper-slide ${onlyShowOnLg && "onlyShowOnLg"}`>
<ReportCard
imgSrc="/images/index/reports/scan-me-and-listen-to-your-skin.jpg"
imgSrc="/images/index/reports/clean-beauty-in-london.jpg"
sectionTitle="Out and about"
title="World Congress of Dermatology in Singapore"
description="TMary has just returned from an amazing trip to Singapore, where she attended the WCD 2023 congress. Drop us an email if you want to hear some of Mary's favourite brands of the show."
title="Clean beauty in london"
description="Annie spent the day at the Clean Beauty in London show at The Brewery near the Barbican. We loved how much Solid Beauty was on show - it truly has gone from eco-necessity to a product to be enjoyed."
hasLink={true}
linkTitle="Find out more"
href="https://www.instagram.com/p/CukMWR_NSms/"
href="https://www.instagram.com/p/CroOUUFvvGx/"
/>
</div>

Expand Down

1 comment on commit 777f7b5

@vercel
Copy link

@vercel vercel bot commented on 777f7b5 Jul 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.