Skip to content

Commit

Permalink
feat: footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Jun 19, 2024
1 parent 5f17a70 commit b1119a9
Showing 1 changed file with 54 additions and 13 deletions.
67 changes: 54 additions & 13 deletions config/footer-links.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,78 @@
{
"links": [
{
"title": "Docs",
"title": "Platform",
"items": [
{
"label": "Home",
"to": "/"
"label": "Technology",
"href": "#"
},
{
"label": "Audit Report",
"href": "#"
},
{
"label": "Privacy",
"href": "#"
},
{
"label": "Terms of Use",
"href": "#"
},
{
"label": "Cookie Policy",
"href": "#"
}
]
},
{
"title": "Community",
"title": "Developer Resources",
"items": [
{
"label": "Discord",
"href": "https://discord.gg/bgysa9xjvD"
"label": "Docs",
"href": "#"
},
{
"label": "Tools",
"href": "#"
},
{
"label": "Examples & Tutorials",
"href": "#"
},
{
"label": "Twitter",
"href": "https://twitter.com/aelfblockchain"
"label": "Github",
"href": "#"
}
]
},
{
"title": "More",
"title": "Ecosystem",
"items": [
{
"label": "Medium",
"href": "https://medium.com/aelfblockchain"
"label": "Overview",
"href": "#"
},
{
"label": "dApps",
"href": "#"
},
{
"label": "GitHub",
"href": "https://github.com/AElfProject"
"label": "aelf Ventures",
"href": "#"
},
{
"label": "Blog",
"href": "#"
}
]
},
{
"title": "Connect",
"items": [
{
"label": "Contact Us",
"href": "#"
}
]
}
Expand Down

0 comments on commit b1119a9

Please sign in to comment.