Skip to content

Commit

Permalink
create funding list and add logos
Browse files Browse the repository at this point in the history
  • Loading branch information
SallyMcGrath committed Oct 27, 2023
1 parent 56ac4a1 commit b7fc2db
Show file tree
Hide file tree
Showing 26 changed files with 405 additions and 0 deletions.
152 changes: 152 additions & 0 deletions data/funding.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,152 @@
[
{
"name": "Adobe",
"website": "https://www.adobe.com/uk/corporate-responsibility/community.html",
"logo": "logos/adobe.webp",
"support_type": ["Equipment", "Financial"]
},
{
"name": "Aston University",
"website": "https://www2.aston.ac.uk/",
"logo": "logos/aston-university.svg",
"support_type": ["Host"]
},
{
"name": "Capgemini",
"website": "https://www.capgemini.com/",
"logo": "logos/capgemini.png",
"support_type": ["Financial", "Hiring", "Corporate Volunteering"]
},
{
"name": "Cititec",
"website": "https://www.cititec.com/",
"logo": "logos/cititec.svg",
"support_type": ["Host"]
},
{
"name": "Codility",
"website": "https://www.codility.com/",
"logo": "logos/codility.png",
"support_type": ["Product"]
},
{
"name": "DF Capital",
"website": "https://www.dfcapital.co.uk/",
"logo": "logos/df-capital.png",
"support_type": ["Host", "Hiring"]
},
{
"name": "Evidenced",
"website": "https://www.evidenced.app/",
"logo": "logos/evidenced.png",
"support_type": ["Product"]
},
{
"name": "Figma",
"website": "https://www.figma.com/",
"logo": "logos/figma.svg",
"support_type": ["Product"]
},
{
"name": "Financial Times",
"website": "https://www.ft.com/",
"logo": "logos/ft.svg",
"support_type": ["Hiring"]
},
{
"name": "Fourth",
"website": "https://www.fourth.com/",
"logo": "logos/fourth.svg",
"support_type": ["Host"]
},
{
"name": "GitHub",
"website": "https://github.com/",
"logo": "logos/github.png",
"support_type": ["Product"]
},
{
"name": "Infinity Works",
"website": "https://www.infinityworks.com/",
"logo": "logos/infinity-works.svg",
"support_type": ["Equipment"]
},
{
"name": "JP Morgan",
"website": "https://www.jpmorgan.com/",
"logo": "logos/jp-morgan.svg",
"support_type": ["Hiring"]
},
{
"name": "LEGO",
"website": "https://www.lego.com/",
"logo": "logos/lego.svg",
"support_type": ["Host"]
},
{
"name": "Motorola Solutions Foundation",
"website": "https://www.motorolasolutions.com/en_xu/about/motorola-solutions-foundation.html",
"logo": "logos/motorola.svg",
"support_type": ["Financial", "Equipment"]
},
{
"name": "MVF",
"website": "https://www.mvfglobal.com/",
"logo": "logos/MVF.svg",
"support_type": ["Host", "Hiring"]
},
{
"name": "Netlify",
"website": "https://www.netlify.com/",
"logo": "logos/netlify.svg",
"support_type": ["Product"]
},
{
"name": "Rainbird",
"website": "https://rainbird.ai/case-study/a-candidate-assessment-tool-that-saves-900-hours-of-manual-reviews/",
"logo": "logos/rainbird.webp",
"support_type": ["Product", "Services"]
},
{
"name": "Scottish Government",
"website": "https://www.gov.scot/",
"logo": "logos/scotgov.svg",
"support_type": ["Financial"]
},
{
"name": "Seesaw",
"website": "https://seesawspace.com/en",
"logo": "logos/seesaw.png",
"support_type": ["Host"]
},
{
"name": "Slack",
"website": "https://slack.com/",
"logo": "logos/slack.png",
"support_type": ["Product", "Financial", "Hiring", "Corporate Volunteering"]
},
{
"name": "Slalom",
"website": "https://www.slalom.com/",
"logo": "logos/slalom.svg",
"support_type": ["Host"]
},
{
"name": "EY",
"website": "https://www.ey.com/",
"logo": "logos/ey.svg",
"support_type": ["Host", "Financial"]
},
{
"name": "Udemy",
"website": "https://www.udemy.com/",
"logo": "logos/udemy.png",
"support_type": ["Product"]
},
{
"name": "Workday",
"website": "https://www.workday.com/en-gb/company/corporate-responsibility/workday-foundation.html",
"logo": "logos/workday.svg",
"support_type": ["Financial"]
}
]
Binary file added static/logos/EY.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/logos/MVF.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/logos/adobe.webp
Binary file not shown.
1 change: 1 addition & 0 deletions static/logos/aston-university.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/logos/capgemini.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b7fc2db

Please sign in to comment.