Skip to content

Commit

Permalink
add two more cards
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroalonsoms committed Jul 12, 2023
1 parent 84a51dc commit 257b33a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 24 additions & 2 deletions src/components/ReportsSectionSlideBlock.astro
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const { onlyShowOnLg } = Astro.props;
<ReportCard
imgSrc="/images/index/reports/make-up-paris.jpg"
sectionTitle="Out and about"
title="Make-up Paris"
title="Make-up In Paris"
description="Come and see us at Make-up in Paris! We'll be at booth E36, and Annie will be presenting on June 14th at 1:30pm."
hasLink={true}
linkTitle="Find out more"
Expand All @@ -58,13 +58,35 @@ const { onlyShowOnLg } = Astro.props;
<ReportCard
imgSrc="/images/index/reports/fast-track-to-aesthetics.jpg"
sectionTitle="Out and about"
title="Make-up Paris Presentation"
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"
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."
hasLink={true}
linkTitle="Find out more"
href="https://www.instagram.com/p/CukMWR_NSms/"
/>
</div>

<style>
.onlyShowOnLg {
Expand Down

1 comment on commit 257b33a

@vercel
Copy link

@vercel vercel bot commented on 257b33a Jul 12, 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.