deltaDAO / Ocean-Market

🧜‍♀️ THE Data Market
https://market.oceanprotocol.com
Apache License 2.0
4 stars 3 forks source link

MVG Overview Page #12

Closed moritzkirstein closed 3 years ago

moritzkirstein commented 3 years ago

We need a simple "landing" page to redirect users to all our MVG components This site should only display links to all our MVG stuff made available over the hackathon. Styling of the links like the AssetTeaser component does (only Title & Desc (maybe show the url as small grey text at bottom). Click on the "AssetTeaser" should open the MVG component in a new tab.

Expect a json file with an array of Objects like:

{
  "title": "Gaia-X Catalogue",
  "desc": "Browse and discover Data and their Self-Descriptions in the Gaia-X Test Network.",
  "url": "https://catalogue.minimal-gaia-x.eu"
}
kaimeinke commented 3 years ago

{ "title": "1st Gaia-X Hackathon GitLab Repository", "desc": "Use this as an entry point into the 1st Gaia-X Hackathon", "url": "https://gitlab.com/gaia-x/gaia-x-community/gx-hackathon/gx-hackathon-1/-/wikis/home" }

{ "title": "Minimal Viable Gaia-X Demonstrator for 1st Gaia-X Hackathon", "desc": "This demonstrator aims to bring to life to a minimal viable Gaia-X Portal.", "url": "https://portal.minimal-gaia-x.eu/" }

{ "title": "Interactive Tutorial and Documentation", "desc": "Start your journey here.", "url": "https://XXXXXXXX" }

{ "title": "Minimal Viable Gaia-X Portal Demonstrator by ATOS", "desc": "Illustrates custom portals for Gaia-X data service providers connected to the federated catalogue.", "url": "https://XXXXXXXX" }

{ "title": "Open Work Package Self Descriptions", "desc": "Repository of the OWP Self Descriptions", "url": "https://gitlab.com/gaia-x/gaia-x-community/gaia-x-self-descriptions" }