From b1119a9f218f2fa6b23bd98cc9327890ed701541 Mon Sep 17 00:00:00 2001 From: "yongen.loong" Date: Wed, 19 Jun 2024 13:45:17 +0800 Subject: [PATCH] feat: footer links --- config/footer-links.json | 67 ++++++++++++++++++++++++++++++++-------- 1 file changed, 54 insertions(+), 13 deletions(-) diff --git a/config/footer-links.json b/config/footer-links.json index 65765ce..bf707e7 100644 --- a/config/footer-links.json +++ b/config/footer-links.json @@ -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": "#" } ] }