Skip to content

Commit b47442c

Browse files
committed
Added Links
1 parent 3462e97 commit b47442c

File tree

5 files changed

+80
-0
lines changed

5 files changed

+80
-0
lines changed

assets/images/busScholar.webp

24.7 KB
Binary file not shown.

assets/images/cybercrime.jpg

-169 KB
Loading

assets/images/dell.jpg

28.2 KB
Loading

assets/images/lagrant.png

55.9 KB
Loading

lib/features/mindfulness/opportunities_screen.dart

+80
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,56 @@ class _OpportunitiesScreenState extends State<OpportunitiesScreen> {
3636
'image': 'assets/images/Adobe-logo.png',
3737
'field': 'STEM',
3838
},
39+
{
40+
'title': 'Business Internships',
41+
'description':
42+
'Students enrolled in an undergraduate or postgraduate degree will participate in unique educational experiences in areas ranging from core technical skills to holistic professional development.',
43+
'url': 'https://careers.google.com/students/business-internships/',
44+
'image': 'assets/images/google.png',
45+
'field': 'Business',
46+
},
47+
{
48+
'title': 'We Make Scholars',
49+
'description':
50+
'They recognize talented female undergraduate & master\'s students studying computer science and provide them an opportunity to learn, build, and grow.',
51+
'url':
52+
'https://www.wemakescholars.com/',
53+
'image': 'assets/images/busScholar.webp',
54+
'field': 'Business',
55+
},
56+
{
57+
'title': 'DELL SCHOLARS PROGRAM ',
58+
'description':
59+
'Women Engineers (WE), a 24-month immersive and LIVE online learning experiential program offered by TalentSprint and supported by Google, trains deserving first-year women engineering students.',
60+
'url': 'https://www.dellscholars.org/',
61+
'image': 'assets/images/dell.jpg',
62+
'field': 'Business',
63+
},
64+
{
65+
'title': 'DESIS by D.E. Shaw',
66+
'description':
67+
'Students enrolled in an undergraduate or postgraduate degree will participate in unique educational experiences in areas ranging from core technical skills to holistic professional development.',
68+
'url': 'https://www.deshawindia.com/desis-ascend-educare/about.pdf',
69+
'image': 'assets/images/deshaw.png',
70+
'field': 'Law',
71+
},
72+
{
73+
'title': 'Adobe Women in Tech',
74+
'description':
75+
'They recognize talented female undergraduate & master\'s students studying computer science and provide them an opportunity to learn, build, and grow.',
76+
'url':
77+
'https://www.adobe.com/in/lead/creativecloud/women-in-technology.html',
78+
'image': 'assets/images/Adobe-logo.png',
79+
'field': 'Law',
80+
},
81+
{
82+
'title': 'TalentSprint WE',
83+
'description':
84+
'Women Engineers (WE), a 24-month immersive and LIVE online learning experiential program offered by TalentSprint and supported by Google, trains deserving first-year women engineering students.',
85+
'url': 'https://we.talentsprint.com/',
86+
'image': 'assets/images/talentsprint.png',
87+
'field': 'Law',
88+
},
3989
];
4090

4191
List<Map<String, String>> getFilteredOpportunities() {
@@ -257,6 +307,20 @@ class _OpportunitiesScreenState extends State<OpportunitiesScreen> {
257307
url: 'https://careers.cern/summer',
258308
logo: 'assets/images/CERN.svg.png',
259309
),
310+
if (selectedField == 'Business')
311+
const OpportunityTile(
312+
company: 'Amazon',
313+
position: 'Software Development Engineer',
314+
url: 'https://www.lagrantfoundation.org/about-our-scholarships',
315+
logo: 'assets/images/lagrant.png',
316+
),
317+
if (selectedField == 'Business')
318+
const OpportunityTile(
319+
company: 'Amazon',
320+
position: 'Software Development Engineer',
321+
url: 'https://www.amazon.jobs/en/',
322+
logo: 'assets/images/Amazon_icon.svg.png',
323+
),
260324
if (selectedField == 'Business')
261325
const OpportunityTile(
262326
company: 'Amazon',
@@ -271,6 +335,22 @@ class _OpportunitiesScreenState extends State<OpportunitiesScreen> {
271335
url: 'https://www.google.com/about/careers/',
272336
logo: 'assets/images/Google_ G _Logo.svg.webp',
273337
),
338+
if (selectedField == 'Law')
339+
const OpportunityTile(
340+
company: 'Google',
341+
position: 'Software Engineer',
342+
url: 'https://www.google.com/about/careers/',
343+
logo: 'assets/images/Google_ G _Logo.svg.webp',
344+
),
345+
if (selectedField == 'Law')
346+
const OpportunityTile(
347+
company: 'Google',
348+
position: 'Software Engineer',
349+
url: 'https://www.google.com/about/careers/',
350+
logo: 'assets/images/Google_ G _Logo.svg.webp',
351+
),
352+
353+
274354
],
275355
),
276356
),

0 commit comments

Comments
 (0)