diff --git a/src/components/AboutFooter.astro b/src/components/AboutFooter.astro index 8a1a148..ff01726 100644 --- a/src/components/AboutFooter.astro +++ b/src/components/AboutFooter.astro @@ -104,7 +104,8 @@ const sortedSections = sectionsConfig )} @@ -149,7 +150,7 @@ const sortedSections = sectionsConfig

Members

- +
)} diff --git a/src/components/SpeakerGrid.astro b/src/components/SpeakerGrid.astro index 2062610..c9d64b8 100644 --- a/src/components/SpeakerGrid.astro +++ b/src/components/SpeakerGrid.astro @@ -1,7 +1,7 @@ --- import { parseAndWrapCaptions } from "../../utils/captionParser"; -const { people, team, core } = Astro.props; +const { people, team, core, contributors } = Astro.props; // Filter based on the `core` parameter const members = core ? people.filter((p) => { @@ -40,7 +40,7 @@ function personLink(person) {
- + {person.name}

{person.name}

- {person.refs && ( + {!contributors ? person.refs && (

{person.refs.twitter && `@${person.refs.twitter}`} {person.refs.email && ` | Email: ${person.refs.email}`} @@ -60,14 +60,13 @@ function personLink(person) { {person.refs.matrix && ` | Matrix: ${person.refs.matrix}`} {person.refs.email && ` | Email: ${person.refs.email}`}

-

- - +

{person.refs.designation && `${person.refs.designation}`}

- )} + ) : +

}
)) diff --git a/src/layouts/base.astro b/src/layouts/base.astro index 61beaa6..d9832f6 100644 --- a/src/layouts/base.astro +++ b/src/layouts/base.astro @@ -172,9 +172,9 @@ function genHeading(str) { !banner && ( <>
-
+
-                  
+                  
                     {genHeading(title)}
                   
                 
diff --git a/src/pages/about.astro b/src/pages/about.astro index baa30c7..9b661d8 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -65,7 +65,7 @@ for (const e of upcomingEvents) { subimage="/about/about.png" subtext="We are a think-and-do tank of hundreds of people, projects, and organizations committed to protecting and advancing civil liberties, decentralization, and open-source software." > -
th +
diff --git a/src/pages/membership/index.astro b/src/pages/membership/index.astro index cbda97d..00bc393 100644 --- a/src/pages/membership/index.astro +++ b/src/pages/membership/index.astro @@ -86,7 +86,7 @@ const sectionsConfig = [
@@ -147,7 +147,7 @@ const sectionsConfig = [