Skip to content

Commit

Permalink
addes description in some events
Browse files Browse the repository at this point in the history
  • Loading branch information
maryanamorato committed Oct 24, 2021
1 parent b882366 commit f21def5
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
24 changes: 24 additions & 0 deletions website/src/data/eventList.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,97 +2,121 @@ export const eventList = [
{
topic:"Google Codejam io for Women",
link:"https://codingcompetitions.withgoogle.com/codejamio",
description: "Code Jam to I/O for Women consists of a single online round competition in which you write code to solve algorithmic problems that have multiple layers of difficulty."
},
{
topic:"Google STEP Internship",
link:"https://buildyourfuture.withgoogle.com/programs/step/",
description: "STEP (Student Training in Engineering Program), formerly known as Engineering Practicum, is a 12-week internship for first and second-year undergraduate students with a passion for computer science."
},
{
topic:"Girlscript Summer of Code",
link:"https://gssoc.girlscript.tech/",
description: "GirlScript Summer of Code is the 3 month long Open Source program during summers conducted by GirlScript Foundation, started in 2018, with an aim to help beginners get started with Open Source Development while encouraging diversity."
},
{
topic:"Google Summer of Code",
link:"https://summerofcode.withgoogle.com/",
description: "Google Summer of Code is a global program focused on bringing more student developers into open source software development."
},
{
topic:"She Codes by Indeed",
link:"https://www.shecodesindeed.com/",
description: "Indeed invites women developers to join the coding sprint. SheCodes, Indeed event gives women an opportunity to showcase their skills by solving real-world problems and win some cool prizes. The coding sprint is an online event and includes several open-ended problem statements related to Indeed business."
},
{
topic:"Outreachy",
link:"https://www.outreachy.org/",
description: ""
},
{
topic:"Goldman Sachs Women Possibilities Summit: Finance",
link:"https://www.goldmansachs.com/careers/students/programs/india/womens-possibilities-summit-finance.html",
description: ""
},
{
topic:"Tech Women at Intuit",
link:"https://www.intuit.com/careers/programs/tech-women-at-intuit/",
description: ""
},
{
topic:"Women Who Code: Delhi",
link:"https://www.womenwhocode.com/delhi",
description: ""
},
{
topic:"Society of Women Engineers India",
link:"https://india.swe.org/",
description: ""
},
{
topic:"DevelopHER",
link:"https://developher.com/",
description: ""
},
{
topic:"LinkedIn Wintathon",
link:"https://wintathon2020.splashthat.com/",
description: ""
},
{
topic:"Adobe Codiva",
link:"https://www.firstnaukri.com/careers/customised/landingpage/adobe/codiva/index.html",
description: ""
},
{
topic:"Visa Code Your Way",
link:"https://assessment.hackerearth.com/challenges/hiring/visa-code-your-way-2019/",
description: ""
},
{
topic:"Microsoft Codess",
link:"https://careers.microsoft.com/students/us/en/ind-programs",
description: ""
},
{
topic:"Uber She++",
link:"https://www.uber.com/us/en/careers/teams/university/",
description: ""
},
{
topic:"Flipkart Girls Wanna Code",
link:"https://dare2compete.com/hackathon/flipkart-girls-wanna-code-30-flipkart-145093",
description: ""
},
{
topic:"LinkedIn CoachIn Program",
link:"https://coachin2021.splashthat.com/",
description: ""
},
{
topic:"Alexa Student Influencers",
link:"https://developer.amazon.com/en-IN/alexa/alexa-student-influencer",
description: ""
},
{
topic:"WomenTechmakers Ambassador",
link:"https://www.womentechmakers.com/ambassadors",
description: ""
},
{
topic:"Google Developer Student Clubs",
link:"https://developers.google.com/community/gdsc",
description: ""
},
{
topic:"Microsoft Student Learn Ambassadors Program",
link:"https://studentambassadors.microsoft.com/",
description: ""
},
{
topic:"MLH Fellowship",
link:"https://fellowship.mlh.io/",
description: ""
},
{
topic:"Github Campus Expert",
link:"https://education.github.com/experts",
description: ""
},
]
4 changes: 3 additions & 1 deletion website/src/pages/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ export default function EventsPage() {
{a.topic}
</Typography>
</a>

<Typography gutterBottom>
{a.description}
</Typography>
</CardContent>
</CardActionArea>
</Card>
Expand Down

0 comments on commit f21def5

Please sign in to comment.