Skip to content
Open
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
Binary file added assets/profilesPic/SIDHANT THAKUR.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 13 additions & 1 deletion lib/completeMemberInfo.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
Plese go though the "Contributors.md" file before you start coding or editing.

However the guidelines are as follows:
Expand Down Expand Up @@ -107,6 +107,18 @@ class AllMembers {
githubURL: 'https://github.com/shivanshugarg12800',
linkedInURL: 'https://www.linkedin.com/in/shivanshugarg12',
status: 'Web Designer'),

Member(
name: 'Sidhant Thakur',
year: '2nd',
department: 'Information Technology',
profilePic: 'assets/profilesPic/SIDHANT THAKUR.png',
aboutMe:
'A beginner willing to learn and explore new things and technologies in IT field',

githubURL: 'https://github.com/SIDHANT2001',
linkedInURL: 'https://www.linkedin.com/in/sidhant-thakur-138673160/',
status: 'BEGINNER '),
];

static List<Member> get members {
Expand Down