From 65c6527efe8ce97e74508bb79839cbe887245888 Mon Sep 17 00:00:00 2001 From: zramsay Date: Fri, 8 Dec 2023 13:52:00 -0500 Subject: [PATCH 01/21] rm 'What Others Say' --- src/pages/index.tsx | 1 - src/pages/partners.tsx | 1 - 2 files changed, 2 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index cd21ef4..7c034da 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -112,7 +112,6 @@ const HomePage = ({ - ) } diff --git a/src/pages/partners.tsx b/src/pages/partners.tsx index f1ae3ec..f06d3a6 100644 --- a/src/pages/partners.tsx +++ b/src/pages/partners.tsx @@ -101,7 +101,6 @@ const Careers = ({ - ) } From 670cdc52ae2f53fc4be2958a76061dfe632b9f91 Mon Sep 17 00:00:00 2001 From: zramsay Date: Fri, 8 Dec 2023 14:04:07 -0500 Subject: [PATCH 02/21] cleanup navbar/header --- json/site_content/header.json | 96 ++------------------------ src/components/common/header/header.ts | 3 + 2 files changed, 8 insertions(+), 91 deletions(-) diff --git a/json/site_content/header.json b/json/site_content/header.json index 9c04e08..e1c3592 100644 --- a/json/site_content/header.json +++ b/json/site_content/header.json @@ -2,111 +2,25 @@ "data": { "header": { "navMenu": [ - { - "href": null, - "title": "Developers", - "content": [ - { - "href": "https://github.com/LaconicNetwork", - "title": "GitHub" - }, - { - "href": "/about#roadmap", - "title": "Roadmap" - }, - { - "href": "https://discord.com/invite/ukhbBemyxY", - "title": "Chat" - } - ] - }, { "href": "/products", "title": "Products", - "content": [ - { - "href": "/products#laconicwatchers", - "title": "Watchers (SDK)" - }, - { - "href": "/products#laconicstack", - "title": "Stack" - }, - { - "href": "/products#laconicnetwork", - "title": "Network" - }, - { - "href": "/products#laconicapp", - "title": "App" - }, - { - "href": "/products#laconictoken", - "title": "Network Token (LNT)" - } - ] + "content": [] }, { "href": "/partners", "title": "Partners", - "content": [ - { - "href": "/partners#validators", - "title": "Member Validators" - }, - { - "href": "/partners#providers", - "title": "Service Providers" - }, - { - "href": "/partners#developers", - "title": "Developers" - }, - { - "href": "/partners#investors", - "title": "Investors" - }, - { - "href": "/partners#testnet", - "title": "Incentivized Testnet" - } - ] + "content": [] }, { "href": "/about", "title": "About", - "content": [ - { - "href": "/about", - "title": "Vision" - }, - { - "href": "/about#team", - "title": "Team" - }, - { - "href": "/careers", - "title": "Careers" - }, - { - "href": "/contact", - "title": "Contact" - }, - { - "href": "/assets/laconic-logo-assets.zip", - "title": "Brand" - } - ] + "content": [] }, { "href": "/community", "title": "Community", - "content": [ - { - "href": "/community#events", - "title": "Events" - } - ] + "content": [] }, { "href": "/blog", @@ -116,4 +30,4 @@ ] } } -} \ No newline at end of file +} diff --git a/src/components/common/header/header.ts b/src/components/common/header/header.ts index e0b41ce..e860a37 100644 --- a/src/components/common/header/header.ts +++ b/src/components/common/header/header.ts @@ -1,3 +1,6 @@ +// what does this file do? +// see json/site_content/header.json +// instead export const defaultHeaderLinks = [ { href: 'https://docs.laconic.com/', From f6a53d79324a32373c925f4fc94e0c1a9cf55608 Mon Sep 17 00:00:00 2001 From: zramsay Date: Fri, 8 Dec 2023 14:14:56 -0500 Subject: [PATCH 03/21] cleanup sitemap --- json/site_content/footer.json | 101 ++++--------------------- src/components/common/footer/index.tsx | 4 +- 2 files changed, 15 insertions(+), 90 deletions(-) diff --git a/json/site_content/footer.json b/json/site_content/footer.json index a5ef3cc..cf39312 100644 --- a/json/site_content/footer.json +++ b/json/site_content/footer.json @@ -1,44 +1,28 @@ { "data": { "footer": { + "productsLinks": [ + { + "title": "Products", + "href": "/products" + } + ], + "partnersLinks": [ + { + "title": "Partners", + "href": "/partners" + } + ], "aboutLinks": [ { "href": "/about", "title": "About" - }, - { - "href": "/about", - "title": "Vision" - }, - { - "href": "/about#team", - "title": "Team" - }, - { - "href": "/partners", - "title": "Partners" - }, - { - "href": "/careers", - "title": "Careers" - }, - { - "href": "/contact", - "title": "Contact" - }, - { - "href": "/assets/laconic-logo-assets.zip", - "title": "Brand" } ], "communityLinks": [ { "href": "/community", "title": "Community" - }, - { - "href": "/community#events", - "title": "Events" } ], "connectLinks": [ @@ -54,70 +38,11 @@ "href": "https://www.youtube.com/@Laconic-Network", "title": "Youtube" }, - { - "href": "https://www.reddit.com/r/LaconicNetwork/", - "title": "Reddit" - }, { "href": "https://t.me/laconicnetwork", "title": "Telegram" - }, - { - "href": "https://www.linkedin.com/company/laconic-network/", - "title": "Linkedin" - }, - { - "href": "https://www.facebook.com/laconicnetwork", - "title": "Facebook" - }, - { - "href": "https://instagram.com/laconicnetwork", - "title": "Instagram" - } - ], - "developerLinks": [ - { - "title": "Developers" - }, - { - "href": "https://github.com/LaconicNetwork", - "title": "Github" - }, - { - "href": "/about/#roadmap", - "title": "Roadmap" - }, - { - "href": "https://discord.com/invite/ukhbBemyxY", - "title": "Chat" - } - ], - "productsLinks": [ - { - "title": "Products", - "href": "/products" - }, - { - "href": "/products/#laconicwatchers", - "title": "Watchers (SDK)" - }, - { - "href": "/products/#laconicstack", - "title": "Laconic Stack" - }, - { - "href": "/products/#laconicnetwork", - "title": "Laconic Network" - }, - { - "href": "/products/#laconicapp", - "title": "Laconic App" - }, - { - "href": "/products/#laconictoken", - "title": "(LNT) Token" } ] } } -} \ No newline at end of file +} diff --git a/src/components/common/footer/index.tsx b/src/components/common/footer/index.tsx index 284352e..19c2258 100644 --- a/src/components/common/footer/index.tsx +++ b/src/components/common/footer/index.tsx @@ -97,7 +97,7 @@ export const Footer = ({ data }: Props) => {