Skip to content

Commit

Permalink
Added myself to the team on doc-it
Browse files Browse the repository at this point in the history
  • Loading branch information
komal-eaton committed May 31, 2024
1 parent 1d091b4 commit 0c91093
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/__configuration__/contributors/currentMaintainers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import ManojLokesh from '../../app/assets/credits/manoj-lokesh.jpg';
import AubreyThompson from '../../app/assets/credits/aubrey-thompson.jpg';
import ArshdeepSingh from '../../app/assets/credits/arshdeep-singh.jpg';
import AndrewPuhalla from '../../app/assets/credits/andrew-puhalla.jpeg';
import KomalRanjit from '../../app/assets/credits/komal-ranjit.jpg';
import { CurrentMaintainter } from '../../__types__';

export const currentMaintainers: CurrentMaintainter[] = [
Expand Down Expand Up @@ -91,4 +92,14 @@ export const currentMaintainers: CurrentMaintainter[] = [
linkedIn: `https://www.linkedin.com/in/aubrey-thompson-02464391/`,
},
},
{
name: 'Komal Ranjit',
role: `Front-End Developer`,
image: KomalRanjit,
description: `Komal is a passionate front-end developer with experience in React.js and Appcelerator Titanium development. She is always eager to stay ahead in the dynamic world of tech and is dedicated to continuous learning and professional development. In her leisure time, she enjoys nature, with a love for gardening and swimming, finding them both as ways to recharge and relax.`,
contacts: {
github: `https://github.com/Komal-Ranjit`,
linkedIn: `https://www.linkedin.com/in/komal-ranjit-6a800718a/`,
},
}
];
Binary file added src/app/assets/credits/komal-ranjit.jpg
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 0c91093

Please sign in to comment.