File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -321,18 +321,24 @@ class _OpportunitiesScreenState extends State<OpportunitiesScreen> {
321
321
url: 'https://www.amazon.jobs/en/' ,
322
322
logo: 'assets/images/Amazon_icon.svg.png' ,
323
323
),
324
-
324
+ if (selectedField == 'Business' )
325
+ const OpportunityTile (
326
+ company: 'SFI' ,
327
+ position: 'Analyst' ,
328
+ url: 'https://www.wemakescholars.com/research-institute/science-foundation-ireland' ,
329
+ logo: 'assets/images/sfi.png' ,
330
+ ),
325
331
if (selectedField == 'Law' )
326
332
const OpportunityTile (
327
- company: 'Google ' ,
328
- position: 'Software Engineer ' ,
333
+ company: 'ETS ' ,
334
+ position: 'Accountant ' ,
329
335
url: 'https://www.wemakescholars.com/other/educational-testing-service-ets-' ,
330
336
logo: 'assets/images/ets.jpg' ,
331
337
),
332
338
if (selectedField == 'Law' )
333
339
const OpportunityTile (
334
340
company: 'ABD' ,
335
- position: '' ,
341
+ position: 'Staff Attorney ' ,
336
342
url: 'https://www.wemakescholars.com/scholarship/asian-development-bank-japan-scholarship-program' ,
337
343
logo: 'assets/images/abd.jpeg' ,
338
344
),
You can’t perform that action at this time.
0 commit comments