From 488c1831734aeec8e807b170cc7871e2ce33175b Mon Sep 17 00:00:00 2001 From: zengweizhan Date: Wed, 10 Aug 2022 20:17:12 +0800 Subject: [PATCH 1/4] ad nav --- pages/index.js | 54 ++++++++++++++++++------------------------ styles/Home.module.css | 11 +++++++++ 2 files changed, 34 insertions(+), 31 deletions(-) diff --git a/pages/index.js b/pages/index.js index 29e38d8..6124c7a 100644 --- a/pages/index.js +++ b/pages/index.js @@ -4,47 +4,43 @@ import { Button } from "@web3uikit/core"; export default function Home() { return ( -
-
-
-
+
-
- + Discord + + +
  • + - twitter + >Twitter -
  • -
    - +
  • + - github + Github -
  • -
    - +
  • + - docs] + Docs -
  • -
    -
    + +
    -
    - leNFT is a peer-to-pool NFT lending market. it allows you to get - instant liquidity using your NFTs as collateral -
    -
    -
    + + + ); } diff --git a/styles/Home.module.css b/styles/Home.module.css index c6aae83..ba2521d 100644 --- a/styles/Home.module.css +++ b/styles/Home.module.css @@ -111,6 +111,17 @@ margin-left: 0.5rem; } +.nav { + margin-top: 1000px; + list-style: none; + padding-left: 0; + color: blue; +} + +.nav li { + display: inline-block; +} + @media (max-width: 600px) { .grid { width: 100%; From 9f4031d3338cafb0b7b6fa8b6d12306d93e4c7bc Mon Sep 17 00:00:00 2001 From: zengweizhan Date: Thu, 11 Aug 2022 15:10:58 +0800 Subject: [PATCH 2/4] Add the navigation bar, change the text description of the home page --- pages/index.js | 47 ++++++++++++++++++++++-------- styles/Home.module.css | 65 ++++++++++++++++++++++++++++++++++++++---- 2 files changed, 94 insertions(+), 18 deletions(-) diff --git a/pages/index.js b/pages/index.js index 6124c7a..807ea74 100644 --- a/pages/index.js +++ b/pages/index.js @@ -1,11 +1,23 @@ import styles from "../styles/Home.module.css"; import Link from "next/link"; import { Button } from "@web3uikit/core"; +import { style } from "@mui/system"; +import { STATEMENT_TYPES } from "@babel/types"; +import { StyleSheetManager } from "styled-components"; export default function Home() { return ( -