diff --git a/articles/10-ways-to-contribute-to-geeksblabla.md b/articles/10-ways-to-contribute-to-geeksblabla.md index b6962649..56fd0c19 100644 --- a/articles/10-ways-to-contribute-to-geeksblabla.md +++ b/articles/10-ways-to-contribute-to-geeksblabla.md @@ -24,7 +24,7 @@ Constructive feedback helps us improve. Whether itβs about the shared content, -π **Action Item:** [Share your feedback and suggest new concepts](/) +π **Action Item:** [Share your feedback and suggest new concepts](/feedback) ## 2. Spread the Word @@ -34,9 +34,7 @@ Help us grow the community by sharing GeeksBlabla content and initiatives with y - **Difficulty:** β - **Time Investment:** β - - -π **Action Item:** [Share a recent episode on social media](/) +π **Action Item:** Repost geeksblabla on social media and share information about the community with your friends. ## 3. Participate in Online Discussions @@ -56,9 +54,7 @@ One of the best ways to contribute to the GeeksBlabla podcast is by suggesting t - **Difficulty:** β - **Time Investment:** β - - -π **Action Item:** [Suggest a topic or guest for an episode](/) +π **Action Item:** [Suggest a topic or guest for an episode](/podcast/planning) ## 5. Be a Guest on an Episode @@ -68,10 +64,8 @@ Furthermore that #4, if you have expertise in your field, consider being a guest - **Difficulty:** βββ - **Time Investment:** ββ - - π **Action Item:** -Suggest a topic youβre passionate about or credible onβitβs an opportunity to showcase your expertise, mentor newcomers, and connect with an engaged audience. Check our [planning here](/) to suggest an episode or a guest for an episode. +Suggest a topic youβre passionate about or credible onβitβs an opportunity to showcase your expertise, mentor newcomers, and connect with an engaged audience. Check our [planning here](/podcast/planning) to suggest an episode or a guest for an episode. ## 6. Create Valuable Content @@ -96,7 +90,7 @@ If you're a student or part of a university/school, it's the perfect time to org -π **Action Item:** [Organize a meetup in your area](/) +π **Action Item:** [Organize a meetup in your University or Area](/) ## 8. Contribute to Open Source @@ -129,6 +123,6 @@ The ultimate form of contribution is joining the core team. Core team members ar -π **Action Item:** [Apply to join the core team](/) +π **Action Item:** [Apply to join the core team](https://tally.so/r/meqj6E) > As Plato wisely noted, "The whole is greater than the sum of its parts." This ancient wisdom perfectly captures how individual contributions create ripple effects throughout our tech community. When members share knowledge, organize events, or participate in discussions, they're not just helping GeeksBlabla - they're strengthening the entire Moroccan tech ecosystem. Each action, no matter how small, creates waves of positive change that benefit everyone. Whether it's a student finding inspiration in a podcast episode, a professional expanding their network at BlablaConf, or a developer growing through open-source contributions, these individual efforts combine to foster an environment of collective growth, learning, and innovation. diff --git a/public/about/images/team/amine.jpg b/public/about/images/team/amine.jpg new file mode 100644 index 00000000..19e5aa11 Binary files /dev/null and b/public/about/images/team/amine.jpg differ diff --git a/public/about/images/team/britel.jpg b/public/about/images/team/britel.jpg index 0a07b73a..cac3d6dc 100644 Binary files a/public/about/images/team/britel.jpg and b/public/about/images/team/britel.jpg differ diff --git a/public/about/images/team/ismail.jpg b/public/about/images/team/ismail.jpg new file mode 100644 index 00000000..f528d4b5 Binary files /dev/null and b/public/about/images/team/ismail.jpg differ diff --git a/public/about/images/team/isoubei.jpg b/public/about/images/team/isoubei.jpg index db45068b..5641157d 100644 Binary files a/public/about/images/team/isoubei.jpg and b/public/about/images/team/isoubei.jpg differ diff --git a/public/about/images/team/oumaima.jpg b/public/about/images/team/oumaima.jpg new file mode 100644 index 00000000..45f2c67a Binary files /dev/null and b/public/about/images/team/oumaima.jpg differ diff --git a/public/about/images/team/redouane.jpg b/public/about/images/team/redouane.jpg new file mode 100644 index 00000000..38f1f6ef Binary files /dev/null and b/public/about/images/team/redouane.jpg differ diff --git a/src/components/about/member.astro b/src/components/about/member.astro index 364a05b6..cd17054c 100644 --- a/src/components/about/member.astro +++ b/src/components/about/member.astro @@ -1,29 +1,25 @@ --- import { Image } from "astro:assets"; -import { Icon } from "astro-icon/components"; -const { name, x_handle, profile_image } = Astro.props; +const { name, link, profile_image } = Astro.props; --- -