From d23090f9f85bff38f9cb0e0d8672c3688c4ff23b Mon Sep 17 00:00:00 2001 From: delivan Date: Sun, 18 Dec 2022 22:14:10 +0900 Subject: [PATCH] Update style of home page --- pages/index.tsx | 41 ++++++++++++++++++++++++++++---- public/images/svg/main-title.svg | 25 ++++++++++--------- 2 files changed, 50 insertions(+), 16 deletions(-) diff --git a/pages/index.tsx b/pages/index.tsx index 45bce1a..e30a230 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -78,11 +78,24 @@ export default function Home() { - - - Connect Wallet - - + + + + Connect Wallet + + + + ICNS allows you to use easy-to-remember names instead of + addresses. +
+ + Learn More + +
+
@@ -203,11 +216,29 @@ const MainLogoContainer = styled.div` height: 25rem; `; +const CTAContainer = styled.div` + display: flex; +`; + const ConnectButtonContainer = styled.div` width: 19.9rem; height: 5rem; margin-left: 5rem; + margin-right: 26px; +`; + +const ICNSDescription = styled.p` + font-weight: 500; + font-size: 16px; + line-height: 150%; + color: #6c6c6c; +`; + +const LearnMoreLink = styled.a` + &:visited { + color: #6c6c6c; + } `; const SubContainer = styled.div` diff --git a/public/images/svg/main-title.svg b/public/images/svg/main-title.svg index ae15ef3..250c395 100644 --- a/public/images/svg/main-title.svg +++ b/public/images/svg/main-title.svg @@ -1,28 +1,28 @@ - - - - - + + + + + - + - + - - + + - + - + @@ -31,4 +31,7 @@ + + +