diff --git a/src/components/Team.astro b/src/components/Team.astro index f2424af..a7f98fa 100644 --- a/src/components/Team.astro +++ b/src/components/Team.astro @@ -7,7 +7,8 @@ const teamMembers = [ description: "Experienced iOS dev, decent photographer.", github: "https://github.com/saumilthecode", linkedin: "https://www.linkedin.com/in/saumil707/", - youtube: "" + youtube: "", + email: "saumil@bbsshack.club" }, { name: "Zenneth", @@ -16,7 +17,8 @@ const teamMembers = [ description: "Lua Dev. Python and Lua Mastermind.", github: "https://github.com/zenneth", linkedin: "", - youtube: "" + youtube: "", + email: "zenneth@bbsshack.club" }, { name: "Daivik", @@ -25,7 +27,8 @@ const teamMembers = [ description: "iOS dev, YouTuber.", github: "https://github.com/gz56", linkedin: "", - youtube: "https://www.youtube.com/@realgz56yt2" + youtube: "https://www.youtube.com/@realgz56yt2", + email: "daivik@bbsshack.club" }, { name: "Ethan", @@ -34,10 +37,12 @@ const teamMembers = [ description: "Lego connoisseur. Python and Lua enjoyer.", github: "https://github.com/ethandal", linkedin: "", - youtube: "" + youtube: "", + email: "ethan@bbsshack.club" } ]; --- + @@ -45,7 +50,6 @@ const teamMembers = [

Our Team

-
we think we know what we're doing
@@ -58,20 +62,25 @@ const teamMembers = [
))} @@ -129,18 +138,15 @@ const teamMembers = [ text-decoration: none; font-size: 1.2rem; } - /* .github { background-color: #333; } - .linkedin { background-color: #0077b5; } - .youtube { background-color: #ff0000; } */ /* Responsive adjustments */ - @media (max-width: 768px) { + @media (max-width: 768px) { .team { - padding: 1rem; /* Reduce side padding */ + padding: 1rem; } .team-grid { - gap: 0.5rem; /* Adjust grid gap for a tighter layout */ + gap: 0.5rem; } .team-member { @@ -158,4 +164,4 @@ const teamMembers = [ padding: 0.4rem; } } - + \ No newline at end of file