AdoptOpenJDK / website-adoptium

Repo for new Adoptium website
2 stars 7 forks source link

Create a JSON-File which contains data of working group members #77

Closed timhalter closed 3 years ago

timhalter commented 3 years ago

Description:

This is the second step towards integrating working group members (WGM) on the website. In order to add new sponsors we need a JSON-file which holds all the WGM data and is accessible on GitHub. A contributor can edit this JSON-file to add data of a new WGM.

Acceptance criteria:

Sketches / Mockups:

thomasbuechi commented 3 years ago

Implemented a json file with 3 example entries

One example:

{ "memberName": "Microsoft", "memberLink": "https://microsoft.com/", "memberLogo": "assets/memberLogos/microsoft.svg", "memberAltText": "Microsoft Logo", "organizationType": "" }

thomasbuechi commented 3 years ago

Issue declared done as of meeting from 29.04.2021

With Shelley and Andreas