Skip to content

Add sandesh ,sudip #165

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

Merged
merged 1 commit into from
Apr 2, 2025
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
8 changes: 6 additions & 2 deletions src/data/employeeImages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import shristiManandhar from 'resources/employee/shristi.jpeg';
import shubhDhital from 'resources/employee/shubh.jpeg';
import smritiKafle from 'resources/employee/smriti.jpeg';
import subinaRajopadhyaya from 'resources/employee/subina.jpeg';
import udayMaharjan from 'resources/employee/uday.jpeg';
import udayMaharjan from 'resources/employee/uday.png';
import rup from 'resources/employee/rup.jpeg';
import sushmaAdhikari from 'resources/employee/sushma.jpeg';
import praneshShrestha from 'resources/employee/pranesh.jpeg';
Expand All @@ -30,7 +30,9 @@ import sudanBhandari from 'resources/employee/sudan-bhandari.jpeg';
import babinKarmacharya from 'resources/employee/babin-karmacharya.jpeg';
import shreyaBhattarai from 'resources/employee/shreya-bhattarai.jpeg';
import sushilTiwari from 'resources/employee/sushilTiwari.jpg';
import roshaniPoudel from 'resources/employee/roshaniPoudel.jpg';
import roshaniPoudel from 'resources/employee/roshani.png';
import sudipKhanal from 'resources/employee/sudip.png';
import sandeshThapa from 'resources/employee/sandesh.png';

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

Expand Down Expand Up @@ -71,6 +73,8 @@ const employeeImages: {
'tc-071': shreyaBhattarai,
'tc-072': sushilTiwari,
'tc-074': roshaniPoudel,
'tc-076': sudipKhanal,
'tc-077': sandeshThapa,
};

// eslint-disable-next-line import/prefer-default-export
Expand Down
28 changes: 26 additions & 2 deletions src/data/employees.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ export type EmployeeId = 'tc-001'
| 'tc-072'
| 'tc-073'
| 'tc-074'
| 'tc-075';
| 'tc-076'
| 'tc-077';

export interface Employee {
id: EmployeeId;
Expand Down Expand Up @@ -128,7 +129,7 @@ const udayMaharjan: Employee = {
name: 'Uday Maharjan',
position: 'Assistant Project Manager',
funnyDescription: 'What is your school\'s name? School Maharjan',
description: 'Meet Uday, a 27-year-old man who is still trying to figure out what he wants to be when he grows up (because let\'s be real, at 26 you\'re basically a grown-up, right?). Despite his indecisiveness, Uday is a pretty cool dude. He\'s always up for a good time, whether it\'s cracking jokes with his friends or trying out a new restaurant in town. Uday is also an avid Liverpool FC fan, and can often be found cheering on his favorite team on game day.When he\'s not rooting for the home team, you might catch him going on hikes with his buddies or going on bike rides. In his spare time, Uday enjoys partying, playing video games, collecting KinderJoy toys and listening to music.He\'s also been known to dance every now and then (just don\'t ask him to dance). Overall, Uday is a fun- loving, easy-going guy who is always up for an adventure.',
description: 'Meet Uday, a 28-year-old man who is still trying to figure out what he wants to be when he grows up (because let\'s be real, at 28 you\'re basically a grown-up, right?). Despite his indecisiveness, Uday is a pretty cool dude. He\'s always up for a good time, whether it\'s cracking jokes with his friends or trying out a new restaurant in town. Uday is also an avid Liverpool FC fan, and can often be found cheering on his favorite team on game day.When he\'s not rooting for the home team, you might catch him going on hikes with his buddies or going on bike rides. In his spare time, Uday enjoys partying, playing video games, collecting KinderJoy toys and listening to music.He\'s also been known to dance every now and then (just don\'t ask him to dance). Overall, Uday is a fun- loving, easy-going guy who is always up for an adventure.',
department: 'development',
instagramLink: 'https://www.instagram.com/udaynwa',
facebookLink: 'https://www.facebook.com/udaynwa',
Expand Down Expand Up @@ -412,6 +413,27 @@ const roshaniPoudel: Employee = {
instagramLink: 'https://www.instagram.com/_roshnipoudel',
};


const sudipKhanal: Employee = {
id: 'tc-076',
name: 'Sudip Khanal',
position: 'Backend Trainee',
description: 'Om Namah Shivaya....🙏🏻',
department: 'development',
linkedInLink: 'https://www.linkedin.com/in/sudip-khanal-59b815270',
githubLink: 'https://github.com/sudip-khanal',
instagramLink: 'https://www.instagram.com/sudip057/profilecard/?igsh=MXMxNXljc2w3NXg0Yw==',
};

const sandeshThapa: Employee = {
id: 'tc-077',
name: 'Sandesh Thapa',
position: 'ML Trainee',
description: 'I am veg on Tuesday and Thursday. Sorry for the inconvenience.',
department: 'development',
linkedInLink: 'https://www.linkedin.com/in/sandesh-thapa-18375b215/',
};

const employees: Employee[] = [
ankitMehta,
adityaKhatri,
Expand Down Expand Up @@ -445,6 +467,8 @@ const employees: Employee[] = [
shreyaBhattarai,
sushilTiwari,
roshaniPoudel,
sudipKhanal,
sandeshThapa,
];

export default employees;
Binary file added src/resources/employee/roshani.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/resources/employee/roshaniPoudel.jpg
Binary file not shown.
Binary file added src/resources/employee/sandesh.png
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/sudip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/resources/employee/uday.jpeg
Binary file not shown.
Binary file added src/resources/employee/uday.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading