Skip to content

Commit

Permalink
updated code
Browse files Browse the repository at this point in the history
  • Loading branch information
azharhayat271 committed May 9, 2024
1 parent 709af15 commit 819e830
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
12 changes: 6 additions & 6 deletions lib/cards/details/bme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class BiomedicalEngineeringScreen extends StatelessWidget {
),
),
SizedBox(height: 10),
Text('- Biomedical Engineers Society'),
Text('- Biomedical Engineering Society (BES)'),
SizedBox(height: 20),
Text(
'Staff:',
Expand All @@ -54,11 +54,11 @@ class BiomedicalEngineeringScreen extends StatelessWidget {
),
),
SizedBox(height: 10),
Text('- Dr. Ali Khan (Chairman)'),
Text('- Dr. Sarah Ahmed'),
Text('- Dr. Usman Ali'),
Text('- Dr. Ayesha Siddiqua'),
Text('- Miss Saba Naz'),
Text('- Dr. Muhammad Shoaib (Chairman)'),
Text('- Dr. Umair Ahmad'),
Text('- Dr. Muhammad Suleman'),
Text('- Dr. Muhammad Rehan'),
Text('- Miss. Bisma Rauf'),
// Add other staff members similarly
],
),
Expand Down
11 changes: 5 additions & 6 deletions lib/cards/details/mechnical.dart
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class MechanicalEngineeringScreen extends StatelessWidget {
),
),
SizedBox(height: 10),
Text('- Mechanical Engineers Club'),
Text('- Amercian Socitey of Mechanical Engineers (ASME)'),
SizedBox(height: 20),
Text(
'Staff:',
Expand All @@ -54,11 +54,10 @@ class MechanicalEngineeringScreen extends StatelessWidget {
),
),
SizedBox(height: 10),
Text('- Dr. Khalid Mahmood (Chairman)'),
Text('- Dr. Maria Khan'),
Text('- Dr. Amir Ali'),
Text('- Dr. Zainab Malik'),
Text('- Miss Ayesha Jamil'),
Text('- Dr. Khazar Hayat (Chairman)'),
Text('- Dr. Tipu Sultan'),
Text('- Dr. Saqlain abbas'),
Text('- Dr. Sufyain Matloob'),
// Add other staff members similarly
],
),
Expand Down

0 comments on commit 819e830

Please sign in to comment.