Skip to content

Commit

Permalink
Merge pull request #158 from toggle-corp/update/add-qa-hires
Browse files Browse the repository at this point in the history
Add Babin and Shreya to teams
  • Loading branch information
thenav56 authored Dec 11, 2023
2 parents 8ba01ec + cf1aedd commit c236ab9
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/data/employeeImages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ import praneshShrestha from 'resources/employee/pranesh.jpeg';
import pratikshyaBhattarai from 'resources/employee/pratikshya-bhattarai.jpeg';
import sudanBhandari from 'resources/employee/sudan-bhandari.jpeg';
import anupamaKc from 'resources/employee/anupama-kc.jpeg';
import babinKarmacharya from 'resources/employee/babin-karmacharya.jpeg';
import shreyaBhattarai from 'resources/employee/shreya-bhattarai.jpeg';

import champaDevi from 'resources/employee/champa.jpeg';

Expand Down Expand Up @@ -91,6 +93,8 @@ const employeeImages: {
'tc-067': sudanBhandari,
'tc-068': champaDevi,
'tc-069': anupamaKc,
'tc-070': babinKarmacharya,
'tc-071': shreyaBhattarai,
};

// eslint-disable-next-line import/prefer-default-export
Expand Down
27 changes: 26 additions & 1 deletion src/data/employees.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ export type EmployeeId = 'tc-001'
| 'tc-066'
| 'tc-067'
| 'tc-068'
| 'tc-069';
| 'tc-069'
| 'tc-070'
| 'tc-071';

export interface Employee {
id: EmployeeId;
Expand Down Expand Up @@ -561,6 +563,27 @@ const anupamaKc: Employee = {
instagramLink: 'https://www.instagram.com/anupamakc1/',
};

const babinKarmacharya: Employee = {
id: 'tc-070',
name: 'Babin Kumar Karmacharya',
position: 'QA Engineer',
description: 'Breaking things professionally with a smile – I\'m the QA Engineer who turns software glitches into comedy gold. Finding bugs is my superpower, fixing them is just a bonus',
funnyDescription: '',
department: 'development',
instagramLink: 'https://instagram.com/babin_karmacharya',
linkedInLink: 'https://www.linkedin.com/in/babin-kumar-karmacharya-b1789b220/',
};

const shreyaBhattarai: Employee = {
id: 'tc-071',
name: 'Shreya Bhattarai',
position: 'QA Engineer',
description: 'Haina, sab thikk chaaaaa !!!!!',
funnyDescription: 'Haina, sab thikk chaaaaa !!!!!',
department: 'development',
linkedInLink: 'https://www.linkedin.com/in/shreyabha/',
};

const employees: Employee[] = [
ankitMehta,
adityaKhatri,
Expand Down Expand Up @@ -604,6 +627,8 @@ const employees: Employee[] = [
pratikshyaBhattarai,
sudanBhandari,
anupamaKc,
babinKarmacharya,
shreyaBhattarai,
];

export default employees;
Binary file added src/resources/employee/babin-karmacharya.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/resources/employee/shreya-bhattarai.jpeg
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 c236ab9

Please sign in to comment.