Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Bimal picture and add Sudan #150

Merged
merged 1 commit into from
Jul 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/data/employeeImages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ import rup from 'resources/employee/rup.jpeg';
import sushmaAdhikari from 'resources/employee/sushma.jpeg';
import praneshShrestha from 'resources/employee/pranesh.jpeg';
import pratikshyaBhattarai from 'resources/employee/pratikshya-bhattarai.jpeg';
import sudanBhandari from 'resources/employee/sudan-bhandari.jpeg';

import { EmployeeId } from 'data/employees';

Expand Down Expand Up @@ -84,6 +85,7 @@ const employeeImages: {
'tc-010': kanchiTamang,
'tc-065': praneshShrestha,
'tc-066': pratikshyaBhattarai,
'tc-067': sudanBhandari,
};

// eslint-disable-next-line import/prefer-default-export
Expand Down
16 changes: 15 additions & 1 deletion src/data/employees.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ export type EmployeeId = 'tc-001'
| 'tc-047'
| 'tc-065'
| 'tc-052'
| 'tc-066';
| 'tc-066'
| 'tc-067';

export interface Employee {
id: EmployeeId;
Expand Down Expand Up @@ -498,6 +499,18 @@ const pratikshyaBhattarai: Employee = {
instagramLink: 'https://www.instagram.com/___pratikshya/',
};

const sudanBhandari: Employee = {
id: 'tc-067',
name: 'Sudan Bhandari',
position: 'Developer',
description: 'K cha badda!!',
funnyDescription: 'Ok boss',
department: 'development',
instagramLink: 'https://www.instagram.com/sudan.py/',
githubLink: 'https://github.com/sudan45',
linkedInLink: 'https://www.linkedin.com/in/sudan-bhandari-9b4420149/',
};

const employees: Employee[] = [
ankitMehta,
adityaKhatri,
Expand Down Expand Up @@ -538,6 +551,7 @@ const employees: Employee[] = [
// sagunaThapa,
praneshShrestha,
pratikshyaBhattarai,
sudanBhandari,
];

export default employees;
Binary file modified src/resources/employee/bimal-saud.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/sudan-bhandari.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading