diff --git a/src/pages/Developers.tsx b/src/pages/Developers.tsx index a92f4e2..3c81143 100644 --- a/src/pages/Developers.tsx +++ b/src/pages/Developers.tsx @@ -8,6 +8,7 @@ type Developer = { name: string | null; avatar_url: string; html_url: string; + bio: string | null; // Adding bio field }; export default function Developers() { @@ -15,7 +16,7 @@ export default function Developers() { useEffect(() => { const fetchDevelopers = async () => { - const githubUsernames = ["eshanized", "alokified", "utkarshift"]; // Replace with actual GitHub usernames + const githubUsernames = ["eshanized", "iconized", "alokified", "utkrshift"]; // Replace with actual GitHub usernames try { const developerData = await Promise.all( githubUsernames.map(async (username) => { @@ -42,14 +43,14 @@ export default function Developers() {

Developers

- Join the Kali Linux development community and contribute to the most advanced penetration testing distribution. + Join the Snigdha OS development community and contribute to the most advanced penetration testing distribution.

{/* Meet the Developers Section */}

Meet the Developers

-
+
{developers.length > 0 ? ( developers.map((developer) => (
@@ -60,11 +61,12 @@ export default function Developers() { />

{developer.name || developer.login}

@{developer.login}

+

{developer.bio || "No bio available."}

View Profile @@ -75,52 +77,51 @@ export default function Developers() { )}
- + {/* Get Involved and Development Resources Section */} -
- {/* Get Involved Section */} -
- -

Get Involved

-

- There are many ways to contribute to Kali Linux. Whether you're a developer, security researcher, or documentation writer, your contributions are valuable. -

-
    -
  • - - Submit pull requests -
  • -
  • - - Report bugs -
  • -
  • - - Join discussions -
  • -
-
- - {/* Development Resources Section */} -
-

Development Resources

- -
-
+
+ {/* Get Involved Section */} +
+ +

Get Involved

+

+ There are many ways to contribute to Kali Linux. Whether you're a developer, security researcher, or documentation writer, your contributions are valuable. +

+
    +
  • + + Submit pull requests +
  • +
  • + + Report bugs +
  • +
  • + + Join discussions +
  • +
+
+ {/* Development Resources Section */} + +
{/* Current Projects */}