Skip to content

Commit f031f21

Browse files
committed
2 parents e21044c + 3183acc commit f031f21

File tree

12 files changed

+78
-4
lines changed

12 files changed

+78
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Femunity is a forum and discussion app that aims to empower young women by providing a safe space for free speech, devoid of hate speech and toxicity. With Femunity, you can create communities, share links, text, and image-based posts, upvote and comment on posts, and participate in discussions with like-minded individuals.
1010

1111

12-
Watch the product demo on <a href="https://www.youtube.com/watch?v=oN_uYKAApXs">
12+
Watch the product demo on <a href="https://www.youtube.com/watch?v=1H82iFD0pHM">
1313
<img src="https://img.shields.io/badge/YouTube-%23FF0000.svg?style=for-the-badge&logo=YouTube&logoColor=white" alt="LinkedIn Badge"/>
1414
</a>
1515

assets/images/abd.jpeg

14.2 KB
Loading

assets/images/busScholar.webp

24.7 KB
Binary file not shown.

assets/images/dell.jpg

28.2 KB
Loading

assets/images/ets.jpg

9.83 KB
Loading

assets/images/lagrant.png

55.9 KB
Loading

assets/images/law.jpg

15.9 KB
Loading

assets/images/lawocc.png

25.7 KB
Loading

assets/images/ss.png

8.77 KB
Loading

assets/images/ssssss.jpg

19.9 KB
Loading

lib/features/mindfulness/opportunities_screen.dart

+76-2
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': 'Empowering Women in Law Scholarship',
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://studentscholarships.org/scholarship/13274/empowering-women-in-law-scholarship',
69+
'image': 'assets/images/ss.png',
70+
'field': 'Law',
71+
},
72+
{
73+
'title': 'LAW SCHOOL SCHOLARSHIPS FOR WOMEN',
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.bu.edu/law/about/offices/financial-aid/scholarships/scholarships-writing-competitions/outside-scholarships/women/',
78+
'image': 'assets/images/law.jpg',
79+
'field': 'Law',
80+
},
81+
{
82+
'title': 'Events and opportunities in the field of law',
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://www.lawctopus.com/tag/chennai-law-firm-internship/',
86+
'image': 'assets/images/lawocc.png',
87+
'field': 'Law',
88+
},
3989
];
4090

4191
List<Map<String, String>> getFilteredOpportunities() {
@@ -261,16 +311,40 @@ class _OpportunitiesScreenState extends State<OpportunitiesScreen> {
261311
const OpportunityTile(
262312
company: 'Amazon',
263313
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: 'Prouction Manager',
264321
url: 'https://www.amazon.jobs/en/',
265322
logo: 'assets/images/Amazon_icon.svg.png',
266323
),
324+
267325
if (selectedField == 'Law')
268326
const OpportunityTile(
269327
company: 'Google',
270328
position: 'Software Engineer',
271-
url: 'https://www.google.com/about/careers/',
272-
logo: 'assets/images/Google_ G _Logo.svg.webp',
329+
url: 'https://www.wemakescholars.com/other/educational-testing-service-ets-',
330+
logo: 'assets/images/ets.jpg',
331+
),
332+
if (selectedField == 'Law')
333+
const OpportunityTile(
334+
company: 'ABD',
335+
position: '',
336+
url: 'https://www.wemakescholars.com/scholarship/asian-development-bank-japan-scholarship-program',
337+
logo: 'assets/images/abd.jpeg',
338+
),
339+
if (selectedField == 'Law')
340+
const OpportunityTile(
341+
company: 'ServiceScape',
342+
position: 'Judge',
343+
url: 'https://www.wemakescholars.com/scholarship/asian-development-bank-japan-scholarship-program',
344+
logo: 'assets/images/ssssss.jpg',
273345
),
346+
347+
274348
],
275349
),
276350
),

lib/features/posts/screens/Digital Safety/safe_screen2.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class _SexualHarassmentScreenState extends State<SexualHarassmentScreen> {
7171
'Document Evidence',
7272
'Keep a record of any offensive messages, images, or other evidence of sexual harassment. This documentation can be helpful when reporting the incident.',
7373
Icons.camera_alt,
74-
null,
74+
"https://www.forensicnotes.com/best-practice-guidelines-for-recording-and-documenting-evidence/",
7575
),
7676
buildStepCard(
7777
context,

0 commit comments

Comments
 (0)