Skip to content

Commit

Permalink
Setup for companies we worked with section
Browse files Browse the repository at this point in the history
  • Loading branch information
sriyanm committed Aug 15, 2024
1 parent 3e05780 commit d2228c4
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 4 deletions.
41 changes: 38 additions & 3 deletions config/companies.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,44 @@
"image": "rocket.png"
},
{
"name": "Wolverine Trading",
"link": "https://www.wolve.com/",
"image": "wolve.png"
"name": "PwC",
"link": "https://www.pwc.com/",
"image": "pwc.png"
},
{
"name": "Bloomberg",
"link": "https://www.bloomberg.com/",
"image": "bloomberg.png"
},
{
"name": "Dominos",
"link": "https://www.dominos.com/",
"image": "dominos.png"
},
{
"name": "Figma",
"link": "https://www.figma.com/",
"image": "figma.png"
},
{
"name": "Discover",
"link": "https://www.discover.com/",
"image": "discover.png"
},
{
"name": "Capital One",
"link": "https://www.capitalone.com/",
"image": "capital-one.png"
},
{
"name": "Nissan",
"link": "https://www.nissan-global.com/",
"image": "nissan.png"
},
{
"name": "Rockstar Games",
"link": "https://www.rockstargames.com/",
"image": "rockstar-games.png"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export default function Home({ companies, sponsors, projects, timeline, communit
</div>
<div className="container mx-auto px-2 mt-8">
<h2 className="text-3xl text-center">
Companies We Work With:
Companies We Worked With:
</h2>
<CompanySection basePath={basePath} group={companies[0]}/>
</div>
Expand Down

0 comments on commit d2228c4

Please sign in to comment.