@input-output-hk/front-end-site-components
Version:
Opinionated React components for IOHK's front-end web team
37 lines (36 loc) • 1.75 kB
JavaScript
export default {
en: {
links: [
[
{ label: 'Home', href: 'https://iohk.io/en/' },
{ label: 'About', href: 'https://iohk.io/en/about/' },
{ label: 'Team', href: 'https://iohk.io/en/team/' },
{ label: 'Contact', href: 'https://iohk.io/en/contact/' },
{ label: 'Careers', href: 'https://iohk.io/en/careers/' },
{ label: 'Data protection', href: 'https://ucarecdn.com/6b3cfda0-9864-4319-8e97-2ffd73ca84a8/-/inline/yes/' }
],
[
{ label: 'Cardano', href: 'https://iohk.io/en/projects/cardano/' },
{ label: 'Daedalus', href: 'https://iohk.io/en/projects/daedalus/' },
{ label: 'Ethereum Classic', href: 'https://iohk.io/en/projects/ethereum-classic/' },
{ label: 'Qeditas', href: 'https://iohk.io/en/projects/qeditas/' },
{ label: 'Scorex', href: 'https://iohk.io/en/projects/scorex/' },
{ label: 'RS|Coin', href: 'https://iohk.io/en/projects/rscoin/' },
{ label: 'Symphony', href: 'https://iohk.io/en/projects/symphony/' }
],
[
{ label: 'Research', href: 'https://iohk.io/en/research/' },
{ label: 'Library', href: 'https://iohk.io/en/research/library/' },
{ label: 'Blog', href: 'https://iohk.io/en/blog/' },
{ label: 'Feed', href: 'https://iohk.io/en/feed/' }
],
[
{ label: 'Twitter', href: 'https://twitter.com/inputoutputHK' },
{ label: 'Facebook', href: 'https://www.facebook.com/iohk.io/' },
{ label: 'GitHub', href: 'https://www.github.com/input-output-hk' },
{ label: 'LinkedIn', href: 'https://www.linkedin.com/company/input-output-global/' },
{ label: 'YouTube', href: 'https://www.youtube.com/c/IohkIo' }
]
]
}
}