cleanup names
This commit is contained in:
@@ -4,25 +4,25 @@ import type { StarlightBlogAuthor } from "starlight-blog/schema";
|
||||
export const authors: Record<string, StarlightBlogAuthor> = {
|
||||
ornias: {
|
||||
name: "Kjeld Schouten",
|
||||
title: "Maintainer & Founder of TrueCharts",
|
||||
title: "Ops and R&D Lead",
|
||||
url: "https://github.com/privatepuffin",
|
||||
picture: "https://avatars.githubusercontent.com/u/7613738?v=4",
|
||||
},
|
||||
privatepuffin: {
|
||||
name: "Kjeld Schouten",
|
||||
title: "Maintainer & Founder of TrueCharts",
|
||||
title: "Ops and R&D Lead",
|
||||
url: "https://github.com/privatepuffin",
|
||||
picture: "https://avatars.githubusercontent.com/u/7613738?v=4",
|
||||
},
|
||||
stavros: {
|
||||
name: "Stavros Kois",
|
||||
title: "Core Contributor & Maintainer of TrueCharts",
|
||||
title: "Common Lead",
|
||||
url: "https://github.com/stavros-k",
|
||||
picture: "https://avatars.githubusercontent.com/u/47820033?v=4",
|
||||
},
|
||||
kqmaverick: {
|
||||
name: "Anthony Scaffidi",
|
||||
title: "Support Team",
|
||||
title: "Support Lead",
|
||||
url: "https://github.com/kqmaverick",
|
||||
picture: "https://avatars.githubusercontent.com/u/121722567?v=4",
|
||||
},
|
||||
@@ -34,7 +34,7 @@ export const authors: Record<string, StarlightBlogAuthor> = {
|
||||
},
|
||||
jagrbombs: {
|
||||
name: "Steven McElligott",
|
||||
title: "Head Moderator",
|
||||
title: "Community Lead",
|
||||
url: "https://github.com/stevenmcelligott",
|
||||
picture: "https://avatars.githubusercontent.com/u/89483932?v=4",
|
||||
},
|
||||
@@ -46,13 +46,13 @@ export const authors: Record<string, StarlightBlogAuthor> = {
|
||||
},
|
||||
bitpushr: {
|
||||
name: "bitpushr",
|
||||
title: "Docs Maintainer",
|
||||
title: "Former Docs Maintainer",
|
||||
url: "https://github.com/bitpushr",
|
||||
picture: "https://avatars.githubusercontent.com/u/91350598?v=4",
|
||||
},
|
||||
alfi0812: {
|
||||
name: "Alfi0812",
|
||||
title: "Docs Maintainer",
|
||||
title: "Community Development Lead",
|
||||
url: "https://github.com/alfi0812",
|
||||
picture: "https://avatars.githubusercontent.com/u/43101280?v=4",
|
||||
},
|
||||
|
||||
@@ -35,7 +35,10 @@ const iconClass = "mr-2 group-hover:animate-ping";
|
||||
</div>
|
||||
</div>
|
||||
<CardGrid stagger>
|
||||
<Card title="MrPuffin" icon="pencil">
|
||||
<Card title="Kjeld Schouten" icon="pencil">
|
||||
<hr>
|
||||
<b>Ops and R&D Lead</b><br>
|
||||
<i> "MrPuffin"</i>
|
||||
<li class={listItemClass}>
|
||||
<Icon name={iconName} class={iconClass} />
|
||||
<p>CI-CD</p>
|
||||
@@ -55,7 +58,10 @@ const iconClass = "mr-2 group-hover:animate-ping";
|
||||
</ul>
|
||||
|
||||
</Card>
|
||||
<Card title="Stavros" icon="pencil">
|
||||
<Card title="Stavros Kois" icon="pencil">
|
||||
<hr>
|
||||
<b>Common Lead</b><br>
|
||||
<i>"StavrosK"</i>
|
||||
<li class={listItemClass}>
|
||||
<Icon name={iconName} class={iconClass} />
|
||||
<p>Common Code</p>
|
||||
@@ -70,6 +76,9 @@ const iconClass = "mr-2 group-hover:animate-ping";
|
||||
</li>
|
||||
</Card>
|
||||
<Card title="Alfi" icon="pencil">
|
||||
<hr>
|
||||
<b>Community Development Lead</b><br>
|
||||
<i>"Alfi0812"</i>
|
||||
<li class={listItemClass}>
|
||||
<Icon name={iconName} class={iconClass} />
|
||||
<p>Maintain the Charts</p>
|
||||
@@ -87,7 +96,10 @@ const iconClass = "mr-2 group-hover:animate-ping";
|
||||
<p>Implement Community Feedback</p>
|
||||
</li>
|
||||
</Card>
|
||||
<Card title="Jagrbombs" icon="pencil">
|
||||
<Card title="Steven McElligott" icon="pencil">
|
||||
<hr>
|
||||
<b>Community Lead</b><br>
|
||||
<i>"Jagrbombs"</i>
|
||||
<li class={listItemClass}>
|
||||
<Icon name={iconName} class={iconClass} />
|
||||
<p>Head-moderator</p>
|
||||
@@ -97,7 +109,10 @@ const iconClass = "mr-2 group-hover:animate-ping";
|
||||
<p>Community Feedback aggragation</p>
|
||||
</li>
|
||||
</Card>
|
||||
<Card title="kqmaverick" icon="pencil">
|
||||
<Card title="Anthony Scaffidi" icon="pencil">
|
||||
<hr>
|
||||
<b>Support Lead</b><br>
|
||||
<i>"kqmaverick"</i>
|
||||
<li class={listItemClass}>
|
||||
<Icon name={iconName} class={iconClass} />
|
||||
<p>Coordinating support livechats</p>
|
||||
|
||||
Reference in New Issue
Block a user