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 .vs/IOSD_MAIT_Hacktoberfest-2020_Flutter/v16/.suo
Binary file not shown.
Binary file not shown.
3 changes: 3 additions & 0 deletions .vs/ProjectSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"CurrentProjectSetting": "No Configurations"
}
11 changes: 11 additions & 0 deletions .vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"ExpandedNodes": [
"",
"\\assets",
"\\assets\\images",
"\\assets\\profilesPic",
"\\lib"
],
"SelectedNode": "\\assets\\profilesPic\\Safal.jpg",
"PreviewInSolutionExplorer": false
}
Binary file added .vs/slnx.sqlite
Binary file not shown.
Binary file added assets/profilesPic/Safal.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions lib/completeMemberInfo.dart
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,16 @@ class AllMembers {
linkedInURL: 'https://www.linkedin.com/in/shivanshugarg12',
status: 'Web Designer'),
Member(
name: 'Safal Mahat',
year: '3rd',
department: 'Computer Science and Information Technology',
profilePic: 'assets/profiles/Safal.jpg',
aboutMe: 'I am a hardworking computer science student and want be start my carrer as fullstack developer. Simply put I am a learner.',
facebookURL: 'https://www.facebook.com/safal08',
githubURL: 'https://github.com/Safal08',
linkedInURL: 'https://www.linkedin.com/in/s%C3%A1f%C3%A0l-m%C3%A1h%C3%A0t-2056b2194/',
status: 'Web Designer'),
Member(
name: 'Rashmi',
year: '2nd',
department: 'Computer Science',
Expand Down