From ba04d1a43d3ae53629380238cfbd50176a803790 Mon Sep 17 00:00:00 2001 From: Kanishk Khurana <74613246+KanishkKhurana@users.noreply.github.com> Date: Wed, 5 Jun 2024 21:36:01 +0530 Subject: [PATCH] chore: fix responsive navbar (#64) Navbar is now clickable on responsive data --------- Co-authored-by: rollsmorr1 Co-authored-by: nlc616 <97002998+nlc616@users.noreply.github.com> Co-authored-by: GitHub Action --- src/components/BuildUseCases.tsx | 6 +- src/components/ButtonYellowOutline.tsx | 2 +- src/components/GlobeWithFloatingCards.tsx | 125 ++---------------- src/components/NavBar/index.tsx | 28 +++- src/components/SearchBtn.tsx | 2 +- src/components/Text.tsx | 3 +- .../fleekxyz-nfa-thumb.png | Bin 0 -> 70375 bytes .../index.md | 93 +++++++++++++ .../community-hosting-thumb.png | Bin 0 -> 73387 bytes .../nfa-community-hosting/index.md | 101 ++++++++++++++ .../Uncategorized/nfa-eip-interfaces/index.md | 81 ++++++++++++ .../nfa-eip-interfaces/main-nfa-biw.jpg | Bin 0 -> 146843 bytes .../nfa-eip-interfaces/nfa-roadmap-mar-20.png | Bin 0 -> 175195 bytes .../nfa-minting-flow-eip-kickoff/index.md | 110 +++++++++++++++ .../nfa-eip-github.png | Bin 0 -> 131031 bytes .../nfa-minting-flow-eip-kickoff/nfa-mint.png | Bin 0 -> 70688 bytes .../roadmap-march.png | Bin 0 -> 171352 bytes .../nfa-update-details-and-testnet/index.md | 57 ++++++++ .../nfa-update-details-page.jpeg | Bin 0 -> 154643 bytes .../nfa-update-ens-layerzero-3dns/index.md | 82 ++++++++++++ .../nfa-update-aug-29-thumb.png | Bin 0 -> 83352 bytes .../nfa-update-ens-link-ap-flow/index.md | 69 ++++++++++ .../nfa-update-ens-link-ap-flow/nfa-ens.jpg | Bin 0 -> 160043 bytes src/styles/docPage.css | 4 +- src/utils/paths.ts | 9 +- src/utils/search.ts | 4 +- 26 files changed, 637 insertions(+), 139 deletions(-) create mode 100644 src/content/blog/Uncategorized/introducing-nfas-non-fungible-apps/fleekxyz-nfa-thumb.png create mode 100644 src/content/blog/Uncategorized/introducing-nfas-non-fungible-apps/index.md create mode 100644 src/content/blog/Uncategorized/nfa-community-hosting/community-hosting-thumb.png create mode 100644 src/content/blog/Uncategorized/nfa-community-hosting/index.md create mode 100644 src/content/blog/Uncategorized/nfa-eip-interfaces/index.md create mode 100644 src/content/blog/Uncategorized/nfa-eip-interfaces/main-nfa-biw.jpg create mode 100644 src/content/blog/Uncategorized/nfa-eip-interfaces/nfa-roadmap-mar-20.png create mode 100644 src/content/blog/Uncategorized/nfa-minting-flow-eip-kickoff/index.md create mode 100644 src/content/blog/Uncategorized/nfa-minting-flow-eip-kickoff/nfa-eip-github.png create mode 100644 src/content/blog/Uncategorized/nfa-minting-flow-eip-kickoff/nfa-mint.png create mode 100644 src/content/blog/Uncategorized/nfa-minting-flow-eip-kickoff/roadmap-march.png create mode 100644 src/content/blog/Uncategorized/nfa-update-details-and-testnet/index.md create mode 100644 src/content/blog/Uncategorized/nfa-update-details-and-testnet/nfa-update-details-page.jpeg create mode 100644 src/content/blog/Uncategorized/nfa-update-ens-layerzero-3dns/index.md create mode 100644 src/content/blog/Uncategorized/nfa-update-ens-layerzero-3dns/nfa-update-aug-29-thumb.png create mode 100644 src/content/blog/Uncategorized/nfa-update-ens-link-ap-flow/index.md create mode 100644 src/content/blog/Uncategorized/nfa-update-ens-link-ap-flow/nfa-ens.jpg diff --git a/src/components/BuildUseCases.tsx b/src/components/BuildUseCases.tsx index e4062bbf..90b15529 100644 --- a/src/components/BuildUseCases.tsx +++ b/src/components/BuildUseCases.tsx @@ -23,7 +23,7 @@ const BuildUseCases: React.FC = (props) => ( description: 'Use the React started kit to get the best look.', icon: { src: '/svg/react-icon.svg', alt: 'Web3 App' }, cta: { - url: 'https://github.com/fleekxyz/nextjs-template', + url: 'https://app.fleek.xyz/templates/clmf71ycb0004lb08mubafjnj/', text: 'try it', }, image: '/svg/nextjs-template.svg', @@ -33,7 +33,7 @@ const BuildUseCases: React.FC = (props) => ( description: 'Use the React started kit to get the best look.', icon: { src: '/svg/react-icon.svg', alt: 'NextJs App' }, cta: { - url: 'https://github.com/fleekxyz/react-template', + url: 'https://app.fleek.xyz/templates/clmf7apqf0007l808mo2f6937/', text: 'try it', }, image: '/svg/react-template.svg', @@ -43,7 +43,7 @@ const BuildUseCases: React.FC = (props) => ( description: 'Use the React started kit to get the best look.', icon: { src: '/svg/react-icon.svg', alt: 'React App' }, cta: { - url: 'https://github.com/fleekxyz/astro-template', + url: 'https://app.fleek.xyz/templates/clmf7io4a0009ic08ya3sjwyj/', text: 'try it', }, image: '/svg/astro-template.svg', diff --git a/src/components/ButtonYellowOutline.tsx b/src/components/ButtonYellowOutline.tsx index d0cf3cb6..f3a44a27 100644 --- a/src/components/ButtonYellowOutline.tsx +++ b/src/components/ButtonYellowOutline.tsx @@ -10,7 +10,7 @@ const ButtonYellowOutline: React.FC = (props) => { diff --git a/src/components/GlobeWithFloatingCards.tsx b/src/components/GlobeWithFloatingCards.tsx index f3871abb..9cce667d 100644 --- a/src/components/GlobeWithFloatingCards.tsx +++ b/src/components/GlobeWithFloatingCards.tsx @@ -60,124 +60,15 @@ const GlobeWithFloatingCards = () => { className="absolute left-0 top-0 -z-1 m-auto h-full w-full lg:hidden" />
- {/* */} - {/*
- - -
-
- - - Content Addressing - -
-

- Use IPFS and/or IPNS for addressing data. -

-
-
-
- - -
-
- - - CDN - -
-

- Accelerate files, data, sites, gateways, and more. -

-
-
-
- -
-
- -
- - Compute - - - (coming soon) - -
-
-

- Choose from serverless and edge functions. -

-
-
-
*/} - -