Skip to content

Commit

Permalink
Quick odd-even fix employees
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeevalex committed Feb 27, 2024
1 parent 1cde2da commit 07dbe4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/EmployeeAndFreelancerSection.astro
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ import EmployeeAndFreelancerCard from "./EmployeeAndFreelancerCard.astro";
name="Gillian Borges"
shortDescription="Indie brand obsessive and connoisseur of the Brazilian beauty market."
longDescription="Never settles for the familiar or buys the same product twice. A true tester of Brazilian cosmetics."
class="employee-and-freelancer-card even-card"
/>
</div>
<div class="swiper-slide">
Expand All @@ -142,6 +143,7 @@ import EmployeeAndFreelancerCard from "./EmployeeAndFreelancerCard.astro";
name="Ismoil Tairov"
shortDescription="French beauty researcher and Bubble Tea afficenado!"
longDescription="When he's not sipping on boba goodness, he's monitoring the beauty innovations and trends coming out of France."
class="employee-and-freelancer-card odd-card"
/>
</div>
<div class="swiper-slide">
Expand All @@ -150,6 +152,7 @@ import EmployeeAndFreelancerCard from "./EmployeeAndFreelancerCard.astro";
name="Jemma Shin"
shortDescription="Expert in K-beauty and global market analysis."
longDescription="Loves visiting art galleries, spotting trendy cafes and stalking cute dogs on Insta."
class="employee-and-freelancer-card even-card"
/>
</div>
<div class="swiper-slide">
Expand All @@ -158,6 +161,7 @@ import EmployeeAndFreelancerCard from "./EmployeeAndFreelancerCard.astro";
name="Venetia Krosten"
shortDescription="Trend expert with a passion for seeking out exciting innovation and sustainable solutions."
longDescription="Big on cultural and consumer insights - lover of womens football, yoga, cooking & all London has to offer."
class="employee-and-freelancer-card odd-card"
/>
</div>
</div>
Expand Down

0 comments on commit 07dbe4c

Please sign in to comment.