Skip to content

Commit e7e45a9

Browse files
authored
Merge pull request #168 from toggle-corp/feat/adjust-people
feat: add new devs, remove old people, that's life
2 parents 652a1e0 + 7486642 commit e7e45a9

File tree

11 files changed

+46
-101
lines changed

11 files changed

+46
-101
lines changed

src/data/employeeImages.ts

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,29 @@ import barshaThakuri from 'resources/employee/barsha.jpeg';
77
import bimalSaud from 'resources/employee/bimal-saud.jpeg';
88
import kanchiTamang from 'resources/employee/kanchi.jpeg';
99
import keyurKhadka from 'resources/employee/keyur.jpeg';
10-
import kishanPahari from 'resources/employee/nishan.jpeg';
1110
import navinAyer from 'resources/employee/navin.jpeg';
1211
import nikaShakya from 'resources/employee/nika.jpeg';
1312
import prinishaBaidya from 'resources/employee/prinisha.jpeg';
1413
import ranjanShrestha from 'resources/employee/ranjan.jpeg';
1514
import rubyThapaliya from 'resources/employee/ruby.jpeg';
1615
import safarLigal from 'resources/employee/safar.jpeg';
1716
import sadikshyaHamal from 'resources/employee/sadikshya.jpeg';
18-
import sameerRai from 'resources/employee/sameer.jpeg';
1917
import shreeyashShrestha from 'resources/employee/shreeyash.jpeg';
2018
import shristiManandhar from 'resources/employee/shristi.jpeg';
2119
import shubhDhital from 'resources/employee/shubh.jpeg';
2220
import smritiKafle from 'resources/employee/smriti.jpeg';
2321
import subinaRajopadhyaya from 'resources/employee/subina.jpeg';
2422
import udayMaharjan from 'resources/employee/uday.png';
2523
import rup from 'resources/employee/rup.jpeg';
26-
import sushmaAdhikari from 'resources/employee/sushma.jpeg';
2724
import praneshShrestha from 'resources/employee/pranesh.jpeg';
2825
import pratikshyaBhattarai from 'resources/employee/pratikshya-bhattarai.jpeg';
29-
import sudanBhandari from 'resources/employee/sudan-bhandari.jpeg';
3026
import babinKarmacharya from 'resources/employee/babin-karmacharya.jpeg';
31-
import shreyaBhattarai from 'resources/employee/shreya-bhattarai.jpeg';
3227
import sushilTiwari from 'resources/employee/sushilTiwari.jpg';
33-
import roshaniPoudel from 'resources/employee/roshani.png';
3428
import sudipKhanal from 'resources/employee/sudip.png';
3529
import sandeshThapa from 'resources/employee/sandesh.png';
36-
30+
import ashmitaPaudel from 'resources/employee/ashmitaPaudel.jpeg';
31+
import cyrusShrestha from 'resources/employee/cyrusShrestha.jpeg';
32+
import lekhnathKhanal from 'resources/employee/lnkhanal.jpg';
3733
import champaDevi from 'resources/employee/champa.jpeg';
3834

3935
import { EmployeeId } from 'data/employees';
@@ -53,28 +49,25 @@ const employeeImages: {
5349
'tc-004': navinAyer,
5450
'tc-057': udayMaharjan,
5551
'tc-063': bimalSaud,
56-
'tc-017': kishanPahari,
5752
'tc-030': nikaShakya,
5853
'tc-028': prinishaBaidya,
5954
'tc-042': ranjanShrestha,
6055
'tc-027': rubyThapaliya,
6156
'tc-064': sadikshyaHamal,
62-
'tc-007': sameerRai,
6357
'tc-059': shreeyashShrestha,
6458
'tc-021': shristiManandhar,
6559
'tc-055': rup,
66-
'tc-047': sushmaAdhikari,
6760
'tc-010': kanchiTamang,
6861
'tc-065': praneshShrestha,
6962
'tc-066': pratikshyaBhattarai,
70-
'tc-067': sudanBhandari,
7163
'tc-068': champaDevi,
7264
'tc-070': babinKarmacharya,
73-
'tc-071': shreyaBhattarai,
7465
'tc-072': sushilTiwari,
75-
'tc-074': roshaniPoudel,
7666
'tc-076': sudipKhanal,
77-
'tc-077': sandeshThapa,
67+
'tc-077': sandeshThapa,
68+
'tc-079': ashmitaPaudel,
69+
'tc-080': cyrusShrestha,
70+
'tc-081': lekhnathKhanal,
7871
};
7972

8073
// eslint-disable-next-line import/prefer-default-export

src/data/employees.ts

Lines changed: 39 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,11 @@ type Department = 'development' | 'analysis' | 'operations';
33
export type EmployeeId = 'tc-001'
44
| 'tc-013'
55
| 'tc-000'
6-
// | 'tc-050'
76
| 'tc-040'
87
| 'tc-063'
9-
// | 'tc-008'
10-
// | 'tc-036'
118
| 'tc-010'
129
| 'tc-023'
1310
| 'tc-058'
14-
| 'tc-017'
1511
| 'tc-006'
1612
| 'tc-004'
1713
| 'tc-030'
@@ -25,28 +21,24 @@ export type EmployeeId = 'tc-001'
2521
| 'tc-027'
2622
| 'tc-005'
2723
| 'tc-064'
28-
| 'tc-007'
29-
// | 'tc-015'
3024
| 'tc-059'
3125
| 'tc-021'
3226
| 'tc-062'
3327
| 'tc-061'
3428
| 'tc-055'
3529
| 'tc-016'
36-
| 'tc-047'
3730
| 'tc-065'
38-
// | 'tc-052'
3931
| 'tc-066'
40-
| 'tc-067'
4132
| 'tc-068'
4233
| 'tc-069'
4334
| 'tc-070'
44-
| 'tc-071'
4535
| 'tc-072'
4636
| 'tc-073'
47-
| 'tc-074'
4837
| 'tc-076'
49-
| 'tc-077';
38+
| 'tc-077'
39+
| 'tc-079'
40+
| 'tc-080'
41+
| 'tc-081';
5042

5143
export interface Employee {
5244
id: EmployeeId;
@@ -216,7 +208,7 @@ const prinishaBaidya: Employee = {
216208
const bimalSaud: Employee = {
217209
id: 'tc-063',
218210
name: 'Bimal Saud',
219-
position: 'Operations/Admin Officer',
211+
position: 'Accounts and Operations Officer',
220212
description: 'I\'m passionate about my work and I know how to get the job done.',
221213
funnyDescription: 'Yo ja bata ako utai farkaideu',
222214
department: 'operations',
@@ -226,22 +218,13 @@ const bimalSaud: Employee = {
226218
const sadikshyaHamal: Employee = {
227219
id: 'tc-064',
228220
name: 'Sadikshya Hamal',
229-
position: 'Assistant Manager - Human Resources',
221+
position: 'HR Manager',
230222
description: 'Hi there, I am Sadikshya. I\'m a Human Resources Personnel by day, but by night I transform into a craziest and all- around fun-loving person with my family or close friends. In my free time, you can find me going on a hike, travelling and learning new things. I\'m always up for a good time and love creating beautiful memories to cherish for a lifetime. Overall, I\'m just a regular person trying to walk through this crazy thing we call life. :)',
231223
funnyDescription: 'Ma direct anda chai khadina',
232224
department: 'operations',
233225
linkedInLink: 'https://www.linkedin.com/in/sadikshya-hamal',
234226
};
235227

236-
const kisanPahari: Employee = {
237-
id: 'tc-017',
238-
name: 'Kishan Pahari',
239-
position: 'Chef',
240-
description: 'Namaskar sabai jana lai. Ma aja tapailai mitho lunch khuwaune chu. Dhanyawad',
241-
funnyDescription: 'Ma manage garchu',
242-
department: 'operations',
243-
};
244-
245228
const kanchiTamang: Employee = {
246229
id: 'tc-010',
247230
name: 'Kanchi Tamang',
@@ -315,28 +298,6 @@ const ranjanShrestha: Employee = {
315298
linkedInLink: 'https://www.linkedin.com/in/ranjan-shrestha-25779164/',
316299
};
317300

318-
const sameerRai: Employee = {
319-
id: 'tc-007',
320-
name: 'Sameer Rai',
321-
position: 'Developer',
322-
description: 'Hello World! I\'m Sameer. I am fascinated with all things technology, science and art.',
323-
funnyDescription: 'Rai ko chora lai Ale banaidyo yaar',
324-
department: 'development',
325-
githubLink: 'https://github.com/samshara',
326-
};
327-
328-
const sushmaAdhikari: Employee = {
329-
id: 'tc-047',
330-
name: 'Sushma Adhikari',
331-
position: 'Data Analyst',
332-
description: 'I am a music lover. Music makes me smile, laughter which all I want in my life. I believe whatever makes your soul happy do that.',
333-
funnyDescription: 'Aja Tuesday ho!',
334-
department: 'analysis',
335-
linkedInLink: 'https://www.linkedin.com/in/sushma-adhikari-00b5431a1',
336-
facebookLink: 'https://www.facebook.com/sushma.adhikari.1023',
337-
instagramLink: 'https://instagram.com/_sushmaa_',
338-
};
339-
340301
const praneshShrestha: Employee = {
341302
id: 'tc-065',
342303
name: 'Pranesh Shrestha',
@@ -358,18 +319,6 @@ const pratikshyaBhattarai: Employee = {
358319
instagramLink: 'https://www.instagram.com/___pratikshya/',
359320
};
360321

361-
const sudanBhandari: Employee = {
362-
id: 'tc-067',
363-
name: 'Sudan Bhandari',
364-
position: 'Backend Developer',
365-
description: 'K cha badda!!',
366-
funnyDescription: 'Ok boss',
367-
department: 'development',
368-
instagramLink: 'https://www.instagram.com/sudan.py/',
369-
githubLink: 'https://github.com/sudan45',
370-
linkedInLink: 'https://www.linkedin.com/in/sudan-bhandari-9b4420149/',
371-
};
372-
373322
const babinKarmacharya: Employee = {
374323
id: 'tc-070',
375324
name: 'Babin Kumar Karmacharya',
@@ -381,16 +330,6 @@ const babinKarmacharya: Employee = {
381330
linkedInLink: 'https://www.linkedin.com/in/babin-kumar-karmacharya-b1789b220/',
382331
};
383332

384-
const shreyaBhattarai: Employee = {
385-
id: 'tc-071',
386-
name: 'Shreya Bhattarai',
387-
position: 'QA Engineer',
388-
description: 'Haina, sab thikk chaaaaa !!!!!',
389-
funnyDescription: 'aile ho Babin?? 😠',
390-
department: 'development',
391-
linkedInLink: 'https://www.linkedin.com/in/shreyabha/',
392-
};
393-
394333
const sushilTiwari: Employee = {
395334
id: 'tc-072',
396335
name: 'Sushil Tiwari',
@@ -402,22 +341,10 @@ const sushilTiwari: Employee = {
402341
githubLink: 'https://github.com/susilnem',
403342
};
404343

405-
const roshaniPoudel: Employee = {
406-
id: 'tc-074',
407-
name: 'Roshani Poudel',
408-
position: 'Frontend Developer',
409-
funnyDescription: 'Tyo bela ma still intern thyeeee! Hehe he!',
410-
description: 'Hey there! I\'m Roshani, passionate about frontend development. Beyond coding, I enjoy exploring new places, food and cooking.',
411-
department: 'development',
412-
linkedInLink: 'https://www.linkedin.com/in/roshni-poudel',
413-
instagramLink: 'https://www.instagram.com/_roshnipoudel',
414-
};
415-
416-
417344
const sudipKhanal: Employee = {
418345
id: 'tc-076',
419346
name: 'Sudip Khanal',
420-
position: 'Backend Trainee',
347+
position: 'Backend Developer',
421348
description: 'Om Namah Shivaya....🙏🏻',
422349
department: 'development',
423350
linkedInLink: 'https://www.linkedin.com/in/sudip-khanal-59b815270',
@@ -428,12 +355,40 @@ const sudipKhanal: Employee = {
428355
const sandeshThapa: Employee = {
429356
id: 'tc-077',
430357
name: 'Sandesh Thapa',
431-
position: 'ML Trainee',
358+
position: 'ML Engineer',
432359
description: 'I am veg on Tuesday and Thursday. Sorry for the inconvenience.',
433360
department: 'development',
434361
linkedInLink: 'https://www.linkedin.com/in/sandesh-thapa-18375b215/',
435362
};
436363

364+
const ashmitaPaudel: Employee = {
365+
id: 'tc-079',
366+
name: 'Ashmita Paudel',
367+
position: 'Project Manager',
368+
description: 'Hi, I\'m Ashmita, an explorer of ideas, places and good food. Behind my serious looking face, I\'m always up for a good laugh, a stimulating brainstorming session, or a good travel story. If you find me staring into the nothingness, I\'m either pondering the meaning of existence, or planning my next vacation.',
369+
department: 'development',
370+
linkedInLink: 'https://www.linkedin.com/in/ashmitapaudel/',
371+
};
372+
373+
const lekhnathKhanal: Employee = {
374+
id: 'tc-081',
375+
name: 'Lekh Nath Khanal',
376+
position: 'Senior Backend Developer',
377+
description: 'घुम्ति-घुम्तिमा, मोड-मोडमा...',
378+
department: 'development',
379+
linkedInLink: 'https://www.linkedin.com/in/lekh-nath-khanal/',
380+
};
381+
382+
const cyrusShrestha: Employee = {
383+
id: 'tc-080',
384+
name: 'Cyrus Shrestha',
385+
position: 'Frontend Developer',
386+
description: 'Learning new things, making small wins, and enjoying the journey.',
387+
department: 'development',
388+
linkedInLink: 'https://www.linkedin.com/in/crsstha/',
389+
githubLink: 'https://github.com/crsstha',
390+
};
391+
437392
const employees: Employee[] = [
438393
ankitMehta,
439394
adityaKhatri,
@@ -447,28 +402,25 @@ const employees: Employee[] = [
447402
barshaThakuri,
448403
prinishaBaidya,
449404
rubyThapaliya,
450-
sameerRai,
451405
nikaShakya,
452406
shreeyashShrestha,
453407
shubhDhital,
454408
bimalSaud,
455409
sadikshyaHamal,
456-
kisanPahari,
457410
kanchiTamang,
458411
champaDeviChaudhary,
459-
sushmaAdhikari,
460412
shristiManandhar,
461413
rupRanjanshi,
462414
ranjanShrestha,
463415
praneshShrestha,
464416
pratikshyaBhattarai,
465-
sudanBhandari,
466417
babinKarmacharya,
467-
shreyaBhattarai,
468418
sushilTiwari,
469-
roshaniPoudel,
470419
sudipKhanal,
471420
sandeshThapa,
421+
ashmitaPaudel,
422+
lekhnathKhanal,
423+
cyrusShrestha,
472424
];
473425

474426
export default employees;
169 KB
Loading
53 KB
Loading
489 KB
Loading

src/resources/employee/nishan.jpeg

-56.2 KB
Binary file not shown.

src/resources/employee/roshani.png

-835 KB
Binary file not shown.

src/resources/employee/sameer.jpeg

-57.3 KB
Binary file not shown.
-208 KB
Binary file not shown.
-125 KB
Binary file not shown.

0 commit comments

Comments
 (0)