Skip to content

Commit

Permalink
misc: update team and banner (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeithX authored Jan 30, 2025
2 parents 39539ae + d08341f commit 70d15c6
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 14 deletions.
18 changes: 16 additions & 2 deletions website/community/kitiplex/team.mdx
Original file line number Diff line number Diff line change
@@ -1,13 +1,28 @@
---
description: The Kitiplex Core Team, maintainers and contributors
title: Kitiplex Developers
hide_title: true
sidebar_label: Awesome Team
# image: /img/logo/kitiplex-developers.png
---

import {
CoreTeamRow,
ContributorsTeamRow,
} from "@site/src/components/TeamProfileCards";

# Awesome Team
<div align="left">
<h1 align="left">
<a href="https://github.com/kitiplex" target="_blank">
<img
src="/img/logo/kitiplex-developers.png"
alt="The SpaceHub Project"
width="600"
/>
</a>
</h1>
</div>


## Maintainers

Expand All @@ -16,4 +31,3 @@ import {
## Contributors

<ContributorsTeamRow />

32 changes: 20 additions & 12 deletions website/src/components/TeamProfileCards/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,28 +78,24 @@ const teamMembers = [
githubUrl: "https://github.com/mkeithX",
twitterUrl: "https://twitter.com/mkeithtan",
},
{
name: "Venice",
subTitle: "Contributor @ Kitiplex",
githubUrl: "https://github.com/Portiaporkshap",
twitterUrl: "https://twitter.com/",
},

{
name: "Gina",
subTitle: "Contributor @ Kitiplex",
githubUrl: "https://github.com/botgina",
twitterUrl: "https://twitter.com/",
},
{
name: "Kiti",
subTitle: "Contributor @ Kitiplex",
githubUrl: "https://github.com/kitimi88",
twitterUrl: "https://twitter.com/",
},


];

const contributors = [
{
name: "Dcst0301",
subTitle: "Contributor @ Kitiplex",
githubUrl: "https://github.com/Dcst0301",
twitterUrl: "https://twitter.com/",
},
{
name: "ayitsmeprincess",
subTitle: "Contributor @ Kitiplex",
Expand All @@ -113,6 +109,12 @@ const contributors = [
githubUrl: "https://github.com/rkortiga",
twitterUrl: "https://twitter.com/",
},
{
name: "Venice",
subTitle: "Contributor @ Kitiplex",
githubUrl: "https://github.com/Portiaporkshap",
twitterUrl: "https://twitter.com/",
},
{
name: "PrimmieDoll",
subTitle: "Contributor @ Kitiplex",
Expand Down Expand Up @@ -156,6 +158,12 @@ const contributors = [
githubUrl: "https://github.com/MiriamG416",
twitterUrl: "https://twitter.com/",
},
{
name: "Kiti",
subTitle: "Contributor @ Kitiplex",
githubUrl: "https://github.com/kitimi88",
twitterUrl: "https://twitter.com/",
},
];

export function CoreTeamRow(): JSX.Element {
Expand Down
Binary file added website/static/img/logo/kitiplex-developers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 70d15c6

Please sign in to comment.